2026-03-25T17:16:08.939 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-03-25T17:16:08.945 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-25T17:16:08.971 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3652 branch: tentacle description: rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-snappy 4-supported-random-distro$/{ubuntu_latest} 5-data-pool/ec 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}} email: null exclude_arch: armv7l first_in_suite: false flavor: default io_workload: sequential: - qemu: cluster1.client.0: disks: - action: none image_name: client.0.0 - action: none image_name: client.0.1 - action: none image_name: client.0.2 test: qa/run_xfstests_qemu.sh type: block job_id: '3652' 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: snappy bluestore compression mode: aggressive bluestore fsck on mount: true debug bluefs: 1/20 debug bluestore: 1/20 debug ms: 1 debug osd: 20 debug rocksdb: 4/10 enable experimental unrecoverable data corrupting features: '*' mon osd backfillfull_ratio: 0.85 mon osd full ratio: 0.9 mon osd nearfull ratio: 0.8 osd debug randomize hobject sort order: false osd failsafe full ratio: 0.95 osd mclock iops capacity threshold hdd: 49000 osd objectstore: bluestore flavor: default fs: xfs log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 70f8415b300f041766fa27faf7d5472699e32388 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: cephadm_binary_url: https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm install: ceph: flavor: default sha1: 70f8415b300f041766fa27faf7d5472699e32388 extra_system_packages: deb: - python3-jmespath - python3-xmltodict - s3cmd rpm: - bzip2 - perl-Test-Harness - python3-jmespath - python3-xmltodict - s3cmd thrashosds: bdev_inject_crash: 2 bdev_inject_crash_probability: 0.5 workunit: branch: tt-tentacle sha1: 0392f78529848ec72469e8e431875cb98d3a5fb4 owner: kyr priority: 1000 repo: https://github.com/ceph/ceph.git roles: - - cluster1.mon.a - cluster1.mgr.x - cluster1.osd.0 - cluster1.osd.1 - cluster1.osd.2 - cluster1.client.0 - - cluster2.mon.a - cluster2.mgr.x - cluster2.osd.0 - cluster2.osd.1 - cluster2.osd.2 - cluster2.client.0 seed: 3051 sha1: 70f8415b300f041766fa27faf7d5472699e32388 sleep_before_teardown: 0 subset: 1/128 suite: rbd suite_branch: tt-tentacle suite_path: /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa suite_relpath: qa suite_repo: https://github.com/kshtsk/ceph.git suite_sha1: 0392f78529848ec72469e8e431875cb98d3a5fb4 targets: vm00.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK7JfwqaeXHUVbBGDXrvRFv7YASoqm3Uzvsr0SlEqFVSpv3maipx93jvn3on10f+NR3ecuulQtB7z9V3kIDWy0g= vm07.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBjtDPnMJ+UNt4JtXZg8XGCCzurlxiNoyC1A4CTUbgN4U+RgVULqxT1soeGguYVw4Giy3Q0/CLSL39isND6aHi4= tasks: - install: null - ceph: cluster: cluster1 - ceph: cluster: cluster2 - exec: cluster1.client.0: - sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2 - sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile - sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true - rbd --cluster cluster1 pool init datapool cluster2.client.0: - sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2 - sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile - sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true - rbd --cluster cluster2 pool init datapool - exec: cluster2.client.0: - echo '{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0-src - rbd --cluster cluster2 migration execute client.0.0-src - rbd --cluster cluster2 migration commit client.0.0-src - rbd --cluster cluster2 snap create client.0.0-src@snap - rbd --cluster cluster2 snap protect client.0.0-src@snap - rbd --cluster cluster2 clone client.0.0-src@snap client.0.0 - rbd --cluster cluster2 snap create client.0.0@snap - rbd --cluster cluster2 create --size 1G client.0.1-src - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1-src - rbd --cluster cluster2 snap create client.0.1-src@snap - rbd --cluster cluster2 snap protect client.0.1-src@snap - rbd --cluster cluster2 clone client.0.1-src@snap client.0.1 - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1 - rbd --cluster cluster2 snap create client.0.1@snap - rbd --cluster cluster2 create --size 1G client.0.2-src - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.2-src - rbd --cluster cluster2 snap create client.0.2-src@snap - rbd --cluster cluster2 snap protect client.0.2-src@snap - rbd --cluster cluster2 clone client.0.2-src@snap client.0.2 - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2 - rbd --cluster cluster2 snap create client.0.2@snap - exec: cluster1.client.0: - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0 - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1 - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2 - parallel: - io_workload - migrate_workload teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: clyso-debian-13 teuthology_repo: https://github.com/clyso/teuthology teuthology_sha1: 1c580df7a9c7c2aadc272da296344fd99f27c444 timestamp: 2026-03-20_22:04:26 tube: vps user: kyr verbose: false worker_log: /home/teuthos/.teuthology/dispatcher/dispatcher.vps.3013333 2026-03-25T17:16:08.971 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa; will attempt to use it 2026-03-25T17:16:08.971 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa/tasks 2026-03-25T17:16:08.971 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-03-25T17:16:08.972 INFO:teuthology.task.internal:Checking packages... 2026-03-25T17:16:08.972 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '70f8415b300f041766fa27faf7d5472699e32388' 2026-03-25T17:16:08.972 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-03-25T17:16:08.972 INFO:teuthology.packaging:ref: None 2026-03-25T17:16:08.972 INFO:teuthology.packaging:tag: None 2026-03-25T17:16:08.972 INFO:teuthology.packaging:branch: tentacle 2026-03-25T17:16:08.972 INFO:teuthology.packaging:sha1: 70f8415b300f041766fa27faf7d5472699e32388 2026-03-25T17:16:08.972 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-25T17:16:09.753 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-714-g147f7c6a-1jammy 2026-03-25T17:16:09.753 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-03-25T17:16:09.754 INFO:teuthology.task.internal:no buildpackages task found 2026-03-25T17:16:09.754 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-25T17:16:09.754 INFO:teuthology.task.internal:Saving configuration 2026-03-25T17:16:09.761 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-25T17:16:09.762 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-25T17:16:09.769 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm00.local', 'description': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3652', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-25 17:14:53.156166', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:00', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK7JfwqaeXHUVbBGDXrvRFv7YASoqm3Uzvsr0SlEqFVSpv3maipx93jvn3on10f+NR3ecuulQtB7z9V3kIDWy0g='} 2026-03-25T17:16:09.775 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm07.local', 'description': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3652', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-25 17:14:53.153900', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:07', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBjtDPnMJ+UNt4JtXZg8XGCCzurlxiNoyC1A4CTUbgN4U+RgVULqxT1soeGguYVw4Giy3Q0/CLSL39isND6aHi4='} 2026-03-25T17:16:09.776 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-25T17:16:09.776 INFO:teuthology.task.internal:roles: ubuntu@vm00.local - ['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'] 2026-03-25T17:16:09.776 INFO:teuthology.task.internal:roles: ubuntu@vm07.local - ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0'] 2026-03-25T17:16:09.776 INFO:teuthology.run_tasks:Running task console_log... 2026-03-25T17:16:09.783 DEBUG:teuthology.task.console_log:vm00 does not support IPMI; excluding 2026-03-25T17:16:09.788 DEBUG:teuthology.task.console_log:vm07 does not support IPMI; excluding 2026-03-25T17:16:09.788 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe8ea5c8ca0>, signals=[15]) 2026-03-25T17:16:09.788 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-25T17:16:09.789 INFO:teuthology.task.internal:Opening connections... 2026-03-25T17:16:09.789 DEBUG:teuthology.task.internal:connecting to ubuntu@vm00.local 2026-03-25T17:16:09.789 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm00.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-25T17:16:09.851 DEBUG:teuthology.task.internal:connecting to ubuntu@vm07.local 2026-03-25T17:16:09.851 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm07.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-25T17:16:09.908 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-25T17:16:09.909 DEBUG:teuthology.orchestra.run.vm00:> uname -m 2026-03-25T17:16:09.932 INFO:teuthology.orchestra.run.vm00.stdout:x86_64 2026-03-25T17:16:09.932 DEBUG:teuthology.orchestra.run.vm00:> cat /etc/os-release 2026-03-25T17:16:09.975 INFO:teuthology.orchestra.run.vm00.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-25T17:16:09.975 INFO:teuthology.orchestra.run.vm00.stdout:NAME="Ubuntu" 2026-03-25T17:16:09.975 INFO:teuthology.orchestra.run.vm00.stdout:VERSION_ID="22.04" 2026-03-25T17:16:09.976 INFO:teuthology.orchestra.run.vm00.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-25T17:16:09.976 INFO:teuthology.orchestra.run.vm00.stdout:VERSION_CODENAME=jammy 2026-03-25T17:16:09.976 INFO:teuthology.orchestra.run.vm00.stdout:ID=ubuntu 2026-03-25T17:16:09.976 INFO:teuthology.orchestra.run.vm00.stdout:ID_LIKE=debian 2026-03-25T17:16:09.976 INFO:teuthology.orchestra.run.vm00.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-25T17:16:09.976 INFO:teuthology.orchestra.run.vm00.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-25T17:16:09.976 INFO:teuthology.orchestra.run.vm00.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-25T17:16:09.976 INFO:teuthology.orchestra.run.vm00.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-25T17:16:09.976 INFO:teuthology.orchestra.run.vm00.stdout:UBUNTU_CODENAME=jammy 2026-03-25T17:16:09.976 INFO:teuthology.lock.ops:Updating vm00.local on lock server 2026-03-25T17:16:09.985 DEBUG:teuthology.orchestra.run.vm07:> uname -m 2026-03-25T17:16:09.989 INFO:teuthology.orchestra.run.vm07.stdout:x86_64 2026-03-25T17:16:09.989 DEBUG:teuthology.orchestra.run.vm07:> cat /etc/os-release 2026-03-25T17:16:10.032 INFO:teuthology.orchestra.run.vm07.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-25T17:16:10.032 INFO:teuthology.orchestra.run.vm07.stdout:NAME="Ubuntu" 2026-03-25T17:16:10.032 INFO:teuthology.orchestra.run.vm07.stdout:VERSION_ID="22.04" 2026-03-25T17:16:10.032 INFO:teuthology.orchestra.run.vm07.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-25T17:16:10.032 INFO:teuthology.orchestra.run.vm07.stdout:VERSION_CODENAME=jammy 2026-03-25T17:16:10.032 INFO:teuthology.orchestra.run.vm07.stdout:ID=ubuntu 2026-03-25T17:16:10.032 INFO:teuthology.orchestra.run.vm07.stdout:ID_LIKE=debian 2026-03-25T17:16:10.032 INFO:teuthology.orchestra.run.vm07.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-25T17:16:10.032 INFO:teuthology.orchestra.run.vm07.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-25T17:16:10.033 INFO:teuthology.orchestra.run.vm07.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-25T17:16:10.033 INFO:teuthology.orchestra.run.vm07.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-25T17:16:10.033 INFO:teuthology.orchestra.run.vm07.stdout:UBUNTU_CODENAME=jammy 2026-03-25T17:16:10.033 INFO:teuthology.lock.ops:Updating vm07.local on lock server 2026-03-25T17:16:10.037 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-25T17:16:10.039 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-25T17:16:10.040 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-25T17:16:10.040 DEBUG:teuthology.orchestra.run.vm00:> test '!' -e /home/ubuntu/cephtest 2026-03-25T17:16:10.041 DEBUG:teuthology.orchestra.run.vm07:> test '!' -e /home/ubuntu/cephtest 2026-03-25T17:16:10.076 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-25T17:16:10.077 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-25T17:16:10.077 DEBUG:teuthology.orchestra.run.vm00:> test -z $(ls -A /var/lib/ceph) 2026-03-25T17:16:10.085 DEBUG:teuthology.orchestra.run.vm07:> test -z $(ls -A /var/lib/ceph) 2026-03-25T17:16:10.087 INFO:teuthology.orchestra.run.vm00.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-25T17:16:10.120 INFO:teuthology.orchestra.run.vm07.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-25T17:16:10.121 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-25T17:16:10.128 DEBUG:teuthology.orchestra.run.vm00:> test -e /ceph-qa-ready 2026-03-25T17:16:10.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T17:16:10.378 DEBUG:teuthology.orchestra.run.vm07:> test -e /ceph-qa-ready 2026-03-25T17:16:10.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T17:16:10.610 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-25T17:16:10.611 INFO:teuthology.task.internal:Creating test directory... 2026-03-25T17:16:10.611 DEBUG:teuthology.orchestra.run.vm00:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-25T17:16:10.612 DEBUG:teuthology.orchestra.run.vm07:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-25T17:16:10.615 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-25T17:16:10.617 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-25T17:16:10.618 INFO:teuthology.task.internal:Creating archive directory... 2026-03-25T17:16:10.618 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-25T17:16:10.657 DEBUG:teuthology.orchestra.run.vm07:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-25T17:16:10.663 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-25T17:16:10.664 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-25T17:16:10.664 DEBUG:teuthology.orchestra.run.vm00:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-25T17:16:10.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T17:16:10.703 DEBUG:teuthology.orchestra.run.vm07:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-25T17:16:10.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T17:16:10.706 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-03-25T17:16:10.745 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:16:10.754 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-25T17:16:10.757 INFO:teuthology.orchestra.run.vm07.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-25T17:16:10.759 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-25T17:16:10.762 INFO:teuthology.orchestra.run.vm07.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-25T17:16:10.763 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-25T17:16:10.764 INFO:teuthology.task.internal:Configuring sudo... 2026-03-25T17:16:10.764 DEBUG:teuthology.orchestra.run.vm00:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-25T17:16:10.801 DEBUG:teuthology.orchestra.run.vm07:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-25T17:16:10.813 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-25T17:16:10.815 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-25T17:16:10.815 DEBUG:teuthology.orchestra.run.vm00:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-25T17:16:10.849 DEBUG:teuthology.orchestra.run.vm07:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-25T17:16:10.856 DEBUG:teuthology.orchestra.run.vm00:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-25T17:16:10.896 DEBUG:teuthology.orchestra.run.vm00:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-25T17:16:10.940 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:16:10.940 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-25T17:16:10.988 DEBUG:teuthology.orchestra.run.vm07:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-25T17:16:10.991 DEBUG:teuthology.orchestra.run.vm07:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-25T17:16:11.036 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:16:11.036 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-25T17:16:11.085 DEBUG:teuthology.orchestra.run.vm00:> sudo service rsyslog restart 2026-03-25T17:16:11.086 DEBUG:teuthology.orchestra.run.vm07:> sudo service rsyslog restart 2026-03-25T17:16:11.141 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-25T17:16:11.143 INFO:teuthology.task.internal:Starting timer... 2026-03-25T17:16:11.143 INFO:teuthology.run_tasks:Running task pcp... 2026-03-25T17:16:11.145 INFO:teuthology.run_tasks:Running task selinux... 2026-03-25T17:16:11.148 INFO:teuthology.task.selinux:Excluding vm00: VMs are not yet supported 2026-03-25T17:16:11.148 INFO:teuthology.task.selinux:Excluding vm07: VMs are not yet supported 2026-03-25T17:16:11.148 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-25T17:16:11.148 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-25T17:16:11.148 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-25T17:16:11.148 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-25T17:16:11.149 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-25T17:16:11.149 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-25T17:16:11.151 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-25T17:16:11.642 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-25T17:16:11.647 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-25T17:16:11.648 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_inventorype1qfzhp --limit vm00.local,vm07.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-25T17:18:17.857 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm00.local'), Remote(name='ubuntu@vm07.local')] 2026-03-25T17:18:17.857 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm00.local' 2026-03-25T17:18:17.858 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm00.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-25T17:18:17.919 DEBUG:teuthology.orchestra.run.vm00:> true 2026-03-25T17:18:18.177 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm00.local' 2026-03-25T17:18:18.177 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm07.local' 2026-03-25T17:18:18.177 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm07.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-25T17:18:18.239 DEBUG:teuthology.orchestra.run.vm07:> true 2026-03-25T17:18:18.485 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm07.local' 2026-03-25T17:18:18.485 INFO:teuthology.run_tasks:Running task clock... 2026-03-25T17:18:18.489 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-25T17:18:18.489 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-25T17:18:18.489 DEBUG:teuthology.orchestra.run.vm00:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-25T17:18:18.490 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-25T17:18:18.490 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:18:18.509 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-25T17:18:18.510 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: Command line: ntpd -gq 2026-03-25T17:18:18.510 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: ---------------------------------------------------- 2026-03-25T17:18:18.510 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: ntp-4 is maintained by Network Time Foundation, 2026-03-25T17:18:18.510 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-25T17:18:18.510 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: corporation. Support and training for ntp-4 are 2026-03-25T17:18:18.510 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: available at https://www.nwtime.org/support 2026-03-25T17:18:18.510 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: ---------------------------------------------------- 2026-03-25T17:18:18.510 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: proto: precision = 0.040 usec (-24) 2026-03-25T17:18:18.510 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: basedate set to 2022-02-04 2026-03-25T17:18:18.510 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: gps base set to 2022-02-06 (week 2196) 2026-03-25T17:18:18.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-25T17:18:18.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: 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-25T17:18:18.511 INFO:teuthology.orchestra.run.vm00.stderr:25 Mar 17:18:18 ntpd[16228]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 88 days ago 2026-03-25T17:18:18.512 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: Listen and drop on 0 v6wildcard [::]:123 2026-03-25T17:18:18.512 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-25T17:18:18.512 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: Listen normally on 2 lo 127.0.0.1:123 2026-03-25T17:18:18.512 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: Listen normally on 3 ens3 192.168.123.100:123 2026-03-25T17:18:18.512 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: Listen normally on 4 lo [::1]:123 2026-03-25T17:18:18.512 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:0%2]:123 2026-03-25T17:18:18.512 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:18 ntpd[16228]: Listening on routing socket on fd #22 for interface updates 2026-03-25T17:18:18.545 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: Command line: ntpd -gq 2026-03-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: ---------------------------------------------------- 2026-03-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: ntp-4 is maintained by Network Time Foundation, 2026-03-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: corporation. Support and training for ntp-4 are 2026-03-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: available at https://www.nwtime.org/support 2026-03-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: ---------------------------------------------------- 2026-03-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: proto: precision = 0.030 usec (-25) 2026-03-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: basedate set to 2022-02-04 2026-03-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: gps base set to 2022-02-06 (week 2196) 2026-03-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: 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-25T17:18:18.546 INFO:teuthology.orchestra.run.vm07.stderr:25 Mar 17:18:18 ntpd[16234]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 88 days ago 2026-03-25T17:18:18.547 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: Listen and drop on 0 v6wildcard [::]:123 2026-03-25T17:18:18.547 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-25T17:18:18.547 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: Listen normally on 2 lo 127.0.0.1:123 2026-03-25T17:18:18.547 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: Listen normally on 3 ens3 192.168.123.107:123 2026-03-25T17:18:18.548 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: Listen normally on 4 lo [::1]:123 2026-03-25T17:18:18.548 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:7%2]:123 2026-03-25T17:18:18.548 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:18 ntpd[16234]: Listening on routing socket on fd #22 for interface updates 2026-03-25T17:18:19.512 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:19 ntpd[16228]: Soliciting pool server 213.239.234.28 2026-03-25T17:18:19.547 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:19 ntpd[16234]: Soliciting pool server 213.239.234.28 2026-03-25T17:18:20.510 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:20 ntpd[16228]: Soliciting pool server 129.250.35.251 2026-03-25T17:18:20.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:20 ntpd[16228]: Soliciting pool server 158.180.28.150 2026-03-25T17:18:20.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:20 ntpd[16234]: Soliciting pool server 129.250.35.251 2026-03-25T17:18:20.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:20 ntpd[16234]: Soliciting pool server 158.180.28.150 2026-03-25T17:18:21.510 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:21 ntpd[16228]: Soliciting pool server 193.32.222.35 2026-03-25T17:18:21.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:21 ntpd[16228]: Soliciting pool server 94.16.122.152 2026-03-25T17:18:21.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:21 ntpd[16228]: Soliciting pool server 94.130.23.46 2026-03-25T17:18:21.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:21 ntpd[16234]: Soliciting pool server 193.32.222.35 2026-03-25T17:18:21.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:21 ntpd[16234]: Soliciting pool server 94.16.122.152 2026-03-25T17:18:21.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:21 ntpd[16234]: Soliciting pool server 94.130.23.46 2026-03-25T17:18:22.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:22 ntpd[16228]: Soliciting pool server 167.235.76.111 2026-03-25T17:18:22.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:22 ntpd[16228]: Soliciting pool server 178.215.228.24 2026-03-25T17:18:22.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:22 ntpd[16228]: Soliciting pool server 94.130.184.193 2026-03-25T17:18:22.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:22 ntpd[16228]: Soliciting pool server 79.133.44.142 2026-03-25T17:18:22.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:22 ntpd[16234]: Soliciting pool server 167.235.76.111 2026-03-25T17:18:22.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:22 ntpd[16234]: Soliciting pool server 178.215.228.24 2026-03-25T17:18:22.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:22 ntpd[16234]: Soliciting pool server 94.130.184.193 2026-03-25T17:18:22.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:22 ntpd[16234]: Soliciting pool server 79.133.44.142 2026-03-25T17:18:23.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:23 ntpd[16228]: Soliciting pool server 130.61.89.107 2026-03-25T17:18:23.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:23 ntpd[16228]: Soliciting pool server 46.4.54.78 2026-03-25T17:18:23.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:23 ntpd[16228]: Soliciting pool server 104.167.24.26 2026-03-25T17:18:23.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:23 ntpd[16228]: Soliciting pool server 185.125.190.57 2026-03-25T17:18:23.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:23 ntpd[16234]: Soliciting pool server 130.61.89.107 2026-03-25T17:18:23.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:23 ntpd[16234]: Soliciting pool server 46.4.54.78 2026-03-25T17:18:23.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:23 ntpd[16234]: Soliciting pool server 104.167.24.26 2026-03-25T17:18:23.547 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:23 ntpd[16234]: Soliciting pool server 185.125.190.57 2026-03-25T17:18:24.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:24 ntpd[16228]: Soliciting pool server 185.125.190.58 2026-03-25T17:18:24.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:24 ntpd[16228]: Soliciting pool server 202.61.195.221 2026-03-25T17:18:24.511 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:24 ntpd[16228]: Soliciting pool server 185.16.60.96 2026-03-25T17:18:24.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:24 ntpd[16234]: Soliciting pool server 185.125.190.58 2026-03-25T17:18:24.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:24 ntpd[16234]: Soliciting pool server 202.61.195.221 2026-03-25T17:18:24.546 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:24 ntpd[16234]: Soliciting pool server 185.16.60.96 2026-03-25T17:18:27.531 INFO:teuthology.orchestra.run.vm00.stdout:25 Mar 17:18:27 ntpd[16228]: ntpd: time slew -0.000020 s 2026-03-25T17:18:27.531 INFO:teuthology.orchestra.run.vm00.stdout:ntpd: time slew -0.000020s 2026-03-25T17:18:27.553 INFO:teuthology.orchestra.run.vm00.stdout: remote refid st t when poll reach delay offset jitter 2026-03-25T17:18:27.553 INFO:teuthology.orchestra.run.vm00.stdout:============================================================================== 2026-03-25T17:18:27.553 INFO:teuthology.orchestra.run.vm00.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T17:18:27.553 INFO:teuthology.orchestra.run.vm00.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T17:18:27.553 INFO:teuthology.orchestra.run.vm00.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T17:18:27.553 INFO:teuthology.orchestra.run.vm00.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T17:18:27.553 INFO:teuthology.orchestra.run.vm00.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T17:18:28.567 INFO:teuthology.orchestra.run.vm07.stdout:25 Mar 17:18:28 ntpd[16234]: ntpd: time slew +0.001301 s 2026-03-25T17:18:28.567 INFO:teuthology.orchestra.run.vm07.stdout:ntpd: time slew +0.001301s 2026-03-25T17:18:28.589 INFO:teuthology.orchestra.run.vm07.stdout: remote refid st t when poll reach delay offset jitter 2026-03-25T17:18:28.589 INFO:teuthology.orchestra.run.vm07.stdout:============================================================================== 2026-03-25T17:18:28.589 INFO:teuthology.orchestra.run.vm07.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T17:18:28.589 INFO:teuthology.orchestra.run.vm07.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T17:18:28.589 INFO:teuthology.orchestra.run.vm07.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T17:18:28.589 INFO:teuthology.orchestra.run.vm07.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T17:18:28.589 INFO:teuthology.orchestra.run.vm07.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T17:18:28.589 INFO:teuthology.run_tasks:Running task install... 2026-03-25T17:18:28.591 DEBUG:teuthology.task.install:project ceph 2026-03-25T17:18:28.591 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-25T17:18:28.591 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-25T17:18:28.592 INFO:teuthology.task.install:Using flavor: default 2026-03-25T17:18:28.594 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-25T17:18:28.594 INFO:teuthology.task.install:extra packages: [] 2026-03-25T17:18:28.594 DEBUG:teuthology.orchestra.run.vm00:> sudo apt-key list | grep Ceph 2026-03-25T17:18:28.594 DEBUG:teuthology.orchestra.run.vm07:> sudo apt-key list | grep Ceph 2026-03-25T17:18:28.643 INFO:teuthology.orchestra.run.vm00.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-25T17:18:28.668 INFO:teuthology.orchestra.run.vm00.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-25T17:18:28.668 INFO:teuthology.orchestra.run.vm00.stdout:uid [ unknown] Ceph.com (release key) 2026-03-25T17:18:28.668 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-25T17:18:28.668 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-25T17:18:28.668 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-25T17:18:28.732 INFO:teuthology.orchestra.run.vm07.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-25T17:18:28.732 INFO:teuthology.orchestra.run.vm07.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-25T17:18:28.732 INFO:teuthology.orchestra.run.vm07.stdout:uid [ unknown] Ceph.com (release key) 2026-03-25T17:18:28.733 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-25T17:18:28.733 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-25T17:18:28.733 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-25T17:18:29.326 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default/ 2026-03-25T17:18:29.326 INFO:teuthology.task.install.deb:Package version is 20.2.0-712-g70f8415b-1jammy 2026-03-25T17:18:29.428 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default/ 2026-03-25T17:18:29.428 INFO:teuthology.task.install.deb:Package version is 20.2.0-712-g70f8415b-1jammy 2026-03-25T17:18:29.837 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:18:29.837 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-03-25T17:18:29.846 DEBUG:teuthology.orchestra.run.vm00:> sudo apt-get update 2026-03-25T17:18:29.913 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:18:29.913 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-03-25T17:18:29.924 DEBUG:teuthology.orchestra.run.vm07:> sudo apt-get update 2026-03-25T17:18:30.022 INFO:teuthology.orchestra.run.vm00.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2026-03-25T17:18:30.030 INFO:teuthology.orchestra.run.vm00.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2026-03-25T17:18:30.053 INFO:teuthology.orchestra.run.vm00.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-03-25T17:18:30.090 INFO:teuthology.orchestra.run.vm00.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-03-25T17:18:30.102 INFO:teuthology.orchestra.run.vm07.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2026-03-25T17:18:30.103 INFO:teuthology.orchestra.run.vm07.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2026-03-25T17:18:30.133 INFO:teuthology.orchestra.run.vm07.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-03-25T17:18:30.169 INFO:teuthology.orchestra.run.vm07.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-03-25T17:18:30.559 INFO:teuthology.orchestra.run.vm00.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy InRelease 2026-03-25T17:18:30.574 INFO:teuthology.orchestra.run.vm07.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy InRelease 2026-03-25T17:18:30.671 INFO:teuthology.orchestra.run.vm00.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy Release [7680 B] 2026-03-25T17:18:30.690 INFO:teuthology.orchestra.run.vm07.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy Release [7680 B] 2026-03-25T17:18:30.783 INFO:teuthology.orchestra.run.vm00.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy Release.gpg 2026-03-25T17:18:30.807 INFO:teuthology.orchestra.run.vm07.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy Release.gpg 2026-03-25T17:18:30.895 INFO:teuthology.orchestra.run.vm00.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-25T17:18:30.988 INFO:teuthology.orchestra.run.vm07.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-25T17:18:31.079 INFO:teuthology.orchestra.run.vm07.stdout:Fetched 26.5 kB in 1s (27.0 kB/s) 2026-03-25T17:18:31.098 INFO:teuthology.orchestra.run.vm00.stdout:Fetched 26.5 kB in 1s (24.6 kB/s) 2026-03-25T17:18:31.821 INFO:teuthology.orchestra.run.vm07.stdout:Reading package lists... 2026-03-25T17:18:31.837 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:18:31.862 INFO:teuthology.orchestra.run.vm00.stdout:Reading package lists... 2026-03-25T17:18:31.879 INFO:teuthology.orchestra.run.vm07.stdout:Reading package lists... 2026-03-25T17:18:31.879 DEBUG:teuthology.orchestra.run.vm00:> 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-25T17:18:31.919 INFO:teuthology.orchestra.run.vm00.stdout:Reading package lists... 2026-03-25T17:18:32.079 INFO:teuthology.orchestra.run.vm07.stdout:Building dependency tree... 2026-03-25T17:18:32.079 INFO:teuthology.orchestra.run.vm07.stdout:Reading state information... 2026-03-25T17:18:32.127 INFO:teuthology.orchestra.run.vm00.stdout:Building dependency tree... 2026-03-25T17:18:32.127 INFO:teuthology.orchestra.run.vm00.stdout:Reading state information... 2026-03-25T17:18:32.335 INFO:teuthology.orchestra.run.vm07.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T17:18:32.399 INFO:teuthology.orchestra.run.vm07.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout:The following additional packages will be installed: 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: smartmontools socat xmlstarlet 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout:Suggested packages: 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: python-sklearn-doc ipython3 python-webob-doc gsmartcontrol smart-notifier 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: mailx | mailutils 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout:Recommended packages: 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm00.stdout: btrfs-tools 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm07.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm07.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm07.stdout:The following additional packages will be installed: 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm07.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm07.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm07.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-03-25T17:18:32.400 INFO:teuthology.orchestra.run.vm07.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: smartmontools socat xmlstarlet 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout:Suggested packages: 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python-sklearn-doc ipython3 python-webob-doc gsmartcontrol smart-notifier 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: mailx | mailutils 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout:Recommended packages: 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: btrfs-tools 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout:The following NEW packages will be installed: 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: libradosstriper1 librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-ceph-argparse python3-ceph-common python3-cephfs python3-cheroot 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-cherrypy3 python3-google-auth python3-iniconfig 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: smartmontools socat xmlstarlet 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout:The following packages will be upgraded: 2026-03-25T17:18:32.401 INFO:teuthology.orchestra.run.vm07.stdout: librados2 librbd1 2026-03-25T17:18:32.408 INFO:teuthology.orchestra.run.vm00.stdout:The following NEW packages will be installed: 2026-03-25T17:18:32.408 INFO:teuthology.orchestra.run.vm00.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-03-25T17:18:32.408 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-03-25T17:18:32.408 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-03-25T17:18:32.408 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-03-25T17:18:32.408 INFO:teuthology.orchestra.run.vm00.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-03-25T17:18:32.408 INFO:teuthology.orchestra.run.vm00.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: libradosstriper1 librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-argparse python3-ceph-common python3-cephfs python3-cheroot 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: python3-cherrypy3 python3-google-auth python3-iniconfig 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-03-25T17:18:32.409 INFO:teuthology.orchestra.run.vm00.stdout: smartmontools socat xmlstarlet 2026-03-25T17:18:32.410 INFO:teuthology.orchestra.run.vm00.stdout:The following packages will be upgraded: 2026-03-25T17:18:32.411 INFO:teuthology.orchestra.run.vm00.stdout: librados2 librbd1 2026-03-25T17:18:32.466 INFO:teuthology.orchestra.run.vm07.stdout:2 upgraded, 85 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T17:18:32.466 INFO:teuthology.orchestra.run.vm07.stdout:Need to get 281 MB of archives. 2026-03-25T17:18:32.466 INFO:teuthology.orchestra.run.vm07.stdout:After this operation, 1092 MB of additional disk space will be used. 2026-03-25T17:18:32.466 INFO:teuthology.orchestra.run.vm07.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-03-25T17:18:32.496 INFO:teuthology.orchestra.run.vm00.stdout:2 upgraded, 85 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T17:18:32.496 INFO:teuthology.orchestra.run.vm00.stdout:Need to get 281 MB of archives. 2026-03-25T17:18:32.496 INFO:teuthology.orchestra.run.vm00.stdout:After this operation, 1092 MB of additional disk space will be used. 2026-03-25T17:18:32.496 INFO:teuthology.orchestra.run.vm00.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-03-25T17:18:32.641 INFO:teuthology.orchestra.run.vm07.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-03-25T17:18:32.647 INFO:teuthology.orchestra.run.vm07.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-03-25T17:18:32.673 INFO:teuthology.orchestra.run.vm00.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-03-25T17:18:32.678 INFO:teuthology.orchestra.run.vm00.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-03-25T17:18:32.681 INFO:teuthology.orchestra.run.vm07.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-03-25T17:18:32.712 INFO:teuthology.orchestra.run.vm00.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-03-25T17:18:32.781 INFO:teuthology.orchestra.run.vm07.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-03-25T17:18:32.785 INFO:teuthology.orchestra.run.vm07.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-03-25T17:18:32.798 INFO:teuthology.orchestra.run.vm07.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-03-25T17:18:32.803 INFO:teuthology.orchestra.run.vm07.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-03-25T17:18:32.803 INFO:teuthology.orchestra.run.vm07.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-03-25T17:18:32.803 INFO:teuthology.orchestra.run.vm07.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-03-25T17:18:32.804 INFO:teuthology.orchestra.run.vm07.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-03-25T17:18:32.812 INFO:teuthology.orchestra.run.vm00.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-03-25T17:18:32.813 INFO:teuthology.orchestra.run.vm07.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-03-25T17:18:32.813 INFO:teuthology.orchestra.run.vm07.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-03-25T17:18:32.816 INFO:teuthology.orchestra.run.vm00.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-03-25T17:18:32.816 INFO:teuthology.orchestra.run.vm07.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-03-25T17:18:32.829 INFO:teuthology.orchestra.run.vm00.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-03-25T17:18:32.833 INFO:teuthology.orchestra.run.vm00.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-03-25T17:18:32.834 INFO:teuthology.orchestra.run.vm00.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-03-25T17:18:32.834 INFO:teuthology.orchestra.run.vm00.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-03-25T17:18:32.835 INFO:teuthology.orchestra.run.vm00.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-03-25T17:18:32.843 INFO:teuthology.orchestra.run.vm00.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-03-25T17:18:32.844 INFO:teuthology.orchestra.run.vm00.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-03-25T17:18:32.846 INFO:teuthology.orchestra.run.vm00.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-03-25T17:18:32.849 INFO:teuthology.orchestra.run.vm07.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-03-25T17:18:32.849 INFO:teuthology.orchestra.run.vm07.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-03-25T17:18:32.849 INFO:teuthology.orchestra.run.vm07.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-03-25T17:18:32.849 INFO:teuthology.orchestra.run.vm07.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-03-25T17:18:32.849 INFO:teuthology.orchestra.run.vm07.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-03-25T17:18:32.849 INFO:teuthology.orchestra.run.vm07.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-03-25T17:18:32.849 INFO:teuthology.orchestra.run.vm07.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-03-25T17:18:32.851 INFO:teuthology.orchestra.run.vm07.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-03-25T17:18:32.851 INFO:teuthology.orchestra.run.vm07.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-03-25T17:18:32.880 INFO:teuthology.orchestra.run.vm00.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-03-25T17:18:32.880 INFO:teuthology.orchestra.run.vm00.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-03-25T17:18:32.880 INFO:teuthology.orchestra.run.vm00.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-03-25T17:18:32.880 INFO:teuthology.orchestra.run.vm00.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-03-25T17:18:32.881 INFO:teuthology.orchestra.run.vm00.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-03-25T17:18:32.881 INFO:teuthology.orchestra.run.vm00.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-03-25T17:18:32.881 INFO:teuthology.orchestra.run.vm00.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-03-25T17:18:32.883 INFO:teuthology.orchestra.run.vm00.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-03-25T17:18:32.883 INFO:teuthology.orchestra.run.vm00.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-03-25T17:18:32.886 INFO:teuthology.orchestra.run.vm07.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-03-25T17:18:32.888 INFO:teuthology.orchestra.run.vm07.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-03-25T17:18:32.888 INFO:teuthology.orchestra.run.vm07.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-03-25T17:18:32.888 INFO:teuthology.orchestra.run.vm07.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-03-25T17:18:32.916 INFO:teuthology.orchestra.run.vm00.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-03-25T17:18:32.918 INFO:teuthology.orchestra.run.vm00.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-03-25T17:18:32.918 INFO:teuthology.orchestra.run.vm00.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-03-25T17:18:32.918 INFO:teuthology.orchestra.run.vm00.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-03-25T17:18:32.941 INFO:teuthology.orchestra.run.vm07.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-03-25T17:18:32.942 INFO:teuthology.orchestra.run.vm07.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-03-25T17:18:32.942 INFO:teuthology.orchestra.run.vm07.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-03-25T17:18:32.973 INFO:teuthology.orchestra.run.vm07.stdout:Get:31 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-712-g70f8415b-1jammy [2867 kB] 2026-03-25T17:18:32.974 INFO:teuthology.orchestra.run.vm07.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-03-25T17:18:32.974 INFO:teuthology.orchestra.run.vm07.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-03-25T17:18:32.975 INFO:teuthology.orchestra.run.vm07.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-03-25T17:18:32.975 INFO:teuthology.orchestra.run.vm07.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-03-25T17:18:32.975 INFO:teuthology.orchestra.run.vm07.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-03-25T17:18:32.975 INFO:teuthology.orchestra.run.vm07.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-03-25T17:18:32.988 INFO:teuthology.orchestra.run.vm00.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-03-25T17:18:32.989 INFO:teuthology.orchestra.run.vm00.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-03-25T17:18:32.989 INFO:teuthology.orchestra.run.vm00.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-03-25T17:18:33.001 INFO:teuthology.orchestra.run.vm00.stdout:Get:31 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-712-g70f8415b-1jammy [2867 kB] 2026-03-25T17:18:33.003 INFO:teuthology.orchestra.run.vm07.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-03-25T17:18:33.004 INFO:teuthology.orchestra.run.vm07.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-03-25T17:18:33.005 INFO:teuthology.orchestra.run.vm07.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-03-25T17:18:33.016 INFO:teuthology.orchestra.run.vm00.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-03-25T17:18:33.016 INFO:teuthology.orchestra.run.vm00.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-03-25T17:18:33.016 INFO:teuthology.orchestra.run.vm00.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-03-25T17:18:33.017 INFO:teuthology.orchestra.run.vm00.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-03-25T17:18:33.017 INFO:teuthology.orchestra.run.vm00.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-03-25T17:18:33.022 INFO:teuthology.orchestra.run.vm00.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-03-25T17:18:33.025 INFO:teuthology.orchestra.run.vm00.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-03-25T17:18:33.032 INFO:teuthology.orchestra.run.vm07.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-03-25T17:18:33.035 INFO:teuthology.orchestra.run.vm07.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-03-25T17:18:33.037 INFO:teuthology.orchestra.run.vm07.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-03-25T17:18:33.041 INFO:teuthology.orchestra.run.vm07.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-03-25T17:18:33.043 INFO:teuthology.orchestra.run.vm07.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-03-25T17:18:33.043 INFO:teuthology.orchestra.run.vm07.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-03-25T17:18:33.059 INFO:teuthology.orchestra.run.vm00.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-03-25T17:18:33.061 INFO:teuthology.orchestra.run.vm00.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-03-25T17:18:33.061 INFO:teuthology.orchestra.run.vm00.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-03-25T17:18:33.064 INFO:teuthology.orchestra.run.vm00.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-03-25T17:18:33.066 INFO:teuthology.orchestra.run.vm00.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-03-25T17:18:33.071 INFO:teuthology.orchestra.run.vm07.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-03-25T17:18:33.074 INFO:teuthology.orchestra.run.vm00.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-03-25T17:18:33.131 INFO:teuthology.orchestra.run.vm00.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-03-25T17:18:33.131 INFO:teuthology.orchestra.run.vm00.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-03-25T17:18:33.131 INFO:teuthology.orchestra.run.vm00.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-03-25T17:18:33.131 INFO:teuthology.orchestra.run.vm00.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-03-25T17:18:33.132 INFO:teuthology.orchestra.run.vm00.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-03-25T17:18:33.132 INFO:teuthology.orchestra.run.vm07.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-03-25T17:18:33.133 INFO:teuthology.orchestra.run.vm07.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-03-25T17:18:33.136 INFO:teuthology.orchestra.run.vm07.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-03-25T17:18:33.136 INFO:teuthology.orchestra.run.vm07.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-03-25T17:18:33.137 INFO:teuthology.orchestra.run.vm07.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-03-25T17:18:33.137 INFO:teuthology.orchestra.run.vm07.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-03-25T17:18:33.138 INFO:teuthology.orchestra.run.vm07.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-03-25T17:18:33.169 INFO:teuthology.orchestra.run.vm00.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-03-25T17:18:33.170 INFO:teuthology.orchestra.run.vm00.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-03-25T17:18:33.217 INFO:teuthology.orchestra.run.vm00.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-03-25T17:18:33.217 INFO:teuthology.orchestra.run.vm00.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-03-25T17:18:33.218 INFO:teuthology.orchestra.run.vm00.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-03-25T17:18:33.236 INFO:teuthology.orchestra.run.vm07.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 smartmontools amd64 7.2-1ubuntu0.1 [583 kB] 2026-03-25T17:18:33.253 INFO:teuthology.orchestra.run.vm00.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 smartmontools amd64 7.2-1ubuntu0.1 [583 kB] 2026-03-25T17:18:33.773 INFO:teuthology.orchestra.run.vm07.stdout:Get:56 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-712-g70f8415b-1jammy [3583 kB] 2026-03-25T17:18:33.895 INFO:teuthology.orchestra.run.vm07.stdout:Get:57 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-712-g70f8415b-1jammy [829 kB] 2026-03-25T17:18:33.933 INFO:teuthology.orchestra.run.vm07.stdout:Get:58 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-712-g70f8415b-1jammy [364 kB] 2026-03-25T17:18:33.965 INFO:teuthology.orchestra.run.vm07.stdout:Get:59 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-712-g70f8415b-1jammy [32.8 kB] 2026-03-25T17:18:33.965 INFO:teuthology.orchestra.run.vm07.stdout:Get:60 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-712-g70f8415b-1jammy [184 kB] 2026-03-25T17:18:33.966 INFO:teuthology.orchestra.run.vm07.stdout:Get:61 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-712-g70f8415b-1jammy [83.8 kB] 2026-03-25T17:18:33.968 INFO:teuthology.orchestra.run.vm07.stdout:Get:62 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-712-g70f8415b-1jammy [341 kB] 2026-03-25T17:18:33.973 INFO:teuthology.orchestra.run.vm07.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-712-g70f8415b-1jammy [8697 kB] 2026-03-25T17:18:34.491 INFO:teuthology.orchestra.run.vm07.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-25T17:18:34.496 INFO:teuthology.orchestra.run.vm07.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-25T17:18:34.509 INFO:teuthology.orchestra.run.vm07.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-25T17:18:36.303 INFO:teuthology.orchestra.run.vm07.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-25T17:18:36.591 INFO:teuthology.orchestra.run.vm07.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-25T17:18:36.598 INFO:teuthology.orchestra.run.vm07.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-25T17:18:36.599 INFO:teuthology.orchestra.run.vm07.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-25T17:18:36.627 INFO:teuthology.orchestra.run.vm07.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-25T17:18:36.883 INFO:teuthology.orchestra.run.vm07.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-25T17:18:37.825 INFO:teuthology.orchestra.run.vm07.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-25T17:18:37.825 INFO:teuthology.orchestra.run.vm07.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-25T17:18:37.889 INFO:teuthology.orchestra.run.vm07.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-25T17:18:38.010 INFO:teuthology.orchestra.run.vm07.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-25T17:18:38.102 INFO:teuthology.orchestra.run.vm07.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-25T17:18:38.113 INFO:teuthology.orchestra.run.vm07.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-25T17:18:40.586 INFO:teuthology.orchestra.run.vm07.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-25T17:18:40.831 INFO:teuthology.orchestra.run.vm07.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-25T17:18:40.837 INFO:teuthology.orchestra.run.vm07.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-25T17:18:41.805 INFO:teuthology.orchestra.run.vm00.stdout:Get:56 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-712-g70f8415b-1jammy [3583 kB] 2026-03-25T17:18:45.835 INFO:teuthology.orchestra.run.vm00.stdout:Get:57 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-712-g70f8415b-1jammy [829 kB] 2026-03-25T17:18:45.970 INFO:teuthology.orchestra.run.vm07.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-25T17:18:45.970 INFO:teuthology.orchestra.run.vm07.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-25T17:18:45.970 INFO:teuthology.orchestra.run.vm07.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-25T17:18:45.971 INFO:teuthology.orchestra.run.vm07.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-25T17:18:45.971 INFO:teuthology.orchestra.run.vm07.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-25T17:18:46.230 INFO:teuthology.orchestra.run.vm00.stdout:Get:58 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-712-g70f8415b-1jammy [364 kB] 2026-03-25T17:18:46.418 INFO:teuthology.orchestra.run.vm00.stdout:Get:59 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-712-g70f8415b-1jammy [32.8 kB] 2026-03-25T17:18:46.453 INFO:teuthology.orchestra.run.vm00.stdout:Get:60 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-712-g70f8415b-1jammy [184 kB] 2026-03-25T17:18:46.529 INFO:teuthology.orchestra.run.vm00.stdout:Get:61 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-712-g70f8415b-1jammy [83.8 kB] 2026-03-25T17:18:46.566 INFO:teuthology.orchestra.run.vm00.stdout:Get:62 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-712-g70f8415b-1jammy [341 kB] 2026-03-25T17:18:46.681 INFO:teuthology.orchestra.run.vm00.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-712-g70f8415b-1jammy [8697 kB] 2026-03-25T17:18:47.885 INFO:teuthology.orchestra.run.vm07.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-25T17:18:48.211 INFO:teuthology.orchestra.run.vm07.stdout:Fetched 281 MB in 16s (18.1 MB/s) 2026-03-25T17:18:48.459 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-03-25T17:18:48.532 INFO:teuthology.orchestra.run.vm07.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-25T17:18:48.535 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-03-25T17:18:48.537 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-25T17:18:48.565 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-03-25T17:18:48.572 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-03-25T17:18:48.582 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-25T17:18:48.607 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-03-25T17:18:48.614 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-03-25T17:18:48.616 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-25T17:18:48.646 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-03-25T17:18:48.653 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-25T17:18:48.658 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T17:18:48.729 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-03-25T17:18:48.738 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-25T17:18:48.740 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T17:18:48.767 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-03-25T17:18:48.774 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-25T17:18:48.777 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T17:18:48.820 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-03-25T17:18:48.828 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-03-25T17:18:48.829 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-25T17:18:48.881 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../07-librbd1_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:48.885 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking librbd1 (20.2.0-712-g70f8415b-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-25T17:18:48.986 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../08-librados2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:48.989 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking librados2 (20.2.0-712-g70f8415b-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-25T17:18:49.072 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libnbd0. 2026-03-25T17:18:49.080 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../09-libnbd0_1.10.5-1_amd64.deb ... 2026-03-25T17:18:49.080 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-03-25T17:18:49.099 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libcephfs2. 2026-03-25T17:18:49.106 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:49.106 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libcephfs2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:49.136 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-rados. 2026-03-25T17:18:49.143 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../11-python3-rados_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:49.144 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-rados (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:49.155 INFO:teuthology.orchestra.run.vm00.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-25T17:18:49.155 INFO:teuthology.orchestra.run.vm00.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-25T17:18:49.167 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-03-25T17:18:49.174 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:18:49.175 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-ceph-argparse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:49.192 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-cephfs. 2026-03-25T17:18:49.198 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:49.199 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-cephfs (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:49.214 INFO:teuthology.orchestra.run.vm00.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-25T17:18:49.220 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-ceph-common. 2026-03-25T17:18:49.227 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:18:49.228 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:49.253 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-wcwidth. 2026-03-25T17:18:49.259 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-03-25T17:18:49.260 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-25T17:18:49.280 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-prettytable. 2026-03-25T17:18:49.286 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-03-25T17:18:49.287 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-03-25T17:18:49.305 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-rbd. 2026-03-25T17:18:49.312 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:49.313 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-rbd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:49.340 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-03-25T17:18:49.347 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-03-25T17:18:49.348 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-25T17:18:49.371 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package librgw2. 2026-03-25T17:18:49.377 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../19-librgw2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:49.378 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking librgw2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:49.575 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-rgw. 2026-03-25T17:18:49.585 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:49.585 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-rgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:49.606 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package liboath0:amd64. 2026-03-25T17:18:49.614 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-03-25T17:18:49.615 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-25T17:18:49.631 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libradosstriper1. 2026-03-25T17:18:49.638 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:49.639 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libradosstriper1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:49.664 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-common. 2026-03-25T17:18:49.671 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../23-ceph-common_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:49.671 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:50.411 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-base. 2026-03-25T17:18:50.418 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../24-ceph-base_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:50.424 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-base (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:50.555 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-03-25T17:18:50.561 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-03-25T17:18:50.561 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-03-25T17:18:50.578 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-cheroot. 2026-03-25T17:18:50.585 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-03-25T17:18:50.586 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-03-25T17:18:50.610 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-03-25T17:18:50.617 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-03-25T17:18:50.618 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-03-25T17:18:50.637 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-jaraco.text. 2026-03-25T17:18:50.644 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-03-25T17:18:50.646 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-03-25T17:18:50.662 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-03-25T17:18:50.668 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-03-25T17:18:50.669 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-03-25T17:18:50.685 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-tempora. 2026-03-25T17:18:50.694 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-03-25T17:18:50.695 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-03-25T17:18:50.714 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-portend. 2026-03-25T17:18:50.720 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-03-25T17:18:50.721 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-03-25T17:18:50.739 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-03-25T17:18:50.745 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-03-25T17:18:50.746 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-03-25T17:18:50.765 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-cherrypy3. 2026-03-25T17:18:50.771 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-03-25T17:18:50.772 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-03-25T17:18:50.832 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-natsort. 2026-03-25T17:18:50.841 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-03-25T17:18:50.850 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-03-25T17:18:50.924 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-03-25T17:18:50.932 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:18:50.934 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-mgr-modules-core (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:51.083 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-03-25T17:18:51.090 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:51.091 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:51.142 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-mgr. 2026-03-25T17:18:51.148 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:51.164 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-mgr (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:51.211 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-mon. 2026-03-25T17:18:51.217 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:51.218 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-mon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:51.375 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libfuse2:amd64. 2026-03-25T17:18:51.381 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-03-25T17:18:51.382 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-25T17:18:51.403 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-osd. 2026-03-25T17:18:51.411 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:51.411 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-osd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:51.860 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph. 2026-03-25T17:18:51.867 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../41-ceph_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:51.868 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:51.891 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-fuse. 2026-03-25T17:18:51.899 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:51.900 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:51.935 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-mds. 2026-03-25T17:18:51.943 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:51.944 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-mds (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:52.065 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package cephadm. 2026-03-25T17:18:52.069 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../44-cephadm_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:52.075 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:52.171 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-asyncssh. 2026-03-25T17:18:52.178 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-03-25T17:18:52.179 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-25T17:18:52.210 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-03-25T17:18:52.218 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:18:52.219 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-mgr-cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:52.247 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-repoze.lru. 2026-03-25T17:18:52.254 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-03-25T17:18:52.254 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-03-25T17:18:52.272 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-routes. 2026-03-25T17:18:52.280 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-03-25T17:18:52.281 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-03-25T17:18:52.310 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-03-25T17:18:52.316 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:18:52.317 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-mgr-dashboard (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:52.773 INFO:teuthology.orchestra.run.vm00.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-25T17:18:53.172 INFO:teuthology.orchestra.run.vm00.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-25T17:18:53.173 INFO:teuthology.orchestra.run.vm00.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-25T17:18:53.222 INFO:teuthology.orchestra.run.vm00.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-25T17:18:53.268 INFO:teuthology.orchestra.run.vm00.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-25T17:18:53.352 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-03-25T17:18:53.359 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-03-25T17:18:53.360 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-25T17:18:53.441 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-joblib. 2026-03-25T17:18:53.444 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-03-25T17:18:53.445 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-03-25T17:18:53.483 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-03-25T17:18:53.490 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-03-25T17:18:53.491 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-03-25T17:18:53.513 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-sklearn. 2026-03-25T17:18:53.520 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-03-25T17:18:53.521 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-25T17:18:53.668 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-03-25T17:18:53.675 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:18:53.676 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:53.719 INFO:teuthology.orchestra.run.vm00.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-25T17:18:54.096 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-cachetools. 2026-03-25T17:18:54.102 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-03-25T17:18:54.103 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-03-25T17:18:54.121 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-rsa. 2026-03-25T17:18:54.127 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-03-25T17:18:54.128 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-rsa (4.8-1) ... 2026-03-25T17:18:54.149 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-google-auth. 2026-03-25T17:18:54.155 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-03-25T17:18:54.157 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-03-25T17:18:54.181 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-03-25T17:18:54.188 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-03-25T17:18:54.189 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-25T17:18:54.209 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-websocket. 2026-03-25T17:18:54.215 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-03-25T17:18:54.216 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-03-25T17:18:54.482 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-kubernetes. 2026-03-25T17:18:54.489 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-03-25T17:18:54.490 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-25T17:18:54.684 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-03-25T17:18:54.691 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:18:54.692 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:54.711 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libonig5:amd64. 2026-03-25T17:18:54.718 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-03-25T17:18:54.719 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-25T17:18:54.741 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libjq1:amd64. 2026-03-25T17:18:54.747 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-25T17:18:54.748 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-25T17:18:54.764 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package jq. 2026-03-25T17:18:54.771 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-25T17:18:54.772 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-03-25T17:18:54.791 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package socat. 2026-03-25T17:18:54.798 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-03-25T17:18:54.799 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-03-25T17:18:54.832 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package xmlstarlet. 2026-03-25T17:18:54.841 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-03-25T17:18:54.842 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-03-25T17:18:54.896 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-test. 2026-03-25T17:18:54.904 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../67-ceph-test_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:54.906 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-test (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:54.978 INFO:teuthology.orchestra.run.vm00.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-25T17:18:54.978 INFO:teuthology.orchestra.run.vm00.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-25T17:18:55.030 INFO:teuthology.orchestra.run.vm00.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-25T17:18:55.144 INFO:teuthology.orchestra.run.vm00.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-25T17:18:55.200 INFO:teuthology.orchestra.run.vm00.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-25T17:18:55.204 INFO:teuthology.orchestra.run.vm00.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-25T17:18:57.132 INFO:teuthology.orchestra.run.vm00.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-25T17:18:57.592 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package ceph-volume. 2026-03-25T17:18:57.600 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:18:57.602 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking ceph-volume (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:57.620 INFO:teuthology.orchestra.run.vm00.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-25T17:18:57.620 INFO:teuthology.orchestra.run.vm00.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-25T17:18:57.650 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libcephfs-daemon. 2026-03-25T17:18:57.659 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:57.660 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libcephfs-daemon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:57.685 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-03-25T17:18:57.693 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:57.694 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libcephfs-proxy2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:57.721 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package libcephfs-dev. 2026-03-25T17:18:57.724 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:57.725 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking libcephfs-dev (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:57.752 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package nvme-cli. 2026-03-25T17:18:57.760 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-03-25T17:18:57.762 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-03-25T17:18:57.818 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-03-25T17:18:57.825 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-03-25T17:18:57.828 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-25T17:18:57.893 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-iniconfig. 2026-03-25T17:18:57.900 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-03-25T17:18:57.902 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-03-25T17:18:57.924 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-pluggy. 2026-03-25T17:18:57.931 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-03-25T17:18:57.932 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-03-25T17:18:57.955 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-psutil. 2026-03-25T17:18:57.964 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-03-25T17:18:57.965 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-03-25T17:18:57.991 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-py. 2026-03-25T17:18:57.999 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-03-25T17:18:58.000 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-py (1.10.0-1) ... 2026-03-25T17:18:58.026 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-pygments. 2026-03-25T17:18:58.034 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-03-25T17:18:58.035 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-25T17:18:58.377 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-toml. 2026-03-25T17:18:58.383 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-03-25T17:18:58.385 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-03-25T17:18:58.404 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-pytest. 2026-03-25T17:18:58.412 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-03-25T17:18:58.412 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-03-25T17:18:58.469 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-simplejson. 2026-03-25T17:18:58.475 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-03-25T17:18:58.476 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-03-25T17:18:58.505 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-webob. 2026-03-25T17:18:58.510 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-03-25T17:18:58.511 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-25T17:18:58.534 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-03-25T17:18:58.544 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-03-25T17:18:58.545 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-03-25T17:18:58.723 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package radosgw. 2026-03-25T17:18:58.731 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../84-radosgw_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:58.732 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking radosgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:59.314 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package rbd-fuse. 2026-03-25T17:18:59.322 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:18:59.325 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking rbd-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:18:59.377 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package smartmontools. 2026-03-25T17:18:59.385 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../86-smartmontools_7.2-1ubuntu0.1_amd64.deb ... 2026-03-25T17:18:59.393 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking smartmontools (7.2-1ubuntu0.1) ... 2026-03-25T17:18:59.450 INFO:teuthology.orchestra.run.vm07.stdout:Setting up smartmontools (7.2-1ubuntu0.1) ... 2026-03-25T17:18:59.730 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service. 2026-03-25T17:18:59.731 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service. 2026-03-25T17:19:00.133 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-03-25T17:19:00.215 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-25T17:19:00.220 INFO:teuthology.orchestra.run.vm07.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-03-25T17:19:00.292 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-03-25T17:19:00.533 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-03-25T17:19:00.932 INFO:teuthology.orchestra.run.vm07.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-03-25T17:19:00.952 INFO:teuthology.orchestra.run.vm07.stdout:Setting up cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:00.996 INFO:teuthology.orchestra.run.vm07.stdout:Adding system user cephadm....done 2026-03-25T17:19:01.006 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-03-25T17:19:01.078 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-25T17:19:01.080 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-03-25T17:19:01.151 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-03-25T17:19:01.232 INFO:teuthology.orchestra.run.vm07.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-25T17:19:01.235 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-py (1.10.0-1) ... 2026-03-25T17:19:01.331 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-03-25T17:19:01.461 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-03-25T17:19:01.540 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-03-25T17:19:01.618 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-ceph-argparse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:01.696 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-25T17:19:01.699 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-03-25T17:19:01.702 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-25T17:19:01.705 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-25T17:19:01.708 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-03-25T17:19:01.838 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-03-25T17:19:01.919 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libcephfs-proxy2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:01.922 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-03-25T17:19:02.004 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-03-25T17:19:02.094 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-25T17:19:02.491 INFO:teuthology.orchestra.run.vm07.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-03-25T17:19:02.657 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-25T17:19:02.779 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-25T17:19:02.944 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-03-25T17:19:03.040 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-03-25T17:19:03.118 INFO:teuthology.orchestra.run.vm07.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-03-25T17:19:03.130 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:03.248 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-25T17:19:03.851 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T17:19:03.857 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-toml (0.10.2-1) ... 2026-03-25T17:19:03.935 INFO:teuthology.orchestra.run.vm07.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-25T17:19:03.938 INFO:teuthology.orchestra.run.vm07.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-03-25T17:19:03.940 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-03-25T17:19:04.014 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-03-25T17:19:04.083 INFO:teuthology.orchestra.run.vm00.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-25T17:19:04.083 INFO:teuthology.orchestra.run.vm00.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-25T17:19:04.083 INFO:teuthology.orchestra.run.vm00.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-25T17:19:04.084 INFO:teuthology.orchestra.run.vm00.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-25T17:19:04.084 INFO:teuthology.orchestra.run.vm00.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-25T17:19:04.088 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T17:19:04.091 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-rsa (4.8-1) ... 2026-03-25T17:19:04.169 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-03-25T17:19:04.242 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-03-25T17:19:04.338 INFO:teuthology.orchestra.run.vm07.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-25T17:19:04.383 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-03-25T17:19:04.576 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-25T17:19:04.583 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-25T17:19:04.674 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-25T17:19:05.021 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-03-25T17:19:05.447 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-25T17:19:05.504 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-03-25T17:19:05.702 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-portend (3.0.0-1) ... 2026-03-25T17:19:05.801 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T17:19:05.804 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-03-25T17:19:05.839 INFO:teuthology.orchestra.run.vm00.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-25T17:19:05.905 INFO:teuthology.orchestra.run.vm07.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-03-25T17:19:05.908 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-03-25T17:19:06.138 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-25T17:19:06.141 INFO:teuthology.orchestra.run.vm07.stdout:Setting up librados2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:06.196 INFO:teuthology.orchestra.run.vm07.stdout:Setting up librgw2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:06.199 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libsqlite3-mod-ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:06.200 INFO:teuthology.orchestra.run.vm00.stdout:Fetched 281 MB in 33s (8395 kB/s) 2026-03-25T17:19:06.203 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-25T17:19:06.297 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-03-25T17:19:06.374 INFO:teuthology.orchestra.run.vm00.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-25T17:19:06.376 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-03-25T17:19:06.454 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-25T17:19:06.516 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-03-25T17:19:06.524 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-03-25T17:19:06.567 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-25T17:19:06.706 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-03-25T17:19:06.713 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-03-25T17:19:06.718 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-25T17:19:06.776 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-03-25T17:19:06.783 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-25T17:19:06.790 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T17:19:06.853 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-03-25T17:19:06.863 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-25T17:19:06.864 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T17:19:07.326 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libcephfs2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:07.488 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-03-25T17:19:07.490 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libradosstriper1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:07.496 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-25T17:19:07.508 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T17:19:07.527 INFO:teuthology.orchestra.run.vm07.stdout:Setting up librbd1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:07.535 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-mgr-modules-core (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:07.539 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:07.547 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-03-25T17:19:07.558 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-03-25T17:19:07.611 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-25T17:19:07.611 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-25T17:19:07.653 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-25T17:19:08.052 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../07-librbd1_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:08.066 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libcephfs-dev (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:08.205 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-rados (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:08.219 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking librbd1 (20.2.0-712-g70f8415b-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-25T17:19:08.236 INFO:teuthology.orchestra.run.vm07.stdout:Setting up libcephfs-daemon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:08.239 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-rbd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:08.242 INFO:teuthology.orchestra.run.vm07.stdout:Setting up rbd-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:08.245 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-rgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:08.248 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-cephfs (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:08.251 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:08.420 INFO:teuthology.orchestra.run.vm07.stdout:Adding group ceph....done 2026-03-25T17:19:08.491 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../08-librados2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:08.508 INFO:teuthology.orchestra.run.vm07.stdout:Adding system user ceph....done 2026-03-25T17:19:08.513 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking librados2 (20.2.0-712-g70f8415b-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-25T17:19:08.519 INFO:teuthology.orchestra.run.vm07.stdout:Setting system user ceph properties....done 2026-03-25T17:19:08.524 INFO:teuthology.orchestra.run.vm07.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-03-25T17:19:08.610 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-03-25T17:19:08.691 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libnbd0. 2026-03-25T17:19:08.697 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../09-libnbd0_1.10.5-1_amd64.deb ... 2026-03-25T17:19:08.698 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-03-25T17:19:08.716 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libcephfs2. 2026-03-25T17:19:08.724 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:08.737 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libcephfs2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:08.778 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-rados. 2026-03-25T17:19:08.787 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../11-python3-rados_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:08.789 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-rados (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:08.859 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-03-25T17:19:08.866 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:19:08.870 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-03-25T17:19:08.884 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-ceph-argparse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:08.914 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-cephfs. 2026-03-25T17:19:08.923 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:08.925 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-cephfs (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:08.964 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-ceph-common. 2026-03-25T17:19:08.971 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:19:08.973 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:09.002 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-wcwidth. 2026-03-25T17:19:09.012 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-03-25T17:19:09.014 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-25T17:19:09.162 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-prettytable. 2026-03-25T17:19:09.172 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-03-25T17:19:09.211 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-03-25T17:19:09.253 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-rbd. 2026-03-25T17:19:09.260 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:09.342 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-rbd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:09.470 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-test (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:09.476 INFO:teuthology.orchestra.run.vm07.stdout:Setting up radosgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:09.495 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-03-25T17:19:09.502 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-03-25T17:19:09.509 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-25T17:19:09.592 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package librgw2. 2026-03-25T17:19:09.599 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../19-librgw2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:09.600 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking librgw2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:09.765 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-25T17:19:09.765 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-25T17:19:09.890 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-rgw. 2026-03-25T17:19:09.898 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:09.903 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-rgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:09.948 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package liboath0:amd64. 2026-03-25T17:19:09.956 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-03-25T17:19:09.983 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-25T17:19:10.027 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libradosstriper1. 2026-03-25T17:19:10.034 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:10.037 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libradosstriper1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:10.087 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-common. 2026-03-25T17:19:10.095 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../23-ceph-common_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:10.096 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:10.216 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-base (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:10.373 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-03-25T17:19:10.790 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-mds (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:10.797 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-base. 2026-03-25T17:19:10.804 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../24-ceph-base_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:10.812 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-base (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:10.886 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-25T17:19:10.887 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-25T17:19:11.156 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-03-25T17:19:11.165 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-03-25T17:19:11.168 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-03-25T17:19:11.187 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-cheroot. 2026-03-25T17:19:11.194 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-03-25T17:19:11.195 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-03-25T17:19:11.363 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-mgr (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:11.552 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-03-25T17:19:11.559 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-03-25T17:19:11.579 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-03-25T17:19:11.617 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-25T17:19:11.617 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-25T17:19:11.619 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-jaraco.text. 2026-03-25T17:19:11.625 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-03-25T17:19:11.635 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-03-25T17:19:11.667 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-03-25T17:19:11.677 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-03-25T17:19:11.688 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-03-25T17:19:11.719 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-tempora. 2026-03-25T17:19:11.727 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-03-25T17:19:11.728 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-03-25T17:19:11.755 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-portend. 2026-03-25T17:19:11.770 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-03-25T17:19:11.772 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-03-25T17:19:11.807 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-03-25T17:19:11.815 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-03-25T17:19:11.819 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-03-25T17:19:12.065 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-cherrypy3. 2026-03-25T17:19:12.068 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-osd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:12.072 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-03-25T17:19:12.073 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-03-25T17:19:12.119 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-natsort. 2026-03-25T17:19:12.128 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-03-25T17:19:12.164 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-25T17:19:12.165 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-25T17:19:12.171 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-03-25T17:19:12.302 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-03-25T17:19:12.309 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:19:12.333 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-mgr-modules-core (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:12.392 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-03-25T17:19:12.398 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:12.408 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:12.487 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-mgr. 2026-03-25T17:19:12.495 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:12.496 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-mgr (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:12.838 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-mgr-k8sevents (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:12.847 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:12.855 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-mon. 2026-03-25T17:19:12.862 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:12.865 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-mon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:12.866 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-mon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:12.936 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-25T17:19:12.937 INFO:teuthology.orchestra.run.vm07.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-25T17:19:13.033 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libfuse2:amd64. 2026-03-25T17:19:13.040 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-03-25T17:19:13.070 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-25T17:19:13.129 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-osd. 2026-03-25T17:19:13.137 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:13.150 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-osd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:13.402 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-mgr-cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:13.441 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:13.444 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-mgr-dashboard (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:13.566 INFO:teuthology.orchestra.run.vm07.stdout:Setting up ceph-volume (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:13.592 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph. 2026-03-25T17:19:13.603 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../41-ceph_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:13.619 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:13.706 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-fuse. 2026-03-25T17:19:13.710 INFO:teuthology.orchestra.run.vm07.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-25T17:19:13.713 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:13.723 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:13.839 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-mds. 2026-03-25T17:19:13.845 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:13.847 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-mds (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:13.964 INFO:teuthology.orchestra.run.vm07.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-25T17:19:13.969 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package cephadm. 2026-03-25T17:19:13.975 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../44-cephadm_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:13.977 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:14.020 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-asyncssh. 2026-03-25T17:19:14.027 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-03-25T17:19:14.031 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-25T17:19:14.108 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-03-25T17:19:14.115 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:19:14.123 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-mgr-cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:14.199 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-repoze.lru. 2026-03-25T17:19:14.206 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-03-25T17:19:14.207 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-03-25T17:19:14.292 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-routes. 2026-03-25T17:19:14.300 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-03-25T17:19:14.322 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-03-25T17:19:14.378 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-03-25T17:19:14.388 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:19:14.390 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-mgr-dashboard (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:14.584 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:14.584 INFO:teuthology.orchestra.run.vm07.stdout:Running kernel seems to be up-to-date. 2026-03-25T17:19:14.584 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:14.584 INFO:teuthology.orchestra.run.vm07.stdout:Services to be restarted: 2026-03-25T17:19:14.587 INFO:teuthology.orchestra.run.vm07.stdout: systemctl restart apache-htcacheclean.service 2026-03-25T17:19:14.593 INFO:teuthology.orchestra.run.vm07.stdout: systemctl restart rsyslog.service 2026-03-25T17:19:14.596 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:14.597 INFO:teuthology.orchestra.run.vm07.stdout:Service restarts being deferred: 2026-03-25T17:19:14.597 INFO:teuthology.orchestra.run.vm07.stdout: systemctl restart networkd-dispatcher.service 2026-03-25T17:19:14.597 INFO:teuthology.orchestra.run.vm07.stdout: systemctl restart unattended-upgrades.service 2026-03-25T17:19:14.597 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:14.597 INFO:teuthology.orchestra.run.vm07.stdout:No containers need to be restarted. 2026-03-25T17:19:14.597 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:14.597 INFO:teuthology.orchestra.run.vm07.stdout:No user sessions are running outdated binaries. 2026-03-25T17:19:14.597 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:14.597 INFO:teuthology.orchestra.run.vm07.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-25T17:19:15.769 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-03-25T17:19:15.776 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-03-25T17:19:15.809 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-25T17:19:15.810 INFO:teuthology.orchestra.run.vm07.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T17:19:15.814 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:19:15.893 INFO:teuthology.orchestra.run.vm07.stdout:Reading package lists... 2026-03-25T17:19:15.902 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-joblib. 2026-03-25T17:19:15.910 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-03-25T17:19:15.954 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-03-25T17:19:16.076 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-03-25T17:19:16.083 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-03-25T17:19:16.084 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-03-25T17:19:16.137 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-sklearn. 2026-03-25T17:19:16.143 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-03-25T17:19:16.146 INFO:teuthology.orchestra.run.vm07.stdout:Building dependency tree... 2026-03-25T17:19:16.150 INFO:teuthology.orchestra.run.vm07.stdout:Reading state information... 2026-03-25T17:19:16.153 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-25T17:19:16.284 INFO:teuthology.orchestra.run.vm07.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T17:19:16.284 INFO:teuthology.orchestra.run.vm07.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T17:19:16.284 INFO:teuthology.orchestra.run.vm07.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T17:19:16.284 INFO:teuthology.orchestra.run.vm07.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T17:19:16.295 INFO:teuthology.orchestra.run.vm07.stdout:The following NEW packages will be installed: 2026-03-25T17:19:16.295 INFO:teuthology.orchestra.run.vm07.stdout: python3-jmespath python3-xmltodict s3cmd 2026-03-25T17:19:16.319 INFO:teuthology.orchestra.run.vm07.stdout:0 upgraded, 3 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T17:19:16.319 INFO:teuthology.orchestra.run.vm07.stdout:Need to get 155 kB of archives. 2026-03-25T17:19:16.319 INFO:teuthology.orchestra.run.vm07.stdout:After this operation, 678 kB of additional disk space will be used. 2026-03-25T17:19:16.319 INFO:teuthology.orchestra.run.vm07.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jmespath all 0.10.0-1 [21.7 kB] 2026-03-25T17:19:16.323 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-03-25T17:19:16.330 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:19:16.331 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:16.334 INFO:teuthology.orchestra.run.vm07.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-xmltodict all 0.12.0-2 [12.6 kB] 2026-03-25T17:19:16.336 INFO:teuthology.orchestra.run.vm07.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 s3cmd all 2.2.0-1 [120 kB] 2026-03-25T17:19:16.602 INFO:teuthology.orchestra.run.vm07.stdout:Fetched 155 kB in 0s (2868 kB/s) 2026-03-25T17:19:16.627 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-jmespath. 2026-03-25T17:19:16.666 INFO:teuthology.orchestra.run.vm07.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-25T17:19:16.670 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../python3-jmespath_0.10.0-1_all.deb ... 2026-03-25T17:19:16.671 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-jmespath (0.10.0-1) ... 2026-03-25T17:19:16.709 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package python3-xmltodict. 2026-03-25T17:19:16.718 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../python3-xmltodict_0.12.0-2_all.deb ... 2026-03-25T17:19:16.742 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking python3-xmltodict (0.12.0-2) ... 2026-03-25T17:19:16.927 INFO:teuthology.orchestra.run.vm07.stdout:Selecting previously unselected package s3cmd. 2026-03-25T17:19:16.935 INFO:teuthology.orchestra.run.vm07.stdout:Preparing to unpack .../archives/s3cmd_2.2.0-1_all.deb ... 2026-03-25T17:19:16.937 INFO:teuthology.orchestra.run.vm07.stdout:Unpacking s3cmd (2.2.0-1) ... 2026-03-25T17:19:16.949 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-cachetools. 2026-03-25T17:19:16.953 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-03-25T17:19:16.956 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-03-25T17:19:17.003 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-rsa. 2026-03-25T17:19:17.004 INFO:teuthology.orchestra.run.vm07.stdout:Setting up s3cmd (2.2.0-1) ... 2026-03-25T17:19:17.015 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-03-25T17:19:17.017 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-rsa (4.8-1) ... 2026-03-25T17:19:17.122 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-xmltodict (0.12.0-2) ... 2026-03-25T17:19:17.124 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-google-auth. 2026-03-25T17:19:17.132 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-03-25T17:19:17.155 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-03-25T17:19:17.205 INFO:teuthology.orchestra.run.vm07.stdout:Setting up python3-jmespath (0.10.0-1) ... 2026-03-25T17:19:17.237 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-03-25T17:19:17.242 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-03-25T17:19:17.243 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-25T17:19:17.289 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-websocket. 2026-03-25T17:19:17.295 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-03-25T17:19:17.296 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-03-25T17:19:17.297 INFO:teuthology.orchestra.run.vm07.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-25T17:19:17.373 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-kubernetes. 2026-03-25T17:19:17.383 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-03-25T17:19:17.384 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-25T17:19:17.673 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-03-25T17:19:17.674 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:19:17.674 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:17.696 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libonig5:amd64. 2026-03-25T17:19:17.701 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-03-25T17:19:17.702 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-25T17:19:17.716 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:17.716 INFO:teuthology.orchestra.run.vm07.stdout:Running kernel seems to be up-to-date. 2026-03-25T17:19:17.716 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:17.716 INFO:teuthology.orchestra.run.vm07.stdout:Services to be restarted: 2026-03-25T17:19:17.720 INFO:teuthology.orchestra.run.vm07.stdout: systemctl restart apache-htcacheclean.service 2026-03-25T17:19:17.729 INFO:teuthology.orchestra.run.vm07.stdout: systemctl restart rsyslog.service 2026-03-25T17:19:17.732 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libjq1:amd64. 2026-03-25T17:19:17.733 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:17.734 INFO:teuthology.orchestra.run.vm07.stdout:Service restarts being deferred: 2026-03-25T17:19:17.734 INFO:teuthology.orchestra.run.vm07.stdout: systemctl restart networkd-dispatcher.service 2026-03-25T17:19:17.734 INFO:teuthology.orchestra.run.vm07.stdout: systemctl restart unattended-upgrades.service 2026-03-25T17:19:17.734 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:17.734 INFO:teuthology.orchestra.run.vm07.stdout:No containers need to be restarted. 2026-03-25T17:19:17.734 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:17.734 INFO:teuthology.orchestra.run.vm07.stdout:No user sessions are running outdated binaries. 2026-03-25T17:19:17.734 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:17.734 INFO:teuthology.orchestra.run.vm07.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-25T17:19:17.742 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-25T17:19:17.770 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-25T17:19:17.864 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package jq. 2026-03-25T17:19:17.871 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-25T17:19:17.878 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-03-25T17:19:17.960 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package socat. 2026-03-25T17:19:17.961 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-03-25T17:19:17.964 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-03-25T17:19:18.013 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package xmlstarlet. 2026-03-25T17:19:18.022 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-03-25T17:19:18.024 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-03-25T17:19:18.107 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-test. 2026-03-25T17:19:18.113 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../67-ceph-test_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:18.117 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-test (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:19.003 INFO:teuthology.orchestra.run.vm07.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T17:19:19.010 DEBUG:teuthology.parallel:result is None 2026-03-25T17:19:20.997 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package ceph-volume. 2026-03-25T17:19:21.005 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T17:19:21.016 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking ceph-volume (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:21.081 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libcephfs-daemon. 2026-03-25T17:19:21.088 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:21.090 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libcephfs-daemon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:21.119 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-03-25T17:19:21.127 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:21.130 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libcephfs-proxy2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:21.158 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package libcephfs-dev. 2026-03-25T17:19:21.169 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:21.170 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking libcephfs-dev (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:21.257 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package nvme-cli. 2026-03-25T17:19:21.264 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-03-25T17:19:21.276 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-03-25T17:19:21.337 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-03-25T17:19:21.345 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-03-25T17:19:21.348 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-25T17:19:21.489 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-iniconfig. 2026-03-25T17:19:21.494 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-03-25T17:19:21.503 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-03-25T17:19:21.528 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-pluggy. 2026-03-25T17:19:21.534 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-03-25T17:19:21.538 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-03-25T17:19:21.582 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-psutil. 2026-03-25T17:19:21.590 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-03-25T17:19:21.591 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-03-25T17:19:21.629 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-py. 2026-03-25T17:19:21.636 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-03-25T17:19:21.637 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-py (1.10.0-1) ... 2026-03-25T17:19:21.682 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-pygments. 2026-03-25T17:19:21.690 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-03-25T17:19:21.713 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-25T17:19:21.854 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-toml. 2026-03-25T17:19:21.861 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-03-25T17:19:21.872 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-03-25T17:19:21.917 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-pytest. 2026-03-25T17:19:21.929 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-03-25T17:19:21.974 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-03-25T17:19:22.177 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-simplejson. 2026-03-25T17:19:22.184 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-03-25T17:19:22.191 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-03-25T17:19:22.310 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-webob. 2026-03-25T17:19:22.321 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-03-25T17:19:22.333 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-25T17:19:22.394 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-03-25T17:19:22.401 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-03-25T17:19:22.403 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-03-25T17:19:22.803 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package radosgw. 2026-03-25T17:19:22.814 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../84-radosgw_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:22.817 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking radosgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:23.442 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package rbd-fuse. 2026-03-25T17:19:23.450 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T17:19:23.469 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking rbd-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:23.549 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package smartmontools. 2026-03-25T17:19:23.562 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../86-smartmontools_7.2-1ubuntu0.1_amd64.deb ... 2026-03-25T17:19:23.591 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking smartmontools (7.2-1ubuntu0.1) ... 2026-03-25T17:19:23.711 INFO:teuthology.orchestra.run.vm00.stdout:Setting up smartmontools (7.2-1ubuntu0.1) ... 2026-03-25T17:19:24.032 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service. 2026-03-25T17:19:24.032 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service. 2026-03-25T17:19:24.546 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-03-25T17:19:24.789 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-25T17:19:25.053 INFO:teuthology.orchestra.run.vm00.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-03-25T17:19:25.221 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-03-25T17:19:25.479 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-03-25T17:19:25.958 INFO:teuthology.orchestra.run.vm00.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-03-25T17:19:25.986 INFO:teuthology.orchestra.run.vm00.stdout:Setting up cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:26.166 INFO:teuthology.orchestra.run.vm00.stdout:Adding system user cephadm....done 2026-03-25T17:19:26.269 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-03-25T17:19:26.370 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-25T17:19:26.388 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-03-25T17:19:26.514 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-03-25T17:19:26.628 INFO:teuthology.orchestra.run.vm00.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-25T17:19:26.631 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-py (1.10.0-1) ... 2026-03-25T17:19:26.748 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-03-25T17:19:26.903 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-03-25T17:19:27.028 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-03-25T17:19:27.130 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-ceph-argparse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:27.259 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-25T17:19:27.264 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-03-25T17:19:27.289 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-25T17:19:27.292 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-25T17:19:27.299 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-03-25T17:19:27.464 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-03-25T17:19:27.553 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libcephfs-proxy2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:27.557 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-03-25T17:19:27.711 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-03-25T17:19:27.921 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-25T17:19:28.279 INFO:teuthology.orchestra.run.vm00.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-03-25T17:19:28.282 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-25T17:19:28.427 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-25T17:19:28.631 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-03-25T17:19:28.739 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-03-25T17:19:28.850 INFO:teuthology.orchestra.run.vm00.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-03-25T17:19:28.852 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:28.998 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-25T17:19:29.661 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T17:19:29.681 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-toml (0.10.2-1) ... 2026-03-25T17:19:29.805 INFO:teuthology.orchestra.run.vm00.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-25T17:19:29.840 INFO:teuthology.orchestra.run.vm00.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-03-25T17:19:29.842 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-03-25T17:19:29.934 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-03-25T17:19:30.034 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T17:19:30.038 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-rsa (4.8-1) ... 2026-03-25T17:19:30.134 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-03-25T17:19:30.235 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-03-25T17:19:30.350 INFO:teuthology.orchestra.run.vm00.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-25T17:19:30.367 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-03-25T17:19:30.480 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-25T17:19:30.522 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-25T17:19:30.613 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-25T17:19:30.743 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-03-25T17:19:30.862 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-25T17:19:30.875 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-03-25T17:19:31.075 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-portend (3.0.0-1) ... 2026-03-25T17:19:31.274 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T17:19:31.643 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-03-25T17:19:31.888 INFO:teuthology.orchestra.run.vm00.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-03-25T17:19:32.050 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-03-25T17:19:32.378 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-25T17:19:32.381 INFO:teuthology.orchestra.run.vm00.stdout:Setting up librados2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:32.409 INFO:teuthology.orchestra.run.vm00.stdout:Setting up librgw2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:32.417 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libsqlite3-mod-ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:32.427 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-25T17:19:33.201 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libcephfs2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:33.204 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libradosstriper1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:33.207 INFO:teuthology.orchestra.run.vm00.stdout:Setting up librbd1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:33.246 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-mgr-modules-core (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:33.257 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:33.331 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-25T17:19:33.331 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-25T17:19:33.726 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libcephfs-dev (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:33.765 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-rados (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:33.781 INFO:teuthology.orchestra.run.vm00.stdout:Setting up libcephfs-daemon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:33.850 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-rbd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:33.852 INFO:teuthology.orchestra.run.vm00.stdout:Setting up rbd-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:33.855 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-rgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:33.890 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-cephfs (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:33.908 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:34.125 INFO:teuthology.orchestra.run.vm00.stdout:Adding group ceph....done 2026-03-25T17:19:34.187 INFO:teuthology.orchestra.run.vm00.stdout:Adding system user ceph....done 2026-03-25T17:19:34.227 INFO:teuthology.orchestra.run.vm00.stdout:Setting system user ceph properties....done 2026-03-25T17:19:34.232 INFO:teuthology.orchestra.run.vm00.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-03-25T17:19:34.307 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-03-25T17:19:34.568 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-03-25T17:19:34.985 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-test (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:34.999 INFO:teuthology.orchestra.run.vm00.stdout:Setting up radosgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:35.253 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-25T17:19:35.253 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-25T17:19:35.668 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-base (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:35.789 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-03-25T17:19:36.242 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-mds (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:36.343 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-25T17:19:36.343 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-25T17:19:36.798 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-mgr (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:36.890 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-25T17:19:36.890 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-25T17:19:37.250 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-osd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:37.364 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-25T17:19:37.364 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-25T17:19:37.825 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-mgr-k8sevents (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:37.847 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:37.872 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-mon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:37.945 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-25T17:19:37.945 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-25T17:19:38.380 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-mgr-cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:38.424 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:38.433 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-mgr-dashboard (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:38.455 INFO:teuthology.orchestra.run.vm00.stdout:Setting up ceph-volume (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T17:19:38.608 INFO:teuthology.orchestra.run.vm00.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-25T17:19:38.797 INFO:teuthology.orchestra.run.vm00.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-25T17:19:39.414 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:39.415 INFO:teuthology.orchestra.run.vm00.stdout:Running kernel seems to be up-to-date. 2026-03-25T17:19:39.415 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:39.415 INFO:teuthology.orchestra.run.vm00.stdout:Services to be restarted: 2026-03-25T17:19:39.419 INFO:teuthology.orchestra.run.vm00.stdout: systemctl restart apache-htcacheclean.service 2026-03-25T17:19:39.428 INFO:teuthology.orchestra.run.vm00.stdout: systemctl restart rsyslog.service 2026-03-25T17:19:39.435 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:39.435 INFO:teuthology.orchestra.run.vm00.stdout:Service restarts being deferred: 2026-03-25T17:19:39.435 INFO:teuthology.orchestra.run.vm00.stdout: systemctl restart networkd-dispatcher.service 2026-03-25T17:19:39.435 INFO:teuthology.orchestra.run.vm00.stdout: systemctl restart unattended-upgrades.service 2026-03-25T17:19:39.435 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:39.435 INFO:teuthology.orchestra.run.vm00.stdout:No containers need to be restarted. 2026-03-25T17:19:39.435 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:39.435 INFO:teuthology.orchestra.run.vm00.stdout:No user sessions are running outdated binaries. 2026-03-25T17:19:39.435 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:39.435 INFO:teuthology.orchestra.run.vm00.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-25T17:19:40.655 INFO:teuthology.orchestra.run.vm00.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T17:19:40.659 DEBUG:teuthology.orchestra.run.vm00:> 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-25T17:19:40.738 INFO:teuthology.orchestra.run.vm00.stdout:Reading package lists... 2026-03-25T17:19:41.005 INFO:teuthology.orchestra.run.vm00.stdout:Building dependency tree... 2026-03-25T17:19:41.006 INFO:teuthology.orchestra.run.vm00.stdout:Reading state information... 2026-03-25T17:19:41.225 INFO:teuthology.orchestra.run.vm00.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T17:19:41.225 INFO:teuthology.orchestra.run.vm00.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T17:19:41.226 INFO:teuthology.orchestra.run.vm00.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T17:19:41.226 INFO:teuthology.orchestra.run.vm00.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T17:19:41.247 INFO:teuthology.orchestra.run.vm00.stdout:The following NEW packages will be installed: 2026-03-25T17:19:41.247 INFO:teuthology.orchestra.run.vm00.stdout: python3-jmespath python3-xmltodict s3cmd 2026-03-25T17:19:41.451 INFO:teuthology.orchestra.run.vm00.stdout:0 upgraded, 3 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T17:19:41.451 INFO:teuthology.orchestra.run.vm00.stdout:Need to get 155 kB of archives. 2026-03-25T17:19:41.451 INFO:teuthology.orchestra.run.vm00.stdout:After this operation, 678 kB of additional disk space will be used. 2026-03-25T17:19:41.451 INFO:teuthology.orchestra.run.vm00.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jmespath all 0.10.0-1 [21.7 kB] 2026-03-25T17:19:41.656 INFO:teuthology.orchestra.run.vm00.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-xmltodict all 0.12.0-2 [12.6 kB] 2026-03-25T17:19:41.694 INFO:teuthology.orchestra.run.vm00.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 s3cmd all 2.2.0-1 [120 kB] 2026-03-25T17:19:42.120 INFO:teuthology.orchestra.run.vm00.stdout:Fetched 155 kB in 1s (241 kB/s) 2026-03-25T17:19:42.152 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-jmespath. 2026-03-25T17:19:42.178 INFO:teuthology.orchestra.run.vm00.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-25T17:19:42.180 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../python3-jmespath_0.10.0-1_all.deb ... 2026-03-25T17:19:42.187 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-jmespath (0.10.0-1) ... 2026-03-25T17:19:42.222 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package python3-xmltodict. 2026-03-25T17:19:42.229 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../python3-xmltodict_0.12.0-2_all.deb ... 2026-03-25T17:19:42.252 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking python3-xmltodict (0.12.0-2) ... 2026-03-25T17:19:42.283 INFO:teuthology.orchestra.run.vm00.stdout:Selecting previously unselected package s3cmd. 2026-03-25T17:19:42.292 INFO:teuthology.orchestra.run.vm00.stdout:Preparing to unpack .../archives/s3cmd_2.2.0-1_all.deb ... 2026-03-25T17:19:42.323 INFO:teuthology.orchestra.run.vm00.stdout:Unpacking s3cmd (2.2.0-1) ... 2026-03-25T17:19:42.418 INFO:teuthology.orchestra.run.vm00.stdout:Setting up s3cmd (2.2.0-1) ... 2026-03-25T17:19:42.553 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-xmltodict (0.12.0-2) ... 2026-03-25T17:19:42.655 INFO:teuthology.orchestra.run.vm00.stdout:Setting up python3-jmespath (0.10.0-1) ... 2026-03-25T17:19:42.762 INFO:teuthology.orchestra.run.vm00.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-25T17:19:43.283 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:43.283 INFO:teuthology.orchestra.run.vm00.stdout:Running kernel seems to be up-to-date. 2026-03-25T17:19:43.283 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:43.283 INFO:teuthology.orchestra.run.vm00.stdout:Services to be restarted: 2026-03-25T17:19:43.288 INFO:teuthology.orchestra.run.vm00.stdout: systemctl restart apache-htcacheclean.service 2026-03-25T17:19:43.297 INFO:teuthology.orchestra.run.vm00.stdout: systemctl restart rsyslog.service 2026-03-25T17:19:43.301 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:43.312 INFO:teuthology.orchestra.run.vm00.stdout:Service restarts being deferred: 2026-03-25T17:19:43.312 INFO:teuthology.orchestra.run.vm00.stdout: systemctl restart networkd-dispatcher.service 2026-03-25T17:19:43.312 INFO:teuthology.orchestra.run.vm00.stdout: systemctl restart unattended-upgrades.service 2026-03-25T17:19:43.312 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:43.312 INFO:teuthology.orchestra.run.vm00.stdout:No containers need to be restarted. 2026-03-25T17:19:43.312 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:43.312 INFO:teuthology.orchestra.run.vm00.stdout:No user sessions are running outdated binaries. 2026-03-25T17:19:43.312 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:43.312 INFO:teuthology.orchestra.run.vm00.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-25T17:19:44.620 INFO:teuthology.orchestra.run.vm00.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T17:19:44.624 DEBUG:teuthology.parallel:result is None 2026-03-25T17:19:44.624 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-25T17:19:45.180 DEBUG:teuthology.orchestra.run.vm00:> dpkg-query -W -f '${Version}' ceph 2026-03-25T17:19:45.191 INFO:teuthology.orchestra.run.vm00.stdout:20.2.0-712-g70f8415b-1jammy 2026-03-25T17:19:45.192 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-712-g70f8415b-1jammy 2026-03-25T17:19:45.192 INFO:teuthology.task.install:The correct ceph version 20.2.0-712-g70f8415b-1jammy is installed. 2026-03-25T17:19:45.193 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-25T17:19:45.846 DEBUG:teuthology.orchestra.run.vm07:> dpkg-query -W -f '${Version}' ceph 2026-03-25T17:19:45.856 INFO:teuthology.orchestra.run.vm07.stdout:20.2.0-712-g70f8415b-1jammy 2026-03-25T17:19:45.856 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-712-g70f8415b-1jammy 2026-03-25T17:19:45.856 INFO:teuthology.task.install:The correct ceph version 20.2.0-712-g70f8415b-1jammy is installed. 2026-03-25T17:19:45.857 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-03-25T17:19:45.857 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:45.857 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-25T17:19:45.868 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:19:45.891 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-25T17:19:45.906 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-03-25T17:19:45.906 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:45.906 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/usr/bin/daemon-helper 2026-03-25T17:19:45.917 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-25T17:19:45.974 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:19:45.974 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/usr/bin/daemon-helper 2026-03-25T17:19:45.982 DEBUG:teuthology.orchestra.run.vm07:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-25T17:19:46.031 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-03-25T17:19:46.045 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:46.045 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-25T17:19:46.053 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-25T17:19:46.104 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:19:46.104 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-25T17:19:46.112 DEBUG:teuthology.orchestra.run.vm07:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-25T17:19:46.162 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-03-25T17:19:46.162 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:46.162 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/usr/bin/stdin-killer 2026-03-25T17:19:46.174 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-25T17:19:46.226 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:19:46.226 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/usr/bin/stdin-killer 2026-03-25T17:19:46.235 DEBUG:teuthology.orchestra.run.vm07:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-25T17:19:46.287 INFO:teuthology.run_tasks:Running task ceph... 2026-03-25T17:19:46.357 INFO:tasks.ceph:Making ceph log dir writeable by non-root... 2026-03-25T17:19:46.357 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod 777 /var/log/ceph 2026-03-25T17:19:46.359 DEBUG:teuthology.orchestra.run.vm07:> sudo chmod 777 /var/log/ceph 2026-03-25T17:19:46.369 INFO:tasks.ceph:Disabling ceph logrotate... 2026-03-25T17:19:46.369 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f -- /etc/logrotate.d/ceph 2026-03-25T17:19:46.413 DEBUG:teuthology.orchestra.run.vm07:> sudo rm -f -- /etc/logrotate.d/ceph 2026-03-25T17:19:46.424 INFO:tasks.ceph:Creating extra log directories... 2026-03-25T17:19:46.424 DEBUG:teuthology.orchestra.run.vm00:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2026-03-25T17:19:46.465 DEBUG:teuthology.orchestra.run.vm07:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2026-03-25T17:19:46.479 INFO:tasks.ceph:Creating ceph cluster cluster1... 2026-03-25T17:19:46.479 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': 'snappy', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}}, 'fs': 'xfs', 'mkfs_options': None, 'mount_options': None, 'skip_mgr_daemons': False, 'log_ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'cpu_profile': set(), 'cluster': 'cluster1', 'mon_bind_msgr2': True, 'mon_bind_addrvec': True} 2026-03-25T17:19:46.479 INFO:tasks.ceph:ctx.config {'archive_path': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3652', 'branch': 'tentacle', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-snappy 4-supported-random-distro$/{ubuntu_latest} 5-data-pool/ec 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}}', 'email': None, 'exclude_arch': 'armv7l', 'first_in_suite': False, 'flavor': 'default', 'io_workload': {'sequential': [{'qemu': {'cluster1.client.0': {'disks': [{'action': 'none', 'image_name': 'client.0.0'}, {'action': 'none', 'image_name': 'client.0.1'}, {'action': 'none', 'image_name': 'client.0.2'}], 'test': 'qa/run_xfstests_qemu.sh', 'type': 'block'}}}]}, 'job_id': '3652', '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': 'snappy', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}}}, 'cephadm': {'cephadm_binary_url': 'https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm'}, 'install': {'ceph': {'flavor': 'default', 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}, 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'tt-tentacle', 'sha1': '0392f78529848ec72469e8e431875cb98d3a5fb4'}}, 'owner': 'kyr', 'priority': 1000, 'repo': 'https://github.com/ceph/ceph.git', 'roles': [['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'], ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0']], 'seed': 3051, 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'sleep_before_teardown': 0, 'subset': '1/128', 'suite': 'rbd', 'suite_branch': 'tt-tentacle', 'suite_path': '/home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://github.com/kshtsk/ceph.git', 'suite_sha1': '0392f78529848ec72469e8e431875cb98d3a5fb4', 'targets': {'vm00.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK7JfwqaeXHUVbBGDXrvRFv7YASoqm3Uzvsr0SlEqFVSpv3maipx93jvn3on10f+NR3ecuulQtB7z9V3kIDWy0g=', 'vm07.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBjtDPnMJ+UNt4JtXZg8XGCCzurlxiNoyC1A4CTUbgN4U+RgVULqxT1soeGguYVw4Giy3Q0/CLSL39isND6aHi4='}, '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': 'snappy', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}}, {'ceph': {'cluster': 'cluster2'}}, {'exec': {'cluster1.client.0': ['sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster1 pool init datapool'], 'cluster2.client.0': ['sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster2 pool init datapool']}}, {'exec': {'cluster2.client.0': ['echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0-src', 'rbd --cluster cluster2 migration execute client.0.0-src', 'rbd --cluster cluster2 migration commit client.0.0-src', 'rbd --cluster cluster2 snap create client.0.0-src@snap', 'rbd --cluster cluster2 snap protect client.0.0-src@snap', 'rbd --cluster cluster2 clone client.0.0-src@snap client.0.0', 'rbd --cluster cluster2 snap create client.0.0@snap', 'rbd --cluster cluster2 create --size 1G client.0.1-src', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1-src', 'rbd --cluster cluster2 snap create client.0.1-src@snap', 'rbd --cluster cluster2 snap protect client.0.1-src@snap', 'rbd --cluster cluster2 clone client.0.1-src@snap client.0.1', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1', 'rbd --cluster cluster2 snap create client.0.1@snap', 'rbd --cluster cluster2 create --size 1G client.0.2-src', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.2-src', 'rbd --cluster cluster2 snap create client.0.2-src@snap', 'rbd --cluster cluster2 snap protect client.0.2-src@snap', 'rbd --cluster cluster2 clone client.0.2-src@snap client.0.2', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2', 'rbd --cluster cluster2 snap create client.0.2@snap']}}, {'exec': {'cluster1.client.0': ['echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}], 'teuthology': {'fragments_dropped': [], 'meta': {}, 'postmerge': []}, 'teuthology_branch': 'clyso-debian-13', 'teuthology_repo': 'https://github.com/clyso/teuthology', 'teuthology_sha1': '1c580df7a9c7c2aadc272da296344fd99f27c444', 'timestamp': '2026-03-20_22:04:26', 'tube': 'vps', 'user': 'kyr', 'verbose': False, 'worker_log': '/home/teuthos/.teuthology/dispatcher/dispatcher.vps.3013333'} 2026-03-25T17:19:46.479 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2026-03-25T17:19:46.519 DEBUG:teuthology.orchestra.run.vm07:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2026-03-25T17:19:46.525 DEBUG:teuthology.orchestra.run.vm00:> sudo install -d -m0777 -- /var/run/ceph 2026-03-25T17:19:46.566 DEBUG:teuthology.orchestra.run.vm07:> sudo install -d -m0777 -- /var/run/ceph 2026-03-25T17:19:46.579 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:46.579 DEBUG:teuthology.orchestra.run.vm00:> dd if=/scratch_devs of=/dev/stdout 2026-03-25T17:19:46.621 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-25T17:19:46.621 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vg_nvme/lv_1 2026-03-25T17:19:46.669 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-03-25T17:19:46.669 INFO:teuthology.orchestra.run.vm00.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T17:19:46.669 INFO:teuthology.orchestra.run.vm00.stdout:Device: 5h/5d Inode: 776 Links: 1 2026-03-25T17:19:46.669 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T17:19:46.669 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-25 17:18:10.220527000 +0000 2026-03-25T17:19:46.669 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-25 17:18:10.088527000 +0000 2026-03-25T17:19:46.669 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-25 17:18:10.088527000 +0000 2026-03-25T17:19:46.669 INFO:teuthology.orchestra.run.vm00.stdout: Birth: - 2026-03-25T17:19:46.670 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-03-25T17:19:46.721 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-25T17:19:46.721 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-25T17:19:46.721 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.000188803 s, 2.7 MB/s 2026-03-25T17:19:46.721 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-03-25T17:19:46.774 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vg_nvme/lv_2 2026-03-25T17:19:46.820 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-03-25T17:19:46.820 INFO:teuthology.orchestra.run.vm00.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T17:19:46.820 INFO:teuthology.orchestra.run.vm00.stdout:Device: 5h/5d Inode: 819 Links: 1 2026-03-25T17:19:46.820 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T17:19:46.820 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-25 17:18:10.528527000 +0000 2026-03-25T17:19:46.820 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-25 17:18:10.396527000 +0000 2026-03-25T17:19:46.820 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-25 17:18:10.396527000 +0000 2026-03-25T17:19:46.820 INFO:teuthology.orchestra.run.vm00.stdout: Birth: - 2026-03-25T17:19:46.820 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-03-25T17:19:46.870 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-25T17:19:46.871 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-25T17:19:46.871 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.000318465 s, 1.6 MB/s 2026-03-25T17:19:46.871 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-03-25T17:19:46.917 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vg_nvme/lv_3 2026-03-25T17:19:46.967 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-03-25T17:19:46.967 INFO:teuthology.orchestra.run.vm00.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T17:19:46.967 INFO:teuthology.orchestra.run.vm00.stdout:Device: 5h/5d Inode: 851 Links: 1 2026-03-25T17:19:46.967 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T17:19:46.967 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-25 17:18:10.828527000 +0000 2026-03-25T17:19:46.967 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-25 17:18:10.692527000 +0000 2026-03-25T17:19:46.967 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-25 17:18:10.692527000 +0000 2026-03-25T17:19:46.967 INFO:teuthology.orchestra.run.vm00.stdout: Birth: - 2026-03-25T17:19:46.967 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-03-25T17:19:47.018 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-25T17:19:47.018 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-25T17:19:47.018 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.000157886 s, 3.2 MB/s 2026-03-25T17:19:47.018 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-03-25T17:19:47.065 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vg_nvme/lv_4 2026-03-25T17:19:47.112 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-03-25T17:19:47.112 INFO:teuthology.orchestra.run.vm00.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T17:19:47.112 INFO:teuthology.orchestra.run.vm00.stdout:Device: 5h/5d Inode: 884 Links: 1 2026-03-25T17:19:47.112 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T17:19:47.112 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-25 17:18:15.104527000 +0000 2026-03-25T17:19:47.112 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-25 17:18:11.004527000 +0000 2026-03-25T17:19:47.112 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-25 17:18:11.004527000 +0000 2026-03-25T17:19:47.112 INFO:teuthology.orchestra.run.vm00.stdout: Birth: - 2026-03-25T17:19:47.112 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-03-25T17:19:47.160 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-25T17:19:47.161 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-25T17:19:47.161 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.000192901 s, 2.7 MB/s 2026-03-25T17:19:47.161 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-03-25T17:19:47.210 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-25T17:19:47.210 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@vm00.local'): {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'}} 2026-03-25T17:19:47.210 INFO:tasks.ceph:Generating config... 2026-03-25T17:19:47.211 INFO:tasks.ceph:[client] rbd default data pool = datapool 2026-03-25T17:19:47.211 INFO:tasks.ceph:[global] mon warn on pool no app = False 2026-03-25T17:19:47.211 INFO:tasks.ceph:[mgr] debug mgr = 20 2026-03-25T17:19:47.211 INFO:tasks.ceph:[mgr] debug ms = 1 2026-03-25T17:19:47.211 INFO:tasks.ceph:[mon] debug mon = 20 2026-03-25T17:19:47.212 INFO:tasks.ceph:[mon] debug ms = 1 2026-03-25T17:19:47.212 INFO:tasks.ceph:[mon] debug paxos = 20 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] bluestore compression algorithm = snappy 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] debug ms = 1 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] debug osd = 20 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] enable experimental unrecoverable data corrupting features = * 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] osd debug randomize hobject sort order = False 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] osd mclock iops capacity threshold hdd = 49000 2026-03-25T17:19:47.212 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2026-03-25T17:19:47.212 INFO:tasks.ceph:Setting up cluster1.mon.a... 2026-03-25T17:19:47.212 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster1.keyring 2026-03-25T17:19:47.274 INFO:teuthology.orchestra.run.vm00.stdout:creating /etc/ceph/cluster1.keyring 2026-03-25T17:19:47.278 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster1.keyring 2026-03-25T17:19:47.356 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-03-25T17:19:47.408 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster1.mon.a', '192.168.123.100')] 2026-03-25T17:19:47.408 DEBUG:tasks.ceph:writing out conf {'global': {'chdir': '', 'pid file': '/var/run/ceph/$cluster-$name.pid', 'auth supported': 'cephx', 'filestore xattr use omap': 'true', 'mon clock drift allowed': '1.000', 'osd crush chooseleaf type': '0', 'auth debug': 'true', 'ms die on old message': 'true', 'ms die on bug': 'true', 'mon max pg per osd': '10000', 'mon pg warn max object skew': '0', 'osd_pool_default_pg_autoscale_mode': 'off', 'osd pool default size': '2', 'mon osd allow primary affinity': 'true', 'mon osd allow pg remap': 'true', 'mon warn on legacy crush tunables': 'false', 'mon warn on crush straw calc version zero': 'false', 'mon warn on no sortbitwise': 'false', 'mon warn on osd down out interval zero': 'false', 'mon warn on too few osds': 'false', 'mon_warn_on_pool_pg_num_not_power_of_two': 'false', 'mon_warn_on_pool_no_redundancy': 'false', 'mon_allow_pool_size_one': 'true', 'osd pool default erasure code profile': 'plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd', 'osd default data pool replay window': '5', 'mon allow pool delete': 'true', 'mon cluster log file level': 'debug', 'debug asserts on shutdown': 'true', 'mon health detail to clog': 'false', 'mon host': '192.168.123.100', 'mon warn on pool no app': False}, 'osd': {'osd journal size': '100', 'osd scrub load threshold': '5.0', 'osd scrub max interval': '600', 'osd mclock profile': 'high_recovery_ops', 'osd mclock skip benchmark': 'true', 'osd recover clone overlap': 'true', 'osd recovery max chunk': '1048576', 'osd debug shutdown': 'true', 'osd debug op order': 'true', 'osd debug verify stray on activate': 'true', 'osd debug trim objects': 'true', 'osd open classes on start': 'true', 'osd debug pg log writeout': 'true', 'osd deep scrub update digest min age': '30', 'osd map max advance': '10', 'journal zero on create': 'true', 'filestore ondisk finisher threads': '3', 'filestore apply finisher threads': '3', 'bdev debug aio': 'true', 'osd debug misdirected ops': 'true', 'bluestore block size': 96636764160, 'bluestore compression algorithm': 'snappy', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}, 'mgr': {'debug ms': 1, 'debug mgr': 20, 'debug mon': '20', 'debug auth': '20', 'mon reweight min pgs per osd': '4', 'mon reweight min bytes per osd': '10', 'mgr/telemetry/nag': 'false'}, 'mon': {'debug ms': 1, 'debug mon': 20, 'debug paxos': 20, 'debug auth': '20', 'mon data avail warn': '5', 'mon mgr mkfs grace': '240', 'mon reweight min pgs per osd': '4', 'mon osd reporter subtree level': 'osd', 'mon osd prime pg temp': 'true', 'mon reweight min bytes per osd': '10', 'auth mon ticket ttl': '660', 'auth service ticket ttl': '240', 'mon_warn_on_insecure_global_id_reclaim': 'false', 'mon_warn_on_insecure_global_id_reclaim_allowed': 'false', 'mon_down_mkfs_grace': '2m', 'mon_warn_on_filestore_osds': 'false'}, 'client': {'rgw cache enabled': 'true', 'rgw enable ops log': 'true', 'rgw enable usage log': 'true', 'log file': '/var/log/ceph/$cluster-$name.$pid.log', 'admin socket': '/var/run/ceph/$cluster-$name.$pid.asok', 'rbd default data pool': 'datapool'}, 'mon.a': {}} 2026-03-25T17:19:47.409 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:47.409 DEBUG:teuthology.orchestra.run.vm00:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2026-03-25T17:19:47.456 DEBUG:teuthology.orchestra.run.vm00:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage monmaptool -c /home/ubuntu/cephtest/ceph.tmp.conf --create --clobber --enable-all-features --add a 192.168.123.100 --print /home/ubuntu/cephtest/cluster1.monmap 2026-03-25T17:19:47.515 INFO:teuthology.orchestra.run.vm00.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster1.monmap 2026-03-25T17:19:47.516 INFO:teuthology.orchestra.run.vm00.stdout:monmaptool: generated fsid 7eda89b6-dc24-48ca-bedb-ccdfa51feb80 2026-03-25T17:19:47.516 INFO:teuthology.orchestra.run.vm00.stdout:setting min_mon_release = tentacle 2026-03-25T17:19:47.516 INFO:teuthology.orchestra.run.vm00.stdout:epoch 0 2026-03-25T17:19:47.516 INFO:teuthology.orchestra.run.vm00.stdout:fsid 7eda89b6-dc24-48ca-bedb-ccdfa51feb80 2026-03-25T17:19:47.516 INFO:teuthology.orchestra.run.vm00.stdout:last_changed 2026-03-25T17:19:47.516099+0000 2026-03-25T17:19:47.516 INFO:teuthology.orchestra.run.vm00.stdout:created 2026-03-25T17:19:47.516099+0000 2026-03-25T17:19:47.516 INFO:teuthology.orchestra.run.vm00.stdout:min_mon_release 20 (tentacle) 2026-03-25T17:19:47.516 INFO:teuthology.orchestra.run.vm00.stdout:election_strategy: 1 2026-03-25T17:19:47.516 INFO:teuthology.orchestra.run.vm00.stdout:0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-25T17:19:47.516 INFO:teuthology.orchestra.run.vm00.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster1.monmap (1 monitors) 2026-03-25T17:19:47.517 DEBUG:teuthology.orchestra.run.vm00:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2026-03-25T17:19:47.564 INFO:tasks.ceph:Writing /etc/ceph/cluster1.conf for FSID 7eda89b6-dc24-48ca-bedb-ccdfa51feb80... 2026-03-25T17:19:47.564 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/cluster1.conf && sudo chmod 0644 /etc/ceph/cluster1.conf > /dev/null 2026-03-25T17:19:47.605 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout:[global] 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: chdir = "" 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: auth supported = cephx 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: filestore xattr use omap = true 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: mon clock drift allowed = 1.000 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: osd crush chooseleaf type = 0 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: auth debug = true 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: ms die on old message = true 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: ms die on bug = true 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: mon pg warn max object skew = 0 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: # disable pg_autoscaler by default for new pools 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.624 INFO:teuthology.orchestra.run.vm07.stdout: osd pool default size = 2 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon osd allow primary affinity = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon osd allow pg remap = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon warn on legacy crush tunables = false 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon warn on crush straw calc version zero = false 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon warn on no sortbitwise = false 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon warn on osd down out interval zero = false 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon warn on too few osds = false 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon_allow_pool_size_one = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd default data pool replay window = 5 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon allow pool delete = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon cluster log file level = debug 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: debug asserts on shutdown = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon health detail to clog = false 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon host = 192.168.123.100 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: mon warn on pool no app = False 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: fsid = 7eda89b6-dc24-48ca-bedb-ccdfa51feb80 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout:[osd] 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd journal size = 100 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd scrub load threshold = 5.0 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd scrub max interval = 600 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd mclock profile = high_recovery_ops 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd mclock skip benchmark = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd recover clone overlap = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd recovery max chunk = 1048576 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd debug shutdown = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd debug op order = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd debug verify stray on activate = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd debug trim objects = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd open classes on start = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd debug pg log writeout = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd deep scrub update digest min age = 30 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd map max advance = 10 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: journal zero on create = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: filestore ondisk finisher threads = 3 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: filestore apply finisher threads = 3 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: bdev debug aio = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: osd debug misdirected ops = true 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: bluestore block size = 96636764160 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: bluestore compression algorithm = snappy 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: bluestore compression mode = aggressive 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: bluestore fsck on mount = True 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: debug bluefs = 1/20 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: debug bluestore = 1/20 2026-03-25T17:19:47.625 INFO:teuthology.orchestra.run.vm07.stdout: debug ms = 1 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: debug osd = 20 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: debug rocksdb = 4/10 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: enable experimental unrecoverable data corrupting features = * 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon osd backfillfull_ratio = 0.85 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon osd full ratio = 0.9 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon osd nearfull ratio = 0.8 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: osd debug randomize hobject sort order = False 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: osd failsafe full ratio = 0.95 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: osd objectstore = bluestore 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout:[mgr] 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: debug ms = 1 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: debug mgr = 20 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: debug mon = 20 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: debug auth = 20 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon reweight min pgs per osd = 4 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon reweight min bytes per osd = 10 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mgr/telemetry/nag = false 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout:[mon] 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: debug ms = 1 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: debug mon = 20 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: debug paxos = 20 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: debug auth = 20 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon data avail warn = 5 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon mgr mkfs grace = 240 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon reweight min pgs per osd = 4 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon osd reporter subtree level = osd 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon osd prime pg temp = true 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon reweight min bytes per osd = 10 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: auth mon ticket ttl = 660 # 11m 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: auth service ticket ttl = 240 # 4m 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: # don't complain about insecure global_id in the test suite 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: # 1m isn't quite enough 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon_down_mkfs_grace = 2m 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: mon_warn_on_filestore_osds = false 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout:[client] 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: rgw cache enabled = true 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: rgw enable ops log = true 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: rgw enable usage log = true 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout: rbd default data pool = datapool 2026-03-25T17:19:47.626 INFO:teuthology.orchestra.run.vm07.stdout:[mon.a] 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout:[global] 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: chdir = "" 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: auth supported = cephx 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: filestore xattr use omap = true 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon clock drift allowed = 1.000 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: osd crush chooseleaf type = 0 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: auth debug = true 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: ms die on old message = true 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: ms die on bug = true 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon pg warn max object skew = 0 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: # disable pg_autoscaler by default for new pools 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: osd pool default size = 2 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon osd allow primary affinity = true 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon osd allow pg remap = true 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on legacy crush tunables = false 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on crush straw calc version zero = false 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on no sortbitwise = false 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on osd down out interval zero = false 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on too few osds = false 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon_allow_pool_size_one = true 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: osd default data pool replay window = 5 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon allow pool delete = true 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: mon cluster log file level = debug 2026-03-25T17:19:47.628 INFO:teuthology.orchestra.run.vm00.stdout: debug asserts on shutdown = true 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: mon health detail to clog = false 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: mon host = 192.168.123.100 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on pool no app = False 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: fsid = 7eda89b6-dc24-48ca-bedb-ccdfa51feb80 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout:[osd] 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd journal size = 100 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd scrub load threshold = 5.0 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd scrub max interval = 600 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd mclock profile = high_recovery_ops 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd mclock skip benchmark = true 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd recover clone overlap = true 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd recovery max chunk = 1048576 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd debug shutdown = true 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd debug op order = true 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd debug verify stray on activate = true 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd debug trim objects = true 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd open classes on start = true 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd debug pg log writeout = true 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd deep scrub update digest min age = 30 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd map max advance = 10 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: journal zero on create = true 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: filestore ondisk finisher threads = 3 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: filestore apply finisher threads = 3 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: bdev debug aio = true 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: osd debug misdirected ops = true 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: bluestore block size = 96636764160 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: bluestore compression algorithm = snappy 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: bluestore compression mode = aggressive 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: bluestore fsck on mount = True 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: debug bluefs = 1/20 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: debug bluestore = 1/20 2026-03-25T17:19:47.629 INFO:teuthology.orchestra.run.vm00.stdout: debug ms = 1 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: debug osd = 20 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: debug rocksdb = 4/10 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: enable experimental unrecoverable data corrupting features = * 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: mon osd backfillfull_ratio = 0.85 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: mon osd full ratio = 0.9 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: mon osd nearfull ratio = 0.8 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: osd debug randomize hobject sort order = False 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: osd failsafe full ratio = 0.95 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: osd objectstore = bluestore 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout:[mgr] 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: debug ms = 1 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: debug mgr = 20 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: debug mon = 20 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: debug auth = 20 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min pgs per osd = 4 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min bytes per osd = 10 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: mgr/telemetry/nag = false 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout:[mon] 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: debug ms = 1 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: debug mon = 20 2026-03-25T17:19:47.630 INFO:teuthology.orchestra.run.vm00.stdout: debug paxos = 20 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: debug auth = 20 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: mon data avail warn = 5 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: mon mgr mkfs grace = 240 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min pgs per osd = 4 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: mon osd reporter subtree level = osd 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: mon osd prime pg temp = true 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min bytes per osd = 10 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: auth mon ticket ttl = 660 # 11m 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: auth service ticket ttl = 240 # 4m 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: # don't complain about insecure global_id in the test suite 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: # 1m isn't quite enough 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: mon_down_mkfs_grace = 2m 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_filestore_osds = false 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout:[client] 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: rgw cache enabled = true 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: rgw enable ops log = true 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: rgw enable usage log = true 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout: rbd default data pool = datapool 2026-03-25T17:19:47.635 INFO:teuthology.orchestra.run.vm00.stdout:[mon.a] 2026-03-25T17:19:47.636 INFO:tasks.ceph:Creating admin key on cluster1.mon.a... 2026-03-25T17:19:47.636 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=client.admin --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow *' --cap mgr 'allow *' /etc/ceph/cluster1.keyring 2026-03-25T17:19:47.716 INFO:tasks.ceph:Copying monmap to all nodes... 2026-03-25T17:19:47.717 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:47.717 DEBUG:teuthology.orchestra.run.vm00:> dd if=/etc/ceph/cluster1.keyring of=/dev/stdout 2026-03-25T17:19:47.767 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:47.767 DEBUG:teuthology.orchestra.run.vm00:> dd if=/home/ubuntu/cephtest/cluster1.monmap of=/dev/stdout 2026-03-25T17:19:47.812 INFO:tasks.ceph:Sending monmap to node ubuntu@vm00.local 2026-03-25T17:19:47.812 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:47.812 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/ceph/cluster1.keyring 2026-03-25T17:19:47.812 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-03-25T17:19:47.867 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:47.868 DEBUG:teuthology.orchestra.run.vm00:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2026-03-25T17:19:47.919 INFO:tasks.ceph:Sending monmap to node ubuntu@vm07.local 2026-03-25T17:19:47.919 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:19:47.919 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/etc/ceph/cluster1.keyring 2026-03-25T17:19:47.919 DEBUG:teuthology.orchestra.run.vm07:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-03-25T17:19:47.949 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:19:47.949 DEBUG:teuthology.orchestra.run.vm07:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2026-03-25T17:19:47.997 INFO:tasks.ceph:Setting up mon nodes... 2026-03-25T17:19:47.997 INFO:tasks.ceph:Setting up mgr nodes... 2026-03-25T17:19:47.997 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /var/lib/ceph/mgr/cluster1-x && sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=mgr.x /var/lib/ceph/mgr/cluster1-x/keyring 2026-03-25T17:19:48.024 INFO:teuthology.orchestra.run.vm00.stdout:creating /var/lib/ceph/mgr/cluster1-x/keyring 2026-03-25T17:19:48.027 INFO:tasks.ceph:Setting up mds nodes... 2026-03-25T17:19:48.027 INFO:tasks.ceph_client:Setting up client nodes... 2026-03-25T17:19:48.027 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=client.0 /etc/ceph/cluster1.client.0.keyring && sudo chmod 0644 /etc/ceph/cluster1.client.0.keyring 2026-03-25T17:19:48.093 INFO:teuthology.orchestra.run.vm00.stdout:creating /etc/ceph/cluster1.client.0.keyring 2026-03-25T17:19:48.101 INFO:tasks.ceph:Running mkfs on osd nodes... 2026-03-25T17:19:48.101 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@vm00.local'): {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'}} 2026-03-25T17:19:48.101 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /var/lib/ceph/osd/cluster1-0 2026-03-25T17:19:48.154 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-25T17:19:48.154 INFO:tasks.ceph:role: cluster1.osd.0 2026-03-25T17:19:48.154 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@vm00.local 2026-03-25T17:19:48.154 DEBUG:teuthology.orchestra.run.vm00:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2026-03-25T17:19:48.217 INFO:teuthology.orchestra.run.vm00.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=1310464 blks 2026-03-25T17:19:48.218 INFO:teuthology.orchestra.run.vm00.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-25T17:19:48.218 INFO:teuthology.orchestra.run.vm00.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-25T17:19:48.218 INFO:teuthology.orchestra.run.vm00.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-25T17:19:48.218 INFO:teuthology.orchestra.run.vm00.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-25T17:19:48.218 INFO:teuthology.orchestra.run.vm00.stdout: = sunit=0 swidth=0 blks 2026-03-25T17:19:48.218 INFO:teuthology.orchestra.run.vm00.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-25T17:19:48.218 INFO:teuthology.orchestra.run.vm00.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-25T17:19:48.218 INFO:teuthology.orchestra.run.vm00.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-25T17:19:48.218 INFO:teuthology.orchestra.run.vm00.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-25T17:19:48.232 INFO:teuthology.orchestra.run.vm00.stdout:Discarding blocks...Done. 2026-03-25T17:19:48.234 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@vm00.local -o noatime 2026-03-25T17:19:48.234 DEBUG:teuthology.orchestra.run.vm00:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster1-0 2026-03-25T17:19:48.328 DEBUG:teuthology.orchestra.run.vm00:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-0 2026-03-25T17:19:48.335 INFO:teuthology.orchestra.run.vm00.stderr:sudo: /sbin/restorecon: command not found 2026-03-25T17:19:48.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T17:19:48.336 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /var/lib/ceph/osd/cluster1-1 2026-03-25T17:19:48.396 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-25T17:19:48.396 INFO:tasks.ceph:role: cluster1.osd.1 2026-03-25T17:19:48.396 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@vm00.local 2026-03-25T17:19:48.396 DEBUG:teuthology.orchestra.run.vm00:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2026-03-25T17:19:48.446 INFO:teuthology.orchestra.run.vm00.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=1310464 blks 2026-03-25T17:19:48.447 INFO:teuthology.orchestra.run.vm00.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-25T17:19:48.447 INFO:teuthology.orchestra.run.vm00.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-25T17:19:48.447 INFO:teuthology.orchestra.run.vm00.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-25T17:19:48.447 INFO:teuthology.orchestra.run.vm00.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-25T17:19:48.447 INFO:teuthology.orchestra.run.vm00.stdout: = sunit=0 swidth=0 blks 2026-03-25T17:19:48.447 INFO:teuthology.orchestra.run.vm00.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-25T17:19:48.447 INFO:teuthology.orchestra.run.vm00.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-25T17:19:48.447 INFO:teuthology.orchestra.run.vm00.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-25T17:19:48.447 INFO:teuthology.orchestra.run.vm00.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-25T17:19:48.466 INFO:teuthology.orchestra.run.vm00.stdout:Discarding blocks...Done. 2026-03-25T17:19:48.467 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@vm00.local -o noatime 2026-03-25T17:19:48.468 DEBUG:teuthology.orchestra.run.vm00:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster1-1 2026-03-25T17:19:48.523 DEBUG:teuthology.orchestra.run.vm00:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-1 2026-03-25T17:19:48.575 INFO:teuthology.orchestra.run.vm00.stderr:sudo: /sbin/restorecon: command not found 2026-03-25T17:19:48.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T17:19:48.575 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /var/lib/ceph/osd/cluster1-2 2026-03-25T17:19:48.625 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-25T17:19:48.625 INFO:tasks.ceph:role: cluster1.osd.2 2026-03-25T17:19:48.625 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@vm00.local 2026-03-25T17:19:48.625 DEBUG:teuthology.orchestra.run.vm00:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2026-03-25T17:19:48.676 INFO:teuthology.orchestra.run.vm00.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=1310464 blks 2026-03-25T17:19:48.676 INFO:teuthology.orchestra.run.vm00.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-25T17:19:48.676 INFO:teuthology.orchestra.run.vm00.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-25T17:19:48.676 INFO:teuthology.orchestra.run.vm00.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-25T17:19:48.677 INFO:teuthology.orchestra.run.vm00.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-25T17:19:48.677 INFO:teuthology.orchestra.run.vm00.stdout: = sunit=0 swidth=0 blks 2026-03-25T17:19:48.677 INFO:teuthology.orchestra.run.vm00.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-25T17:19:48.677 INFO:teuthology.orchestra.run.vm00.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-25T17:19:48.677 INFO:teuthology.orchestra.run.vm00.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-25T17:19:48.677 INFO:teuthology.orchestra.run.vm00.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-25T17:19:48.681 INFO:teuthology.orchestra.run.vm00.stdout:Discarding blocks...Done. 2026-03-25T17:19:48.683 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@vm00.local -o noatime 2026-03-25T17:19:48.683 DEBUG:teuthology.orchestra.run.vm00:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster1-2 2026-03-25T17:19:48.738 DEBUG:teuthology.orchestra.run.vm00:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-2 2026-03-25T17:19:48.792 INFO:teuthology.orchestra.run.vm00.stderr:sudo: /sbin/restorecon: command not found 2026-03-25T17:19:48.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T17:19:48.792 DEBUG:teuthology.orchestra.run.vm00:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster cluster1 --mkfs --mkkey -i 0 --monmap /home/ubuntu/cephtest/cluster1.monmap 2026-03-25T17:19:48.860 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:48.856+0000 7f085cfd5a40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:48.860 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:48.856+0000 7f085cfd5a40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:48.861 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:48.860+0000 7f085cfd5a40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:48.862 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:48.860+0000 7f085cfd5a40 -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-25T17:19:48.862 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:48.860+0000 7f085cfd5a40 -1 created new key in keyring /var/lib/ceph/osd/cluster1-0/keyring 2026-03-25T17:19:48.862 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:48.860+0000 7f085cfd5a40 -1 bdev(0x562a924fb800 /var/lib/ceph/osd/cluster1-0/block) open stat got: (1) Operation not permitted 2026-03-25T17:19:48.862 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:48.860+0000 7f085cfd5a40 -1 bluestore(/var/lib/ceph/osd/cluster1-0) _read_fsid unparsable uuid 2026-03-25T17:19:50.121 DEBUG:teuthology.orchestra.run.vm00:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-0 2026-03-25T17:19:50.173 DEBUG:teuthology.orchestra.run.vm00:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster cluster1 --mkfs --mkkey -i 1 --monmap /home/ubuntu/cephtest/cluster1.monmap 2026-03-25T17:19:50.239 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:50.236+0000 7fba969eea40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:50.239 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:50.236+0000 7fba969eea40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:50.240 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:50.236+0000 7fba969eea40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:50.241 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:50.240+0000 7fba969eea40 -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-25T17:19:50.241 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:50.240+0000 7fba969eea40 -1 created new key in keyring /var/lib/ceph/osd/cluster1-1/keyring 2026-03-25T17:19:50.241 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:50.240+0000 7fba969eea40 -1 bdev(0x55bc4cebb800 /var/lib/ceph/osd/cluster1-1/block) open stat got: (1) Operation not permitted 2026-03-25T17:19:50.241 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:50.240+0000 7fba969eea40 -1 bluestore(/var/lib/ceph/osd/cluster1-1) _read_fsid unparsable uuid 2026-03-25T17:19:52.037 DEBUG:teuthology.orchestra.run.vm00:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-1 2026-03-25T17:19:52.090 DEBUG:teuthology.orchestra.run.vm00:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster cluster1 --mkfs --mkkey -i 2 --monmap /home/ubuntu/cephtest/cluster1.monmap 2026-03-25T17:19:52.156 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:52.152+0000 7f9b52ea6a40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:52.156 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:52.152+0000 7f9b52ea6a40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:52.157 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:52.156+0000 7f9b52ea6a40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:52.158 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:52.156+0000 7f9b52ea6a40 -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-25T17:19:52.158 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:52.156+0000 7f9b52ea6a40 -1 created new key in keyring /var/lib/ceph/osd/cluster1-2/keyring 2026-03-25T17:19:52.158 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:52.156+0000 7f9b52ea6a40 -1 bdev(0x563fccacb800 /var/lib/ceph/osd/cluster1-2/block) open stat got: (1) Operation not permitted 2026-03-25T17:19:52.158 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-25T17:19:52.156+0000 7f9b52ea6a40 -1 bluestore(/var/lib/ceph/osd/cluster1-2) _read_fsid unparsable uuid 2026-03-25T17:19:53.381 DEBUG:teuthology.orchestra.run.vm00:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-2 2026-03-25T17:19:53.433 INFO:tasks.ceph:Reading keys from all nodes... 2026-03-25T17:19:53.433 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:53.433 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/mgr/cluster1-x/keyring of=/dev/stdout 2026-03-25T17:19:53.484 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:53.484 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/osd/cluster1-0/keyring of=/dev/stdout 2026-03-25T17:19:53.532 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:53.532 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/osd/cluster1-1/keyring of=/dev/stdout 2026-03-25T17:19:53.587 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:53.587 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/osd/cluster1-2/keyring of=/dev/stdout 2026-03-25T17:19:53.635 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:53.635 DEBUG:teuthology.orchestra.run.vm00:> dd if=/etc/ceph/cluster1.client.0.keyring of=/dev/stdout 2026-03-25T17:19:53.679 INFO:tasks.ceph:Adding keys to all mons... 2026-03-25T17:19:53.679 DEBUG:teuthology.orchestra.run.vm00:> sudo tee -a /etc/ceph/cluster1.keyring 2026-03-25T17:19:53.729 INFO:teuthology.orchestra.run.vm00.stdout:[mgr.x] 2026-03-25T17:19:53.729 INFO:teuthology.orchestra.run.vm00.stdout: key = AQA0GcRpfWF/ARAAFKRp0M1bQmc742tEO/GIKg== 2026-03-25T17:19:53.729 INFO:teuthology.orchestra.run.vm00.stdout:[osd.0] 2026-03-25T17:19:53.729 INFO:teuthology.orchestra.run.vm00.stdout: key = AQA0GcRpGfNrMxAAtSViqvWNK9kglPNdIgoxWw== 2026-03-25T17:19:53.729 INFO:teuthology.orchestra.run.vm00.stdout:[osd.1] 2026-03-25T17:19:53.729 INFO:teuthology.orchestra.run.vm00.stdout: key = AQA2GcRpTnZlDhAA3pYtr0+QFZe2c33f+rZ7iw== 2026-03-25T17:19:53.729 INFO:teuthology.orchestra.run.vm00.stdout:[osd.2] 2026-03-25T17:19:53.729 INFO:teuthology.orchestra.run.vm00.stdout: key = AQA4GcRpLEFzCRAAvJttBcTLKSiNxguyrPEW1w== 2026-03-25T17:19:53.729 INFO:teuthology.orchestra.run.vm00.stdout:[client.0] 2026-03-25T17:19:53.729 INFO:teuthology.orchestra.run.vm00.stdout: key = AQA0GcRpEIKSBRAA/3VXkREGK2pZCd26Pk3Y9A== 2026-03-25T17:19:53.729 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster1.keyring --name=mgr.x --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2026-03-25T17:19:53.795 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster1.keyring --name=osd.0 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2026-03-25T17:19:53.861 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster1.keyring --name=osd.1 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2026-03-25T17:19:53.929 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster1.keyring --name=osd.2 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2026-03-25T17:19:54.002 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster1.keyring --name=client.0 --cap mon 'allow rw' --cap mgr 'allow r' --cap osd 'allow rwx' --cap mds allow 2026-03-25T17:19:54.074 INFO:tasks.ceph:Running mkfs on mon nodes... 2026-03-25T17:19:54.074 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /var/lib/ceph/mon/cluster1-a 2026-03-25T17:19:54.124 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-mon --cluster cluster1 --mkfs -i a --monmap /home/ubuntu/cephtest/cluster1.monmap --keyring /etc/ceph/cluster1.keyring 2026-03-25T17:19:54.209 DEBUG:teuthology.orchestra.run.vm00:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster1-a 2026-03-25T17:19:54.260 DEBUG:teuthology.orchestra.run.vm00:> rm -- /home/ubuntu/cephtest/cluster1.monmap 2026-03-25T17:19:54.307 INFO:tasks.ceph:Starting mon daemons in cluster cluster1... 2026-03-25T17:19:54.307 INFO:tasks.ceph.cluster1.mon.a:Restarting daemon 2026-03-25T17:19:54.307 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster1 -i a 2026-03-25T17:19:54.349 INFO:tasks.ceph.cluster1.mon.a:Started 2026-03-25T17:19:54.349 INFO:tasks.ceph:Starting mgr daemons in cluster cluster1... 2026-03-25T17:19:54.349 INFO:tasks.ceph.cluster1.mgr.x:Restarting daemon 2026-03-25T17:19:54.349 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster1 -i x 2026-03-25T17:19:54.350 INFO:tasks.ceph.cluster1.mgr.x:Started 2026-03-25T17:19:54.350 DEBUG:tasks.ceph:set 0 configs 2026-03-25T17:19:54.350 DEBUG:teuthology.orchestra.run.vm00:> sudo ceph --cluster cluster1 config dump 2026-03-25T17:19:54.455 INFO:teuthology.orchestra.run.vm00.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-03-25T17:19:54.464 INFO:tasks.ceph:Setting crush tunables to default 2026-03-25T17:19:54.464 DEBUG:teuthology.orchestra.run.vm00:> sudo ceph --cluster cluster1 osd crush tunables default 2026-03-25T17:19:54.619 INFO:teuthology.orchestra.run.vm00.stderr:adjusted tunables profile to default 2026-03-25T17:19:54.638 INFO:tasks.ceph:check_enable_crimson: False 2026-03-25T17:19:54.638 INFO:tasks.ceph:Starting osd daemons in cluster cluster1... 2026-03-25T17:19:54.638 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:54.638 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/osd/cluster1-0/fsid of=/dev/stdout 2026-03-25T17:19:54.646 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:54.646 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/osd/cluster1-1/fsid of=/dev/stdout 2026-03-25T17:19:54.695 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:19:54.697 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/osd/cluster1-2/fsid of=/dev/stdout 2026-03-25T17:19:54.745 DEBUG:teuthology.orchestra.run.vm00:> sudo ceph --cluster cluster1 osd new 64e15fb2-5b0b-4d76-80b6-854322af6b54 0 2026-03-25T17:19:54.948 INFO:teuthology.orchestra.run.vm00.stdout:0 2026-03-25T17:19:54.973 DEBUG:teuthology.orchestra.run.vm00:> sudo ceph --cluster cluster1 osd new b698f275-eb96-4de5-87a5-42573164cd0c 1 2026-03-25T17:19:55.091 INFO:teuthology.orchestra.run.vm00.stdout:1 2026-03-25T17:19:55.106 DEBUG:teuthology.orchestra.run.vm00:> sudo ceph --cluster cluster1 osd new 181476a9-d99a-4859-a698-376bd23ca92b 2 2026-03-25T17:19:55.229 INFO:teuthology.orchestra.run.vm00.stdout:2 2026-03-25T17:19:55.244 INFO:tasks.ceph.cluster1.osd.0:Restarting daemon 2026-03-25T17:19:55.244 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 0 2026-03-25T17:19:55.245 INFO:tasks.ceph.cluster1.osd.0:Started 2026-03-25T17:19:55.245 INFO:tasks.ceph.cluster1.osd.1:Restarting daemon 2026-03-25T17:19:55.245 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 1 2026-03-25T17:19:55.246 INFO:tasks.ceph.cluster1.osd.1:Started 2026-03-25T17:19:55.246 INFO:tasks.ceph.cluster1.osd.2:Restarting daemon 2026-03-25T17:19:55.246 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 2 2026-03-25T17:19:55.247 INFO:tasks.ceph.cluster1.osd.2:Started 2026-03-25T17:19:55.247 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-03-25T17:19:55.288 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-25T17:19:55.284+0000 7fd3e5db8a40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:55.293 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-25T17:19:55.284+0000 7f839657da40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:55.293 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-25T17:19:55.292+0000 7f47aae0ca40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:55.297 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-25T17:19:55.292+0000 7f839657da40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:55.298 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-25T17:19:55.292+0000 7f839657da40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:55.305 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-25T17:19:55.300+0000 7f47aae0ca40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:55.305 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-25T17:19:55.300+0000 7f47aae0ca40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:55.305 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-25T17:19:55.304+0000 7fd3e5db8a40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:55.305 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-25T17:19:55.304+0000 7fd3e5db8a40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:19:55.431 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:19:55.432 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":5,"fsid":"7eda89b6-dc24-48ca-bedb-ccdfa51feb80","created":"2026-03-25T17:19:54.406356+0000","modified":"2026-03-25T17:19:55.226795+0000","last_up_change":"0.000000","last_in_change":"2026-03-25T17:19:55.226795+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":"64e15fb2-5b0b-4d76-80b6-854322af6b54","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":"b698f275-eb96-4de5-87a5-42573164cd0c","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":"181476a9-d99a-4859-a698-376bd23ca92b","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-25T17:19:55.443 INFO:tasks.ceph.ceph_manager.cluster1:[] 2026-03-25T17:19:55.451 INFO:tasks.ceph:Waiting for OSDs to come up 2026-03-25T17:19:55.565 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-25T17:19:55.564+0000 7f47aae0ca40 -1 Falling back to public interface 2026-03-25T17:19:55.585 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-25T17:19:55.584+0000 7f839657da40 -1 Falling back to public interface 2026-03-25T17:19:55.645 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-25T17:19:55.644+0000 7fd3e5db8a40 -1 Falling back to public interface 2026-03-25T17:19:55.752 DEBUG:teuthology.orchestra.run.vm00:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2026-03-25T17:19:56.066 INFO:teuthology.misc.health.vm00.stdout: 2026-03-25T17:19:56.066 INFO:teuthology.misc.health.vm00.stdout:{"epoch":5,"fsid":"7eda89b6-dc24-48ca-bedb-ccdfa51feb80","created":"2026-03-25T17:19:54.406356+0000","modified":"2026-03-25T17:19:55.226795+0000","last_up_change":"0.000000","last_in_change":"2026-03-25T17:19:55.226795+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":"64e15fb2-5b0b-4d76-80b6-854322af6b54","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":"b698f275-eb96-4de5-87a5-42573164cd0c","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":"181476a9-d99a-4859-a698-376bd23ca92b","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-25T17:19:56.087 DEBUG:teuthology.misc:0 of 3 OSDs are up 2026-03-25T17:19:56.155 INFO:tasks.ceph.cluster1.mgr.x.vm00.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-25T17:19:56.155 INFO:tasks.ceph.cluster1.mgr.x.vm00.stderr:Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-03-25T17:19:56.155 INFO:tasks.ceph.cluster1.mgr.x.vm00.stderr: from numpy import show_config as show_numpy_config 2026-03-25T17:19:57.535 INFO:tasks.ceph.cluster1.mgr.x.vm00.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-25T17:19:57.571 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-25T17:19:57.568+0000 7f47aae0ca40 -1 osd.1 0 log_to_monitors true 2026-03-25T17:19:57.823 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-25T17:19:57.820+0000 7fd3e5db8a40 -1 osd.0 0 log_to_monitors true 2026-03-25T17:19:57.830 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-25T17:19:57.828+0000 7f839657da40 -1 osd.2 0 log_to_monitors true 2026-03-25T17:19:58.753 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-25T17:19:58.752+0000 7f47a6db5640 -1 osd.1 0 waiting for initial osdmap 2026-03-25T17:19:58.757 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-25T17:19:58.756+0000 7f47a1bc3640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-25T17:19:59.125 INFO:tasks.ceph.cluster1.mgr.x.vm00.stderr:2026-03-25T17:19:59.124+0000 7fde73ee5640 -1 mgr.server handle_report got status from non-daemon mon.a 2026-03-25T17:19:59.761 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-25T17:19:59.760+0000 7fd3e1d61640 -1 osd.0 0 waiting for initial osdmap 2026-03-25T17:19:59.761 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-25T17:19:59.760+0000 7f8392d38640 -1 osd.2 0 waiting for initial osdmap 2026-03-25T17:19:59.778 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-25T17:19:59.776+0000 7f838d334640 -1 osd.2 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-25T17:19:59.779 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-25T17:19:59.776+0000 7fd3dcb6f640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-25T17:20:02.388 DEBUG:teuthology.orchestra.run.vm00:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2026-03-25T17:20:02.557 INFO:teuthology.misc.health.vm00.stdout: 2026-03-25T17:20:02.557 INFO:teuthology.misc.health.vm00.stdout:{"epoch":10,"fsid":"7eda89b6-dc24-48ca-bedb-ccdfa51feb80","created":"2026-03-25T17:19:54.406356+0000","modified":"2026-03-25T17:20:02.223423+0000","last_up_change":"2026-03-25T17:20:00.742066+0000","last_in_change":"2026-03-25T17:19:55.226795+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":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-25T17:20:02.120876+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"10","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"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":"64e15fb2-5b0b-4d76-80b6-854322af6b54","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6816","nonce":2315074227},{"type":"v1","addr":"192.168.123.100:6817","nonce":2315074227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6818","nonce":2315074227},{"type":"v1","addr":"192.168.123.100:6819","nonce":2315074227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6822","nonce":2315074227},{"type":"v1","addr":"192.168.123.100:6823","nonce":2315074227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6820","nonce":2315074227},{"type":"v1","addr":"192.168.123.100:6821","nonce":2315074227}]},"public_addr":"192.168.123.100:6817/2315074227","cluster_addr":"192.168.123.100:6819/2315074227","heartbeat_back_addr":"192.168.123.100:6823/2315074227","heartbeat_front_addr":"192.168.123.100:6821/2315074227","state":["exists","up"]},{"osd":1,"uuid":"b698f275-eb96-4de5-87a5-42573164cd0c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6800","nonce":2638723507},{"type":"v1","addr":"192.168.123.100:6801","nonce":2638723507}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6802","nonce":2638723507},{"type":"v1","addr":"192.168.123.100:6803","nonce":2638723507}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6806","nonce":2638723507},{"type":"v1","addr":"192.168.123.100:6807","nonce":2638723507}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6804","nonce":2638723507},{"type":"v1","addr":"192.168.123.100:6805","nonce":2638723507}]},"public_addr":"192.168.123.100:6801/2638723507","cluster_addr":"192.168.123.100:6803/2638723507","heartbeat_back_addr":"192.168.123.100:6807/2638723507","heartbeat_front_addr":"192.168.123.100:6805/2638723507","state":["exists","up"]},{"osd":2,"uuid":"181476a9-d99a-4859-a698-376bd23ca92b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6808","nonce":3128958951},{"type":"v1","addr":"192.168.123.100:6809","nonce":3128958951}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6810","nonce":3128958951},{"type":"v1","addr":"192.168.123.100:6811","nonce":3128958951}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6814","nonce":3128958951},{"type":"v1","addr":"192.168.123.100:6815","nonce":3128958951}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6812","nonce":3128958951},{"type":"v1","addr":"192.168.123.100:6813","nonce":3128958951}]},"public_addr":"192.168.123.100:6809/3128958951","cluster_addr":"192.168.123.100:6811/3128958951","heartbeat_back_addr":"192.168.123.100:6815/3128958951","heartbeat_front_addr":"192.168.123.100:6813/3128958951","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-25T17:20:02.573 DEBUG:teuthology.misc:3 of 3 OSDs are up 2026-03-25T17:20:02.573 INFO:tasks.ceph:Creating RBD pool 2026-03-25T17:20:02.573 DEBUG:teuthology.orchestra.run.vm00:> sudo ceph --cluster cluster1 osd pool create rbd 8 2026-03-25T17:20:03.229 INFO:teuthology.orchestra.run.vm00.stderr:pool 'rbd' created 2026-03-25T17:20:03.265 DEBUG:teuthology.orchestra.run.vm00:> rbd --cluster cluster1 pool init rbd 2026-03-25T17:20:06.651 INFO:tasks.ceph:Starting mds daemons in cluster cluster1... 2026-03-25T17:20:06.651 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 config log 1 --format=json 2026-03-25T17:20:06.651 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2026-03-25T17:20:06.826 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:06.841 INFO:teuthology.orchestra.run.vm00.stdout:[{"version":1,"timestamp":"0.000000","name":"","changes":[]}] 2026-03-25T17:20:06.841 INFO:tasks.ceph_manager:config epoch is 1 2026-03-25T17:20:06.841 INFO:tasks.ceph:Waiting until cluster1 daemons up and pgs clean... 2026-03-25T17:20:06.841 INFO:tasks.ceph.ceph_manager.cluster1:waiting for mgr available 2026-03-25T17:20:06.841 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 mgr dump --format=json 2026-03-25T17:20:07.038 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:07.054 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":5,"flags":0,"active_gid":4104,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6824","nonce":1523331343},{"type":"v1","addr":"192.168.123.100:6825","nonce":1523331343}]},"active_addr":"192.168.123.100:6825/1523331343","active_change":"2026-03-25T17:19:58.062159+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.100:0","nonce":114674742}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.100:0","nonce":1083623754}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.100:0","nonce":3201893959}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.100:0","nonce":2823061217}]}]} 2026-03-25T17:20:07.055 INFO:tasks.ceph.ceph_manager.cluster1:mgr available! 2026-03-25T17:20:07.055 INFO:tasks.ceph.ceph_manager.cluster1:waiting for all up 2026-03-25T17:20:07.055 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-03-25T17:20:07.230 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:07.230 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":14,"fsid":"7eda89b6-dc24-48ca-bedb-ccdfa51feb80","created":"2026-03-25T17:19:54.406356+0000","modified":"2026-03-25T17:20:06.635928+0000","last_up_change":"2026-03-25T17:20:00.742066+0000","last_in_change":"2026-03-25T17:19:55.226795+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":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-25T17:20:02.120876+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":"12","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-25T17:20:02.751793+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":"14","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":14,"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":"64e15fb2-5b0b-4d76-80b6-854322af6b54","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6816","nonce":2315074227},{"type":"v1","addr":"192.168.123.100:6817","nonce":2315074227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6818","nonce":2315074227},{"type":"v1","addr":"192.168.123.100:6819","nonce":2315074227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6822","nonce":2315074227},{"type":"v1","addr":"192.168.123.100:6823","nonce":2315074227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6820","nonce":2315074227},{"type":"v1","addr":"192.168.123.100:6821","nonce":2315074227}]},"public_addr":"192.168.123.100:6817/2315074227","cluster_addr":"192.168.123.100:6819/2315074227","heartbeat_back_addr":"192.168.123.100:6823/2315074227","heartbeat_front_addr":"192.168.123.100:6821/2315074227","state":["exists","up"]},{"osd":1,"uuid":"b698f275-eb96-4de5-87a5-42573164cd0c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6800","nonce":2638723507},{"type":"v1","addr":"192.168.123.100:6801","nonce":2638723507}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6802","nonce":2638723507},{"type":"v1","addr":"192.168.123.100:6803","nonce":2638723507}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6806","nonce":2638723507},{"type":"v1","addr":"192.168.123.100:6807","nonce":2638723507}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6804","nonce":2638723507},{"type":"v1","addr":"192.168.123.100:6805","nonce":2638723507}]},"public_addr":"192.168.123.100:6801/2638723507","cluster_addr":"192.168.123.100:6803/2638723507","heartbeat_back_addr":"192.168.123.100:6807/2638723507","heartbeat_front_addr":"192.168.123.100:6805/2638723507","state":["exists","up"]},{"osd":2,"uuid":"181476a9-d99a-4859-a698-376bd23ca92b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6808","nonce":3128958951},{"type":"v1","addr":"192.168.123.100:6809","nonce":3128958951}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6810","nonce":3128958951},{"type":"v1","addr":"192.168.123.100:6811","nonce":3128958951}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6814","nonce":3128958951},{"type":"v1","addr":"192.168.123.100:6815","nonce":3128958951}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6812","nonce":3128958951},{"type":"v1","addr":"192.168.123.100:6813","nonce":3128958951}]},"public_addr":"192.168.123.100:6809/3128958951","cluster_addr":"192.168.123.100:6811/3128958951","heartbeat_back_addr":"192.168.123.100:6815/3128958951","heartbeat_front_addr":"192.168.123.100:6813/3128958951","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-25T17:20:07.245 INFO:tasks.ceph.ceph_manager.cluster1:all up! 2026-03-25T17:20:07.245 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-03-25T17:20:07.417 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:07.417 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":14,"fsid":"7eda89b6-dc24-48ca-bedb-ccdfa51feb80","created":"2026-03-25T17:19:54.406356+0000","modified":"2026-03-25T17:20:06.635928+0000","last_up_change":"2026-03-25T17:20:00.742066+0000","last_in_change":"2026-03-25T17:19:55.226795+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":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-25T17:20:02.120876+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":"12","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-25T17:20:02.751793+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":"14","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":14,"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":"64e15fb2-5b0b-4d76-80b6-854322af6b54","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6816","nonce":2315074227},{"type":"v1","addr":"192.168.123.100:6817","nonce":2315074227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6818","nonce":2315074227},{"type":"v1","addr":"192.168.123.100:6819","nonce":2315074227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6822","nonce":2315074227},{"type":"v1","addr":"192.168.123.100:6823","nonce":2315074227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6820","nonce":2315074227},{"type":"v1","addr":"192.168.123.100:6821","nonce":2315074227}]},"public_addr":"192.168.123.100:6817/2315074227","cluster_addr":"192.168.123.100:6819/2315074227","heartbeat_back_addr":"192.168.123.100:6823/2315074227","heartbeat_front_addr":"192.168.123.100:6821/2315074227","state":["exists","up"]},{"osd":1,"uuid":"b698f275-eb96-4de5-87a5-42573164cd0c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6800","nonce":2638723507},{"type":"v1","addr":"192.168.123.100:6801","nonce":2638723507}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6802","nonce":2638723507},{"type":"v1","addr":"192.168.123.100:6803","nonce":2638723507}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6806","nonce":2638723507},{"type":"v1","addr":"192.168.123.100:6807","nonce":2638723507}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6804","nonce":2638723507},{"type":"v1","addr":"192.168.123.100:6805","nonce":2638723507}]},"public_addr":"192.168.123.100:6801/2638723507","cluster_addr":"192.168.123.100:6803/2638723507","heartbeat_back_addr":"192.168.123.100:6807/2638723507","heartbeat_front_addr":"192.168.123.100:6805/2638723507","state":["exists","up"]},{"osd":2,"uuid":"181476a9-d99a-4859-a698-376bd23ca92b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6808","nonce":3128958951},{"type":"v1","addr":"192.168.123.100:6809","nonce":3128958951}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6810","nonce":3128958951},{"type":"v1","addr":"192.168.123.100:6811","nonce":3128958951}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6814","nonce":3128958951},{"type":"v1","addr":"192.168.123.100:6815","nonce":3128958951}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6812","nonce":3128958951},{"type":"v1","addr":"192.168.123.100:6813","nonce":3128958951}]},"public_addr":"192.168.123.100:6809/3128958951","cluster_addr":"192.168.123.100:6811/3128958951","heartbeat_back_addr":"192.168.123.100:6815/3128958951","heartbeat_front_addr":"192.168.123.100:6813/3128958951","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-25T17:20:07.432 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.0 flush_pg_stats 2026-03-25T17:20:07.433 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.1 flush_pg_stats 2026-03-25T17:20:07.433 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.2 flush_pg_stats 2026-03-25T17:20:07.536 INFO:teuthology.orchestra.run.vm00.stdout:34359738371 2026-03-25T17:20:07.536 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2026-03-25T17:20:07.542 INFO:teuthology.orchestra.run.vm00.stdout:38654705667 2026-03-25T17:20:07.542 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2026-03-25T17:20:07.543 INFO:teuthology.orchestra.run.vm00.stdout:38654705667 2026-03-25T17:20:07.544 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2026-03-25T17:20:07.718 INFO:teuthology.orchestra.run.vm00.stdout:34359738370 2026-03-25T17:20:07.732 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738370 for osd.1 2026-03-25T17:20:07.772 INFO:teuthology.orchestra.run.vm00.stdout:38654705665 2026-03-25T17:20:07.776 INFO:teuthology.orchestra.run.vm00.stdout:38654705665 2026-03-25T17:20:07.788 INFO:tasks.ceph.ceph_manager.cluster1:need seq 38654705667 got 38654705665 for osd.0 2026-03-25T17:20:07.791 INFO:tasks.ceph.ceph_manager.cluster1:need seq 38654705667 got 38654705665 for osd.2 2026-03-25T17:20:08.733 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2026-03-25T17:20:08.788 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2026-03-25T17:20:08.792 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2026-03-25T17:20:08.925 INFO:teuthology.orchestra.run.vm00.stdout:34359738371 2026-03-25T17:20:08.939 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738371 for osd.1 2026-03-25T17:20:08.939 DEBUG:teuthology.parallel:result is None 2026-03-25T17:20:08.970 INFO:teuthology.orchestra.run.vm00.stdout:38654705667 2026-03-25T17:20:08.986 INFO:tasks.ceph.ceph_manager.cluster1:need seq 38654705667 got 38654705667 for osd.0 2026-03-25T17:20:08.986 DEBUG:teuthology.parallel:result is None 2026-03-25T17:20:09.010 INFO:teuthology.orchestra.run.vm00.stdout:38654705667 2026-03-25T17:20:09.025 INFO:tasks.ceph.ceph_manager.cluster1:need seq 38654705667 got 38654705667 for osd.2 2026-03-25T17:20:09.025 DEBUG:teuthology.parallel:result is None 2026-03-25T17:20:09.025 INFO:tasks.ceph.ceph_manager.cluster1:waiting for clean 2026-03-25T17:20:09.025 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-03-25T17:20:09.242 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:09.242 INFO:teuthology.orchestra.run.vm00.stderr:dumped all 2026-03-25T17:20:09.255 INFO:teuthology.orchestra.run.vm00.stdout:{"pg_ready":true,"pg_map":{"version":15,"stamp":"2026-03-25T17:20:08.110114+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":14,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":81376,"kb_used_data":832,"kb_used_omap":21,"kb_used_meta":80426,"kb_avail":283034144,"statfs":{"total":289910292480,"available":289826963456,"internally_reserved":0,"allocated":851968,"data_stored":1019706,"data_compressed":44130,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":22412,"internal_metadata":82356340},"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":7,"apply_latency_ms":7,"commit_latency_ns":7000000,"apply_latency_ns":7000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"2.516691"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.641426+0000","last_change":"2026-03-25T17:20:06.641578+0000","last_active":"2026-03-25T17:20:06.641426+0000","last_peered":"2026-03-25T17:20:06.641426+0000","last_clean":"2026-03-25T17:20:06.641426+0000","last_became_active":"2026-03-25T17:20:04.392654+0000","last_became_peered":"2026-03-25T17:20:04.392654+0000","last_unstale":"2026-03-25T17:20:06.641426+0000","last_undegraded":"2026-03-25T17:20:06.641426+0000","last_fullsized":"2026-03-25T17:20:06.641426+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-03-26T22:30:13.792937+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000365263,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.641461+0000","last_change":"2026-03-25T17:20:06.641597+0000","last_active":"2026-03-25T17:20:06.641461+0000","last_peered":"2026-03-25T17:20:06.641461+0000","last_clean":"2026-03-25T17:20:06.641461+0000","last_became_active":"2026-03-25T17:20:04.392668+0000","last_became_peered":"2026-03-25T17:20:04.392668+0000","last_unstale":"2026-03-25T17:20:06.641461+0000","last_undegraded":"2026-03-25T17:20:06.641461+0000","last_fullsized":"2026-03-25T17:20:06.641461+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+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-27T00:49:15.631621+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037472100000000001,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.641624+0000","last_change":"2026-03-25T17:20:06.641832+0000","last_active":"2026-03-25T17:20:06.641624+0000","last_peered":"2026-03-25T17:20:06.641624+0000","last_clean":"2026-03-25T17:20:06.641624+0000","last_became_active":"2026-03-25T17:20:04.393185+0000","last_became_peered":"2026-03-25T17:20:04.393185+0000","last_unstale":"2026-03-25T17:20:06.641624+0000","last_undegraded":"2026-03-25T17:20:06.641624+0000","last_fullsized":"2026-03-25T17:20:06.641624+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-03-26T22:06:17.008173+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059224799999999997,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.641674+0000","last_change":"2026-03-25T17:20:06.641823+0000","last_active":"2026-03-25T17:20:06.641674+0000","last_peered":"2026-03-25T17:20:06.641674+0000","last_clean":"2026-03-25T17:20:06.641674+0000","last_became_active":"2026-03-25T17:20:04.392565+0000","last_became_peered":"2026-03-25T17:20:04.392565+0000","last_unstale":"2026-03-25T17:20:06.641674+0000","last_undegraded":"2026-03-25T17:20:06.641674+0000","last_fullsized":"2026-03-25T17:20:06.641674+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+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-27T01:59:11.666739+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055428699999999999,"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":"14'2","reported_seq":22,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.646435+0000","last_change":"2026-03-25T17:20:06.645698+0000","last_active":"2026-03-25T17:20:06.646435+0000","last_peered":"2026-03-25T17:20:06.646435+0000","last_clean":"2026-03-25T17:20:06.646435+0000","last_became_active":"2026-03-25T17:20:04.394175+0000","last_became_peered":"2026-03-25T17:20:04.394175+0000","last_unstale":"2026-03-25T17:20:06.646435+0000","last_undegraded":"2026-03-25T17:20:06.646435+0000","last_fullsized":"2026-03-25T17:20:06.646435+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-03-26T22:53:10.395771+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058779999999999998,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":20,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.848601+0000","last_change":"2026-03-25T17:20:06.848737+0000","last_active":"2026-03-25T17:20:06.848601+0000","last_peered":"2026-03-25T17:20:06.848601+0000","last_clean":"2026-03-25T17:20:06.848601+0000","last_became_active":"2026-03-25T17:20:04.392939+0000","last_became_peered":"2026-03-25T17:20:04.392939+0000","last_unstale":"2026-03-25T17:20:06.848601+0000","last_undegraded":"2026-03-25T17:20:06.848601+0000","last_fullsized":"2026-03-25T17:20:06.848601+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+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-27T04:32:03.619428+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001471874,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":20,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.848647+0000","last_change":"2026-03-25T17:20:06.848848+0000","last_active":"2026-03-25T17:20:06.848647+0000","last_peered":"2026-03-25T17:20:06.848647+0000","last_clean":"2026-03-25T17:20:06.848647+0000","last_became_active":"2026-03-25T17:20:04.393948+0000","last_became_peered":"2026-03-25T17:20:04.393948+0000","last_unstale":"2026-03-25T17:20:06.848647+0000","last_undegraded":"2026-03-25T17:20:06.848647+0000","last_fullsized":"2026-03-25T17:20:06.848647+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+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-27T00:56:25.255664+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00149705,"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":"12'1","reported_seq":21,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.641862+0000","last_change":"2026-03-25T17:20:06.641944+0000","last_active":"2026-03-25T17:20:06.641862+0000","last_peered":"2026-03-25T17:20:06.641862+0000","last_clean":"2026-03-25T17:20:06.641862+0000","last_became_active":"2026-03-25T17:20:04.392652+0000","last_became_peered":"2026-03-25T17:20:04.392652+0000","last_unstale":"2026-03-25T17:20:06.641862+0000","last_undegraded":"2026-03-25T17:20:06.641862+0000","last_fullsized":"2026-03-25T17:20:06.641862+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+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-27T02:55:47.231928+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054231400000000001,"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":"11'32","reported_seq":61,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.641338+0000","last_change":"2026-03-25T17:20:03.237517+0000","last_active":"2026-03-25T17:20:06.641338+0000","last_peered":"2026-03-25T17:20:06.641338+0000","last_clean":"2026-03-25T17:20:06.641338+0000","last_became_active":"2026-03-25T17:20:03.237341+0000","last_became_peered":"2026-03-25T17:20:03.237341+0000","last_unstale":"2026-03-25T17:20:06.641338+0000","last_undegraded":"2026-03-25T17:20:06.641338+0000","last_fullsized":"2026-03-25T17:20:06.641338+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:02.223423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:02.223423+0000","last_clean_scrub_stamp":"2026-03-25T17:20:02.223423+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-27T04:32:37.611593+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":44130,"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":9,"seq":38654705667,"num_pgs":2,"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":31332,"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":0,"up_from":9,"seq":38654705667,"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":360,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344624,"statfs":{"total":96636764160,"available":96608894976,"internally_reserved":0,"allocated":368640,"data_stored":494187,"data_compressed":22065,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":7471,"internal_metadata":27452113},"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":[]},{"osd":1,"up_from":8,"seq":34359738371,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27200,"kb_used_data":360,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344640,"statfs":{"total":96636764160,"available":96608911360,"internally_reserved":0,"allocated":368640,"data_stored":494187,"data_compressed":22065,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":8120,"internal_metadata":27451464},"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":6,"apply_latency_ms":6,"commit_latency_ns":6000000,"apply_latency_ns":6000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":241664,"data_stored":459280,"data_compressed":22065,"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":22065,"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-25T17:20:09.256 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-03-25T17:20:09.430 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:09.430 INFO:teuthology.orchestra.run.vm00.stderr:dumped all 2026-03-25T17:20:09.445 INFO:teuthology.orchestra.run.vm00.stdout:{"pg_ready":true,"pg_map":{"version":16,"stamp":"2026-03-25T17:20:09.403555+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":14,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":81376,"kb_used_data":832,"kb_used_omap":21,"kb_used_meta":80426,"kb_avail":283034144,"statfs":{"total":289910292480,"available":289826963456,"internally_reserved":0,"allocated":851968,"data_stored":1019706,"data_compressed":44130,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":22412,"internal_metadata":82356340},"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":7,"apply_latency_ms":7,"commit_latency_ns":7000000,"apply_latency_ns":7000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"3.810132"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.641426+0000","last_change":"2026-03-25T17:20:06.641578+0000","last_active":"2026-03-25T17:20:06.641426+0000","last_peered":"2026-03-25T17:20:06.641426+0000","last_clean":"2026-03-25T17:20:06.641426+0000","last_became_active":"2026-03-25T17:20:04.392654+0000","last_became_peered":"2026-03-25T17:20:04.392654+0000","last_unstale":"2026-03-25T17:20:06.641426+0000","last_undegraded":"2026-03-25T17:20:06.641426+0000","last_fullsized":"2026-03-25T17:20:06.641426+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-03-26T22:30:13.792937+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000365263,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.641461+0000","last_change":"2026-03-25T17:20:06.641597+0000","last_active":"2026-03-25T17:20:06.641461+0000","last_peered":"2026-03-25T17:20:06.641461+0000","last_clean":"2026-03-25T17:20:06.641461+0000","last_became_active":"2026-03-25T17:20:04.392668+0000","last_became_peered":"2026-03-25T17:20:04.392668+0000","last_unstale":"2026-03-25T17:20:06.641461+0000","last_undegraded":"2026-03-25T17:20:06.641461+0000","last_fullsized":"2026-03-25T17:20:06.641461+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+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-27T00:49:15.631621+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037472100000000001,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.641624+0000","last_change":"2026-03-25T17:20:06.641832+0000","last_active":"2026-03-25T17:20:06.641624+0000","last_peered":"2026-03-25T17:20:06.641624+0000","last_clean":"2026-03-25T17:20:06.641624+0000","last_became_active":"2026-03-25T17:20:04.393185+0000","last_became_peered":"2026-03-25T17:20:04.393185+0000","last_unstale":"2026-03-25T17:20:06.641624+0000","last_undegraded":"2026-03-25T17:20:06.641624+0000","last_fullsized":"2026-03-25T17:20:06.641624+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-03-26T22:06:17.008173+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059224799999999997,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.641674+0000","last_change":"2026-03-25T17:20:06.641823+0000","last_active":"2026-03-25T17:20:06.641674+0000","last_peered":"2026-03-25T17:20:06.641674+0000","last_clean":"2026-03-25T17:20:06.641674+0000","last_became_active":"2026-03-25T17:20:04.392565+0000","last_became_peered":"2026-03-25T17:20:04.392565+0000","last_unstale":"2026-03-25T17:20:06.641674+0000","last_undegraded":"2026-03-25T17:20:06.641674+0000","last_fullsized":"2026-03-25T17:20:06.641674+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+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-27T01:59:11.666739+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055428699999999999,"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":"14'2","reported_seq":22,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.646435+0000","last_change":"2026-03-25T17:20:06.645698+0000","last_active":"2026-03-25T17:20:06.646435+0000","last_peered":"2026-03-25T17:20:06.646435+0000","last_clean":"2026-03-25T17:20:06.646435+0000","last_became_active":"2026-03-25T17:20:04.394175+0000","last_became_peered":"2026-03-25T17:20:04.394175+0000","last_unstale":"2026-03-25T17:20:06.646435+0000","last_undegraded":"2026-03-25T17:20:06.646435+0000","last_fullsized":"2026-03-25T17:20:06.646435+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-03-26T22:53:10.395771+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058779999999999998,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":20,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.848601+0000","last_change":"2026-03-25T17:20:06.848737+0000","last_active":"2026-03-25T17:20:06.848601+0000","last_peered":"2026-03-25T17:20:06.848601+0000","last_clean":"2026-03-25T17:20:06.848601+0000","last_became_active":"2026-03-25T17:20:04.392939+0000","last_became_peered":"2026-03-25T17:20:04.392939+0000","last_unstale":"2026-03-25T17:20:06.848601+0000","last_undegraded":"2026-03-25T17:20:06.848601+0000","last_fullsized":"2026-03-25T17:20:06.848601+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+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-27T04:32:03.619428+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001471874,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":20,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.848647+0000","last_change":"2026-03-25T17:20:06.848848+0000","last_active":"2026-03-25T17:20:06.848647+0000","last_peered":"2026-03-25T17:20:06.848647+0000","last_clean":"2026-03-25T17:20:06.848647+0000","last_became_active":"2026-03-25T17:20:04.393948+0000","last_became_peered":"2026-03-25T17:20:04.393948+0000","last_unstale":"2026-03-25T17:20:06.848647+0000","last_undegraded":"2026-03-25T17:20:06.848647+0000","last_fullsized":"2026-03-25T17:20:06.848647+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+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-27T00:56:25.255664+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00149705,"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":"12'1","reported_seq":21,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.641862+0000","last_change":"2026-03-25T17:20:06.641944+0000","last_active":"2026-03-25T17:20:06.641862+0000","last_peered":"2026-03-25T17:20:06.641862+0000","last_clean":"2026-03-25T17:20:06.641862+0000","last_became_active":"2026-03-25T17:20:04.392652+0000","last_became_peered":"2026-03-25T17:20:04.392652+0000","last_unstale":"2026-03-25T17:20:06.641862+0000","last_undegraded":"2026-03-25T17:20:06.641862+0000","last_fullsized":"2026-03-25T17:20:06.641862+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:03.226663+0000","last_clean_scrub_stamp":"2026-03-25T17:20:03.226663+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-27T02:55:47.231928+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054231400000000001,"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":"11'32","reported_seq":61,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:06.641338+0000","last_change":"2026-03-25T17:20:03.237517+0000","last_active":"2026-03-25T17:20:06.641338+0000","last_peered":"2026-03-25T17:20:06.641338+0000","last_clean":"2026-03-25T17:20:06.641338+0000","last_became_active":"2026-03-25T17:20:03.237341+0000","last_became_peered":"2026-03-25T17:20:03.237341+0000","last_unstale":"2026-03-25T17:20:06.641338+0000","last_undegraded":"2026-03-25T17:20:06.641338+0000","last_fullsized":"2026-03-25T17:20:06.641338+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:02.223423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:02.223423+0000","last_clean_scrub_stamp":"2026-03-25T17:20:02.223423+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-27T04:32:37.611593+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":44130,"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":9,"seq":38654705667,"num_pgs":2,"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":31332,"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":0,"up_from":9,"seq":38654705667,"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":360,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344624,"statfs":{"total":96636764160,"available":96608894976,"internally_reserved":0,"allocated":368640,"data_stored":494187,"data_compressed":22065,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":7471,"internal_metadata":27452113},"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":[]},{"osd":1,"up_from":8,"seq":34359738371,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27200,"kb_used_data":360,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344640,"statfs":{"total":96636764160,"available":96608911360,"internally_reserved":0,"allocated":368640,"data_stored":494187,"data_compressed":22065,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":8120,"internal_metadata":27451464},"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":6,"apply_latency_ms":6,"commit_latency_ns":6000000,"apply_latency_ns":6000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":241664,"data_stored":459280,"data_compressed":22065,"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":22065,"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-25T17:20:09.445 INFO:tasks.ceph.ceph_manager.cluster1:clean! 2026-03-25T17:20:09.445 INFO:tasks.ceph:Waiting until ceph cluster cluster1 is healthy... 2026-03-25T17:20:09.445 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy 2026-03-25T17:20:09.445 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 health --format=json 2026-03-25T17:20:09.633 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:09.633 INFO:teuthology.orchestra.run.vm00.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-25T17:20:09.648 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy done 2026-03-25T17:20:09.648 INFO:teuthology.run_tasks:Running task ceph... 2026-03-25T17:20:09.651 INFO:tasks.ceph:Creating ceph cluster cluster2... 2026-03-25T17:20:09.651 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': 'snappy', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}}, 'fs': 'xfs', 'mkfs_options': None, 'mount_options': None, 'skip_mgr_daemons': False, 'log_ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'cpu_profile': set(), 'cluster': 'cluster2', 'mon_bind_msgr2': True, 'mon_bind_addrvec': True} 2026-03-25T17:20:09.651 INFO:tasks.ceph:ctx.config {'archive_path': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3652', 'branch': 'tentacle', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-snappy 4-supported-random-distro$/{ubuntu_latest} 5-data-pool/ec 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}}', 'email': None, 'exclude_arch': 'armv7l', 'first_in_suite': False, 'flavor': 'default', 'io_workload': {'sequential': [{'qemu': {'cluster1.client.0': {'disks': [{'action': 'none', 'image_name': 'client.0.0'}, {'action': 'none', 'image_name': 'client.0.1'}, {'action': 'none', 'image_name': 'client.0.2'}], 'test': 'qa/run_xfstests_qemu.sh', 'type': 'block'}}}]}, 'job_id': '3652', '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': 'snappy', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}}}, 'cephadm': {'cephadm_binary_url': 'https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm'}, 'install': {'ceph': {'flavor': 'default', 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}, 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'tt-tentacle', 'sha1': '0392f78529848ec72469e8e431875cb98d3a5fb4'}}, 'owner': 'kyr', 'priority': 1000, 'repo': 'https://github.com/ceph/ceph.git', 'roles': [['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'], ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0']], 'seed': 3051, 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'sleep_before_teardown': 0, 'subset': '1/128', 'suite': 'rbd', 'suite_branch': 'tt-tentacle', 'suite_path': '/home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://github.com/kshtsk/ceph.git', 'suite_sha1': '0392f78529848ec72469e8e431875cb98d3a5fb4', 'targets': {'vm00.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK7JfwqaeXHUVbBGDXrvRFv7YASoqm3Uzvsr0SlEqFVSpv3maipx93jvn3on10f+NR3ecuulQtB7z9V3kIDWy0g=', 'vm07.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBjtDPnMJ+UNt4JtXZg8XGCCzurlxiNoyC1A4CTUbgN4U+RgVULqxT1soeGguYVw4Giy3Q0/CLSL39isND6aHi4='}, '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': 'snappy', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}}, {'ceph': {'cluster': 'cluster2', 'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'snappy', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}}, {'exec': {'cluster1.client.0': ['sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster1 pool init datapool'], 'cluster2.client.0': ['sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster2 pool init datapool']}}, {'exec': {'cluster2.client.0': ['echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0-src', 'rbd --cluster cluster2 migration execute client.0.0-src', 'rbd --cluster cluster2 migration commit client.0.0-src', 'rbd --cluster cluster2 snap create client.0.0-src@snap', 'rbd --cluster cluster2 snap protect client.0.0-src@snap', 'rbd --cluster cluster2 clone client.0.0-src@snap client.0.0', 'rbd --cluster cluster2 snap create client.0.0@snap', 'rbd --cluster cluster2 create --size 1G client.0.1-src', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1-src', 'rbd --cluster cluster2 snap create client.0.1-src@snap', 'rbd --cluster cluster2 snap protect client.0.1-src@snap', 'rbd --cluster cluster2 clone client.0.1-src@snap client.0.1', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1', 'rbd --cluster cluster2 snap create client.0.1@snap', 'rbd --cluster cluster2 create --size 1G client.0.2-src', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.2-src', 'rbd --cluster cluster2 snap create client.0.2-src@snap', 'rbd --cluster cluster2 snap protect client.0.2-src@snap', 'rbd --cluster cluster2 clone client.0.2-src@snap client.0.2', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2', 'rbd --cluster cluster2 snap create client.0.2@snap']}}, {'exec': {'cluster1.client.0': ['echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}], 'teuthology': {'fragments_dropped': [], 'meta': {}, 'postmerge': []}, 'teuthology_branch': 'clyso-debian-13', 'teuthology_repo': 'https://github.com/clyso/teuthology', 'teuthology_sha1': '1c580df7a9c7c2aadc272da296344fd99f27c444', 'timestamp': '2026-03-20_22:04:26', 'tube': 'vps', 'user': 'kyr', 'verbose': False, 'worker_log': '/home/teuthos/.teuthology/dispatcher/dispatcher.vps.3013333'} 2026-03-25T17:20:09.651 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2026-03-25T17:20:09.652 DEBUG:teuthology.orchestra.run.vm07:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2026-03-25T17:20:09.655 DEBUG:teuthology.orchestra.run.vm00:> sudo install -d -m0777 -- /var/run/ceph 2026-03-25T17:20:09.697 DEBUG:teuthology.orchestra.run.vm07:> sudo install -d -m0777 -- /var/run/ceph 2026-03-25T17:20:09.708 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:09.708 DEBUG:teuthology.orchestra.run.vm07:> dd if=/scratch_devs of=/dev/stdout 2026-03-25T17:20:09.751 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-25T17:20:09.752 DEBUG:teuthology.orchestra.run.vm07:> stat /dev/vg_nvme/lv_1 2026-03-25T17:20:09.796 INFO:teuthology.orchestra.run.vm07.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-03-25T17:20:09.796 INFO:teuthology.orchestra.run.vm07.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T17:20:09.796 INFO:teuthology.orchestra.run.vm07.stdout:Device: 5h/5d Inode: 766 Links: 1 2026-03-25T17:20:09.796 INFO:teuthology.orchestra.run.vm07.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T17:20:09.796 INFO:teuthology.orchestra.run.vm07.stdout:Access: 2026-03-25 17:18:09.361327000 +0000 2026-03-25T17:20:09.796 INFO:teuthology.orchestra.run.vm07.stdout:Modify: 2026-03-25 17:18:09.357327000 +0000 2026-03-25T17:20:09.796 INFO:teuthology.orchestra.run.vm07.stdout:Change: 2026-03-25 17:18:09.357327000 +0000 2026-03-25T17:20:09.796 INFO:teuthology.orchestra.run.vm07.stdout: Birth: - 2026-03-25T17:20:09.796 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-03-25T17:20:09.844 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records in 2026-03-25T17:20:09.844 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records out 2026-03-25T17:20:09.844 INFO:teuthology.orchestra.run.vm07.stderr:512 bytes copied, 0.000182131 s, 2.8 MB/s 2026-03-25T17:20:09.844 DEBUG:teuthology.orchestra.run.vm07:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-03-25T17:20:09.893 DEBUG:teuthology.orchestra.run.vm07:> stat /dev/vg_nvme/lv_2 2026-03-25T17:20:09.940 INFO:teuthology.orchestra.run.vm07.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-03-25T17:20:09.940 INFO:teuthology.orchestra.run.vm07.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T17:20:09.940 INFO:teuthology.orchestra.run.vm07.stdout:Device: 5h/5d Inode: 798 Links: 1 2026-03-25T17:20:09.940 INFO:teuthology.orchestra.run.vm07.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T17:20:09.940 INFO:teuthology.orchestra.run.vm07.stdout:Access: 2026-03-25 17:18:09.797327000 +0000 2026-03-25T17:20:09.940 INFO:teuthology.orchestra.run.vm07.stdout:Modify: 2026-03-25 17:18:09.661327000 +0000 2026-03-25T17:20:09.940 INFO:teuthology.orchestra.run.vm07.stdout:Change: 2026-03-25 17:18:09.661327000 +0000 2026-03-25T17:20:09.940 INFO:teuthology.orchestra.run.vm07.stdout: Birth: - 2026-03-25T17:20:09.940 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-03-25T17:20:09.987 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records in 2026-03-25T17:20:09.987 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records out 2026-03-25T17:20:09.987 INFO:teuthology.orchestra.run.vm07.stderr:512 bytes copied, 0.000157955 s, 3.2 MB/s 2026-03-25T17:20:09.988 DEBUG:teuthology.orchestra.run.vm07:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-03-25T17:20:10.032 DEBUG:teuthology.orchestra.run.vm07:> stat /dev/vg_nvme/lv_3 2026-03-25T17:20:10.075 INFO:teuthology.orchestra.run.vm07.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-03-25T17:20:10.075 INFO:teuthology.orchestra.run.vm07.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T17:20:10.075 INFO:teuthology.orchestra.run.vm07.stdout:Device: 5h/5d Inode: 831 Links: 1 2026-03-25T17:20:10.075 INFO:teuthology.orchestra.run.vm07.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T17:20:10.075 INFO:teuthology.orchestra.run.vm07.stdout:Access: 2026-03-25 17:18:10.081327000 +0000 2026-03-25T17:20:10.075 INFO:teuthology.orchestra.run.vm07.stdout:Modify: 2026-03-25 17:18:09.945327000 +0000 2026-03-25T17:20:10.075 INFO:teuthology.orchestra.run.vm07.stdout:Change: 2026-03-25 17:18:09.945327000 +0000 2026-03-25T17:20:10.075 INFO:teuthology.orchestra.run.vm07.stdout: Birth: - 2026-03-25T17:20:10.076 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-03-25T17:20:10.123 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records in 2026-03-25T17:20:10.123 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records out 2026-03-25T17:20:10.123 INFO:teuthology.orchestra.run.vm07.stderr:512 bytes copied, 0.000186609 s, 2.7 MB/s 2026-03-25T17:20:10.124 DEBUG:teuthology.orchestra.run.vm07:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-03-25T17:20:10.168 DEBUG:teuthology.orchestra.run.vm07:> stat /dev/vg_nvme/lv_4 2026-03-25T17:20:10.215 INFO:teuthology.orchestra.run.vm07.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-03-25T17:20:10.215 INFO:teuthology.orchestra.run.vm07.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T17:20:10.215 INFO:teuthology.orchestra.run.vm07.stdout:Device: 5h/5d Inode: 863 Links: 1 2026-03-25T17:20:10.215 INFO:teuthology.orchestra.run.vm07.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T17:20:10.215 INFO:teuthology.orchestra.run.vm07.stdout:Access: 2026-03-25 17:18:15.061327000 +0000 2026-03-25T17:20:10.215 INFO:teuthology.orchestra.run.vm07.stdout:Modify: 2026-03-25 17:18:10.237327000 +0000 2026-03-25T17:20:10.215 INFO:teuthology.orchestra.run.vm07.stdout:Change: 2026-03-25 17:18:10.237327000 +0000 2026-03-25T17:20:10.215 INFO:teuthology.orchestra.run.vm07.stdout: Birth: - 2026-03-25T17:20:10.215 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-03-25T17:20:10.263 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records in 2026-03-25T17:20:10.263 INFO:teuthology.orchestra.run.vm07.stderr:1+0 records out 2026-03-25T17:20:10.263 INFO:teuthology.orchestra.run.vm07.stderr:512 bytes copied, 0.000148568 s, 3.4 MB/s 2026-03-25T17:20:10.263 DEBUG:teuthology.orchestra.run.vm07:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-03-25T17:20:10.309 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-25T17:20:10.309 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@vm07.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-25T17:20:10.309 INFO:tasks.ceph:Generating config... 2026-03-25T17:20:10.310 INFO:tasks.ceph:[client] rbd default data pool = datapool 2026-03-25T17:20:10.310 INFO:tasks.ceph:[global] mon warn on pool no app = False 2026-03-25T17:20:10.310 INFO:tasks.ceph:[mgr] debug mgr = 20 2026-03-25T17:20:10.310 INFO:tasks.ceph:[mgr] debug ms = 1 2026-03-25T17:20:10.310 INFO:tasks.ceph:[mon] debug mon = 20 2026-03-25T17:20:10.310 INFO:tasks.ceph:[mon] debug ms = 1 2026-03-25T17:20:10.310 INFO:tasks.ceph:[mon] debug paxos = 20 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] bluestore compression algorithm = snappy 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] debug ms = 1 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] debug osd = 20 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] enable experimental unrecoverable data corrupting features = * 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] osd debug randomize hobject sort order = False 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] osd mclock iops capacity threshold hdd = 49000 2026-03-25T17:20:10.310 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2026-03-25T17:20:10.310 INFO:tasks.ceph:Setting up cluster2.mon.a... 2026-03-25T17:20:10.310 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster2.keyring 2026-03-25T17:20:10.371 INFO:teuthology.orchestra.run.vm07.stdout:creating /etc/ceph/cluster2.keyring 2026-03-25T17:20:10.374 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster2.keyring 2026-03-25T17:20:10.437 DEBUG:teuthology.orchestra.run.vm07:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-03-25T17:20:10.488 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster2.mon.a', '192.168.123.107')] 2026-03-25T17:20:10.488 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.107', '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': 'snappy', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}, 'mgr': {'debug ms': 1, 'debug mgr': 20, 'debug mon': '20', 'debug auth': '20', 'mon reweight min pgs per osd': '4', 'mon reweight min bytes per osd': '10', 'mgr/telemetry/nag': 'false'}, 'mon': {'debug ms': 1, 'debug mon': 20, 'debug paxos': 20, 'debug auth': '20', 'mon data avail warn': '5', 'mon mgr mkfs grace': '240', 'mon reweight min pgs per osd': '4', 'mon osd reporter subtree level': 'osd', 'mon osd prime pg temp': 'true', 'mon reweight min bytes per osd': '10', 'auth mon ticket ttl': '660', 'auth service ticket ttl': '240', 'mon_warn_on_insecure_global_id_reclaim': 'false', 'mon_warn_on_insecure_global_id_reclaim_allowed': 'false', 'mon_down_mkfs_grace': '2m', 'mon_warn_on_filestore_osds': 'false'}, 'client': {'rgw cache enabled': 'true', 'rgw enable ops log': 'true', 'rgw enable usage log': 'true', 'log file': '/var/log/ceph/$cluster-$name.$pid.log', 'admin socket': '/var/run/ceph/$cluster-$name.$pid.asok', 'rbd default data pool': 'datapool'}, 'mon.a': {}} 2026-03-25T17:20:10.489 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:10.489 DEBUG:teuthology.orchestra.run.vm07:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2026-03-25T17:20:10.531 DEBUG:teuthology.orchestra.run.vm07:> 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.107 --print /home/ubuntu/cephtest/cluster2.monmap 2026-03-25T17:20:10.591 INFO:teuthology.orchestra.run.vm07.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster2.monmap 2026-03-25T17:20:10.591 INFO:teuthology.orchestra.run.vm07.stdout:monmaptool: generated fsid c0d0a611-25d2-4d17-b283-af5037b9d9e0 2026-03-25T17:20:10.591 INFO:teuthology.orchestra.run.vm07.stdout:setting min_mon_release = tentacle 2026-03-25T17:20:10.591 INFO:teuthology.orchestra.run.vm07.stdout:epoch 0 2026-03-25T17:20:10.591 INFO:teuthology.orchestra.run.vm07.stdout:fsid c0d0a611-25d2-4d17-b283-af5037b9d9e0 2026-03-25T17:20:10.591 INFO:teuthology.orchestra.run.vm07.stdout:last_changed 2026-03-25T17:20:10.591925+0000 2026-03-25T17:20:10.591 INFO:teuthology.orchestra.run.vm07.stdout:created 2026-03-25T17:20:10.591925+0000 2026-03-25T17:20:10.591 INFO:teuthology.orchestra.run.vm07.stdout:min_mon_release 20 (tentacle) 2026-03-25T17:20:10.591 INFO:teuthology.orchestra.run.vm07.stdout:election_strategy: 1 2026-03-25T17:20:10.592 INFO:teuthology.orchestra.run.vm07.stdout:0: [v2:192.168.123.107:3300/0,v1:192.168.123.107:6789/0] mon.a 2026-03-25T17:20:10.592 INFO:teuthology.orchestra.run.vm07.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster2.monmap (1 monitors) 2026-03-25T17:20:10.593 DEBUG:teuthology.orchestra.run.vm07:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2026-03-25T17:20:10.640 INFO:tasks.ceph:Writing /etc/ceph/cluster2.conf for FSID c0d0a611-25d2-4d17-b283-af5037b9d9e0... 2026-03-25T17:20:10.640 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/cluster2.conf && sudo chmod 0644 /etc/ceph/cluster2.conf > /dev/null 2026-03-25T17:20:10.641 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:10.686 INFO:teuthology.orchestra.run.vm00.stdout:[global] 2026-03-25T17:20:10.686 INFO:teuthology.orchestra.run.vm00.stdout: chdir = "" 2026-03-25T17:20:10.686 INFO:teuthology.orchestra.run.vm00.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-25T17:20:10.686 INFO:teuthology.orchestra.run.vm00.stdout: auth supported = cephx 2026-03-25T17:20:10.686 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.686 INFO:teuthology.orchestra.run.vm00.stdout: filestore xattr use omap = true 2026-03-25T17:20:10.686 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.686 INFO:teuthology.orchestra.run.vm00.stdout: mon clock drift allowed = 1.000 2026-03-25T17:20:10.686 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.686 INFO:teuthology.orchestra.run.vm00.stdout: osd crush chooseleaf type = 0 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: auth debug = true 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: ms die on old message = true 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: ms die on bug = true 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon pg warn max object skew = 0 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: # disable pg_autoscaler by default for new pools 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: osd pool default size = 2 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon osd allow primary affinity = true 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon osd allow pg remap = true 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on legacy crush tunables = false 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on crush straw calc version zero = false 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on no sortbitwise = false 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on osd down out interval zero = false 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on too few osds = false 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon_allow_pool_size_one = true 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: osd default data pool replay window = 5 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon allow pool delete = true 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon cluster log file level = debug 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: debug asserts on shutdown = true 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon health detail to clog = false 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon host = 192.168.123.107 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on pool no app = False 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: fsid = c0d0a611-25d2-4d17-b283-af5037b9d9e0 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout:[osd] 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: osd journal size = 100 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.687 INFO:teuthology.orchestra.run.vm00.stdout: osd scrub load threshold = 5.0 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd scrub max interval = 600 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd mclock profile = high_recovery_ops 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd mclock skip benchmark = true 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd recover clone overlap = true 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd recovery max chunk = 1048576 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd debug shutdown = true 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd debug op order = true 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd debug verify stray on activate = true 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd debug trim objects = true 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd open classes on start = true 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd debug pg log writeout = true 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd deep scrub update digest min age = 30 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd map max advance = 10 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: journal zero on create = true 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: filestore ondisk finisher threads = 3 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: filestore apply finisher threads = 3 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: bdev debug aio = true 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd debug misdirected ops = true 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: bluestore block size = 96636764160 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: bluestore compression algorithm = snappy 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: bluestore compression mode = aggressive 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: bluestore fsck on mount = True 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: debug bluefs = 1/20 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: debug bluestore = 1/20 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: debug ms = 1 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: debug osd = 20 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: debug rocksdb = 4/10 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: enable experimental unrecoverable data corrupting features = * 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: mon osd backfillfull_ratio = 0.85 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: mon osd full ratio = 0.9 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: mon osd nearfull ratio = 0.8 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd debug randomize hobject sort order = False 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd failsafe full ratio = 0.95 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: osd objectstore = bluestore 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout:[mgr] 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: debug ms = 1 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: debug mgr = 20 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: debug mon = 20 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: debug auth = 20 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min pgs per osd = 4 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min bytes per osd = 10 2026-03-25T17:20:10.688 INFO:teuthology.orchestra.run.vm00.stdout: mgr/telemetry/nag = false 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout:[mon] 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: debug ms = 1 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: debug mon = 20 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: debug paxos = 20 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: debug auth = 20 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: mon data avail warn = 5 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: mon mgr mkfs grace = 240 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min pgs per osd = 4 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: mon osd reporter subtree level = osd 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: mon osd prime pg temp = true 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min bytes per osd = 10 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: auth mon ticket ttl = 660 # 11m 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: auth service ticket ttl = 240 # 4m 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: # don't complain about insecure global_id in the test suite 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: # 1m isn't quite enough 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: mon_down_mkfs_grace = 2m 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_filestore_osds = false 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout:[client] 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: rgw cache enabled = true 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: rgw enable ops log = true 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: rgw enable usage log = true 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout: rbd default data pool = datapool 2026-03-25T17:20:10.689 INFO:teuthology.orchestra.run.vm00.stdout:[mon.a] 2026-03-25T17:20:10.706 INFO:teuthology.orchestra.run.vm07.stdout:[global] 2026-03-25T17:20:10.706 INFO:teuthology.orchestra.run.vm07.stdout: chdir = "" 2026-03-25T17:20:10.706 INFO:teuthology.orchestra.run.vm07.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-25T17:20:10.706 INFO:teuthology.orchestra.run.vm07.stdout: auth supported = cephx 2026-03-25T17:20:10.706 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: filestore xattr use omap = true 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon clock drift allowed = 1.000 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: osd crush chooseleaf type = 0 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: auth debug = true 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: ms die on old message = true 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: ms die on bug = true 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon pg warn max object skew = 0 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: # disable pg_autoscaler by default for new pools 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: osd pool default size = 2 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon osd allow primary affinity = true 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon osd allow pg remap = true 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon warn on legacy crush tunables = false 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon warn on crush straw calc version zero = false 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon warn on no sortbitwise = false 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon warn on osd down out interval zero = false 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon warn on too few osds = false 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon_allow_pool_size_one = true 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: osd default data pool replay window = 5 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon allow pool delete = true 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon cluster log file level = debug 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: debug asserts on shutdown = true 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon health detail to clog = false 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon host = 192.168.123.107 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: mon warn on pool no app = False 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: fsid = c0d0a611-25d2-4d17-b283-af5037b9d9e0 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout:[osd] 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: osd journal size = 100 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: osd scrub load threshold = 5.0 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: osd scrub max interval = 600 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: osd mclock profile = high_recovery_ops 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: osd mclock skip benchmark = true 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.707 INFO:teuthology.orchestra.run.vm07.stdout: osd recover clone overlap = true 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd recovery max chunk = 1048576 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd debug shutdown = true 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd debug op order = true 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd debug verify stray on activate = true 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd debug trim objects = true 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd open classes on start = true 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd debug pg log writeout = true 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd deep scrub update digest min age = 30 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd map max advance = 10 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: journal zero on create = true 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: filestore ondisk finisher threads = 3 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: filestore apply finisher threads = 3 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: bdev debug aio = true 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd debug misdirected ops = true 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: bluestore block size = 96636764160 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: bluestore compression algorithm = snappy 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: bluestore compression mode = aggressive 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: bluestore fsck on mount = True 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: debug bluefs = 1/20 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: debug bluestore = 1/20 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: debug ms = 1 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: debug osd = 20 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: debug rocksdb = 4/10 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: enable experimental unrecoverable data corrupting features = * 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: mon osd backfillfull_ratio = 0.85 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: mon osd full ratio = 0.9 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: mon osd nearfull ratio = 0.8 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd debug randomize hobject sort order = False 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd failsafe full ratio = 0.95 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: osd objectstore = bluestore 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.708 INFO:teuthology.orchestra.run.vm07.stdout:[mgr] 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: debug ms = 1 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: debug mgr = 20 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: debug mon = 20 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: debug auth = 20 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mon reweight min pgs per osd = 4 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mon reweight min bytes per osd = 10 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mgr/telemetry/nag = false 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout:[mon] 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: debug ms = 1 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: debug mon = 20 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: debug paxos = 20 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: debug auth = 20 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mon data avail warn = 5 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mon mgr mkfs grace = 240 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mon reweight min pgs per osd = 4 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mon osd reporter subtree level = osd 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mon osd prime pg temp = true 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mon reweight min bytes per osd = 10 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: auth mon ticket ttl = 660 # 11m 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: auth service ticket ttl = 240 # 4m 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: # don't complain about insecure global_id in the test suite 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: # 1m isn't quite enough 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mon_down_mkfs_grace = 2m 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: mon_warn_on_filestore_osds = false 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout:[client] 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: rgw cache enabled = true 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: rgw enable ops log = true 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: rgw enable usage log = true 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout: rbd default data pool = datapool 2026-03-25T17:20:10.709 INFO:teuthology.orchestra.run.vm07.stdout:[mon.a] 2026-03-25T17:20:10.713 INFO:tasks.ceph:Creating admin key on cluster2.mon.a... 2026-03-25T17:20:10.713 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:10.783 INFO:tasks.ceph:Copying monmap to all nodes... 2026-03-25T17:20:10.783 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:10.783 DEBUG:teuthology.orchestra.run.vm07:> dd if=/etc/ceph/cluster2.keyring of=/dev/stdout 2026-03-25T17:20:10.828 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:10.828 DEBUG:teuthology.orchestra.run.vm07:> dd if=/home/ubuntu/cephtest/cluster2.monmap of=/dev/stdout 2026-03-25T17:20:10.876 INFO:tasks.ceph:Sending monmap to node ubuntu@vm00.local 2026-03-25T17:20:10.876 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:20:10.876 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/ceph/cluster2.keyring 2026-03-25T17:20:10.876 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-03-25T17:20:10.889 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:20:10.889 DEBUG:teuthology.orchestra.run.vm00:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2026-03-25T17:20:10.939 INFO:tasks.ceph:Sending monmap to node ubuntu@vm07.local 2026-03-25T17:20:10.939 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:10.939 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/etc/ceph/cluster2.keyring 2026-03-25T17:20:10.939 DEBUG:teuthology.orchestra.run.vm07:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-03-25T17:20:10.953 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:10.953 DEBUG:teuthology.orchestra.run.vm07:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2026-03-25T17:20:10.999 INFO:tasks.ceph:Setting up mon nodes... 2026-03-25T17:20:11.000 INFO:tasks.ceph:Setting up mgr nodes... 2026-03-25T17:20:11.000 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:11.067 INFO:teuthology.orchestra.run.vm07.stdout:creating /var/lib/ceph/mgr/cluster2-x/keyring 2026-03-25T17:20:11.069 INFO:tasks.ceph:Setting up mds nodes... 2026-03-25T17:20:11.069 INFO:tasks.ceph_client:Setting up client nodes... 2026-03-25T17:20:11.070 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:11.130 INFO:teuthology.orchestra.run.vm07.stdout:creating /etc/ceph/cluster2.client.0.keyring 2026-03-25T17:20:11.138 INFO:tasks.ceph:Running mkfs on osd nodes... 2026-03-25T17:20:11.138 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@vm00.local'): {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'}, Remote(name='ubuntu@vm07.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-25T17:20:11.138 DEBUG:teuthology.orchestra.run.vm07:> sudo mkdir -p /var/lib/ceph/osd/cluster2-0 2026-03-25T17:20:11.192 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-25T17:20:11.193 INFO:tasks.ceph:role: cluster2.osd.0 2026-03-25T17:20:11.193 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@vm07.local 2026-03-25T17:20:11.193 DEBUG:teuthology.orchestra.run.vm07:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2026-03-25T17:20:11.247 INFO:teuthology.orchestra.run.vm07.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=1310464 blks 2026-03-25T17:20:11.247 INFO:teuthology.orchestra.run.vm07.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-25T17:20:11.247 INFO:teuthology.orchestra.run.vm07.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-25T17:20:11.247 INFO:teuthology.orchestra.run.vm07.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-25T17:20:11.247 INFO:teuthology.orchestra.run.vm07.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-25T17:20:11.247 INFO:teuthology.orchestra.run.vm07.stdout: = sunit=0 swidth=0 blks 2026-03-25T17:20:11.247 INFO:teuthology.orchestra.run.vm07.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-25T17:20:11.247 INFO:teuthology.orchestra.run.vm07.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-25T17:20:11.247 INFO:teuthology.orchestra.run.vm07.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-25T17:20:11.247 INFO:teuthology.orchestra.run.vm07.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-25T17:20:11.316 INFO:teuthology.orchestra.run.vm07.stdout:Discarding blocks...Done. 2026-03-25T17:20:11.317 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@vm07.local -o noatime 2026-03-25T17:20:11.317 DEBUG:teuthology.orchestra.run.vm07:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster2-0 2026-03-25T17:20:11.419 DEBUG:teuthology.orchestra.run.vm07:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-0 2026-03-25T17:20:11.425 INFO:teuthology.orchestra.run.vm07.stderr:sudo: /sbin/restorecon: command not found 2026-03-25T17:20:11.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T17:20:11.426 DEBUG:teuthology.orchestra.run.vm07:> sudo mkdir -p /var/lib/ceph/osd/cluster2-1 2026-03-25T17:20:11.478 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-25T17:20:11.484 INFO:tasks.ceph:role: cluster2.osd.1 2026-03-25T17:20:11.484 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@vm07.local 2026-03-25T17:20:11.484 DEBUG:teuthology.orchestra.run.vm07:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2026-03-25T17:20:11.529 INFO:teuthology.orchestra.run.vm07.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=1310464 blks 2026-03-25T17:20:11.529 INFO:teuthology.orchestra.run.vm07.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-25T17:20:11.530 INFO:teuthology.orchestra.run.vm07.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-25T17:20:11.530 INFO:teuthology.orchestra.run.vm07.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-25T17:20:11.530 INFO:teuthology.orchestra.run.vm07.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-25T17:20:11.530 INFO:teuthology.orchestra.run.vm07.stdout: = sunit=0 swidth=0 blks 2026-03-25T17:20:11.530 INFO:teuthology.orchestra.run.vm07.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-25T17:20:11.530 INFO:teuthology.orchestra.run.vm07.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-25T17:20:11.530 INFO:teuthology.orchestra.run.vm07.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-25T17:20:11.530 INFO:teuthology.orchestra.run.vm07.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-25T17:20:11.535 INFO:teuthology.orchestra.run.vm07.stdout:Discarding blocks...Done. 2026-03-25T17:20:11.537 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@vm07.local -o noatime 2026-03-25T17:20:11.537 DEBUG:teuthology.orchestra.run.vm07:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster2-1 2026-03-25T17:20:11.594 DEBUG:teuthology.orchestra.run.vm07:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-1 2026-03-25T17:20:11.643 INFO:teuthology.orchestra.run.vm07.stderr:sudo: /sbin/restorecon: command not found 2026-03-25T17:20:11.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T17:20:11.644 DEBUG:teuthology.orchestra.run.vm07:> sudo mkdir -p /var/lib/ceph/osd/cluster2-2 2026-03-25T17:20:11.692 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-25T17:20:11.693 INFO:tasks.ceph:role: cluster2.osd.2 2026-03-25T17:20:11.693 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@vm07.local 2026-03-25T17:20:11.693 DEBUG:teuthology.orchestra.run.vm07:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2026-03-25T17:20:11.746 INFO:teuthology.orchestra.run.vm07.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=1310464 blks 2026-03-25T17:20:11.746 INFO:teuthology.orchestra.run.vm07.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-25T17:20:11.746 INFO:teuthology.orchestra.run.vm07.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-25T17:20:11.746 INFO:teuthology.orchestra.run.vm07.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-25T17:20:11.746 INFO:teuthology.orchestra.run.vm07.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-25T17:20:11.746 INFO:teuthology.orchestra.run.vm07.stdout: = sunit=0 swidth=0 blks 2026-03-25T17:20:11.746 INFO:teuthology.orchestra.run.vm07.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-25T17:20:11.746 INFO:teuthology.orchestra.run.vm07.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-25T17:20:11.746 INFO:teuthology.orchestra.run.vm07.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-25T17:20:11.746 INFO:teuthology.orchestra.run.vm07.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-25T17:20:11.750 INFO:teuthology.orchestra.run.vm07.stdout:Discarding blocks...Done. 2026-03-25T17:20:11.751 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@vm07.local -o noatime 2026-03-25T17:20:11.751 DEBUG:teuthology.orchestra.run.vm07:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster2-2 2026-03-25T17:20:11.804 DEBUG:teuthology.orchestra.run.vm07:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-2 2026-03-25T17:20:11.851 INFO:teuthology.orchestra.run.vm07.stderr:sudo: /sbin/restorecon: command not found 2026-03-25T17:20:11.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T17:20:11.852 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:11.913 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:11.910+0000 7fbb3d11ca40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:11.914 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:11.910+0000 7fbb3d11ca40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:11.914 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:11.910+0000 7fbb3d11ca40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:11.915 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:11.910+0000 7fbb3d11ca40 -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-25T17:20:11.915 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:11.910+0000 7fbb3d11ca40 -1 created new key in keyring /var/lib/ceph/osd/cluster2-0/keyring 2026-03-25T17:20:11.915 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:11.910+0000 7fbb3d11ca40 -1 bdev(0x55c3946ad800 /var/lib/ceph/osd/cluster2-0/block) open stat got: (1) Operation not permitted 2026-03-25T17:20:11.915 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:11.910+0000 7fbb3d11ca40 -1 bluestore(/var/lib/ceph/osd/cluster2-0) _read_fsid unparsable uuid 2026-03-25T17:20:12.848 DEBUG:teuthology.orchestra.run.vm07:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-0 2026-03-25T17:20:12.897 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:12.962 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:12.958+0000 7f1005e4da40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:12.962 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:12.958+0000 7f1005e4da40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:12.963 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:12.958+0000 7f1005e4da40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:12.963 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:12.958+0000 7f1005e4da40 -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-25T17:20:12.963 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:12.958+0000 7f1005e4da40 -1 created new key in keyring /var/lib/ceph/osd/cluster2-1/keyring 2026-03-25T17:20:12.963 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:12.958+0000 7f1005e4da40 -1 bdev(0x55d6c09ff800 /var/lib/ceph/osd/cluster2-1/block) open stat got: (1) Operation not permitted 2026-03-25T17:20:12.964 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:12.958+0000 7f1005e4da40 -1 bluestore(/var/lib/ceph/osd/cluster2-1) _read_fsid unparsable uuid 2026-03-25T17:20:13.872 DEBUG:teuthology.orchestra.run.vm07:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-1 2026-03-25T17:20:13.922 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:13.989 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:13.982+0000 7f300634ca40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:13.989 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:13.982+0000 7f300634ca40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:13.990 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:13.986+0000 7f300634ca40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:13.990 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:13.986+0000 7f300634ca40 -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-25T17:20:13.990 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:13.986+0000 7f300634ca40 -1 created new key in keyring /var/lib/ceph/osd/cluster2-2/keyring 2026-03-25T17:20:13.990 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:13.986+0000 7f300634ca40 -1 bdev(0x55960844b800 /var/lib/ceph/osd/cluster2-2/block) open stat got: (1) Operation not permitted 2026-03-25T17:20:13.991 INFO:teuthology.orchestra.run.vm07.stderr:2026-03-25T17:20:13.986+0000 7f300634ca40 -1 bluestore(/var/lib/ceph/osd/cluster2-2) _read_fsid unparsable uuid 2026-03-25T17:20:14.920 DEBUG:teuthology.orchestra.run.vm07:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-2 2026-03-25T17:20:14.969 INFO:tasks.ceph:Reading keys from all nodes... 2026-03-25T17:20:14.970 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:14.970 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/var/lib/ceph/mgr/cluster2-x/keyring of=/dev/stdout 2026-03-25T17:20:15.021 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:15.021 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/var/lib/ceph/osd/cluster2-0/keyring of=/dev/stdout 2026-03-25T17:20:15.073 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:15.073 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/var/lib/ceph/osd/cluster2-1/keyring of=/dev/stdout 2026-03-25T17:20:15.125 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:15.125 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/var/lib/ceph/osd/cluster2-2/keyring of=/dev/stdout 2026-03-25T17:20:15.177 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:15.177 DEBUG:teuthology.orchestra.run.vm07:> dd if=/etc/ceph/cluster2.client.0.keyring of=/dev/stdout 2026-03-25T17:20:15.224 INFO:tasks.ceph:Adding keys to all mons... 2026-03-25T17:20:15.224 DEBUG:teuthology.orchestra.run.vm07:> sudo tee -a /etc/ceph/cluster2.keyring 2026-03-25T17:20:15.272 INFO:teuthology.orchestra.run.vm07.stdout:[mgr.x] 2026-03-25T17:20:15.272 INFO:teuthology.orchestra.run.vm07.stdout: key = AQBLGcRpyDMLBBAAau+QE8oSG6GcesUag58pTw== 2026-03-25T17:20:15.272 INFO:teuthology.orchestra.run.vm07.stdout:[osd.0] 2026-03-25T17:20:15.272 INFO:teuthology.orchestra.run.vm07.stdout: key = AQBLGcRpP9yTNhAAdLdkyJsOUeAZhfzjA4gbBA== 2026-03-25T17:20:15.272 INFO:teuthology.orchestra.run.vm07.stdout:[osd.1] 2026-03-25T17:20:15.272 INFO:teuthology.orchestra.run.vm07.stdout: key = AQBMGcRp0fpzORAANk9f6VNmxdFYW//5Qomkuw== 2026-03-25T17:20:15.272 INFO:teuthology.orchestra.run.vm07.stdout:[osd.2] 2026-03-25T17:20:15.272 INFO:teuthology.orchestra.run.vm07.stdout: key = AQBNGcRplZsROxAAGAy9cvqbwpPyyDeO8vZw2A== 2026-03-25T17:20:15.272 INFO:teuthology.orchestra.run.vm07.stdout:[client.0] 2026-03-25T17:20:15.272 INFO:teuthology.orchestra.run.vm07.stdout: key = AQBLGcRpBp3MBxAAjnvEEcjNnZFnEsc+VDFDcA== 2026-03-25T17:20:15.273 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:15.341 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:15.410 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:15.481 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:15.554 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:15.623 INFO:tasks.ceph:Running mkfs on mon nodes... 2026-03-25T17:20:15.623 DEBUG:teuthology.orchestra.run.vm07:> sudo mkdir -p /var/lib/ceph/mon/cluster2-a 2026-03-25T17:20:15.675 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:20:15.758 DEBUG:teuthology.orchestra.run.vm07:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster2-a 2026-03-25T17:20:15.810 DEBUG:teuthology.orchestra.run.vm07:> rm -- /home/ubuntu/cephtest/cluster2.monmap 2026-03-25T17:20:15.855 INFO:tasks.ceph:Starting mon daemons in cluster cluster2... 2026-03-25T17:20:15.856 INFO:tasks.ceph.cluster2.mon.a:Restarting daemon 2026-03-25T17:20:15.856 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster2 -i a 2026-03-25T17:20:15.897 INFO:tasks.ceph.cluster2.mon.a:Started 2026-03-25T17:20:15.897 INFO:tasks.ceph:Starting mgr daemons in cluster cluster2... 2026-03-25T17:20:15.897 INFO:tasks.ceph.cluster2.mgr.x:Restarting daemon 2026-03-25T17:20:15.897 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster2 -i x 2026-03-25T17:20:15.898 INFO:tasks.ceph.cluster2.mgr.x:Started 2026-03-25T17:20:15.898 DEBUG:tasks.ceph:set 0 configs 2026-03-25T17:20:15.898 DEBUG:teuthology.orchestra.run.vm07:> sudo ceph --cluster cluster2 config dump 2026-03-25T17:20:16.009 INFO:teuthology.orchestra.run.vm07.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-03-25T17:20:16.021 INFO:tasks.ceph:Setting crush tunables to default 2026-03-25T17:20:16.021 DEBUG:teuthology.orchestra.run.vm07:> sudo ceph --cluster cluster2 osd crush tunables default 2026-03-25T17:20:16.138 INFO:teuthology.orchestra.run.vm07.stderr:adjusted tunables profile to default 2026-03-25T17:20:16.152 INFO:tasks.ceph:check_enable_crimson: False 2026-03-25T17:20:16.152 INFO:tasks.ceph:Starting osd daemons in cluster cluster2... 2026-03-25T17:20:16.152 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:16.152 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/var/lib/ceph/osd/cluster2-0/fsid of=/dev/stdout 2026-03-25T17:20:16.160 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:16.160 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/var/lib/ceph/osd/cluster2-1/fsid of=/dev/stdout 2026-03-25T17:20:16.208 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-25T17:20:16.208 DEBUG:teuthology.orchestra.run.vm07:> sudo dd if=/var/lib/ceph/osd/cluster2-2/fsid of=/dev/stdout 2026-03-25T17:20:16.261 DEBUG:teuthology.orchestra.run.vm07:> sudo ceph --cluster cluster2 osd new 3b439166-5893-445a-810a-2c659ea471ef 0 2026-03-25T17:20:16.421 INFO:teuthology.orchestra.run.vm07.stdout:0 2026-03-25T17:20:16.434 DEBUG:teuthology.orchestra.run.vm07:> sudo ceph --cluster cluster2 osd new 99e8847d-cdbd-49fb-885d-0d888c00ba2f 1 2026-03-25T17:20:16.551 INFO:teuthology.orchestra.run.vm07.stdout:1 2026-03-25T17:20:16.563 DEBUG:teuthology.orchestra.run.vm07:> sudo ceph --cluster cluster2 osd new 5d2e0dbe-c1aa-450a-98d0-b0c8e2f6fd5a 2 2026-03-25T17:20:16.679 INFO:teuthology.orchestra.run.vm07.stdout:2 2026-03-25T17:20:16.692 INFO:tasks.ceph.cluster2.osd.0:Restarting daemon 2026-03-25T17:20:16.693 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 0 2026-03-25T17:20:16.693 INFO:tasks.ceph.cluster2.osd.0:Started 2026-03-25T17:20:16.693 INFO:tasks.ceph.cluster2.osd.1:Restarting daemon 2026-03-25T17:20:16.693 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 1 2026-03-25T17:20:16.694 INFO:tasks.ceph.cluster2.osd.1:Started 2026-03-25T17:20:16.694 INFO:tasks.ceph.cluster2.osd.2:Restarting daemon 2026-03-25T17:20:16.694 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 2 2026-03-25T17:20:16.695 INFO:tasks.ceph.cluster2.osd.2:Started 2026-03-25T17:20:16.695 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-03-25T17:20:16.733 INFO:tasks.ceph.cluster2.osd.0.vm07.stderr:2026-03-25T17:20:16.726+0000 7f4f540f8a40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:16.741 INFO:tasks.ceph.cluster2.osd.2.vm07.stderr:2026-03-25T17:20:16.734+0000 7fbf114aea40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:16.742 INFO:tasks.ceph.cluster2.osd.0.vm07.stderr:2026-03-25T17:20:16.738+0000 7f4f540f8a40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:16.742 INFO:tasks.ceph.cluster2.osd.0.vm07.stderr:2026-03-25T17:20:16.738+0000 7f4f540f8a40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:16.773 INFO:tasks.ceph.cluster2.osd.2.vm07.stderr:2026-03-25T17:20:16.770+0000 7fbf114aea40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:16.773 INFO:tasks.ceph.cluster2.osd.2.vm07.stderr:2026-03-25T17:20:16.770+0000 7fbf114aea40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:16.785 INFO:tasks.ceph.cluster2.osd.1.vm07.stderr:2026-03-25T17:20:16.778+0000 7fb6b377ea40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:16.809 INFO:tasks.ceph.cluster2.osd.1.vm07.stderr:2026-03-25T17:20:16.806+0000 7fb6b377ea40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:16.809 INFO:tasks.ceph.cluster2.osd.1.vm07.stderr:2026-03-25T17:20:16.806+0000 7fb6b377ea40 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-25T17:20:16.880 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:16.880 INFO:teuthology.orchestra.run.vm07.stdout:{"epoch":5,"fsid":"c0d0a611-25d2-4d17-b283-af5037b9d9e0","created":"2026-03-25T17:20:15.953032+0000","modified":"2026-03-25T17:20:16.676769+0000","last_up_change":"0.000000","last_in_change":"2026-03-25T17:20:16.676769+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":"3b439166-5893-445a-810a-2c659ea471ef","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":"99e8847d-cdbd-49fb-885d-0d888c00ba2f","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":"5d2e0dbe-c1aa-450a-98d0-b0c8e2f6fd5a","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-25T17:20:16.894 INFO:tasks.ceph.ceph_manager.cluster2:[] 2026-03-25T17:20:16.894 INFO:tasks.ceph:Waiting for OSDs to come up 2026-03-25T17:20:17.110 INFO:tasks.ceph.cluster2.osd.0.vm07.stderr:2026-03-25T17:20:17.106+0000 7f4f540f8a40 -1 Falling back to public interface 2026-03-25T17:20:17.159 INFO:tasks.ceph.cluster2.osd.2.vm07.stderr:2026-03-25T17:20:17.154+0000 7fbf114aea40 -1 Falling back to public interface 2026-03-25T17:20:17.181 INFO:tasks.ceph.cluster2.osd.1.vm07.stderr:2026-03-25T17:20:17.178+0000 7fb6b377ea40 -1 Falling back to public interface 2026-03-25T17:20:17.195 DEBUG:teuthology.orchestra.run.vm07:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2026-03-25T17:20:17.305 INFO:teuthology.misc.health.vm07.stdout: 2026-03-25T17:20:17.305 INFO:teuthology.misc.health.vm07.stdout:{"epoch":5,"fsid":"c0d0a611-25d2-4d17-b283-af5037b9d9e0","created":"2026-03-25T17:20:15.953032+0000","modified":"2026-03-25T17:20:16.676769+0000","last_up_change":"0.000000","last_in_change":"2026-03-25T17:20:16.676769+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":"3b439166-5893-445a-810a-2c659ea471ef","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":"99e8847d-cdbd-49fb-885d-0d888c00ba2f","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":"5d2e0dbe-c1aa-450a-98d0-b0c8e2f6fd5a","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-25T17:20:17.316 DEBUG:teuthology.misc:0 of 3 OSDs are up 2026-03-25T17:20:17.405 INFO:tasks.ceph.cluster2.mgr.x.vm07.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-25T17:20:17.406 INFO:tasks.ceph.cluster2.mgr.x.vm07.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-25T17:20:17.406 INFO:tasks.ceph.cluster2.mgr.x.vm07.stderr: from numpy import show_config as show_numpy_config 2026-03-25T17:20:18.266 INFO:tasks.ceph.cluster2.osd.0.vm07.stderr:2026-03-25T17:20:18.262+0000 7f4f540f8a40 -1 osd.0 0 log_to_monitors true 2026-03-25T17:20:18.366 INFO:tasks.ceph.cluster2.osd.1.vm07.stderr:2026-03-25T17:20:18.362+0000 7fb6b377ea40 -1 osd.1 0 log_to_monitors true 2026-03-25T17:20:18.397 INFO:tasks.ceph.cluster2.osd.2.vm07.stderr:2026-03-25T17:20:18.394+0000 7fbf114aea40 -1 osd.2 0 log_to_monitors true 2026-03-25T17:20:18.487 INFO:tasks.ceph.cluster2.mgr.x.vm07.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-25T17:20:19.980 INFO:tasks.ceph.cluster2.mgr.x.vm07.stderr:2026-03-25T17:20:19.974+0000 7f149fa55640 -1 mgr.server handle_report got status from non-daemon mon.a 2026-03-25T17:20:20.085 INFO:tasks.ceph.cluster2.osd.1.vm07.stderr:2026-03-25T17:20:20.082+0000 7fb6af727640 -1 osd.1 0 waiting for initial osdmap 2026-03-25T17:20:20.085 INFO:tasks.ceph.cluster2.osd.0.vm07.stderr:2026-03-25T17:20:20.082+0000 7f4f500a1640 -1 osd.0 0 waiting for initial osdmap 2026-03-25T17:20:20.085 INFO:tasks.ceph.cluster2.osd.2.vm07.stderr:2026-03-25T17:20:20.082+0000 7fbf0d457640 -1 osd.2 0 waiting for initial osdmap 2026-03-25T17:20:20.089 INFO:tasks.ceph.cluster2.osd.0.vm07.stderr:2026-03-25T17:20:20.086+0000 7f4f4aeaf640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-25T17:20:20.089 INFO:tasks.ceph.cluster2.osd.1.vm07.stderr:2026-03-25T17:20:20.086+0000 7fb6aa535640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-25T17:20:20.089 INFO:tasks.ceph.cluster2.osd.2.vm07.stderr:2026-03-25T17:20:20.086+0000 7fbf08265640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-25T17:20:23.619 DEBUG:teuthology.orchestra.run.vm07:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2026-03-25T17:20:23.797 INFO:teuthology.misc.health.vm07.stdout: 2026-03-25T17:20:23.797 INFO:teuthology.misc.health.vm07.stdout:{"epoch":10,"fsid":"c0d0a611-25d2-4d17-b283-af5037b9d9e0","created":"2026-03-25T17:20:15.953032+0000","modified":"2026-03-25T17:20:23.088888+0000","last_up_change":"2026-03-25T17:20:21.071161+0000","last_in_change":"2026-03-25T17:20:16.676769+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-25T17:20:22.991414+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"10","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"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":"3b439166-5893-445a-810a-2c659ea471ef","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.107:6800","nonce":3407598337},{"type":"v1","addr":"192.168.123.107:6801","nonce":3407598337}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6802","nonce":3407598337},{"type":"v1","addr":"192.168.123.107:6803","nonce":3407598337}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6806","nonce":3407598337},{"type":"v1","addr":"192.168.123.107:6807","nonce":3407598337}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6804","nonce":3407598337},{"type":"v1","addr":"192.168.123.107:6805","nonce":3407598337}]},"public_addr":"192.168.123.107:6801/3407598337","cluster_addr":"192.168.123.107:6803/3407598337","heartbeat_back_addr":"192.168.123.107:6807/3407598337","heartbeat_front_addr":"192.168.123.107:6805/3407598337","state":["exists","up"]},{"osd":1,"uuid":"99e8847d-cdbd-49fb-885d-0d888c00ba2f","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.107:6816","nonce":3892967841},{"type":"v1","addr":"192.168.123.107:6817","nonce":3892967841}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6818","nonce":3892967841},{"type":"v1","addr":"192.168.123.107:6819","nonce":3892967841}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6822","nonce":3892967841},{"type":"v1","addr":"192.168.123.107:6823","nonce":3892967841}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6820","nonce":3892967841},{"type":"v1","addr":"192.168.123.107:6821","nonce":3892967841}]},"public_addr":"192.168.123.107:6817/3892967841","cluster_addr":"192.168.123.107:6819/3892967841","heartbeat_back_addr":"192.168.123.107:6823/3892967841","heartbeat_front_addr":"192.168.123.107:6821/3892967841","state":["exists","up"]},{"osd":2,"uuid":"5d2e0dbe-c1aa-450a-98d0-b0c8e2f6fd5a","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.107:6808","nonce":900062231},{"type":"v1","addr":"192.168.123.107:6809","nonce":900062231}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6810","nonce":900062231},{"type":"v1","addr":"192.168.123.107:6811","nonce":900062231}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6814","nonce":900062231},{"type":"v1","addr":"192.168.123.107:6815","nonce":900062231}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6812","nonce":900062231},{"type":"v1","addr":"192.168.123.107:6813","nonce":900062231}]},"public_addr":"192.168.123.107:6809/900062231","cluster_addr":"192.168.123.107:6811/900062231","heartbeat_back_addr":"192.168.123.107:6815/900062231","heartbeat_front_addr":"192.168.123.107:6813/900062231","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-25T17:20:19.263342+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-25T17:20:19.380129+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-25T17:20:19.370069+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-25T17:20:23.809 DEBUG:teuthology.misc:3 of 3 OSDs are up 2026-03-25T17:20:23.809 INFO:tasks.ceph:Creating RBD pool 2026-03-25T17:20:23.809 DEBUG:teuthology.orchestra.run.vm07:> sudo ceph --cluster cluster2 osd pool create rbd 8 2026-03-25T17:20:24.218 INFO:teuthology.orchestra.run.vm07.stderr:pool 'rbd' created 2026-03-25T17:20:24.235 DEBUG:teuthology.orchestra.run.vm07:> rbd --cluster cluster2 pool init rbd 2026-03-25T17:20:27.235 INFO:tasks.ceph:Starting mds daemons in cluster cluster2... 2026-03-25T17:20:27.235 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 config log 1 --format=json 2026-03-25T17:20:27.235 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2026-03-25T17:20:27.409 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:27.425 INFO:teuthology.orchestra.run.vm07.stdout:[{"version":1,"timestamp":"0.000000","name":"","changes":[]}] 2026-03-25T17:20:27.425 INFO:tasks.ceph_manager:config epoch is 1 2026-03-25T17:20:27.425 INFO:tasks.ceph:Waiting until cluster2 daemons up and pgs clean... 2026-03-25T17:20:27.425 INFO:tasks.ceph.ceph_manager.cluster2:waiting for mgr available 2026-03-25T17:20:27.425 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 mgr dump --format=json 2026-03-25T17:20:27.622 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:27.637 INFO:teuthology.orchestra.run.vm07.stdout:{"epoch":5,"flags":0,"active_gid":4103,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6824","nonce":727694246},{"type":"v1","addr":"192.168.123.107:6825","nonce":727694246}]},"active_addr":"192.168.123.107:6825/727694246","active_change":"2026-03-25T17:20:18.971425+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.107:0","nonce":1114393821}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.107:0","nonce":3620739256}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.107:0","nonce":2395619867}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.107:0","nonce":4238938952}]}]} 2026-03-25T17:20:27.638 INFO:tasks.ceph.ceph_manager.cluster2:mgr available! 2026-03-25T17:20:27.638 INFO:tasks.ceph.ceph_manager.cluster2:waiting for all up 2026-03-25T17:20:27.638 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-03-25T17:20:27.814 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:27.814 INFO:teuthology.orchestra.run.vm07.stdout:{"epoch":14,"fsid":"c0d0a611-25d2-4d17-b283-af5037b9d9e0","created":"2026-03-25T17:20:15.953032+0000","modified":"2026-03-25T17:20:27.222354+0000","last_up_change":"2026-03-25T17:20:21.071161+0000","last_in_change":"2026-03-25T17:20:16.676769+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-25T17:20:22.991414+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":"12","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-25T17:20:23.988461+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":"14","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":14,"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":"3b439166-5893-445a-810a-2c659ea471ef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6800","nonce":3407598337},{"type":"v1","addr":"192.168.123.107:6801","nonce":3407598337}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6802","nonce":3407598337},{"type":"v1","addr":"192.168.123.107:6803","nonce":3407598337}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6806","nonce":3407598337},{"type":"v1","addr":"192.168.123.107:6807","nonce":3407598337}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6804","nonce":3407598337},{"type":"v1","addr":"192.168.123.107:6805","nonce":3407598337}]},"public_addr":"192.168.123.107:6801/3407598337","cluster_addr":"192.168.123.107:6803/3407598337","heartbeat_back_addr":"192.168.123.107:6807/3407598337","heartbeat_front_addr":"192.168.123.107:6805/3407598337","state":["exists","up"]},{"osd":1,"uuid":"99e8847d-cdbd-49fb-885d-0d888c00ba2f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6816","nonce":3892967841},{"type":"v1","addr":"192.168.123.107:6817","nonce":3892967841}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6818","nonce":3892967841},{"type":"v1","addr":"192.168.123.107:6819","nonce":3892967841}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6822","nonce":3892967841},{"type":"v1","addr":"192.168.123.107:6823","nonce":3892967841}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6820","nonce":3892967841},{"type":"v1","addr":"192.168.123.107:6821","nonce":3892967841}]},"public_addr":"192.168.123.107:6817/3892967841","cluster_addr":"192.168.123.107:6819/3892967841","heartbeat_back_addr":"192.168.123.107:6823/3892967841","heartbeat_front_addr":"192.168.123.107:6821/3892967841","state":["exists","up"]},{"osd":2,"uuid":"5d2e0dbe-c1aa-450a-98d0-b0c8e2f6fd5a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6808","nonce":900062231},{"type":"v1","addr":"192.168.123.107:6809","nonce":900062231}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6810","nonce":900062231},{"type":"v1","addr":"192.168.123.107:6811","nonce":900062231}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6814","nonce":900062231},{"type":"v1","addr":"192.168.123.107:6815","nonce":900062231}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6812","nonce":900062231},{"type":"v1","addr":"192.168.123.107:6813","nonce":900062231}]},"public_addr":"192.168.123.107:6809/900062231","cluster_addr":"192.168.123.107:6811/900062231","heartbeat_back_addr":"192.168.123.107:6815/900062231","heartbeat_front_addr":"192.168.123.107:6813/900062231","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-25T17:20:19.263342+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-25T17:20:19.380129+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-25T17:20:19.370069+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-25T17:20:27.830 INFO:tasks.ceph.ceph_manager.cluster2:all up! 2026-03-25T17:20:27.830 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-03-25T17:20:28.009 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:28.009 INFO:teuthology.orchestra.run.vm07.stdout:{"epoch":14,"fsid":"c0d0a611-25d2-4d17-b283-af5037b9d9e0","created":"2026-03-25T17:20:15.953032+0000","modified":"2026-03-25T17:20:27.222354+0000","last_up_change":"2026-03-25T17:20:21.071161+0000","last_in_change":"2026-03-25T17:20:16.676769+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-25T17:20:22.991414+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":"12","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-25T17:20:23.988461+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":"14","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":14,"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":"3b439166-5893-445a-810a-2c659ea471ef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6800","nonce":3407598337},{"type":"v1","addr":"192.168.123.107:6801","nonce":3407598337}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6802","nonce":3407598337},{"type":"v1","addr":"192.168.123.107:6803","nonce":3407598337}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6806","nonce":3407598337},{"type":"v1","addr":"192.168.123.107:6807","nonce":3407598337}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6804","nonce":3407598337},{"type":"v1","addr":"192.168.123.107:6805","nonce":3407598337}]},"public_addr":"192.168.123.107:6801/3407598337","cluster_addr":"192.168.123.107:6803/3407598337","heartbeat_back_addr":"192.168.123.107:6807/3407598337","heartbeat_front_addr":"192.168.123.107:6805/3407598337","state":["exists","up"]},{"osd":1,"uuid":"99e8847d-cdbd-49fb-885d-0d888c00ba2f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6816","nonce":3892967841},{"type":"v1","addr":"192.168.123.107:6817","nonce":3892967841}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6818","nonce":3892967841},{"type":"v1","addr":"192.168.123.107:6819","nonce":3892967841}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6822","nonce":3892967841},{"type":"v1","addr":"192.168.123.107:6823","nonce":3892967841}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6820","nonce":3892967841},{"type":"v1","addr":"192.168.123.107:6821","nonce":3892967841}]},"public_addr":"192.168.123.107:6817/3892967841","cluster_addr":"192.168.123.107:6819/3892967841","heartbeat_back_addr":"192.168.123.107:6823/3892967841","heartbeat_front_addr":"192.168.123.107:6821/3892967841","state":["exists","up"]},{"osd":2,"uuid":"5d2e0dbe-c1aa-450a-98d0-b0c8e2f6fd5a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6808","nonce":900062231},{"type":"v1","addr":"192.168.123.107:6809","nonce":900062231}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6810","nonce":900062231},{"type":"v1","addr":"192.168.123.107:6811","nonce":900062231}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6814","nonce":900062231},{"type":"v1","addr":"192.168.123.107:6815","nonce":900062231}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.107:6812","nonce":900062231},{"type":"v1","addr":"192.168.123.107:6813","nonce":900062231}]},"public_addr":"192.168.123.107:6809/900062231","cluster_addr":"192.168.123.107:6811/900062231","heartbeat_back_addr":"192.168.123.107:6815/900062231","heartbeat_front_addr":"192.168.123.107:6813/900062231","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-25T17:20:19.263342+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-25T17:20:19.380129+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-25T17:20:19.370069+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-25T17:20:28.026 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.0 flush_pg_stats 2026-03-25T17:20:28.026 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.1 flush_pg_stats 2026-03-25T17:20:28.026 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.2 flush_pg_stats 2026-03-25T17:20:28.130 INFO:teuthology.orchestra.run.vm07.stdout:34359738371 2026-03-25T17:20:28.131 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2026-03-25T17:20:28.137 INFO:teuthology.orchestra.run.vm07.stdout:34359738371 2026-03-25T17:20:28.137 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2026-03-25T17:20:28.158 INFO:teuthology.orchestra.run.vm07.stdout:34359738371 2026-03-25T17:20:28.158 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2026-03-25T17:20:28.323 INFO:teuthology.orchestra.run.vm07.stdout:34359738369 2026-03-25T17:20:28.329 INFO:teuthology.orchestra.run.vm07.stdout:34359738369 2026-03-25T17:20:28.337 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738369 for osd.1 2026-03-25T17:20:28.345 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738369 for osd.2 2026-03-25T17:20:28.390 INFO:teuthology.orchestra.run.vm07.stdout:34359738369 2026-03-25T17:20:28.406 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738369 for osd.0 2026-03-25T17:20:29.338 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2026-03-25T17:20:29.346 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2026-03-25T17:20:29.406 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2026-03-25T17:20:29.528 INFO:teuthology.orchestra.run.vm07.stdout:34359738371 2026-03-25T17:20:29.545 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.1 2026-03-25T17:20:29.545 DEBUG:teuthology.parallel:result is None 2026-03-25T17:20:29.560 INFO:teuthology.orchestra.run.vm07.stdout:34359738371 2026-03-25T17:20:29.576 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.2 2026-03-25T17:20:29.577 DEBUG:teuthology.parallel:result is None 2026-03-25T17:20:29.619 INFO:teuthology.orchestra.run.vm07.stdout:34359738371 2026-03-25T17:20:29.636 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.0 2026-03-25T17:20:29.636 DEBUG:teuthology.parallel:result is None 2026-03-25T17:20:29.636 INFO:tasks.ceph.ceph_manager.cluster2:waiting for clean 2026-03-25T17:20:29.636 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-03-25T17:20:29.856 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:29.856 INFO:teuthology.orchestra.run.vm07.stderr:dumped all 2026-03-25T17:20:29.872 INFO:teuthology.orchestra.run.vm07.stdout:{"pg_ready":true,"pg_map":{"version":16,"stamp":"2026-03-25T17:20:28.978261+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":14,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":81496,"kb_used_data":816,"kb_used_omap":20,"kb_used_meta":80427,"kb_avail":283034024,"statfs":{"total":289910292480,"available":289826840576,"internally_reserved":0,"allocated":835584,"data_stored":1013318,"data_compressed":44130,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":21113,"internal_metadata":82357639},"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":11,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"1.752477"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.227761+0000","last_change":"2026-03-25T17:20:27.227908+0000","last_active":"2026-03-25T17:20:27.227761+0000","last_peered":"2026-03-25T17:20:27.227761+0000","last_clean":"2026-03-25T17:20:27.227761+0000","last_became_active":"2026-03-25T17:20:25.229863+0000","last_became_peered":"2026-03-25T17:20:25.229863+0000","last_unstale":"2026-03-25T17:20:27.227761+0000","last_undegraded":"2026-03-25T17:20:27.227761+0000","last_fullsized":"2026-03-25T17:20:27.227761+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T00:23:54.644932+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00057924400000000003,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.227473+0000","last_change":"2026-03-25T17:20:27.227604+0000","last_active":"2026-03-25T17:20:27.227473+0000","last_peered":"2026-03-25T17:20:27.227473+0000","last_clean":"2026-03-25T17:20:27.227473+0000","last_became_active":"2026-03-25T17:20:25.227010+0000","last_became_peered":"2026-03-25T17:20:25.227010+0000","last_unstale":"2026-03-25T17:20:27.227473+0000","last_undegraded":"2026-03-25T17:20:27.227473+0000","last_fullsized":"2026-03-25T17:20:27.227473+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T02:36:20.199445+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00033776100000000001,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.227932+0000","last_change":"2026-03-25T17:20:27.228080+0000","last_active":"2026-03-25T17:20:27.227932+0000","last_peered":"2026-03-25T17:20:27.227932+0000","last_clean":"2026-03-25T17:20:27.227932+0000","last_became_active":"2026-03-25T17:20:25.228940+0000","last_became_peered":"2026-03-25T17:20:25.228940+0000","last_unstale":"2026-03-25T17:20:27.227932+0000","last_undegraded":"2026-03-25T17:20:27.227932+0000","last_fullsized":"2026-03-25T17:20:27.227932+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-03-26T20:18:24.895591+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056381499999999995,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.227502+0000","last_change":"2026-03-25T17:20:27.227670+0000","last_active":"2026-03-25T17:20:27.227502+0000","last_peered":"2026-03-25T17:20:27.227502+0000","last_clean":"2026-03-25T17:20:27.227502+0000","last_became_active":"2026-03-25T17:20:25.229835+0000","last_became_peered":"2026-03-25T17:20:25.229835+0000","last_unstale":"2026-03-25T17:20:27.227502+0000","last_undegraded":"2026-03-25T17:20:27.227502+0000","last_fullsized":"2026-03-25T17:20:27.227502+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T02:22:28.783596+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00038759500000000002,"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":"14'2","reported_seq":22,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.229722+0000","last_change":"2026-03-25T17:20:27.229722+0000","last_active":"2026-03-25T17:20:27.229722+0000","last_peered":"2026-03-25T17:20:27.229722+0000","last_clean":"2026-03-25T17:20:27.229722+0000","last_became_active":"2026-03-25T17:20:25.227551+0000","last_became_peered":"2026-03-25T17:20:25.227551+0000","last_unstale":"2026-03-25T17:20:27.229722+0000","last_undegraded":"2026-03-25T17:20:27.229722+0000","last_fullsized":"2026-03-25T17:20:27.229722+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T04:11:00.891669+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052141600000000002,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.287899+0000","last_change":"2026-03-25T17:20:27.288051+0000","last_active":"2026-03-25T17:20:27.287899+0000","last_peered":"2026-03-25T17:20:27.287899+0000","last_clean":"2026-03-25T17:20:27.287899+0000","last_became_active":"2026-03-25T17:20:25.227171+0000","last_became_peered":"2026-03-25T17:20:25.227171+0000","last_unstale":"2026-03-25T17:20:27.287899+0000","last_undegraded":"2026-03-25T17:20:27.287899+0000","last_fullsized":"2026-03-25T17:20:27.287899+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T01:33:18.806375+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00028390199999999999,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.288096+0000","last_change":"2026-03-25T17:20:27.288190+0000","last_active":"2026-03-25T17:20:27.288096+0000","last_peered":"2026-03-25T17:20:27.288096+0000","last_clean":"2026-03-25T17:20:27.288096+0000","last_became_active":"2026-03-25T17:20:25.227116+0000","last_became_peered":"2026-03-25T17:20:25.227116+0000","last_unstale":"2026-03-25T17:20:27.288096+0000","last_undegraded":"2026-03-25T17:20:27.288096+0000","last_fullsized":"2026-03-25T17:20:27.288096+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T04:15:21.852354+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029561300000000002,"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":"12'1","reported_seq":21,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.227778+0000","last_change":"2026-03-25T17:20:27.228047+0000","last_active":"2026-03-25T17:20:27.227778+0000","last_peered":"2026-03-25T17:20:27.227778+0000","last_clean":"2026-03-25T17:20:27.227778+0000","last_became_active":"2026-03-25T17:20:25.225857+0000","last_became_peered":"2026-03-25T17:20:25.225857+0000","last_unstale":"2026-03-25T17:20:27.227778+0000","last_undegraded":"2026-03-25T17:20:27.227778+0000","last_fullsized":"2026-03-25T17:20:27.227778+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T00:44:41.592625+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00064298199999999995,"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":"11'32","reported_seq":61,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.227398+0000","last_change":"2026-03-25T17:20:24.379361+0000","last_active":"2026-03-25T17:20:27.227398+0000","last_peered":"2026-03-25T17:20:27.227398+0000","last_clean":"2026-03-25T17:20:27.227398+0000","last_became_active":"2026-03-25T17:20:24.378772+0000","last_became_peered":"2026-03-25T17:20:24.378772+0000","last_unstale":"2026-03-25T17:20:27.227398+0000","last_undegraded":"2026-03-25T17:20:27.227398+0000","last_fullsized":"2026-03-25T17:20:27.227398+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:23.088888+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:23.088888+0000","last_clean_scrub_stamp":"2026-03-25T17:20:23.088888+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-27T04:07:40.388731+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":44130,"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":26944,"kb_used_data":104,"kb_used_omap":5,"kb_used_meta":26810,"kb_avail":94344896,"statfs":{"total":96636764160,"available":96609173504,"internally_reserved":0,"allocated":106496,"data_stored":28077,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5521,"internal_metadata":27454063},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738371,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27280,"kb_used_data":360,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344560,"statfs":{"total":96636764160,"available":96608829440,"internally_reserved":0,"allocated":368640,"data_stored":494404,"data_compressed":22065,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":8121,"internal_metadata":27451463},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738371,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27272,"kb_used_data":352,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344568,"statfs":{"total":96636764160,"available":96608837632,"internally_reserved":0,"allocated":360448,"data_stored":490837,"data_compressed":22065,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":7471,"internal_metadata":27452113},"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":22065,"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":22065,"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-25T17:20:29.872 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-03-25T17:20:30.053 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:30.054 INFO:teuthology.orchestra.run.vm07.stderr:dumped all 2026-03-25T17:20:30.069 INFO:teuthology.orchestra.run.vm07.stdout:{"pg_ready":true,"pg_map":{"version":16,"stamp":"2026-03-25T17:20:28.978261+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":14,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":81496,"kb_used_data":816,"kb_used_omap":20,"kb_used_meta":80427,"kb_avail":283034024,"statfs":{"total":289910292480,"available":289826840576,"internally_reserved":0,"allocated":835584,"data_stored":1013318,"data_compressed":44130,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":21113,"internal_metadata":82357639},"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":11,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"1.752477"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.227761+0000","last_change":"2026-03-25T17:20:27.227908+0000","last_active":"2026-03-25T17:20:27.227761+0000","last_peered":"2026-03-25T17:20:27.227761+0000","last_clean":"2026-03-25T17:20:27.227761+0000","last_became_active":"2026-03-25T17:20:25.229863+0000","last_became_peered":"2026-03-25T17:20:25.229863+0000","last_unstale":"2026-03-25T17:20:27.227761+0000","last_undegraded":"2026-03-25T17:20:27.227761+0000","last_fullsized":"2026-03-25T17:20:27.227761+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T00:23:54.644932+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00057924400000000003,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.227473+0000","last_change":"2026-03-25T17:20:27.227604+0000","last_active":"2026-03-25T17:20:27.227473+0000","last_peered":"2026-03-25T17:20:27.227473+0000","last_clean":"2026-03-25T17:20:27.227473+0000","last_became_active":"2026-03-25T17:20:25.227010+0000","last_became_peered":"2026-03-25T17:20:25.227010+0000","last_unstale":"2026-03-25T17:20:27.227473+0000","last_undegraded":"2026-03-25T17:20:27.227473+0000","last_fullsized":"2026-03-25T17:20:27.227473+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T02:36:20.199445+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00033776100000000001,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.227932+0000","last_change":"2026-03-25T17:20:27.228080+0000","last_active":"2026-03-25T17:20:27.227932+0000","last_peered":"2026-03-25T17:20:27.227932+0000","last_clean":"2026-03-25T17:20:27.227932+0000","last_became_active":"2026-03-25T17:20:25.228940+0000","last_became_peered":"2026-03-25T17:20:25.228940+0000","last_unstale":"2026-03-25T17:20:27.227932+0000","last_undegraded":"2026-03-25T17:20:27.227932+0000","last_fullsized":"2026-03-25T17:20:27.227932+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-03-26T20:18:24.895591+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056381499999999995,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.227502+0000","last_change":"2026-03-25T17:20:27.227670+0000","last_active":"2026-03-25T17:20:27.227502+0000","last_peered":"2026-03-25T17:20:27.227502+0000","last_clean":"2026-03-25T17:20:27.227502+0000","last_became_active":"2026-03-25T17:20:25.229835+0000","last_became_peered":"2026-03-25T17:20:25.229835+0000","last_unstale":"2026-03-25T17:20:27.227502+0000","last_undegraded":"2026-03-25T17:20:27.227502+0000","last_fullsized":"2026-03-25T17:20:27.227502+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T02:22:28.783596+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00038759500000000002,"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":"14'2","reported_seq":22,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.229722+0000","last_change":"2026-03-25T17:20:27.229722+0000","last_active":"2026-03-25T17:20:27.229722+0000","last_peered":"2026-03-25T17:20:27.229722+0000","last_clean":"2026-03-25T17:20:27.229722+0000","last_became_active":"2026-03-25T17:20:25.227551+0000","last_became_peered":"2026-03-25T17:20:25.227551+0000","last_unstale":"2026-03-25T17:20:27.229722+0000","last_undegraded":"2026-03-25T17:20:27.229722+0000","last_fullsized":"2026-03-25T17:20:27.229722+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T04:11:00.891669+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052141600000000002,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.287899+0000","last_change":"2026-03-25T17:20:27.288051+0000","last_active":"2026-03-25T17:20:27.287899+0000","last_peered":"2026-03-25T17:20:27.287899+0000","last_clean":"2026-03-25T17:20:27.287899+0000","last_became_active":"2026-03-25T17:20:25.227171+0000","last_became_peered":"2026-03-25T17:20:25.227171+0000","last_unstale":"2026-03-25T17:20:27.287899+0000","last_undegraded":"2026-03-25T17:20:27.287899+0000","last_fullsized":"2026-03-25T17:20:27.287899+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T01:33:18.806375+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00028390199999999999,"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":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.288096+0000","last_change":"2026-03-25T17:20:27.288190+0000","last_active":"2026-03-25T17:20:27.288096+0000","last_peered":"2026-03-25T17:20:27.288096+0000","last_clean":"2026-03-25T17:20:27.288096+0000","last_became_active":"2026-03-25T17:20:25.227116+0000","last_became_peered":"2026-03-25T17:20:25.227116+0000","last_unstale":"2026-03-25T17:20:27.288096+0000","last_undegraded":"2026-03-25T17:20:27.288096+0000","last_fullsized":"2026-03-25T17:20:27.288096+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T04:15:21.852354+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029561300000000002,"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":"12'1","reported_seq":21,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.227778+0000","last_change":"2026-03-25T17:20:27.228047+0000","last_active":"2026-03-25T17:20:27.227778+0000","last_peered":"2026-03-25T17:20:27.227778+0000","last_clean":"2026-03-25T17:20:27.227778+0000","last_became_active":"2026-03-25T17:20:25.225857+0000","last_became_peered":"2026-03-25T17:20:25.225857+0000","last_unstale":"2026-03-25T17:20:27.227778+0000","last_undegraded":"2026-03-25T17:20:27.227778+0000","last_fullsized":"2026-03-25T17:20:27.227778+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:24.092606+0000","last_clean_scrub_stamp":"2026-03-25T17:20:24.092606+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-27T00:44:41.592625+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00064298199999999995,"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":"11'32","reported_seq":61,"reported_epoch":14,"state":"active+clean","last_fresh":"2026-03-25T17:20:27.227398+0000","last_change":"2026-03-25T17:20:24.379361+0000","last_active":"2026-03-25T17:20:27.227398+0000","last_peered":"2026-03-25T17:20:27.227398+0000","last_clean":"2026-03-25T17:20:27.227398+0000","last_became_active":"2026-03-25T17:20:24.378772+0000","last_became_peered":"2026-03-25T17:20:24.378772+0000","last_unstale":"2026-03-25T17:20:27.227398+0000","last_undegraded":"2026-03-25T17:20:27.227398+0000","last_fullsized":"2026-03-25T17:20:27.227398+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T17:20:23.088888+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T17:20:23.088888+0000","last_clean_scrub_stamp":"2026-03-25T17:20:23.088888+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-27T04:07:40.388731+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":44130,"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":26944,"kb_used_data":104,"kb_used_omap":5,"kb_used_meta":26810,"kb_avail":94344896,"statfs":{"total":96636764160,"available":96609173504,"internally_reserved":0,"allocated":106496,"data_stored":28077,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5521,"internal_metadata":27454063},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738371,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27280,"kb_used_data":360,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344560,"statfs":{"total":96636764160,"available":96608829440,"internally_reserved":0,"allocated":368640,"data_stored":494404,"data_compressed":22065,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":8121,"internal_metadata":27451463},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738371,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27272,"kb_used_data":352,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344568,"statfs":{"total":96636764160,"available":96608837632,"internally_reserved":0,"allocated":360448,"data_stored":490837,"data_compressed":22065,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":7471,"internal_metadata":27452113},"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":22065,"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":22065,"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-25T17:20:30.069 INFO:tasks.ceph.ceph_manager.cluster2:clean! 2026-03-25T17:20:30.069 INFO:tasks.ceph:Waiting until ceph cluster cluster2 is healthy... 2026-03-25T17:20:30.069 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy 2026-03-25T17:20:30.069 DEBUG:teuthology.orchestra.run.vm07:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 health --format=json 2026-03-25T17:20:30.264 INFO:teuthology.orchestra.run.vm07.stdout: 2026-03-25T17:20:30.264 INFO:teuthology.orchestra.run.vm07.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-25T17:20:30.281 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy done 2026-03-25T17:20:30.281 INFO:teuthology.run_tasks:Running task exec... 2026-03-25T17:20:30.284 INFO:teuthology.task.exec:Executing custom commands... 2026-03-25T17:20:30.284 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@vm00.local 2026-03-25T17:20:30.284 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2' 2026-03-25T17:20:31.430 INFO:teuthology.orchestra.run.vm00.stderr:load: isa 2026-03-25T17:20:31.445 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile' 2026-03-25T17:20:33.436 INFO:teuthology.orchestra.run.vm00.stderr:pool 'datapool' created 2026-03-25T17:20:33.456 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true' 2026-03-25T17:20:34.444 INFO:teuthology.orchestra.run.vm00.stderr:set pool 3 allow_ec_overwrites to true 2026-03-25T17:20:34.465 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 pool init datapool' 2026-03-25T17:20:37.495 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@vm07.local 2026-03-25T17:20:37.496 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2' 2026-03-25T17:20:38.038 INFO:teuthology.orchestra.run.vm07.stderr:load: isa 2026-03-25T17:20:38.054 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile' 2026-03-25T17:20:40.060 INFO:teuthology.orchestra.run.vm07.stderr:pool 'datapool' created 2026-03-25T17:20:40.078 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true' 2026-03-25T17:20:41.133 INFO:teuthology.orchestra.run.vm07.stderr:set pool 3 allow_ec_overwrites to true 2026-03-25T17:20:41.152 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 pool init datapool' 2026-03-25T17:20:44.154 INFO:teuthology.run_tasks:Running task exec... 2026-03-25T17:20:44.156 INFO:teuthology.task.exec:Executing custom commands... 2026-03-25T17:20:44.157 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@vm07.local 2026-03-25T17:20:44.157 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}'"'"' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0-src' 2026-03-25T17:20:44.666 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration execute client.0.0-src' 2026-03-25T17:21:59.471 INFO:teuthology.orchestra.run.vm07.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-25T17:21:59.481 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration commit client.0.0-src' 2026-03-25T17:21:59.684 INFO:teuthology.orchestra.run.vm07.stderr: Commit image migration: 100% complete...done. 2026-03-25T17:21:59.689 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.0-src@snap' 2026-03-25T17:22:00.203 INFO:teuthology.orchestra.run.vm07.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-25T17:22:00.238 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap protect client.0.0-src@snap' 2026-03-25T17:22:00.344 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 clone client.0.0-src@snap client.0.0' 2026-03-25T17:22:00.541 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.0@snap' 2026-03-25T17:22:01.173 INFO:teuthology.orchestra.run.vm07.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-25T17:22:01.183 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.1-src' 2026-03-25T17:22:01.236 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1-src' 2026-03-25T17:22:01.285 INFO:teuthology.orchestra.run.vm07.stdout:bench type write io_size 16384 io_threads 1 bytes 1048576 pattern random 2026-03-25T17:22:03.604 INFO:teuthology.orchestra.run.vm07.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-03-25T17:22:03.604 INFO:teuthology.orchestra.run.vm07.stdout:elapsed: 2 ops: 64 ops/sec: 27.5862 bytes/sec: 441 KiB/s 2026-03-25T17:22:03.628 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.1-src@snap' 2026-03-25T17:22:04.244 INFO:teuthology.orchestra.run.vm07.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-25T17:22:04.287 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap protect client.0.1-src@snap' 2026-03-25T17:22:04.360 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 clone client.0.1-src@snap client.0.1' 2026-03-25T17:22:04.517 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1' 2026-03-25T17:22:04.686 INFO:teuthology.orchestra.run.vm07.stdout:bench type write io_size 16384 io_threads 1 bytes 1048576 pattern random 2026-03-25T17:22:06.030 INFO:teuthology.orchestra.run.vm07.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-03-25T17:22:06.030 INFO:teuthology.orchestra.run.vm07.stdout:elapsed: 1 ops: 64 ops/sec: 47.619 bytes/sec: 762 KiB/s 2026-03-25T17:22:06.059 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.1@snap' 2026-03-25T17:22:06.266 INFO:teuthology.orchestra.run.vm07.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-25T17:22:06.287 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.2-src' 2026-03-25T17:22:06.390 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.2-src' 2026-03-25T17:22:06.493 INFO:teuthology.orchestra.run.vm07.stdout:bench type write io_size 16384 io_threads 1 bytes 1048576 pattern random 2026-03-25T17:22:08.042 INFO:teuthology.orchestra.run.vm07.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-03-25T17:22:08.042 INFO:teuthology.orchestra.run.vm07.stdout:elapsed: 1 ops: 64 ops/sec: 41.2371 bytes/sec: 660 KiB/s 2026-03-25T17:22:08.054 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.2-src@snap' 2026-03-25T17:22:08.338 INFO:teuthology.orchestra.run.vm07.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-25T17:22:08.353 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap protect client.0.2-src@snap' 2026-03-25T17:22:08.465 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 clone client.0.2-src@snap client.0.2' 2026-03-25T17:22:08.557 DEBUG:teuthology.orchestra.run.vm07:> 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-25T17:22:08.626 INFO:teuthology.orchestra.run.vm07.stdout:bench type write io_size 16384 io_threads 1 bytes 2097152 pattern random 2026-03-25T17:22:10.192 INFO:teuthology.orchestra.run.vm07.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-03-25T17:22:10.192 INFO:teuthology.orchestra.run.vm07.stdout: 1 50 32.6923 523 KiB/s 2026-03-25T17:22:11.837 INFO:teuthology.orchestra.run.vm07.stdout:elapsed: 3 ops: 128 ops/sec: 39.9002 bytes/sec: 638 KiB/s 2026-03-25T17:22:11.856 DEBUG:teuthology.orchestra.run.vm07:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.2@snap' 2026-03-25T17:22:12.226 INFO:teuthology.orchestra.run.vm07.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-25T17:22:12.273 INFO:teuthology.run_tasks:Running task exec... 2026-03-25T17:22:12.281 INFO:teuthology.task.exec:Executing custom commands... 2026-03-25T17:22:12.282 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@vm00.local 2026-03-25T17:22:12.282 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}'"'"' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0' 2026-03-25T17:22:13.329 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}'"'"' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1' 2026-03-25T17:22:14.372 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}'"'"' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2' 2026-03-25T17:22:15.464 INFO:teuthology.run_tasks:Running task parallel... 2026-03-25T17:22:15.469 INFO:teuthology.task.parallel:starting parallel... 2026-03-25T17:22:15.477 INFO:teuthology.task.parallel:In parallel, running task sequential... 2026-03-25T17:22:15.478 INFO:teuthology.task.sequential:In sequential, running task qemu... 2026-03-25T17:22:15.488 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/qemu /home/ubuntu/cephtest/archive/qemu 2026-03-25T17:22:15.488 INFO:teuthology.task.parallel:In parallel, running task sequential... 2026-03-25T17:22:15.488 INFO:teuthology.task.sequential:In sequential, running task exec... 2026-03-25T17:22:15.488 INFO:teuthology.task.exec:Executing custom commands... 2026-03-25T17:22:15.488 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@vm00.local 2026-03-25T17:22:15.488 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-03-25T17:22:15.492 INFO:teuthology.packaging:Installing package genisoimage on ubuntu@vm00.local 2026-03-25T17:22:15.492 DEBUG:teuthology.orchestra.run.vm00:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install genisoimage 2026-03-25T17:22:15.571 INFO:teuthology.orchestra.run.vm00.stdout:Reading package lists... 2026-03-25T17:22:15.812 INFO:teuthology.orchestra.run.vm00.stdout:Building dependency tree... 2026-03-25T17:22:15.813 INFO:teuthology.orchestra.run.vm00.stdout:Reading state information... 2026-03-25T17:22:15.953 INFO:teuthology.orchestra.run.vm00.stdout:genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2026-03-25T17:22:15.953 INFO:teuthology.orchestra.run.vm00.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T17:22:15.953 INFO:teuthology.orchestra.run.vm00.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T17:22:15.954 INFO:teuthology.orchestra.run.vm00.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T17:22:15.954 INFO:teuthology.orchestra.run.vm00.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T17:22:15.968 INFO:teuthology.orchestra.run.vm00.stdout:0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T17:22:15.969 INFO:teuthology.orchestra.run.vm00.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T17:22:15.971 INFO:teuthology.packaging:Installing package qemu-block-extra on ubuntu@vm00.local 2026-03-25T17:22:15.971 DEBUG:teuthology.orchestra.run.vm00:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install qemu-block-extra 2026-03-25T17:22:16.054 INFO:teuthology.orchestra.run.vm00.stdout:Reading package lists... 2026-03-25T17:22:16.274 INFO:teuthology.orchestra.run.vm00.stdout:Building dependency tree... 2026-03-25T17:22:16.275 INFO:teuthology.orchestra.run.vm00.stdout:Reading state information... 2026-03-25T17:22:16.458 INFO:teuthology.orchestra.run.vm00.stdout:qemu-block-extra is already the newest version (1:6.2+dfsg-2ubuntu6.28). 2026-03-25T17:22:16.458 INFO:teuthology.orchestra.run.vm00.stdout:qemu-block-extra set to manually installed. 2026-03-25T17:22:16.458 INFO:teuthology.orchestra.run.vm00.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T17:22:16.458 INFO:teuthology.orchestra.run.vm00.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T17:22:16.458 INFO:teuthology.orchestra.run.vm00.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T17:22:16.458 INFO:teuthology.orchestra.run.vm00.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T17:22:16.479 INFO:teuthology.orchestra.run.vm00.stdout:0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T17:22:16.479 INFO:teuthology.orchestra.run.vm00.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T17:22:16.481 INFO:teuthology.packaging:Installing package qemu-utils on ubuntu@vm00.local 2026-03-25T17:22:16.481 DEBUG:teuthology.orchestra.run.vm00:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install qemu-utils 2026-03-25T17:22:16.560 INFO:teuthology.orchestra.run.vm00.stdout:Reading package lists... 2026-03-25T17:22:16.744 INFO:teuthology.orchestra.run.vm00.stdout:Building dependency tree... 2026-03-25T17:22:16.745 INFO:teuthology.orchestra.run.vm00.stdout:Reading state information... 2026-03-25T17:22:16.912 INFO:teuthology.orchestra.run.vm00.stdout:qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.28). 2026-03-25T17:22:16.912 INFO:teuthology.orchestra.run.vm00.stdout:qemu-utils set to manually installed. 2026-03-25T17:22:16.912 INFO:teuthology.orchestra.run.vm00.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T17:22:16.912 INFO:teuthology.orchestra.run.vm00.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T17:22:16.912 INFO:teuthology.orchestra.run.vm00.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T17:22:16.912 INFO:teuthology.orchestra.run.vm00.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T17:22:16.958 INFO:teuthology.orchestra.run.vm00.stdout:0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T17:22:16.959 INFO:teuthology.orchestra.run.vm00.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T17:22:16.962 INFO:tasks.qemu:generating iso... 2026-03-25T17:22:16.962 INFO:tasks.qemu:Pulling tests from https://github.com/kshtsk/ceph.git ref 0392f78529848ec72469e8e431875cb98d3a5fb4 2026-03-25T17:22:16.962 DEBUG:teuthology.orchestra.run.vm00:> rm -rf /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && git clone https://github.com/kshtsk/ceph.git /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && cd /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && git checkout 0392f78529848ec72469e8e431875cb98d3a5fb4 2026-03-25T17:22:17.009 INFO:teuthology.orchestra.run.vm00.stderr:Cloning into '/home/ubuntu/cephtest/qemu_clone.cluster1.client.0'... 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr:Note: switching to '0392f78529848ec72469e8e431875cb98d3a5fb4'. 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr:changes and commit them, and you can discard any commits you make in this 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr:state without impacting any branches by switching back to a branch. 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr:If you want to create a new branch to retain commits you create, you may 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr:do so (now or later) by using -c with the switch command. Example: 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr: git switch -c 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr:Or undo this operation with: 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr: git switch - 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-25T17:22:59.675 INFO:teuthology.orchestra.run.vm00.stderr:HEAD is now at 0392f785298 qa/tasks/keystone: restart mariadb for rocky and alma linux too 2026-03-25T17:22:59.684 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:22:59.684 DEBUG:teuthology.orchestra.run.vm00:> dd of=/home/ubuntu/cephtest/qemu/userdata.cluster1.client.0 2026-03-25T17:22:59.728 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-25T17:22:59.728 DEBUG:teuthology.orchestra.run.vm00:> dd of=/home/ubuntu/cephtest/qemu/metadata.cluster1.client.0 2026-03-25T17:22:59.771 INFO:tasks.qemu:fetching test qa/run_xfstests_qemu.sh for cluster1.client.0 2026-03-25T17:22:59.772 DEBUG:teuthology.orchestra.run.vm00:> cp -- /home/ubuntu/cephtest/qemu_clone.cluster1.client.0/qa/run_xfstests_qemu.sh /home/ubuntu/cephtest/qemu/cluster1.client.0.test.sh && chmod 755 /home/ubuntu/cephtest/qemu/cluster1.client.0.test.sh 2026-03-25T17:22:59.817 DEBUG:teuthology.orchestra.run.vm00:> genisoimage -quiet -input-charset utf-8 -volid cidata -joliet -rock -o /home/ubuntu/cephtest/qemu/cluster1.client.0.iso -graft-points user-data=/home/ubuntu/cephtest/qemu/userdata.cluster1.client.0 meta-data=/home/ubuntu/cephtest/qemu/metadata.cluster1.client.0 ceph.conf=/etc/ceph/cluster1.conf ceph.keyring=/etc/ceph/cluster1.keyring test.sh=/home/ubuntu/cephtest/qemu/cluster1.client.0.test.sh 2026-03-25T17:22:59.866 INFO:tasks.qemu:downloading base image 2026-03-25T17:22:59.866 DEBUG:teuthology.orchestra.run.vm00:> rbd --cluster cluster1 resize --size=10240M client.0.0 || true 2026-03-25T17:22:59.959 INFO:teuthology.orchestra.run.vm00.stderr: Resizing image: 100% complete...done. 2026-03-25T17:22:59.968 DEBUG:teuthology.orchestra.run.vm00:> rbd --cluster cluster1 resize --size=10240M client.0.1 || true 2026-03-25T17:23:00.035 INFO:teuthology.orchestra.run.vm00.stderr: Resizing image: 100% complete...done. 2026-03-25T17:23:00.045 DEBUG:teuthology.orchestra.run.vm00:> rbd --cluster cluster1 resize --size=10240M client.0.2 || true 2026-03-25T17:23:00.100 INFO:teuthology.orchestra.run.vm00.stderr: Resizing image: 100% complete...done. 2026-03-25T17:23:00.110 DEBUG:teuthology.orchestra.run.vm00:> mkdir /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 && sudo modprobe kvm 2026-03-25T17:23:00.120 INFO:tasks.qemu:Creating the nfs export directory... 2026-03-25T17:23:00.121 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /export/cluster1.client.0 2026-03-25T17:23:00.174 INFO:tasks.qemu:Mounting the test directory... 2026-03-25T17:23:00.174 DEBUG:teuthology.orchestra.run.vm00:> sudo mount --bind /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 /export/cluster1.client.0 2026-03-25T17:23:00.227 INFO:tasks.qemu:Adding mount to /etc/exports... 2026-03-25T17:23:00.228 INFO:tasks.qemu:Deleting export from /etc/exports... 2026-03-25T17:23:00.228 DEBUG:teuthology.orchestra.run.vm00:> sudo sed -i '\|/export/cluster1.client.0|d' /etc/exports 2026-03-25T17:23:00.278 DEBUG:teuthology.orchestra.run.vm00:> echo '/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure)' | sudo tee -a /etc/exports 2026-03-25T17:23:00.329 INFO:teuthology.orchestra.run.vm00.stdout:/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure) 2026-03-25T17:23:00.330 INFO:tasks.qemu:Restarting NFS... 2026-03-25T17:23:00.330 DEBUG:teuthology.orchestra.run.vm00:> sudo service nfs-kernel-server restart 2026-03-25T17:23:00.604 DEBUG:teuthology.orchestra.run.vm00:> sudo udevadm control --reload 2026-03-25T17:23:00.613 DEBUG:teuthology.orchestra.run.vm00:> sudo udevadm trigger /dev/kvm 2026-03-25T17:23:00.673 DEBUG:teuthology.orchestra.run.vm00:> ls -l /dev/kvm 2026-03-25T17:23:00.720 INFO:teuthology.orchestra.run.vm00.stdout:crw-rw---- 1 root kvm 10, 232 Mar 25 17:23 /dev/kvm 2026-03-25T17:23:00.720 INFO:tasks.qemu:starting qemu... 2026-03-25T17:23:00.720 DEBUG:teuthology.orchestra.run.vm00:> 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-25T17:23:00.762 INFO:tasks.qemu:waiting for qemu tests to finish... 2026-03-25T17:23:01.058 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:c[?7lSeaBIOS (version 1.15.0-1) 2026-03-25T17:23:01.060 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:01.060 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:01.067 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:iPXE (https://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BFF8B380+BFECB380 CA00 2026-03-25T17:23:01.081 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Press Ctrl-B to configure iPXE (PCI 00:03.0)... 2026-03-25T17:23:01.082 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:01.082 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:01.285 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Booting from Hard Disk... 2026-03-25T17:23:01.664 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:GNU GRUB version 1.99-21ubuntu3.4┌──────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└──────────────────────────────────────────────────────────────────────────┘ 2026-03-25T17:23:01.664 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:01.671 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: Use the ↑ and ↓ keys to select which entry is highlighted. 2026-03-25T17:23:01.678 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: Press enter to boot the selected OS, 'e' to edit the commands 2026-03-25T17:23:01.683 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: before booting or 'c' for a command-line. 2026-03-25T17:23:01.774 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:  Ubuntu, with Linux 3.2.0-32-virtual  Ubuntu, with Linux 3.2.0-32-virtual (recovery mode) Memory test (memtest86+) Memory test (memtest86+, serial console 115200)            2026-03-25T17:23:01.774 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:01.774 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:01.774 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:01.774 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:01.774 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: The highlighted entry will be executed automatically in 5s.  2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.615 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:02.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: The highlighted entry will be executed automatically in 4s.  2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:03.616 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: The highlighted entry will be executed automatically in 3s.  2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:04.617 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: The highlighted entry will be executed automatically in 2s.  2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.618 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:05.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: The highlighted entry will be executed automatically in 1s.  2026-03-25T17:23:06.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.619 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.620 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.620 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.620 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.620 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.620 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.620 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.620 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.620 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:06.620 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:08.068 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: The highlighted entry will be executed automatically in 0s. [ 0.000000] Initializing cgroup subsys cpuset 2026-03-25T17:23:08.071 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Initializing cgroup subsys cpu 2026-03-25T17:23:08.081 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Linux version 3.2.0-32-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #51-Ubuntu SMP Wed Sep 26 21:53:42 UTC 2012 (Ubuntu 3.2.0-32.51-virtual 3.2.30) 2026-03-25T17:23:08.087 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2026-03-25T17:23:08.089 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] KERNEL supported cpus: 2026-03-25T17:23:08.091 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Intel GenuineIntel 2026-03-25T17:23:08.093 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] AMD AuthenticAMD 2026-03-25T17:23:08.095 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Centaur CentaurHauls 2026-03-25T17:23:08.098 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-provided physical RAM map: 2026-03-25T17:23:08.102 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 2026-03-25T17:23:08.106 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 2026-03-25T17:23:08.110 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) 2026-03-25T17:23:08.114 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffd7000 (usable) 2026-03-25T17:23:08.119 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 00000000bffd7000 - 00000000c0000000 (reserved) 2026-03-25T17:23:08.123 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) 2026-03-25T17:23:08.127 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 2026-03-25T17:23:08.131 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable) 2026-03-25T17:23:08.134 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] NX (Execute Disable) protection: active 2026-03-25T17:23:08.136 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] DMI 2.8 present. 2026-03-25T17:23:08.138 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] No AGP bridge found 2026-03-25T17:23:08.141 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000 2026-03-25T17:23:08.146 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 2026-03-25T17:23:08.149 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] last_pfn = 0xbffd7 max_arch_pfn = 0x400000000 2026-03-25T17:23:08.152 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] found SMP MP-table at [ffff8800000f5b80] f5b80 2026-03-25T17:23:08.155 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Using GB pages for direct mapping 2026-03-25T17:23:08.159 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] init_memory_mapping: 0000000000000000-00000000bffd7000 2026-03-25T17:23:08.163 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000 2026-03-25T17:23:08.166 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] RAMDISK: 37786000 - 37bbb000 2026-03-25T17:23:08.171 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: RSDP 00000000000f59a0 00014 (v00 BOCHS ) 2026-03-25T17:23:08.177 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: RSDT 00000000bffe191a 00034 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-25T17:23:08.183 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: FACP 00000000bffe17ce 00074 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-25T17:23:08.189 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: DSDT 00000000bffe0040 0178E (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-25T17:23:08.192 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: FACS 00000000bffe0000 00040 2026-03-25T17:23:08.197 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: APIC 00000000bffe1842 00078 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-25T17:23:08.202 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: HPET 00000000bffe18ba 00038 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-25T17:23:08.208 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: WAET 00000000bffe18f2 00028 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-25T17:23:08.210 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] No NUMA configuration found 2026-03-25T17:23:08.214 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Faking a node at 0000000000000000-0000000140000000 2026-03-25T17:23:08.218 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000 2026-03-25T17:23:08.222 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff] 2026-03-25T17:23:08.225 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2026-03-25T17:23:08.228 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf6681, boot clock 2026-03-25T17:23:08.230 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Zone PFN ranges: 2026-03-25T17:23:08.233 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] DMA 0x00000010 -> 0x00001000 2026-03-25T17:23:08.237 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] DMA32 0x00001000 -> 0x00100000 2026-03-25T17:23:08.239 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Normal 0x00100000 -> 0x00140000 2026-03-25T17:23:08.242 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Movable zone start PFN for each node 2026-03-25T17:23:08.245 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] early_node_map[3] active PFN ranges 2026-03-25T17:23:08.248 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] 0: 0x00000010 -> 0x0000009f 2026-03-25T17:23:08.251 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] 0: 0x00000100 -> 0x000bffd7 2026-03-25T17:23:08.253 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] 0: 0x00100000 -> 0x00140000 2026-03-25T17:23:08.255 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 2026-03-25T17:23:08.259 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) 2026-03-25T17:23:08.263 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2026-03-25T17:23:08.267 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) 2026-03-25T17:23:08.271 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2026-03-25T17:23:08.276 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2026-03-25T17:23:08.280 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2026-03-25T17:23:08.285 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2026-03-25T17:23:08.289 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2026-03-25T17:23:08.292 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2026-03-25T17:23:08.295 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Using ACPI (MADT) for SMP configuration information 2026-03-25T17:23:08.297 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 2026-03-25T17:23:08.300 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs 2026-03-25T17:23:08.303 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 2026-03-25T17:23:08.307 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 2026-03-25T17:23:08.310 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 2026-03-25T17:23:08.314 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000bffd7000 - 00000000c0000000 2026-03-25T17:23:08.318 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000feffc000 2026-03-25T17:23:08.321 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000 2026-03-25T17:23:08.324 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000 2026-03-25T17:23:08.328 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000 2026-03-25T17:23:08.332 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3effc000) 2026-03-25T17:23:08.334 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Booting paravirtualized kernel on KVM 2026-03-25T17:23:08.338 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 2026-03-25T17:23:08.342 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82880 r8192 d23616 u2097152 2026-03-25T17:23:08.345 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] kvm-clock: cpu 0, msr 1:3fc13681, primary cpu clock 2026-03-25T17:23:08.346 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] KVM setup async PF for cpu 0 2026-03-25T17:23:08.348 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0dd40 2026-03-25T17:23:08.352 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1027937 2026-03-25T17:23:08.354 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Policy zone: Normal 2026-03-25T17:23:08.359 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2026-03-25T17:23:08.362 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2026-03-25T17:23:08.366 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 2026-03-25T17:23:08.367 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Checking aperture... 2026-03-25T17:23:08.369 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] No AGP bridge found 2026-03-25T17:23:08.374 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Memory: 4041884k/5242880k available (6532k kernel code, 1049192k absent, 151804k reserved, 6657k data, 924k init) 2026-03-25T17:23:08.378 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 2026-03-25T17:23:08.380 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Hierarchical RCU implementation. 2026-03-25T17:23:08.383 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. 2026-03-25T17:23:08.386 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 2026-03-25T17:23:08.388 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Console: colour VGA+ 80x25 2026-03-25T17:23:08.390 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] console [ttyS0] enabled 2026-03-25T17:23:08.454 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] allocated 33554432 bytes of page_cgroup 2026-03-25T17:23:08.458 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups 2026-03-25T17:23:08.461 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Detected 4192.140 MHz processor. 2026-03-25T17:23:08.466 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.008000] Calibrating delay loop (skipped) preset value.. 8384.28 BogoMIPS (lpj=16768560) 2026-03-25T17:23:08.468 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.009711] pid_max: default: 32768 minimum: 301 2026-03-25T17:23:08.471 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.012030] Security Framework initialized 2026-03-25T17:23:08.473 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.014356] AppArmor: AppArmor initialized 2026-03-25T17:23:08.474 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.016012] Yama: becoming mindful. 2026-03-25T17:23:08.484 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.020025] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 2026-03-25T17:23:08.492 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.028019] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 2026-03-25T17:23:08.495 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.032607] Mount-cache hash table entries: 256 2026-03-25T17:23:08.497 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.036086] Initializing cgroup subsys cpuacct 2026-03-25T17:23:08.499 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.038271] Initializing cgroup subsys memory 2026-03-25T17:23:08.501 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.040020] Initializing cgroup subsys devices 2026-03-25T17:23:08.503 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.042140] Initializing cgroup subsys freezer 2026-03-25T17:23:08.506 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.044013] Initializing cgroup subsys blkio 2026-03-25T17:23:08.508 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.046040] Initializing cgroup subsys perf_event 2026-03-25T17:23:08.510 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.048784] mce: CPU supports 10 MCE banks 2026-03-25T17:23:08.515 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.054381] SMP alternatives: switching to UP code 2026-03-25T17:23:08.621 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.160385] Freeing SMP alternatives: 24k freed 2026-03-25T17:23:08.623 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.162466] ACPI: Core revision 20110623 2026-03-25T17:23:08.626 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.164349] ftrace: allocating 27008 entries in 106 pages 2026-03-25T17:23:08.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.169193] Enabling x2apic 2026-03-25T17:23:08.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.170450] Enabled x2apic 2026-03-25T17:23:08.866 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.172022] Switched APIC routing to physical x2apic. 2026-03-25T17:23:08.874 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.180752] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2026-03-25T17:23:08.877 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.183393] CPU0: AMD Ryzen 9 7950X3D 16-Core Processor stepping 02 2026-03-25T17:23:08.986 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.188011] Performance Events: no PMU driver, software events only. 2026-03-25T17:23:08.989 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.188011] NMI watchdog disabled (cpu0): hardware events not enabled 2026-03-25T17:23:08.990 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.188023] Brought up 1 CPUs 2026-03-25T17:23:08.992 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.189370] Total of 1 processors activated (8384.28 BogoMIPS). 2026-03-25T17:23:09.000 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.193416] devtmpfs: initialized 2026-03-25T17:23:09.000 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.196426] EVM: security.selinux 2026-03-25T17:23:09.000 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.197666] EVM: security.SMACK64 2026-03-25T17:23:09.000 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.199010] EVM: security.capability 2026-03-25T17:23:09.002 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.200347] print_constraints: dummy: 2026-03-25T17:23:09.004 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.202188] RTC time: 17:23:08, date: 03/25/26 2026-03-25T17:23:09.007 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.204029] NET: Registered protocol family 16 2026-03-25T17:23:09.011 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.209708] Extended Config Space enabled on 0 nodes 2026-03-25T17:23:09.013 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.211905] ACPI: bus type pci registered 2026-03-25T17:23:09.015 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.212246] PCI: Using configuration type 1 for base access 2026-03-25T17:23:09.018 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.216014] PCI: Using configuration type 1 for extended access 2026-03-25T17:23:09.020 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.218852] bio: create slab at 0 2026-03-25T17:23:09.022 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.220053] ACPI: Added _OSI(Module Device) 2026-03-25T17:23:09.024 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.221840] ACPI: Added _OSI(Processor Device) 2026-03-25T17:23:09.026 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.224014] ACPI: Added _OSI(3.0 _SCP Extensions) 2026-03-25T17:23:09.028 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.226007] ACPI: Added _OSI(Processor Aggregator Device) 2026-03-25T17:23:09.031 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.229110] ACPI: Interpreter enabled 2026-03-25T17:23:09.033 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.230714] ACPI: (supports S0 S3 S4 S5) 2026-03-25T17:23:09.035 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.232696] ACPI: Using IOAPIC for interrupt routing 2026-03-25T17:23:09.038 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.237071] ACPI: No dock devices found. 2026-03-25T17:23:09.039 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.238794] HEST: Table not found. 2026-03-25T17:23:09.043 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.240017] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2026-03-25T17:23:09.046 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.244029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2026-03-25T17:23:09.049 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.246716] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] 2026-03-25T17:23:09.052 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.248016] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] 2026-03-25T17:23:09.055 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.252017] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] 2026-03-25T17:23:09.058 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.255178] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] 2026-03-25T17:23:09.061 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.256017] pci_root PNP0A03:00: host bridge window [mem 0x140000000-0x1bfffffff] 2026-03-25T17:23:09.072 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.270177] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI 2026-03-25T17:23:09.076 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.272046] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2026-03-25T17:23:09.131 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.329870] pci0000:00: Requesting ACPI _OSC control (0x1d) 2026-03-25T17:23:09.135 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.332024] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d 2026-03-25T17:23:09.138 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.336023] ACPI _OSC control for PCIe not granted, disabling ASPM 2026-03-25T17:23:09.141 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.339411] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2026-03-25T17:23:09.144 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.340845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2026-03-25T17:23:09.147 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.344813] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2026-03-25T17:23:09.149 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.347542] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2026-03-25T17:23:09.152 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.348769] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) 2026-03-25T17:23:09.155 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.352578] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none 2026-03-25T17:23:09.156 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.356024] vgaarb: loaded 2026-03-25T17:23:09.159 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.357201] vgaarb: bridge control possible 0000:00:02.0 2026-03-25T17:23:09.162 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.360109] i2c-core: driver [aat2870] using legacy suspend method 2026-03-25T17:23:09.165 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.363063] i2c-core: driver [aat2870] using legacy resume method 2026-03-25T17:23:09.167 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.364083] SCSI subsystem initialized 2026-03-25T17:23:09.170 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.368176] usbcore: registered new interface driver usbfs 2026-03-25T17:23:09.172 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.370650] usbcore: registered new interface driver hub 2026-03-25T17:23:09.174 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.372050] usbcore: registered new device driver usb 2026-03-25T17:23:09.176 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.374297] PCI: Using ACPI for IRQ routing 2026-03-25T17:23:09.178 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.376676] NetLabel: Initializing 2026-03-25T17:23:09.180 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.378326] NetLabel: domain hash size = 128 2026-03-25T17:23:09.183 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.380025] NetLabel: protocols = UNLABELED CIPSOv4 2026-03-25T17:23:09.185 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.382280] NetLabel: unlabeled traffic allowed by default 2026-03-25T17:23:09.188 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.384153] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 2026-03-25T17:23:09.190 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.388630] hpet0: 3 comparators, 64-bit 100.000000 MHz counter 2026-03-25T17:23:09.197 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.395223] Switching to clocksource kvm-clock 2026-03-25T17:23:09.207 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.404204] AppArmor: AppArmor Filesystem Enabled 2026-03-25T17:23:09.208 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.406554] pnp: PnP ACPI init 2026-03-25T17:23:09.210 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.407852] ACPI: bus type pnp registered 2026-03-25T17:23:09.213 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.410413] pnp: PnP ACPI: found 11 devices 2026-03-25T17:23:09.215 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.412453] ACPI: ACPI bus type pnp unregistered 2026-03-25T17:23:09.223 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.419860] NET: Registered protocol family 2 2026-03-25T17:23:09.226 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.422013] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) 2026-03-25T17:23:09.233 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.428857] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) 2026-03-25T17:23:09.245 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.441430] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2026-03-25T17:23:09.248 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.444695] TCP: Hash tables configured (established 524288 bind 65536) 2026-03-25T17:23:09.250 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.447620] TCP reno registered 2026-03-25T17:23:09.252 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.449077] UDP hash table entries: 2048 (order: 4, 65536 bytes) 2026-03-25T17:23:09.255 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.451659] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 2026-03-25T17:23:09.257 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.454491] NET: Registered protocol family 1 2026-03-25T17:23:09.260 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.456491] pci 0000:00:00.0: Limiting direct PCI/PCI transfers 2026-03-25T17:23:09.262 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.459069] pci 0000:00:01.0: PIIX3: Enabling Passive Release 2026-03-25T17:23:09.265 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.461645] pci 0000:00:01.0: Activating ISA DMA hang workarounds 2026-03-25T17:23:09.268 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.464554] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2026-03-25T17:23:09.272 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.467397] Placing 64MB software IO TLB between ffff8800bbfd7000 - ffff8800bffd7000 2026-03-25T17:23:09.274 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.470930] software IO TLB at phys 0xbbfd7000 - 0xbffd7000 2026-03-25T17:23:09.277 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.473821] audit: initializing netlink socket (disabled) 2026-03-25T17:23:09.279 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.476251] type=2000 audit(1774459388.476:1): initialized 2026-03-25T17:23:09.292 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.489054] Trying to unpack rootfs image as initramfs... 2026-03-25T17:23:09.317 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.512958] HugeTLB registered 2 MB page size, pre-allocated 0 pages 2026-03-25T17:23:09.323 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.520722] VFS: Disk quotas dquot_6.5.2 2026-03-25T17:23:09.326 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.522609] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2026-03-25T17:23:09.335 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.532094] fuse init (API version 7.17) 2026-03-25T17:23:09.337 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.534006] msgmni has been set to 7894 2026-03-25T17:23:09.356 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.552152] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) 2026-03-25T17:23:09.363 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.560160] io scheduler noop registered 2026-03-25T17:23:09.365 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.561919] io scheduler deadline registered (default) 2026-03-25T17:23:09.367 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.564207] io scheduler cfq registered 2026-03-25T17:23:09.369 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.565951] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2026-03-25T17:23:09.372 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.568414] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2026-03-25T17:23:09.376 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.571450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 2026-03-25T17:23:09.378 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.575264] ACPI: Power Button [PWRF] 2026-03-25T17:23:09.389 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.585746] Freeing initrd memory: 4308k freed 2026-03-25T17:23:09.391 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.588357] ERST: Table is not found! 2026-03-25T17:23:09.392 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.590044] GHES: HEST is not enabled! 2026-03-25T17:23:09.396 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.592468] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2026-03-25T17:23:09.399 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.595014] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 2026-03-25T17:23:09.403 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.599623] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2026-03-25T17:23:09.407 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.602100] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 2026-03-25T17:23:09.410 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.606846] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 2026-03-25T17:23:09.414 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.609338] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10 2026-03-25T17:23:09.417 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.613325] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 2026-03-25T17:23:09.445 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.641964] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2026-03-25T17:23:09.474 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.671096] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2026-03-25T17:23:09.476 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.673640] Linux agpgart interface v0.103 2026-03-25T17:23:09.478 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.675827] brd: module loaded 2026-03-25T17:23:09.482 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.679743] loop: module loaded 2026-03-25T17:23:09.485 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.683752] vda: vda1 2026-03-25T17:23:09.493 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.689567] vdb: unknown partition table 2026-03-25T17:23:09.500 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.697396] vdc: unknown partition table 2026-03-25T17:23:09.504 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.702384] scsi0 : ata_piix 2026-03-25T17:23:09.506 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.703774] scsi1 : ata_piix 2026-03-25T17:23:09.509 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.705171] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc1c0 irq 14 2026-03-25T17:23:09.513 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.708661] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc1c8 irq 15 2026-03-25T17:23:09.515 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.712224] Fixed MDIO Bus: probed 2026-03-25T17:23:09.517 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.713869] tun: Universal TUN/TAP device driver, 1.6 2026-03-25T17:23:09.520 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.716244] tun: (C) 1999-2004 Max Krasnyansky 2026-03-25T17:23:09.523 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.720471] PPP generic driver version 2.4.2 2026-03-25T17:23:09.526 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.722447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2026-03-25T17:23:09.529 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.725584] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2026-03-25T17:23:09.532 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.728582] uhci_hcd: USB Universal Host Controller Interface driver 2026-03-25T17:23:09.535 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.731515] usbcore: registered new interface driver libusual 2026-03-25T17:23:09.539 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.734225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 2026-03-25T17:23:09.543 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.739662] serio: i8042 KBD port at 0x60,0x64 irq 1 2026-03-25T17:23:09.545 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.741909] serio: i8042 AUX port at 0x60,0x64 irq 12 2026-03-25T17:23:09.547 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.744270] mousedev: PS/2 mouse device common for all mice 2026-03-25T17:23:09.552 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.747368] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 2026-03-25T17:23:09.554 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.751435] rtc_cmos 00:06: RTC can wake from S4 2026-03-25T17:23:09.558 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.754542] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 2026-03-25T17:23:09.562 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.757938] rtc0: alarms up to one day, y3k, 242 bytes nvram, hpet irqs 2026-03-25T17:23:09.564 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.760960] device-mapper: uevent: version 1.0.3 2026-03-25T17:23:09.567 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.762894] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com 2026-03-25T17:23:09.569 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.766550] cpuidle: using governor ladder 2026-03-25T17:23:09.571 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.768434] cpuidle: using governor menu 2026-03-25T17:23:09.573 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.770383] EFI Variables Facility v0.08 2004-May-17 2026-03-25T17:23:09.575 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.772710] TCP cubic registered 2026-03-25T17:23:09.577 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.774305] NET: Registered protocol family 10 2026-03-25T17:23:09.579 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.776444] NET: Registered protocol family 17 2026-03-25T17:23:09.581 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.778342] Registering the dns_resolver key type 2026-03-25T17:23:09.583 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.780452] registered taskstats version 1 2026-03-25T17:23:09.589 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.786718] Magic number: 2:487:391 2026-03-25T17:23:09.593 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.788550] rtc_cmos 00:06: setting system clock to 2026-03-25 17:23:08 UTC (1774459388) 2026-03-25T17:23:09.595 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.792045] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found 2026-03-25T17:23:09.597 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.794666] EDD information not available. 2026-03-25T17:23:09.681 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.877932] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 2026-03-25T17:23:09.684 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.881563] ata2.00: configured for MWDMA2 2026-03-25T17:23:09.689 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.884563] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 2026-03-25T17:23:09.692 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.889285] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray 2026-03-25T17:23:09.695 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.891719] cdrom: Uniform CD-ROM driver Revision: 3.20 2026-03-25T17:23:09.697 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.894268] sr 1:0:0:0: Attached scsi generic sg0 type 5 2026-03-25T17:23:09.700 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.897523] Freeing unused kernel memory: 924k freed 2026-03-25T17:23:09.703 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.899666] Write protecting the kernel read-only data: 12288k 2026-03-25T17:23:09.707 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.904183] Freeing unused kernel memory: 1640k freed 2026-03-25T17:23:09.711 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.907983] Freeing unused kernel memory: 1200k freed 2026-03-25T17:23:09.715 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Loading, please wait... 2026-03-25T17:23:09.723 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Begin: Loading essential drivers ... done. 2026-03-25T17:23:09.728 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.925395] udevd[84]: starting version 175 2026-03-25T17:23:09.743 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Begin: Running /scripts/init-premount ... done. 2026-03-25T17:23:09.750 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 2026-03-25T17:23:09.790 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.985998] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI 2026-03-25T17:23:09.792 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.989101] e1000: Copyright (c) 1999-2006 Intel Corporation. 2026-03-25T17:23:09.804 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 1.001036] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 2026-03-25T17:23:09.808 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 1.003828] e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 2026-03-25T17:23:09.835 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 1.032557] Floppy drive(s): fd0 is 2.88M AMI BIOS 2026-03-25T17:23:09.852 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 1.049820] FDC 0 is a S82078B 2026-03-25T17:23:10.268 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 1.463990] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 2026-03-25T17:23:10.271 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 1.466990] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection 2026-03-25T17:23:10.661 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Begin: Running /scripts/local-premount ... done. 2026-03-25T17:23:10.672 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 1.867274] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2026-03-25T17:23:10.752 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Begin: Running /scripts/local-bottom ... [ 1.950029] vda: vda1 2026-03-25T17:23:10.756 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:GROWROOT: CHANGED: partition=1 start=16065 old: size=4176900 end=4192965 new: size=20948760,end=20964825 2026-03-25T17:23:10.853 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 2.049547] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2026-03-25T17:23:10.857 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:done. 2026-03-25T17:23:10.857 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:done. 2026-03-25T17:23:10.864 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Begin: Running /scripts/init-bottom ... done. 2026-03-25T17:23:11.150 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 2.346853] EXT4-fs (vda1): re-mounted. Opts: (null) 2026-03-25T17:23:14.102 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:cloud-init start-local running: Wed, 25 Mar 2026 17:23:10 +0000. up 2.86 seconds 2026-03-25T17:23:14.942 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:no instance data found in start-local 2026-03-25T17:23:16.970 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:ci-info: lo : 1 127.0.0.1 255.0.0.0 . 2026-03-25T17:23:16.972 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:ci-info: eth0 : 1 10.0.2.15 255.255.255.0 52:54:00:12:34:56 2026-03-25T17:23:16.979 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:ci-info: route-0: 0.0.0.0 10.0.2.2 0.0.0.0 eth0 UG 2026-03-25T17:23:16.981 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:ci-info: route-1: 10.0.2.0 0.0.0.0 255.255.255.0 eth0 U 2026-03-25T17:23:16.984 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:cloud-init start running: Wed, 25 Mar 2026 17:23:15 +0000. up 8.15 seconds 2026-03-25T17:23:17.379 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:found data source: DataSourceNoCloud [seed=/dev/sr0] 2026-03-25T17:23:23.097 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:WARN:stdout, stderr changing to (| tee -a /var/log/cloud-init-output.log,| tee -a /var/log/cloud-init-output.log)Generating public/private rsa key pair. 2026-03-25T17:23:23.100 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Your identification has been saved in /etc/ssh/ssh_host_rsa_key. 2026-03-25T17:23:23.100 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. 2026-03-25T17:23:23.101 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The key fingerprint is: 2026-03-25T17:23:23.103 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:9e:db:07:7a:dc:4f:ce:b9:90:71:8f:ed:ec:26:38:86 root@test 2026-03-25T17:23:23.104 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The key's randomart image is: 2026-03-25T17:23:23.105 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:+--[ RSA 2048]----+ 2026-03-25T17:23:23.106 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| | 2026-03-25T17:23:23.106 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| | 2026-03-25T17:23:23.107 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| | 2026-03-25T17:23:23.108 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| | 2026-03-25T17:23:23.109 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| S . . | 2026-03-25T17:23:23.110 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . .. + + | 2026-03-25T17:23:23.111 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| oo +o.o o| 2026-03-25T17:23:23.112 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| .oE *=.+.| 2026-03-25T17:23:23.113 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| ...o o*=+| 2026-03-25T17:23:23.114 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:+-----------------+ 2026-03-25T17:23:23.152 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Generating public/private dsa key pair. 2026-03-25T17:23:23.154 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Your identification has been saved in /etc/ssh/ssh_host_dsa_key. 2026-03-25T17:23:23.156 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. 2026-03-25T17:23:23.157 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The key fingerprint is: 2026-03-25T17:23:23.159 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:1a:4b:c5:0f:82:af:25:e0:34:34:4a:c2:a8:78:9c:1d root@test 2026-03-25T17:23:23.160 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The key's randomart image is: 2026-03-25T17:23:23.161 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:+--[ DSA 1024]----+ 2026-03-25T17:23:23.161 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:|+.o | 2026-03-25T17:23:23.162 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:|++ .E. . | 2026-03-25T17:23:23.163 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:|+.+o... + | 2026-03-25T17:23:23.164 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:|oo+o.. o o | 2026-03-25T17:23:23.165 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| .. . = S . | 2026-03-25T17:23:23.165 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| = + | 2026-03-25T17:23:23.166 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . o | 2026-03-25T17:23:23.167 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| | 2026-03-25T17:23:23.168 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| | 2026-03-25T17:23:23.169 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:+-----------------+ 2026-03-25T17:23:23.173 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Generating public/private ecdsa key pair. 2026-03-25T17:23:23.175 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 2026-03-25T17:23:23.177 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. 2026-03-25T17:23:23.177 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The key fingerprint is: 2026-03-25T17:23:23.179 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:7e:25:b3:0a:8b:2e:4c:b5:50:46:5e:9b:85:9f:77:60 root@test 2026-03-25T17:23:23.180 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The key's randomart image is: 2026-03-25T17:23:23.181 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:+--[ECDSA 256]---+ 2026-03-25T17:23:23.182 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| .. ... | 2026-03-25T17:23:23.183 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| .o..+ E | 2026-03-25T17:23:23.183 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| o. o. o . | 2026-03-25T17:23:23.184 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . . o . . | 2026-03-25T17:23:23.185 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| o . S.o.. | 2026-03-25T17:23:23.186 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . . . = | 2026-03-25T17:23:23.187 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| o . . o | 2026-03-25T17:23:23.187 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| o . o o | 2026-03-25T17:23:23.188 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| oo . . | 2026-03-25T17:23:23.189 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:+-----------------+ 2026-03-25T17:23:23.344 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd 2026-03-25T17:23:23.464 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting AppArmor profiles  [ OK ] 2026-03-25T17:23:23.502 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:landscape-client is not configured, please run landscape-config. 2026-03-25T17:23:23.515 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Stopping System V initialisation compatibility[ OK ] 2026-03-25T17:23:23.539 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting System V runlevel compatibility[ OK ] 2026-03-25T17:23:23.542 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting automatic crash report generation[ OK ] 2026-03-25T17:23:23.544 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting deferred execution scheduler[ OK ] 2026-03-25T17:23:23.548 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting regular background program processing daemon[ OK ] 2026-03-25T17:23:23.550 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting ACPI daemon[ OK ] 2026-03-25T17:23:23.552 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting save kernel messages[ OK ] 2026-03-25T17:23:23.565 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting CPU interrupts balancing daemon[ OK ] 2026-03-25T17:23:23.573 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Stopping save kernel messages[ OK ] 2026-03-25T17:23:23.662 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Stopping System V runlevel compatibility[ OK ] 2026-03-25T17:23:23.727 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting crash report submission daemon[ OK ] 2026-03-25T17:23:23.860 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Generating locales... 2026-03-25T17:23:24.310 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: en_US.UTF-8... done 2026-03-25T17:23:24.316 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Generation complete. 2026-03-25T17:23:24.834 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:passwd: password expiry information changed. 2026-03-25T17:23:25.039 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Ign http://old-releases.ubuntu.com precise InRelease 2026-03-25T17:23:25.085 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:1 http://old-releases.ubuntu.com precise-updates InRelease [55.7 kB] 2026-03-25T17:23:25.217 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:2 http://old-releases.ubuntu.com precise-security InRelease [55.7 kB] 2026-03-25T17:23:25.284 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:3 http://old-releases.ubuntu.com precise Release.gpg [198 B] 2026-03-25T17:23:25.329 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:4 http://old-releases.ubuntu.com precise-updates/main Sources [815 kB] 2026-03-25T17:23:25.548 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:5 http://old-releases.ubuntu.com precise-updates/universe Sources [208 kB] 2026-03-25T17:23:25.604 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:6 http://old-releases.ubuntu.com precise-updates/main amd64 Packages [1104 kB] 2026-03-25T17:23:25.701 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:7 http://old-releases.ubuntu.com precise-updates/universe amd64 Packages [406 kB] 2026-03-25T17:23:25.757 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:8 http://old-releases.ubuntu.com precise-updates/main i386 Packages [1111 kB] 2026-03-25T17:23:25.842 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:9 http://old-releases.ubuntu.com precise-updates/universe i386 Packages [422 kB] 2026-03-25T17:23:25.893 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:10 http://old-releases.ubuntu.com precise-updates/main TranslationIndex [208 B] 2026-03-25T17:23:25.932 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:11 http://old-releases.ubuntu.com precise-updates/universe TranslationIndex [205 B] 2026-03-25T17:23:25.968 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:12 http://old-releases.ubuntu.com precise-security/main Sources [242 kB] 2026-03-25T17:23:26.014 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:13 http://old-releases.ubuntu.com precise-security/universe Sources [88.1 kB] 2026-03-25T17:23:26.052 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:14 http://old-releases.ubuntu.com precise-security/main amd64 Packages [584 kB] 2026-03-25T17:23:26.114 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:15 http://old-releases.ubuntu.com precise-security/universe amd64 Packages [213 kB] 2026-03-25T17:23:26.162 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:16 http://old-releases.ubuntu.com precise-security/main i386 Packages [589 kB] 2026-03-25T17:23:26.226 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:17 http://old-releases.ubuntu.com precise-security/universe i386 Packages [228 kB] 2026-03-25T17:23:26.275 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:18 http://old-releases.ubuntu.com precise-security/main TranslationIndex [208 B] 2026-03-25T17:23:26.335 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:19 http://old-releases.ubuntu.com precise-security/universe TranslationIndex [205 B] 2026-03-25T17:23:26.374 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:20 http://old-releases.ubuntu.com precise Release [49.6 kB] 2026-03-25T17:23:26.416 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:21 http://old-releases.ubuntu.com precise-updates/main Translation-en [353 kB] 2026-03-25T17:23:26.467 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:22 http://old-releases.ubuntu.com precise-updates/universe Translation-en [176 kB] 2026-03-25T17:23:26.515 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:23 http://old-releases.ubuntu.com precise-security/main Translation-en [202 kB] 2026-03-25T17:23:26.563 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:24 http://old-releases.ubuntu.com precise-security/universe Translation-en [96.4 kB] 2026-03-25T17:23:26.607 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:25 http://old-releases.ubuntu.com precise/main Sources [934 kB] 2026-03-25T17:23:26.837 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:26 http://old-releases.ubuntu.com precise/universe Sources [5019 kB] 2026-03-25T17:23:27.210 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:27 http://old-releases.ubuntu.com precise/main amd64 Packages [1273 kB] 2026-03-25T17:23:27.301 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:28 http://old-releases.ubuntu.com precise/universe amd64 Packages [4786 kB] 2026-03-25T17:23:27.954 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:29 http://old-releases.ubuntu.com precise/main i386 Packages [1274 kB] 2026-03-25T17:23:27.957 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:30 http://old-releases.ubuntu.com precise/universe i386 Packages [4796 kB] 2026-03-25T17:23:27.959 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:31 http://old-releases.ubuntu.com precise/main TranslationIndex [3706 B] 2026-03-25T17:23:27.962 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:32 http://old-releases.ubuntu.com precise/universe TranslationIndex [2922 B] 2026-03-25T17:23:28.005 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:33 http://old-releases.ubuntu.com precise/main Translation-en [726 kB] 2026-03-25T17:23:28.080 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:34 http://old-releases.ubuntu.com precise/universe Translation-en [3341 kB] 2026-03-25T17:23:31.291 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Fetched 29.2 MB in 7s (3876 kB/s) 2026-03-25T17:23:35.016 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Reading package lists... 2026-03-25T17:23:35.021 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Reading package lists... 2026-03-25T17:23:35.160 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Building dependency tree... 2026-03-25T17:23:35.161 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Reading state information... 2026-03-25T17:23:35.229 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The following packages will be upgraded: 2026-03-25T17:23:35.230 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: ca-certificates libssl1.0.0 2026-03-25T17:23:35.347 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:2 upgraded, 0 newly installed, 0 to remove and 226 not upgraded. 2026-03-25T17:23:35.348 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Need to get 1233 kB of archives. 2026-03-25T17:23:35.350 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:After this operation, 108 kB of additional disk space will be used. 2026-03-25T17:23:35.352 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libssl1.0.0 amd64 1.0.1-4ubuntu5.45 [1055 kB] 2026-03-25T17:23:35.880 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main ca-certificates all 20190110~12.04.1 [179 kB] 2026-03-25T17:23:35.982 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2026-03-25T17:23:35.992 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Fetched 1233 kB in 0s (1854 kB/s) 2026-03-25T17:23:36.511 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:(Reading database ... 36182 files and directories currently installed.) 2026-03-25T17:23:36.515 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Preparing to replace libssl1.0.0 1.0.1-4ubuntu5.5 (using .../libssl1.0.0_1.0.1-4ubuntu5.45_amd64.deb) ... 2026-03-25T17:23:36.573 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking replacement libssl1.0.0 ... 2026-03-25T17:23:36.727 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up libssl1.0.0 (1.0.1-4ubuntu5.45) ... 2026-03-25T17:23:36.946 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Processing triggers for libc-bin ... 2026-03-25T17:23:36.965 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:ldconfig deferred processing now taking place 2026-03-25T17:23:37.353 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:(Reading database ... 36182 files and directories currently installed.) 2026-03-25T17:23:37.356 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Preparing to replace ca-certificates 20111211 (using .../ca-certificates_20190110~12.04.1_all.deb) ... 2026-03-25T17:23:37.554 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking replacement ca-certificates ... 2026-03-25T17:23:37.693 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Processing triggers for man-db ... 2026-03-25T17:23:38.415 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up ca-certificates (20190110~12.04.1) ... 2026-03-25T17:23:40.416 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Updating certificates in /etc/ssl/certs... 73 added, 78 removed; done. 2026-03-25T17:23:40.420 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2026-03-25T17:23:42.197 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Updating certificates in /etc/ssl/certs... 0 added, 1 removed; done. 2026-03-25T17:23:42.199 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2026-03-25T17:23:42.205 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Reading package lists... 2026-03-25T17:23:42.385 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Building dependency tree... 2026-03-25T17:23:42.386 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Reading state information... 2026-03-25T17:23:42.481 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The following extra packages will be installed: 2026-03-25T17:23:42.482 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: libgssglue1 libnfsidmap2 libtirpc1 rpcbind 2026-03-25T17:23:42.485 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The following NEW packages will be installed: 2026-03-25T17:23:42.491 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind 2026-03-25T17:23:42.712 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:0 upgraded, 5 newly installed, 0 to remove and 226 not upgraded. 2026-03-25T17:23:42.713 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Need to get 424 kB of archives. 2026-03-25T17:23:42.715 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:After this operation, 1326 kB of additional disk space will be used. 2026-03-25T17:23:42.719 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libgssglue1 amd64 0.3-4ubuntu0.1 [22.5 kB] 2026-03-25T17:23:42.940 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libtirpc1 amd64 0.2.2-5ubuntu0.1 [85.0 kB] 2026-03-25T17:23:43.244 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:3 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main rpcbind amd64 0.2.0-7ubuntu1.3 [43.1 kB] 2026-03-25T17:23:43.388 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:4 http://old-releases.ubuntu.com/ubuntu/ precise/main libnfsidmap2 amd64 0.25-1ubuntu2 [32.0 kB] 2026-03-25T17:23:43.523 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:5 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main nfs-common amd64 1:1.2.5-3ubuntu3.2 [241 kB] 2026-03-25T17:23:43.773 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2026-03-25T17:23:43.781 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Fetched 424 kB in 1s (344 kB/s) 2026-03-25T17:23:43.875 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Selecting previously unselected package libgssglue1. 2026-03-25T17:23:43.883 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:(Reading database ... 36174 files and directories currently installed.) 2026-03-25T17:23:43.886 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking libgssglue1 (from .../libgssglue1_0.3-4ubuntu0.1_amd64.deb) ... 2026-03-25T17:23:44.004 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Selecting previously unselected package libtirpc1. 2026-03-25T17:23:44.008 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking libtirpc1 (from .../libtirpc1_0.2.2-5ubuntu0.1_amd64.deb) ... 2026-03-25T17:23:44.173 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Selecting previously unselected package rpcbind. 2026-03-25T17:23:44.175 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.3_amd64.deb) ... 2026-03-25T17:23:44.348 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Selecting previously unselected package libnfsidmap2. 2026-03-25T17:23:44.348 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking libnfsidmap2 (from .../libnfsidmap2_0.25-1ubuntu2_amd64.deb) ... 2026-03-25T17:23:44.498 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Selecting previously unselected package nfs-common. 2026-03-25T17:23:44.498 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-3ubuntu3.2_amd64.deb) ... 2026-03-25T17:23:44.680 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Processing triggers for man-db ... 2026-03-25T17:23:45.000 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Processing triggers for ureadahead ... 2026-03-25T17:23:45.079 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up libgssglue1 (0.3-4ubuntu0.1) ... 2026-03-25T17:23:45.195 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up libtirpc1 (0.2.2-5ubuntu0.1) ... 2026-03-25T17:23:45.288 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up rpcbind (0.2.0-7ubuntu1.3) ... 2026-03-25T17:23:45.415 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: Removing any system startup links for /etc/init.d/rpcbind ... 2026-03-25T17:23:45.439 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:portmap start/running, process 8172 2026-03-25T17:23:45.464 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up libnfsidmap2 (0.25-1ubuntu2) ... 2026-03-25T17:23:45.538 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up nfs-common (1:1.2.5-3ubuntu3.2) ... 2026-03-25T17:23:45.711 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:45.711 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Creating config file /etc/idmapd.conf with new version 2026-03-25T17:23:45.851 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-25T17:23:45.851 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Creating config file /etc/default/nfs-common with new version 2026-03-25T17:23:45.934 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Adding system user `statd' (UID 106) ... 2026-03-25T17:23:45.935 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Adding new user `statd' (UID 106) with group `nogroup' ... 2026-03-25T17:23:46.785 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Not creating home directory `/var/lib/nfs'. 2026-03-25T17:23:46.822 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:statd start/running, process 8406 2026-03-25T17:23:46.854 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:gssd stop/post-stop, process 8437 2026-03-25T17:23:46.954 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:idmapd start/running, process 8477 2026-03-25T17:23:46.980 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Processing triggers for libc-bin ... 2026-03-25T17:23:46.994 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:ldconfig deferred processing now taking place 2026-03-25T17:23:47.951 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:mount.nfs: timeout set for Wed Mar 25 17:25:47 2026 2026-03-25T17:23:47.951 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:mount.nfs: trying text-based options 'proto=tcp,vers=4,addr=10.0.2.2,clientaddr=10.0.2.15' 2026-03-25T17:23:47.951 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:10.0.2.2:/export/cluster1.client.0 on /mnt/log type nfs (rw,proto=tcp) 2026-03-25T17:23:47.967 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:mount: block device /dev/sr0 is write-protected, mounting read-only 2026-03-25T17:29:07.525 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.0' 2026-03-25T17:29:21.217 INFO:teuthology.orchestra.run.vm00.stderr: Image migration: 1% complete... Image migration: 2% complete... Image migration: 3% complete... Image migration: 4% complete... Image migration: 5% complete... Image migration: 6% complete... Image migration: 7% complete... Image migration: 8% complete... Image migration: 9% complete... Image migration: 10% complete... Image migration: 11% complete... Image migration: 12% complete... Image migration: 13% complete... Image migration: 14% complete... Image migration: 15% complete... Image migration: 16% complete... Image migration: 17% complete... Image migration: 18% complete... Image migration: 19% complete... Image migration: 20% complete... Image migration: 21% complete... Image migration: 22% complete... Image migration: 23% complete... Image migration: 24% complete... Image migration: 25% complete... Image migration: 26% complete... Image migration: 27% complete... Image migration: 28% complete... Image migration: 29% complete... Image migration: 30% complete... Image migration: 31% complete... Image migration: 32% complete... Image migration: 33% complete... Image migration: 34% complete... Image migration: 35% complete... Image migration: 36% complete... Image migration: 37% complete... Image migration: 38% complete... Image migration: 39% complete... Image migration: 40% complete... Image migration: 41% complete... Image migration: 42% complete... Image migration: 43% complete... Image migration: 44% complete... Image migration: 45% complete... Image migration: 46% complete... Image migration: 47% complete... Image migration: 48% complete... Image migration: 49% complete... Image migration: 50% complete... Image migration: 51% complete... Image migration: 52% complete... Image migration: 53% complete... Image migration: 54% complete... Image migration: 55% complete... Image migration: 56% complete... Image migration: 57% complete... Image migration: 58% complete... Image migration: 59% complete... Image migration: 60% complete... Image migration: 61% complete... Image migration: 62% complete... Image migration: 63% complete... Image migration: 64% complete... Image migration: 65% complete... Image migration: 66% complete... Image migration: 67% complete... Image migration: 68% complete... Image migration: 69% complete... Image migration: 70% complete... Image migration: 71% complete... Image migration: 72% complete... Image migration: 73% complete... Image migration: 74% complete... Image migration: 75% complete... Image migration: 76% complete... Image migration: 77% complete... Image migration: 78% complete... Image migration: 79% complete... Image migration: 80% complete... Image migration: 81% complete... Image migration: 82% complete... Image migration: 83% complete... Image migration: 84% complete... Image migration: 85% complete... Image migration: 86% complete... Image migration: 87% complete... Image migration: 88% complete... Image migration: 89% complete... Image migration: 90% complete... Image migration: 91% complete... Image migration: 92% complete... Image migration: 93% complete... Image migration: 94% complete... Image migration: 95% complete... Image migration: 96% complete... Image migration: 97% complete... Image migration: 98% complete... Image migration: 99% complete... Image migration: 100% complete...done. 2026-03-25T17:29:21.225 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-03-25T17:34:37.250 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration commit client.0.0' 2026-03-25T17:34:38.200 INFO:teuthology.orchestra.run.vm00.stderr: Commit image migration: 100% complete...done. 2026-03-25T17:34:38.209 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-03-25T17:36:02.234 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.1' 2026-03-25T17:36:07.429 INFO:teuthology.orchestra.run.vm00.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: 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-25T17:36:07.438 DEBUG:teuthology.parallel:result is None 2026-03-25T18:01:55.407 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:2026-03-25T18:01:55.405+0000 7f066baf6640 -1 log_channel(cluster) log [ERR] : Health check failed: mon a is very low on available space (MON_DISK_CRIT) 2026-03-25T18:04:30.695 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:problem writing to /var/log/ceph/cluster1-osd.0.log: (28) No space left on device 2026-03-25T18:04:30.695 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:problem writing to /var/log/ceph/cluster1-osd.1.log: (28) No space left on device 2026-03-25T18:04:30.696 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:problem writing to /var/log/ceph/cluster1-osd.2.log: (28) No space left on device 2026-03-25T18:04:30.843 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:31.250 INFO:tasks.ceph.cluster1.mgr.x.vm00.stderr:problem writing to /var/log/ceph/cluster1-mgr.x.log: (28) No space left on device 2026-03-25T18:04:40.857 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:2026-03-25T18:04:40.853+0000 7f066baf6640 -1 rocksdb: submit_common error: IO error: No space left on device: While appending to file: /var/lib/ceph/mon/cluster1-a/store.db/000056.sst: No space left on device code =  Rocksdb transaction: 2026-03-25T18:04:40.858 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = '2762' value size = 4661) 2026-03-25T18:04:40.858 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = 'pending_v' value size = 8) 2026-03-25T18:04:40.858 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = 'pending_pn' value size = 8) 2026-03-25T18:04:40.860 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:./src/mon/MonitorDBStore.h: In function 'int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef)' thread 7f066baf6640 time 2026-03-25T18:04:40.858449+0000 2026-03-25T18:04:40.860 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:./src/mon/MonitorDBStore.h: 356: ceph_abort_msg("failed to write to db") 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xc7) [0x7f067201a544] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: ceph-mon(+0x26c3a0) [0x562c17d413a0] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x966) [0x562c17eb6196] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: (Paxos::propose_pending()+0x13f) [0x562c17eb6bdf] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (Paxos::trigger_propose()+0x146) [0x562c17eb7776] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: (PaxosService::propose_pending()+0x288) [0x562c17ebff08] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: ceph-mon(+0x26c6ad) [0x562c17d416ad] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (CommonSafeTimer::timer_thread()+0x124) [0x7f0672122cc4] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: /usr/lib/ceph/libceph-common.so.2(+0x295751) [0x7f0672123751] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7f0671710ac3] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7f06717a28d0] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:*** Caught signal (Aborted) ** 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: in thread 7f066baf6640 thread_name:safe_timer 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7f06716be520] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: pthread_kill() 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: raise() 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: abort() 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x17f) [0x7f067201a5fc] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: ceph-mon(+0x26c3a0) [0x562c17d413a0] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x966) [0x562c17eb6196] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (Paxos::propose_pending()+0x13f) [0x562c17eb6bdf] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: (Paxos::trigger_propose()+0x146) [0x562c17eb7776] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: (PaxosService::propose_pending()+0x288) [0x562c17ebff08] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: ceph-mon(+0x26c6ad) [0x562c17d416ad] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 12: (CommonSafeTimer::timer_thread()+0x124) [0x7f0672122cc4] 2026-03-25T18:04:40.861 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 13: /usr/lib/ceph/libceph-common.so.2(+0x295751) [0x7f0672123751] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 14: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7f0671710ac3] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 15: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7f06717a28d0] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:2026-03-25T18:04:40.857+0000 7f066baf6640 -1 ./src/mon/MonitorDBStore.h: In function 'int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef)' thread 7f066baf6640 time 2026-03-25T18:04:40.858449+0000 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:./src/mon/MonitorDBStore.h: 356: ceph_abort_msg("failed to write to db") 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xc7) [0x7f067201a544] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: ceph-mon(+0x26c3a0) [0x562c17d413a0] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x966) [0x562c17eb6196] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: (Paxos::propose_pending()+0x13f) [0x562c17eb6bdf] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (Paxos::trigger_propose()+0x146) [0x562c17eb7776] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: (PaxosService::propose_pending()+0x288) [0x562c17ebff08] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: ceph-mon(+0x26c6ad) [0x562c17d416ad] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (CommonSafeTimer::timer_thread()+0x124) [0x7f0672122cc4] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: /usr/lib/ceph/libceph-common.so.2(+0x295751) [0x7f0672123751] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7f0671710ac3] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7f06717a28d0] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:2026-03-25T18:04:40.857+0000 7f066baf6640 -1 *** Caught signal (Aborted) ** 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: in thread 7f066baf6640 thread_name:safe_timer 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7f06716be520] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: pthread_kill() 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: raise() 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: abort() 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x17f) [0x7f067201a5fc] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: ceph-mon(+0x26c3a0) [0x562c17d413a0] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x966) [0x562c17eb6196] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (Paxos::propose_pending()+0x13f) [0x562c17eb6bdf] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: (Paxos::trigger_propose()+0x146) [0x562c17eb7776] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: (PaxosService::propose_pending()+0x288) [0x562c17ebff08] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: ceph-mon(+0x26c6ad) [0x562c17d416ad] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 12: (CommonSafeTimer::timer_thread()+0x124) [0x7f0672122cc4] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 13: /usr/lib/ceph/libceph-common.so.2(+0x295751) [0x7f0672123751] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 14: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7f0671710ac3] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 15: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7f06717a28d0] 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-25T18:04:40.862 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: -2> 2026-03-25T18:04:40.853+0000 7f066baf6640 -1 rocksdb: submit_common error: IO error: No space left on device: While appending to file: /var/lib/ceph/mon/cluster1-a/store.db/000056.sst: No space left on device code =  Rocksdb transaction: 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = '2762' value size = 4661) 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = 'pending_v' value size = 8) 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = 'pending_pn' value size = 8) 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: -1> 2026-03-25T18:04:40.857+0000 7f066baf6640 -1 ./src/mon/MonitorDBStore.h: In function 'int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef)' thread 7f066baf6640 time 2026-03-25T18:04:40.858449+0000 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:./src/mon/MonitorDBStore.h: 356: ceph_abort_msg("failed to write to db") 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xc7) [0x7f067201a544] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: ceph-mon(+0x26c3a0) [0x562c17d413a0] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x966) [0x562c17eb6196] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: (Paxos::propose_pending()+0x13f) [0x562c17eb6bdf] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (Paxos::trigger_propose()+0x146) [0x562c17eb7776] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: (PaxosService::propose_pending()+0x288) [0x562c17ebff08] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: ceph-mon(+0x26c6ad) [0x562c17d416ad] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (CommonSafeTimer::timer_thread()+0x124) [0x7f0672122cc4] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: /usr/lib/ceph/libceph-common.so.2(+0x295751) [0x7f0672123751] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7f0671710ac3] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7f06717a28d0] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 0> 2026-03-25T18:04:40.857+0000 7f066baf6640 -1 *** Caught signal (Aborted) ** 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: in thread 7f066baf6640 thread_name:safe_timer 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7f06716be520] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: pthread_kill() 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: raise() 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: abort() 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x17f) [0x7f067201a5fc] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: ceph-mon(+0x26c3a0) [0x562c17d413a0] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x966) [0x562c17eb6196] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (Paxos::propose_pending()+0x13f) [0x562c17eb6bdf] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: (Paxos::trigger_propose()+0x146) [0x562c17eb7776] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: (PaxosService::propose_pending()+0x288) [0x562c17ebff08] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: ceph-mon(+0x26c6ad) [0x562c17d416ad] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 12: (CommonSafeTimer::timer_thread()+0x124) [0x7f0672122cc4] 2026-03-25T18:04:40.875 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 13: /usr/lib/ceph/libceph-common.so.2(+0x295751) [0x7f0672123751] 2026-03-25T18:04:40.876 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 14: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7f0671710ac3] 2026-03-25T18:04:40.876 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 15: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7f06717a28d0] 2026-03-25T18:04:40.876 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2026-03-25T18:04:40.876 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-25T18:04:40.876 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.876 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.876 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.876 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.876 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.879 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.879 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.879 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.879 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.879 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.879 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.879 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.879 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.881 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.882 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.882 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.882 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.882 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.882 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.882 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.882 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.882 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.882 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.882 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.882 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.882 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.883 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.883 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.883 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.883 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.883 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.883 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.888 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.889 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.889 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.889 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.889 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.889 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.889 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.889 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.889 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.889 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.889 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: -9999> 2026-03-25T18:04:40.853+0000 7f066baf6640 -1 rocksdb: submit_common error: IO error: No space left on device: While appending to file: /var/lib/ceph/mon/cluster1-a/store.db/000056.sst: No space left on device code =  Rocksdb transaction: 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = '2762' value size = 4661) 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = 'pending_v' value size = 8) 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = 'pending_pn' value size = 8) 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: -9998> 2026-03-25T18:04:40.857+0000 7f066baf6640 -1 ./src/mon/MonitorDBStore.h: In function 'int MonitorDBStore::apply_transaction(MonitorDBStore::TransactionRef)' thread 7f066baf6640 time 2026-03-25T18:04:40.858449+0000 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:./src/mon/MonitorDBStore.h: 356: ceph_abort_msg("failed to write to db") 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xc7) [0x7f067201a544] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: ceph-mon(+0x26c3a0) [0x562c17d413a0] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x966) [0x562c17eb6196] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: (Paxos::propose_pending()+0x13f) [0x562c17eb6bdf] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (Paxos::trigger_propose()+0x146) [0x562c17eb7776] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: (PaxosService::propose_pending()+0x288) [0x562c17ebff08] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: ceph-mon(+0x26c6ad) [0x562c17d416ad] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (CommonSafeTimer::timer_thread()+0x124) [0x7f0672122cc4] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: /usr/lib/ceph/libceph-common.so.2(+0x295751) [0x7f0672123751] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7f0671710ac3] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7f06717a28d0] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: -9997> 2026-03-25T18:04:40.857+0000 7f066baf6640 -1 *** Caught signal (Aborted) ** 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: in thread 7f066baf6640 thread_name:safe_timer 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7f06716be520] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: pthread_kill() 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: raise() 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: abort() 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x17f) [0x7f067201a5fc] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: ceph-mon(+0x26c3a0) [0x562c17d413a0] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x966) [0x562c17eb6196] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (Paxos::propose_pending()+0x13f) [0x562c17eb6bdf] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: (Paxos::trigger_propose()+0x146) [0x562c17eb7776] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: (PaxosService::propose_pending()+0x288) [0x562c17ebff08] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: ceph-mon(+0x26c6ad) [0x562c17d416ad] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 12: (CommonSafeTimer::timer_thread()+0x124) [0x7f0672122cc4] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 13: /usr/lib/ceph/libceph-common.so.2(+0x295751) [0x7f0672123751] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 14: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7f0671710ac3] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 15: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7f06717a28d0] 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2026-03-25T18:04:40.891 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-25T18:04:40.970 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:daemon-helper: command crashed with signal 6 2026-03-25T18:04:41.512 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~0s 2026-03-25T18:04:46.915 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~5s 2026-03-25T18:04:52.318 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~11s 2026-03-25T18:04:57.720 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~16s 2026-03-25T18:05:03.124 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~22s 2026-03-25T18:05:08.526 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~27s 2026-03-25T18:05:13.928 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~32s 2026-03-25T18:05:19.331 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~38s 2026-03-25T18:05:24.734 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~43s 2026-03-25T18:05:30.137 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~49s 2026-03-25T18:05:35.540 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~54s 2026-03-25T18:05:40.942 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~59s 2026-03-25T18:05:46.345 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~65s 2026-03-25T18:05:51.749 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~70s 2026-03-25T18:05:57.152 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~76s 2026-03-25T18:06:02.556 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~81s 2026-03-25T18:06:07.958 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~86s 2026-03-25T18:06:13.362 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~92s 2026-03-25T18:06:18.765 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~97s 2026-03-25T18:06:24.168 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~103s 2026-03-25T18:06:29.570 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~108s 2026-03-25T18:06:34.973 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~113s 2026-03-25T18:06:40.375 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~119s 2026-03-25T18:06:45.778 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~124s 2026-03-25T18:06:51.181 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~130s 2026-03-25T18:06:56.583 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~135s 2026-03-25T18:07:01.986 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~140s 2026-03-25T18:07:07.388 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~146s 2026-03-25T18:07:12.791 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~151s 2026-03-25T18:07:18.193 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~157s 2026-03-25T18:07:23.597 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~162s 2026-03-25T18:07:28.999 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~167s 2026-03-25T18:07:34.402 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~173s 2026-03-25T18:07:39.805 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~178s 2026-03-25T18:07:45.207 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~184s 2026-03-25T18:07:50.610 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~189s 2026-03-25T18:07:56.014 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~195s 2026-03-25T18:08:01.416 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~200s 2026-03-25T18:08:06.819 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~205s 2026-03-25T18:08:12.222 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~211s 2026-03-25T18:08:17.625 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~216s 2026-03-25T18:08:23.028 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~222s 2026-03-25T18:08:28.432 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~227s 2026-03-25T18:08:33.835 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~232s 2026-03-25T18:08:39.237 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~238s 2026-03-25T18:08:44.640 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~243s 2026-03-25T18:08:50.043 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~249s 2026-03-25T18:08:55.446 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~254s 2026-03-25T18:09:00.848 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~259s 2026-03-25T18:09:06.252 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~265s 2026-03-25T18:09:11.654 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~270s 2026-03-25T18:09:17.057 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~276s 2026-03-25T18:09:22.460 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~281s 2026-03-25T18:09:27.863 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~286s 2026-03-25T18:09:33.266 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~292s 2026-03-25T18:09:38.669 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~297s 2026-03-25T18:09:44.072 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~303s 2026-03-25T18:09:44.072 INFO:tasks.daemonwatchdog.daemon_watchdog:BARK! unmounting mounts and killing all daemons 2026-03-25T18:09:44.475 INFO:tasks.ceph.cluster1.osd.0:Sent signal 15 2026-03-25T18:09:44.475 INFO:tasks.ceph.cluster1.osd.1:Sent signal 15 2026-03-25T18:09:44.475 INFO:tasks.ceph.cluster1.osd.2:Sent signal 15 2026-03-25T18:09:44.475 INFO:tasks.ceph.cluster1.mgr.x:Sent signal 15 2026-03-25T18:09:44.475 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-25T18:09:44.469+0000 7fd3e2d74640 -1 received signal: Terminated from /usr/bin/python3 /usr/bin/daemon-helper kill ceph-osd -f --cluster cluster1 -i 0 (PID: 22901) UID: 0 2026-03-25T18:09:44.475 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-25T18:09:44.469+0000 7fd3e2d74640 -1 osd.0 27 *** Got signal Terminated *** 2026-03-25T18:09:44.475 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-25T18:09:44.469+0000 7fd3e2d74640 -1 osd.0 27 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-25T18:09:44.475 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-25T18:09:44.469+0000 7f8393539640 -1 received signal: Terminated from /usr/bin/python3 /usr/bin/daemon-helper kill ceph-osd -f --cluster cluster1 -i 2 (PID: 22905) UID: 0 2026-03-25T18:09:44.475 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-25T18:09:44.469+0000 7f8393539640 -1 osd.2 27 *** Got signal Terminated *** 2026-03-25T18:09:44.475 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-25T18:09:44.469+0000 7f8393539640 -1 osd.2 27 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-25T18:09:44.476 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-25T18:09:44.469+0000 7f47a7dc8640 -1 received signal: Terminated from /usr/bin/python3 /usr/bin/daemon-helper kill ceph-osd -f --cluster cluster1 -i 1 (PID: 22899) UID: 0 2026-03-25T18:09:44.476 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-25T18:09:44.469+0000 7f47a7dc8640 -1 osd.1 27 *** Got signal Terminated *** 2026-03-25T18:09:44.476 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-25T18:09:44.469+0000 7f47a7dc8640 -1 osd.1 27 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-25T18:09:44.476 INFO:tasks.ceph.cluster1.mgr.x.vm00.stderr:2026-03-25T18:09:44.469+0000 7fdea73e1640 -1 received signal: Terminated from /usr/bin/python3 /usr/bin/daemon-helper kill ceph-mgr -f --cluster cluster1 -i x (PID: 22708) UID: 0 2026-03-25T18:09:44.476 INFO:tasks.ceph.cluster1.mgr.x.vm00.stderr:2026-03-25T18:09:44.469+0000 7fdea73e1640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-03-25T18:13:09.321 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3000.512100] INFO: task kworker/0:1:32208 blocked for more than 120 seconds. 2026-03-25T18:13:09.324 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3000.515011] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T18:13:09.326 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3000.518028] INFO: task fsx:17007 blocked for more than 120 seconds. 2026-03-25T18:13:09.329 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3000.520398] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T18:15:09.329 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3120.520099] INFO: task kworker/0:1:32208 blocked for more than 120 seconds. 2026-03-25T18:15:09.333 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3120.523517] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T18:15:09.336 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3120.527452] INFO: task fsx:17007 blocked for more than 120 seconds. 2026-03-25T18:15:09.340 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3120.530555] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T18:17:09.342 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3240.532101] INFO: task jbd2/vda1-8:248 blocked for more than 120 seconds. 2026-03-25T18:17:09.345 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3240.535405] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T18:17:09.349 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3240.539467] INFO: task kworker/0:1:32208 blocked for more than 120 seconds. 2026-03-25T18:17:09.353 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3240.543031] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T18:17:09.356 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3240.547027] INFO: task fsx:17007 blocked for more than 120 seconds. 2026-03-25T18:17:09.360 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3240.550192] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T18:19:09.362 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3360.552154] INFO: task jbd2/vda1-8:248 blocked for more than 120 seconds. 2026-03-25T18:19:09.366 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3360.555702] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T18:19:09.369 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3360.559645] INFO: task rs:main Q:Reg:822 blocked for more than 120 seconds. 2026-03-25T18:19:09.374 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3360.563206] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T18:19:09.377 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3360.567408] INFO: task kworker/0:1:32208 blocked for more than 120 seconds. 2026-03-25T18:19:09.381 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3360.570990] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T19:16:15.026 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2026-03-25T19:16:15.027 DEBUG:teuthology.exit:Finished running handlers