2024-09-16T19:52:47.350 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-16T19:52:47.370 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T19:52:47.448 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418 branch: wip-dis-testing description: rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-bitmap 4-supported-random-distro$/{ubuntu_latest} 5-data-pool/replicated 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}} email: idryomov@gmail.com exclude_arch: armv7l first_in_suite: false 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: '7907418' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi 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: dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-dis-testing 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: bdev async discard: true bdev enable discard: true bluestore allocator: bitmap bluestore block size: 96636764160 bluestore fsck on mount: true debug bluefs: 1/20 debug bluestore: 1/20 debug ms: 1 debug osd: 20 debug rocksdb: 4/10 mon osd backfillfull_ratio: 0.85 mon osd full ratio: 0.9 mon osd nearfull ratio: 0.8 osd failsafe full ratio: 0.95 osd objectstore: bluestore flavor: default fs: xfs log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 6e8474a02f2b86353394076ab80c6f50ea28e361 ceph-deploy: bluestore: true conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} osd: bdev async discard: true bdev enable discard: true bluestore block size: 96636764160 bluestore fsck on mount: true debug bluefs: 1/20 debug bluestore: 1/20 debug rocksdb: 4/10 mon osd backfillfull_ratio: 0.85 mon osd full ratio: 0.9 mon osd nearfull ratio: 0.8 osd failsafe full ratio: 0.95 osd objectstore: bluestore fs: xfs install: ceph: flavor: default sha1: 6e8474a02f2b86353394076ab80c6f50ea28e361 thrashosds: bdev_inject_crash: 2 bdev_inject_crash_probability: 0.5 workunit: branch: wip-dis-testing sha1: 6e8474a02f2b86353394076ab80c6f50ea28e361 owner: scheduled_dis@teuthology priority: 70 repo: https://github.com/ceph/ceph-ci 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: 2961 sha1: 6e8474a02f2b86353394076ab80c6f50ea28e361 sleep_before_teardown: 0 subset: 66/100 suite: rbd suite_branch: wip-dis-testing suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_6e8474a02f2b86353394076ab80c6f50ea28e361/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci suite_sha1: 6e8474a02f2b86353394076ab80c6f50ea28e361 targets: smithi059.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLmHMjfTH5KL9/U1EnlMDdCePwLEcRYKJyt5ROKPU9Spr/kOAC4I/ryhIIyYBM6XQ7N5SrP9GRyjYIPU4KY3pBw= smithi103.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOU1hyHh934HzUg97cHbnutSO2VZiLeQHb1OL1wXxViZC6ud+Tcj+crazO4hWzT6Hc8HtZ8gouOGQK6G7/OZFZc= tasks: - install: null - ceph: cluster: cluster1 - ceph: cluster: cluster2 - exec: cluster1.client.0: - sudo ceph --cluster cluster1 osd pool create datapool 4 - rbd --cluster cluster1 pool init datapool cluster2.client.0: - sudo ceph --cluster cluster2 osd pool create datapool 4 - rbd --cluster cluster2 pool init datapool - exec: cluster2.client.0: - echo '{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0-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: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_19:45:14 tube: smithi user: dis verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-16T19:52:47.448 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_6e8474a02f2b86353394076ab80c6f50ea28e361/qa; will attempt to use it 2024-09-16T19:52:47.448 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_6e8474a02f2b86353394076ab80c6f50ea28e361/qa/tasks 2024-09-16T19:52:47.449 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-16T19:52:47.450 INFO:teuthology.task.internal:Checking packages... 2024-09-16T19:52:47.471 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '6e8474a02f2b86353394076ab80c6f50ea28e361' 2024-09-16T19:52:47.471 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-16T19:52:47.471 INFO:teuthology.packaging:ref: None 2024-09-16T19:52:47.471 INFO:teuthology.packaging:tag: None 2024-09-16T19:52:47.471 INFO:teuthology.packaging:branch: wip-dis-testing 2024-09-16T19:52:47.471 INFO:teuthology.packaging:sha1: 6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T19:52:47.471 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-dis-testing 2024-09-16T19:52:47.618 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4883-g6e8474a0-1jammy 2024-09-16T19:52:47.619 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-16T19:52:47.625 INFO:teuthology.task.internal:no buildpackages task found 2024-09-16T19:52:47.625 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-16T19:52:47.632 INFO:teuthology.task.internal:Saving configuration 2024-09-16T19:52:47.647 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-16T19:52:47.654 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-16T19:52:47.678 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi059.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 19:46:13.977116', 'locked_by': 'scheduled_dis@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAR+yrlHZmMZn4Ni2sk6TWlPC8xen4OstGXXc+KeLxON'} 2024-09-16T19:52:47.695 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 19:46:13.975386', 'locked_by': 'scheduled_dis@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGqWpi2pdvRib6RbYFyz3GNCm1B//A27+M6ndADVumzH'} 2024-09-16T19:52:47.695 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-16T19:52:47.702 INFO:teuthology.task.internal:roles: ubuntu@smithi059.front.sepia.ceph.com - ['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'] 2024-09-16T19:52:47.702 INFO:teuthology.task.internal:roles: ubuntu@smithi103.front.sepia.ceph.com - ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0'] 2024-09-16T19:52:47.702 INFO:teuthology.run_tasks:Running task console_log... 2024-09-16T19:52:47.765 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7feeae09bac0>, signals=[15]) 2024-09-16T19:52:47.765 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-16T19:52:47.770 INFO:teuthology.task.internal:Opening connections... 2024-09-16T19:52:47.771 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T19:52:47.772 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T19:52:47.853 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi103.front.sepia.ceph.com 2024-09-16T19:52:47.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T19:52:47.933 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-16T19:52:47.940 DEBUG:teuthology.orchestra.run.smithi059:> uname -m 2024-09-16T19:52:47.945 INFO:teuthology.orchestra.run.smithi059.stdout:x86_64 2024-09-16T19:52:47.945 DEBUG:teuthology.orchestra.run.smithi059:> cat /etc/os-release 2024-09-16T19:52:47.992 INFO:teuthology.orchestra.run.smithi059.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-16T19:52:47.992 INFO:teuthology.orchestra.run.smithi059.stdout:NAME="Ubuntu" 2024-09-16T19:52:47.992 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION_ID="22.04" 2024-09-16T19:52:47.992 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-16T19:52:47.992 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION_CODENAME=jammy 2024-09-16T19:52:47.993 INFO:teuthology.orchestra.run.smithi059.stdout:ID=ubuntu 2024-09-16T19:52:47.993 INFO:teuthology.orchestra.run.smithi059.stdout:ID_LIKE=debian 2024-09-16T19:52:47.993 INFO:teuthology.orchestra.run.smithi059.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-16T19:52:47.993 INFO:teuthology.orchestra.run.smithi059.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-16T19:52:47.993 INFO:teuthology.orchestra.run.smithi059.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-16T19:52:47.993 INFO:teuthology.orchestra.run.smithi059.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-16T19:52:47.993 INFO:teuthology.orchestra.run.smithi059.stdout:UBUNTU_CODENAME=jammy 2024-09-16T19:52:47.993 INFO:teuthology.lock.ops:Updating smithi059.front.sepia.ceph.com on lock server 2024-09-16T19:52:48.014 DEBUG:teuthology.orchestra.run.smithi103:> uname -m 2024-09-16T19:52:48.019 INFO:teuthology.orchestra.run.smithi103.stdout:x86_64 2024-09-16T19:52:48.019 DEBUG:teuthology.orchestra.run.smithi103:> cat /etc/os-release 2024-09-16T19:52:48.069 INFO:teuthology.orchestra.run.smithi103.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-16T19:52:48.069 INFO:teuthology.orchestra.run.smithi103.stdout:NAME="Ubuntu" 2024-09-16T19:52:48.069 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION_ID="22.04" 2024-09-16T19:52:48.069 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-16T19:52:48.069 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION_CODENAME=jammy 2024-09-16T19:52:48.069 INFO:teuthology.orchestra.run.smithi103.stdout:ID=ubuntu 2024-09-16T19:52:48.069 INFO:teuthology.orchestra.run.smithi103.stdout:ID_LIKE=debian 2024-09-16T19:52:48.069 INFO:teuthology.orchestra.run.smithi103.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-16T19:52:48.069 INFO:teuthology.orchestra.run.smithi103.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-16T19:52:48.069 INFO:teuthology.orchestra.run.smithi103.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-16T19:52:48.069 INFO:teuthology.orchestra.run.smithi103.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-16T19:52:48.070 INFO:teuthology.orchestra.run.smithi103.stdout:UBUNTU_CODENAME=jammy 2024-09-16T19:52:48.070 INFO:teuthology.lock.ops:Updating smithi103.front.sepia.ceph.com on lock server 2024-09-16T19:52:48.097 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-16T19:52:48.106 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-16T19:52:48.112 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-16T19:52:48.112 DEBUG:teuthology.orchestra.run.smithi059:> test '!' -e /home/ubuntu/cephtest 2024-09-16T19:52:48.114 DEBUG:teuthology.orchestra.run.smithi103:> test '!' -e /home/ubuntu/cephtest 2024-09-16T19:52:48.119 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-16T19:52:48.125 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-16T19:52:48.125 DEBUG:teuthology.orchestra.run.smithi059:> test -z $(ls -A /var/lib/ceph) 2024-09-16T19:52:48.161 DEBUG:teuthology.orchestra.run.smithi103:> test -z $(ls -A /var/lib/ceph) 2024-09-16T19:52:48.175 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-16T19:52:48.224 INFO:teuthology.run_tasks:Running task kernel... 2024-09-16T19:52:48.237 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-16T19:52:48.237 INFO:teuthology.task.kernel:config {'cluster1.mon.a': {'kdb': 1, 'sha1': 'distro'}, 'cluster2.mon.a': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-16T19:52:48.237 DEBUG:teuthology.orchestra.run.smithi059:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T19:52:48.238 DEBUG:teuthology.orchestra.run.smithi103:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T19:52:48.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T19:52:48.242 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2024-09-16T19:52:48.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T19:52:48.243 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-09-16T19:52:48.288 INFO:teuthology.orchestra.run.smithi059.stdout:5.15.0-56-generic 2024-09-16T19:52:48.289 INFO:teuthology.task.kernel:Running kernel on smithi059: 5.15.0-56-generic 2024-09-16T19:52:48.289 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get clean 2024-09-16T19:52:48.290 INFO:teuthology.orchestra.run.smithi103.stdout:5.15.0-56-generic 2024-09-16T19:52:48.290 INFO:teuthology.task.kernel:Running kernel on smithi103: 5.15.0-56-generic 2024-09-16T19:52:48.290 DEBUG:teuthology.orchestra.run.smithi103:> sudo apt-get clean 2024-09-16T19:52:48.403 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get update 2024-09-16T19:52:48.428 DEBUG:teuthology.orchestra.run.smithi103:> sudo apt-get update 2024-09-16T19:52:48.528 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T19:52:48.530 INFO:teuthology.orchestra.run.smithi059.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-16T19:52:48.533 INFO:teuthology.orchestra.run.smithi059.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-16T19:52:48.579 INFO:teuthology.orchestra.run.smithi103.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-16T19:52:48.608 INFO:teuthology.orchestra.run.smithi059.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-16T19:52:48.690 INFO:teuthology.orchestra.run.smithi103.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T19:52:48.766 INFO:teuthology.orchestra.run.smithi059.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-16T19:52:48.771 INFO:teuthology.orchestra.run.smithi103.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-16T19:52:48.812 INFO:teuthology.orchestra.run.smithi103.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-16T19:52:48.837 INFO:teuthology.orchestra.run.smithi059.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-16T19:52:48.838 INFO:teuthology.orchestra.run.smithi059.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-16T19:52:48.877 INFO:teuthology.orchestra.run.smithi059.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-16T19:52:48.881 INFO:teuthology.orchestra.run.smithi059.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-16T19:52:48.882 INFO:teuthology.orchestra.run.smithi103.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-16T19:52:48.885 INFO:teuthology.orchestra.run.smithi059.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-16T19:52:48.885 INFO:teuthology.orchestra.run.smithi059.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-16T19:52:48.898 INFO:teuthology.orchestra.run.smithi059.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,024 kB] 2024-09-16T19:52:48.909 INFO:teuthology.orchestra.run.smithi059.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-16T19:52:48.912 INFO:teuthology.orchestra.run.smithi059.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-16T19:52:48.912 INFO:teuthology.orchestra.run.smithi059.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-16T19:52:48.916 INFO:teuthology.orchestra.run.smithi059.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-16T19:52:48.918 INFO:teuthology.orchestra.run.smithi103.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-16T19:52:48.920 INFO:teuthology.orchestra.run.smithi103.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-16T19:52:48.920 INFO:teuthology.orchestra.run.smithi103.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-16T19:52:48.921 INFO:teuthology.orchestra.run.smithi059.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-16T19:52:48.923 INFO:teuthology.orchestra.run.smithi059.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-16T19:52:48.923 INFO:teuthology.orchestra.run.smithi059.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-16T19:52:48.939 INFO:teuthology.orchestra.run.smithi103.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-16T19:52:48.939 INFO:teuthology.orchestra.run.smithi103.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-16T19:52:48.942 INFO:teuthology.orchestra.run.smithi103.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-16T19:52:48.942 INFO:teuthology.orchestra.run.smithi103.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-16T19:52:48.948 INFO:teuthology.orchestra.run.smithi103.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-16T19:52:48.953 INFO:teuthology.orchestra.run.smithi059.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-16T19:52:48.953 INFO:teuthology.orchestra.run.smithi059.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [353 kB] 2024-09-16T19:52:48.953 INFO:teuthology.orchestra.run.smithi059.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-16T19:52:48.953 INFO:teuthology.orchestra.run.smithi059.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-16T19:52:48.954 INFO:teuthology.orchestra.run.smithi103.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-16T19:52:48.955 INFO:teuthology.orchestra.run.smithi103.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-16T19:52:48.955 INFO:teuthology.orchestra.run.smithi103.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-16T19:52:48.956 INFO:teuthology.orchestra.run.smithi059.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-16T19:52:48.956 INFO:teuthology.orchestra.run.smithi103.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-16T19:52:48.956 INFO:teuthology.orchestra.run.smithi059.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-16T19:52:48.957 INFO:teuthology.orchestra.run.smithi059.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,441 kB] 2024-09-16T19:52:48.972 INFO:teuthology.orchestra.run.smithi059.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [420 kB] 2024-09-16T19:52:48.976 INFO:teuthology.orchestra.run.smithi059.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-16T19:52:48.976 INFO:teuthology.orchestra.run.smithi059.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-16T19:52:48.985 INFO:teuthology.orchestra.run.smithi103.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-16T19:52:48.985 INFO:teuthology.orchestra.run.smithi103.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-16T19:52:48.985 INFO:teuthology.orchestra.run.smithi059.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-16T19:52:48.990 INFO:teuthology.orchestra.run.smithi059.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-16T19:52:48.992 INFO:teuthology.orchestra.run.smithi059.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-16T19:52:48.993 INFO:teuthology.orchestra.run.smithi059.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-16T19:52:48.993 INFO:teuthology.orchestra.run.smithi059.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-16T19:52:48.993 INFO:teuthology.orchestra.run.smithi059.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-16T19:52:49.008 INFO:teuthology.orchestra.run.smithi059.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-16T19:52:49.008 INFO:teuthology.orchestra.run.smithi059.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-16T19:52:49.009 INFO:teuthology.orchestra.run.smithi059.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-16T19:52:49.010 INFO:teuthology.orchestra.run.smithi059.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-16T19:52:49.025 INFO:teuthology.orchestra.run.smithi059.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-16T19:52:49.025 INFO:teuthology.orchestra.run.smithi059.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-16T19:52:49.026 INFO:teuthology.orchestra.run.smithi059.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-16T19:52:49.026 INFO:teuthology.orchestra.run.smithi059.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-16T19:52:49.026 INFO:teuthology.orchestra.run.smithi059.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-16T19:52:49.127 INFO:teuthology.orchestra.run.smithi103.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-16T19:52:49.267 INFO:teuthology.orchestra.run.smithi103.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-16T19:52:49.461 INFO:teuthology.orchestra.run.smithi103.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,024 kB] 2024-09-16T19:52:49.620 INFO:teuthology.orchestra.run.smithi103.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [353 kB] 2024-09-16T19:52:49.634 INFO:teuthology.orchestra.run.smithi103.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-16T19:52:49.635 INFO:teuthology.orchestra.run.smithi103.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,441 kB] 2024-09-16T19:52:49.705 INFO:teuthology.orchestra.run.smithi103.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-16T19:52:49.706 INFO:teuthology.orchestra.run.smithi103.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [420 kB] 2024-09-16T19:52:49.720 INFO:teuthology.orchestra.run.smithi103.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-16T19:52:49.720 INFO:teuthology.orchestra.run.smithi103.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-16T19:52:49.744 INFO:teuthology.orchestra.run.smithi103.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-16T19:52:49.773 INFO:teuthology.orchestra.run.smithi103.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-16T19:52:49.779 INFO:teuthology.orchestra.run.smithi103.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-16T19:52:49.785 INFO:teuthology.orchestra.run.smithi103.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-16T19:52:49.786 INFO:teuthology.orchestra.run.smithi103.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-16T19:52:49.857 INFO:teuthology.orchestra.run.smithi103.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-16T19:52:49.857 INFO:teuthology.orchestra.run.smithi103.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-16T19:52:49.858 INFO:teuthology.orchestra.run.smithi103.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-16T19:52:49.859 INFO:teuthology.orchestra.run.smithi103.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-16T19:52:49.860 INFO:teuthology.orchestra.run.smithi103.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-16T19:52:49.866 INFO:teuthology.orchestra.run.smithi103.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-16T19:52:49.866 INFO:teuthology.orchestra.run.smithi103.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-16T19:52:49.867 INFO:teuthology.orchestra.run.smithi103.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-16T19:52:49.948 INFO:teuthology.orchestra.run.smithi103.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-16T19:52:49.948 INFO:teuthology.orchestra.run.smithi103.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-16T19:52:55.244 INFO:teuthology.orchestra.run.smithi103.stdout:Fetched 16.0 MB in 2s (7,493 kB/s) 2024-09-16T19:52:55.834 INFO:teuthology.orchestra.run.smithi059.stdout:Fetched 16.0 MB in 2s (7,284 kB/s) 2024-09-16T19:52:56.603 INFO:teuthology.orchestra.run.smithi103.stdout:Reading package lists... 2024-09-16T19:52:56.620 DEBUG:teuthology.orchestra.run.smithi103:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T19:52:56.682 INFO:teuthology.orchestra.run.smithi103.stdout:Reading package lists... 2024-09-16T19:52:56.892 INFO:teuthology.orchestra.run.smithi103.stdout:Building dependency tree... 2024-09-16T19:52:56.892 INFO:teuthology.orchestra.run.smithi103.stdout:Reading state information... 2024-09-16T19:52:57.068 INFO:teuthology.orchestra.run.smithi103.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T19:52:57.068 INFO:teuthology.orchestra.run.smithi103.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T19:52:57.068 INFO:teuthology.orchestra.run.smithi103.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T19:52:57.069 INFO:teuthology.orchestra.run.smithi103.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T19:52:57.069 INFO:teuthology.orchestra.run.smithi103.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-16T19:52:57.069 INFO:teuthology.orchestra.run.smithi103.stdout: python2.7-minimal 2024-09-16T19:52:57.069 INFO:teuthology.orchestra.run.smithi103.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T19:52:57.070 INFO:teuthology.orchestra.run.smithi103.stdout:The following additional packages will be installed: 2024-09-16T19:52:57.070 INFO:teuthology.orchestra.run.smithi103.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T19:52:57.070 INFO:teuthology.orchestra.run.smithi103.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-16T19:52:57.070 INFO:teuthology.orchestra.run.smithi103.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-16T19:52:57.071 INFO:teuthology.orchestra.run.smithi103.stdout:Suggested packages: 2024-09-16T19:52:57.072 INFO:teuthology.orchestra.run.smithi103.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-16T19:52:57.072 INFO:teuthology.orchestra.run.smithi103.stdout:Recommended packages: 2024-09-16T19:52:57.072 INFO:teuthology.orchestra.run.smithi103.stdout: thermald 2024-09-16T19:52:57.112 INFO:teuthology.orchestra.run.smithi103.stdout:The following NEW packages will be installed: 2024-09-16T19:52:57.113 INFO:teuthology.orchestra.run.smithi103.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T19:52:57.113 INFO:teuthology.orchestra.run.smithi103.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-16T19:52:57.113 INFO:teuthology.orchestra.run.smithi103.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-16T19:52:57.114 INFO:teuthology.orchestra.run.smithi103.stdout:The following packages will be upgraded: 2024-09-16T19:52:57.115 INFO:teuthology.orchestra.run.smithi103.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-16T19:52:57.260 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-09-16T19:52:57.280 DEBUG:teuthology.orchestra.run.smithi059:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T19:52:57.293 INFO:teuthology.orchestra.run.smithi103.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T19:52:57.293 INFO:teuthology.orchestra.run.smithi103.stdout:Need to get 113 MB of archives. 2024-09-16T19:52:57.293 INFO:teuthology.orchestra.run.smithi103.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-16T19:52:57.293 INFO:teuthology.orchestra.run.smithi103.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-16T19:52:57.337 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-09-16T19:52:57.550 INFO:teuthology.orchestra.run.smithi059.stdout:Building dependency tree... 2024-09-16T19:52:57.550 INFO:teuthology.orchestra.run.smithi059.stdout:Reading state information... 2024-09-16T19:52:57.741 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T19:52:57.742 INFO:teuthology.orchestra.run.smithi059.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T19:52:57.742 INFO:teuthology.orchestra.run.smithi059.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T19:52:57.742 INFO:teuthology.orchestra.run.smithi059.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T19:52:57.742 INFO:teuthology.orchestra.run.smithi059.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-16T19:52:57.742 INFO:teuthology.orchestra.run.smithi059.stdout: python2.7-minimal 2024-09-16T19:52:57.742 INFO:teuthology.orchestra.run.smithi059.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T19:52:57.744 INFO:teuthology.orchestra.run.smithi059.stdout:The following additional packages will be installed: 2024-09-16T19:52:57.744 INFO:teuthology.orchestra.run.smithi059.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T19:52:57.744 INFO:teuthology.orchestra.run.smithi059.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-16T19:52:57.744 INFO:teuthology.orchestra.run.smithi059.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-16T19:52:57.748 INFO:teuthology.orchestra.run.smithi059.stdout:Suggested packages: 2024-09-16T19:52:57.748 INFO:teuthology.orchestra.run.smithi059.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-16T19:52:57.748 INFO:teuthology.orchestra.run.smithi059.stdout:Recommended packages: 2024-09-16T19:52:57.748 INFO:teuthology.orchestra.run.smithi059.stdout: thermald 2024-09-16T19:52:57.795 INFO:teuthology.orchestra.run.smithi059.stdout:The following NEW packages will be installed: 2024-09-16T19:52:57.795 INFO:teuthology.orchestra.run.smithi059.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T19:52:57.795 INFO:teuthology.orchestra.run.smithi059.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-16T19:52:57.795 INFO:teuthology.orchestra.run.smithi059.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-16T19:52:57.797 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages will be upgraded: 2024-09-16T19:52:57.797 INFO:teuthology.orchestra.run.smithi059.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-16T19:52:57.978 INFO:teuthology.orchestra.run.smithi059.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T19:52:57.978 INFO:teuthology.orchestra.run.smithi059.stdout:Need to get 113 MB of archives. 2024-09-16T19:52:57.978 INFO:teuthology.orchestra.run.smithi059.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-16T19:52:57.978 INFO:teuthology.orchestra.run.smithi059.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-16T19:52:58.770 INFO:teuthology.orchestra.run.smithi103.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-16T19:52:59.120 INFO:teuthology.orchestra.run.smithi103.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-16T19:52:59.364 INFO:teuthology.orchestra.run.smithi059.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-16T19:52:59.717 INFO:teuthology.orchestra.run.smithi059.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-16T19:53:01.373 INFO:teuthology.orchestra.run.smithi103.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-16T19:53:01.373 INFO:teuthology.orchestra.run.smithi103.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-16T19:53:01.373 INFO:teuthology.orchestra.run.smithi103.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-16T19:53:01.722 INFO:teuthology.orchestra.run.smithi103.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-16T19:53:01.803 INFO:teuthology.orchestra.run.smithi103.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-16T19:53:01.921 INFO:teuthology.orchestra.run.smithi059.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-16T19:53:01.921 INFO:teuthology.orchestra.run.smithi059.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-16T19:53:01.922 INFO:teuthology.orchestra.run.smithi059.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-16T19:53:02.198 INFO:teuthology.orchestra.run.smithi103.stdout:Fetched 113 MB in 5s (24.2 MB/s) 2024-09-16T19:53:02.361 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-16T19:53:02.368 INFO:teuthology.orchestra.run.smithi059.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-16T19:53:02.421 INFO:teuthology.orchestra.run.smithi059.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-16T19:53:02.841 INFO:teuthology.orchestra.run.smithi059.stdout:Fetched 113 MB in 5s (24.5 MB/s) 2024-09-16T19:53:03.026 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-16T19:53:04.438 INFO:teuthology.orchestra.run.smithi103.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 ... 129542 files and directories currently installed.) 2024-09-16T19:53:04.442 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T19:53:04.502 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:05.018 INFO:teuthology.orchestra.run.smithi059.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 ... 129542 files and directories currently installed.) 2024-09-16T19:53:05.022 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T19:53:05.106 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:06.663 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-16T19:53:06.684 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T19:53:06.765 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:07.191 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-16T19:53:07.212 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T19:53:07.241 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:07.457 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-16T19:53:07.479 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T19:53:07.582 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:08.044 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-16T19:53:08.064 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T19:53:08.101 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:13.578 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T19:53:13.706 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T19:53:14.047 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T19:53:14.176 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T19:53:14.303 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T19:53:14.410 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T19:53:14.429 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-16T19:53:14.439 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-16T19:53:14.487 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T19:53:14.701 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T19:53:14.822 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T19:53:15.142 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-16T19:53:15.156 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-16T19:53:15.200 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T19:53:19.889 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-16T19:53:19.925 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T19:53:19.963 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:21.074 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-16T19:53:21.111 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T19:53:21.148 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:22.995 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T19:53:23.119 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T19:53:23.444 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T19:53:23.565 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:23.691 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-16T19:53:23.772 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T19:53:23.819 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:23.899 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T19:53:25.067 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T19:53:25.163 INFO:teuthology.orchestra.run.smithi103.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-16T19:53:25.164 INFO:teuthology.orchestra.run.smithi103.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-16T19:53:25.164 INFO:teuthology.orchestra.run.smithi103.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-16T19:53:25.164 INFO:teuthology.orchestra.run.smithi103.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-16T19:53:25.187 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:25.314 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-16T19:53:25.331 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:25.433 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:26.708 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:26.757 INFO:teuthology.orchestra.run.smithi059.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-16T19:53:26.757 INFO:teuthology.orchestra.run.smithi059.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-16T19:53:26.757 INFO:teuthology.orchestra.run.smithi059.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-16T19:53:26.757 INFO:teuthology.orchestra.run.smithi059.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-16T19:53:26.902 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:28.142 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-16T19:53:28.268 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-16T19:53:28.328 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:28.394 INFO:teuthology.orchestra.run.smithi103.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:28.451 INFO:teuthology.orchestra.run.smithi103.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-16T19:53:28.451 INFO:teuthology.orchestra.run.smithi103.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-16T19:53:30.771 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-16T19:53:30.897 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-16T19:53:31.023 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T19:53:31.088 INFO:teuthology.orchestra.run.smithi059.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-16T19:53:31.088 INFO:teuthology.orchestra.run.smithi059.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-16T19:53:42.267 INFO:teuthology.orchestra.run.smithi103.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-16T19:53:42.267 INFO:teuthology.orchestra.run.smithi103.stdout:Sourcing file `/etc/default/grub' 2024-09-16T19:53:42.275 INFO:teuthology.orchestra.run.smithi103.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T19:53:42.289 INFO:teuthology.orchestra.run.smithi103.stdout:Generating grub configuration file ... 2024-09-16T19:53:42.538 INFO:teuthology.orchestra.run.smithi103.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T19:53:42.557 INFO:teuthology.orchestra.run.smithi103.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T19:53:42.871 INFO:teuthology.orchestra.run.smithi103.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T19:53:42.877 INFO:teuthology.orchestra.run.smithi103.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T19:53:42.948 INFO:teuthology.orchestra.run.smithi103.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T19:53:42.955 INFO:teuthology.orchestra.run.smithi103.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T19:53:43.140 INFO:teuthology.orchestra.run.smithi103.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T19:53:43.140 INFO:teuthology.orchestra.run.smithi103.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T19:53:43.140 INFO:teuthology.orchestra.run.smithi103.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T19:53:43.185 INFO:teuthology.orchestra.run.smithi103.stdout:done 2024-09-16T19:53:43.638 DEBUG:teuthology.orchestra.run.smithi103:> dpkg -s linux-image-generic 2024-09-16T19:53:43.660 INFO:teuthology.orchestra.run.smithi103.stdout:Package: linux-image-generic 2024-09-16T19:53:43.660 INFO:teuthology.orchestra.run.smithi103.stdout:Status: install ok installed 2024-09-16T19:53:43.660 INFO:teuthology.orchestra.run.smithi103.stdout:Priority: optional 2024-09-16T19:53:43.660 INFO:teuthology.orchestra.run.smithi103.stdout:Section: kernel 2024-09-16T19:53:43.660 INFO:teuthology.orchestra.run.smithi103.stdout:Installed-Size: 21 2024-09-16T19:53:43.660 INFO:teuthology.orchestra.run.smithi103.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T19:53:43.660 INFO:teuthology.orchestra.run.smithi103.stdout:Architecture: amd64 2024-09-16T19:53:43.660 INFO:teuthology.orchestra.run.smithi103.stdout:Source: linux-meta 2024-09-16T19:53:43.660 INFO:teuthology.orchestra.run.smithi103.stdout:Version: 5.15.0.121.121 2024-09-16T19:53:43.660 INFO:teuthology.orchestra.run.smithi103.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T19:53:43.661 INFO:teuthology.orchestra.run.smithi103.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T19:53:43.661 INFO:teuthology.orchestra.run.smithi103.stdout:Recommends: thermald 2024-09-16T19:53:43.661 INFO:teuthology.orchestra.run.smithi103.stdout:Description: Generic Linux kernel image 2024-09-16T19:53:43.661 INFO:teuthology.orchestra.run.smithi103.stdout: This package will always depend on the latest generic kernel image 2024-09-16T19:53:43.661 INFO:teuthology.orchestra.run.smithi103.stdout: available. 2024-09-16T19:53:43.661 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-16T19:53:43.661 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T19:53:43.661 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T19:53:43.661 INFO:teuthology.task.kernel:Installing distro kernel on cluster2.mon.a... 2024-09-16T19:53:43.661 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi103.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T19:53:43.661 DEBUG:teuthology.orchestra.run.smithi103:> sudo apt-get clean 2024-09-16T19:53:43.825 DEBUG:teuthology.orchestra.run.smithi103:> sudo apt-get update 2024-09-16T19:53:44.084 INFO:teuthology.orchestra.run.smithi103.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T19:53:44.084 INFO:teuthology.orchestra.run.smithi103.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T19:53:44.155 INFO:teuthology.orchestra.run.smithi103.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T19:53:44.237 INFO:teuthology.orchestra.run.smithi103.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T19:53:45.265 INFO:teuthology.orchestra.run.smithi059.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-16T19:53:45.265 INFO:teuthology.orchestra.run.smithi059.stdout:Sourcing file `/etc/default/grub' 2024-09-16T19:53:45.275 INFO:teuthology.orchestra.run.smithi059.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T19:53:45.294 INFO:teuthology.orchestra.run.smithi059.stdout:Generating grub configuration file ... 2024-09-16T19:53:45.501 INFO:teuthology.orchestra.run.smithi103.stdout:Reading package lists... 2024-09-16T19:53:45.520 DEBUG:teuthology.orchestra.run.smithi103:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T19:53:45.575 INFO:teuthology.orchestra.run.smithi059.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T19:53:45.586 INFO:teuthology.orchestra.run.smithi103.stdout:Reading package lists... 2024-09-16T19:53:45.598 INFO:teuthology.orchestra.run.smithi059.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T19:53:45.797 INFO:teuthology.orchestra.run.smithi103.stdout:Building dependency tree... 2024-09-16T19:53:45.798 INFO:teuthology.orchestra.run.smithi103.stdout:Reading state information... 2024-09-16T19:53:45.890 INFO:teuthology.orchestra.run.smithi059.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T19:53:45.896 INFO:teuthology.orchestra.run.smithi059.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T19:53:45.973 INFO:teuthology.orchestra.run.smithi059.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T19:53:45.979 INFO:teuthology.orchestra.run.smithi059.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T19:53:45.992 INFO:teuthology.orchestra.run.smithi103.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-16T19:53:45.993 INFO:teuthology.orchestra.run.smithi103.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T19:53:45.993 INFO:teuthology.orchestra.run.smithi103.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T19:53:45.993 INFO:teuthology.orchestra.run.smithi103.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T19:53:45.993 INFO:teuthology.orchestra.run.smithi103.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T19:53:45.994 INFO:teuthology.orchestra.run.smithi103.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T19:53:45.994 INFO:teuthology.orchestra.run.smithi103.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T19:53:45.994 INFO:teuthology.orchestra.run.smithi103.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T19:53:46.036 INFO:teuthology.orchestra.run.smithi103.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T19:53:46.038 DEBUG:teuthology.orchestra.run.smithi103:> dpkg -s linux-image-generic 2024-09-16T19:53:46.054 INFO:teuthology.orchestra.run.smithi103.stdout:Package: linux-image-generic 2024-09-16T19:53:46.054 INFO:teuthology.orchestra.run.smithi103.stdout:Status: install ok installed 2024-09-16T19:53:46.054 INFO:teuthology.orchestra.run.smithi103.stdout:Priority: optional 2024-09-16T19:53:46.054 INFO:teuthology.orchestra.run.smithi103.stdout:Section: kernel 2024-09-16T19:53:46.054 INFO:teuthology.orchestra.run.smithi103.stdout:Installed-Size: 21 2024-09-16T19:53:46.054 INFO:teuthology.orchestra.run.smithi103.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T19:53:46.054 INFO:teuthology.orchestra.run.smithi103.stdout:Architecture: amd64 2024-09-16T19:53:46.054 INFO:teuthology.orchestra.run.smithi103.stdout:Source: linux-meta 2024-09-16T19:53:46.054 INFO:teuthology.orchestra.run.smithi103.stdout:Version: 5.15.0.121.121 2024-09-16T19:53:46.054 INFO:teuthology.orchestra.run.smithi103.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T19:53:46.055 INFO:teuthology.orchestra.run.smithi103.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T19:53:46.055 INFO:teuthology.orchestra.run.smithi103.stdout:Recommends: thermald 2024-09-16T19:53:46.055 INFO:teuthology.orchestra.run.smithi103.stdout:Description: Generic Linux kernel image 2024-09-16T19:53:46.055 INFO:teuthology.orchestra.run.smithi103.stdout: This package will always depend on the latest generic kernel image 2024-09-16T19:53:46.055 INFO:teuthology.orchestra.run.smithi103.stdout: available. 2024-09-16T19:53:46.055 DEBUG:teuthology.orchestra.run.smithi103:> mktemp 2024-09-16T19:53:46.100 INFO:teuthology.orchestra.run.smithi103.stdout:/tmp/tmp.S3mHth1CfD 2024-09-16T19:53:46.101 DEBUG:teuthology.orchestra.run.smithi103:> sudo cp /boot/grub/grub.cfg /tmp/tmp.S3mHth1CfD 2024-09-16T19:53:46.143 INFO:teuthology.orchestra.run.smithi059.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T19:53:46.143 INFO:teuthology.orchestra.run.smithi059.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T19:53:46.143 INFO:teuthology.orchestra.run.smithi059.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T19:53:46.155 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 0666 /tmp/tmp.S3mHth1CfD 2024-09-16T19:53:46.183 INFO:teuthology.orchestra.run.smithi059.stdout:done 2024-09-16T19:53:46.277 DEBUG:teuthology.orchestra.remote:smithi103:/tmp/tmp.S3mHth1CfD is 10KB 2024-09-16T19:53:46.291 DEBUG:teuthology.orchestra.run.smithi103:> rm -fr /tmp/tmp.S3mHth1CfD 2024-09-16T19:53:46.296 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-16T19:53:46.348 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T19:53:46.348 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-16T19:53:46.348 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-16T19:53:46.421 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-16T19:53:46.422 DEBUG:teuthology.orchestra.run.smithi103:> sudo update-grub 2024-09-16T19:53:46.681 DEBUG:teuthology.orchestra.run.smithi059:> dpkg -s linux-image-generic 2024-09-16T19:53:46.709 INFO:teuthology.orchestra.run.smithi059.stdout:Package: linux-image-generic 2024-09-16T19:53:46.709 INFO:teuthology.orchestra.run.smithi059.stdout:Status: install ok installed 2024-09-16T19:53:46.709 INFO:teuthology.orchestra.run.smithi059.stdout:Priority: optional 2024-09-16T19:53:46.709 INFO:teuthology.orchestra.run.smithi059.stdout:Section: kernel 2024-09-16T19:53:46.709 INFO:teuthology.orchestra.run.smithi059.stdout:Installed-Size: 21 2024-09-16T19:53:46.709 INFO:teuthology.orchestra.run.smithi059.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T19:53:46.709 INFO:teuthology.orchestra.run.smithi059.stdout:Architecture: amd64 2024-09-16T19:53:46.709 INFO:teuthology.orchestra.run.smithi059.stdout:Source: linux-meta 2024-09-16T19:53:46.709 INFO:teuthology.orchestra.run.smithi059.stdout:Version: 5.15.0.121.121 2024-09-16T19:53:46.710 INFO:teuthology.orchestra.run.smithi059.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T19:53:46.710 INFO:teuthology.orchestra.run.smithi059.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T19:53:46.710 INFO:teuthology.orchestra.run.smithi059.stdout:Recommends: thermald 2024-09-16T19:53:46.710 INFO:teuthology.orchestra.run.smithi059.stdout:Description: Generic Linux kernel image 2024-09-16T19:53:46.710 INFO:teuthology.orchestra.run.smithi059.stdout: This package will always depend on the latest generic kernel image 2024-09-16T19:53:46.710 INFO:teuthology.orchestra.run.smithi059.stdout: available. 2024-09-16T19:53:46.710 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-16T19:53:46.710 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T19:53:46.710 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T19:53:46.710 INFO:teuthology.task.kernel:Installing distro kernel on cluster1.mon.a... 2024-09-16T19:53:46.710 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi059.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T19:53:46.711 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get clean 2024-09-16T19:53:46.844 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get update 2024-09-16T19:53:46.954 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T19:53:46.966 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T19:53:46.984 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T19:53:47.077 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T19:53:47.566 INFO:teuthology.orchestra.run.smithi103.stderr:Sourcing file `/etc/default/grub' 2024-09-16T19:53:47.568 INFO:teuthology.orchestra.run.smithi103.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T19:53:47.570 INFO:teuthology.orchestra.run.smithi103.stderr:Generating grub configuration file ... 2024-09-16T19:53:47.750 INFO:teuthology.orchestra.run.smithi103.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T19:53:47.756 INFO:teuthology.orchestra.run.smithi103.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T19:53:47.994 INFO:teuthology.orchestra.run.smithi103.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T19:53:47.999 INFO:teuthology.orchestra.run.smithi103.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T19:53:48.041 INFO:teuthology.orchestra.run.smithi103.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T19:53:48.046 INFO:teuthology.orchestra.run.smithi103.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T19:53:48.167 INFO:teuthology.orchestra.run.smithi103.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T19:53:48.167 INFO:teuthology.orchestra.run.smithi103.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T19:53:48.167 INFO:teuthology.orchestra.run.smithi103.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T19:53:48.190 INFO:teuthology.orchestra.run.smithi103.stderr:done 2024-09-16T19:53:48.199 DEBUG:teuthology.orchestra.run.smithi103:> sudo shutdown -r now 2024-09-16T19:53:48.340 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-09-16T19:53:48.359 DEBUG:teuthology.orchestra.run.smithi059:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T19:53:48.423 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-09-16T19:53:48.636 INFO:teuthology.orchestra.run.smithi059.stdout:Building dependency tree... 2024-09-16T19:53:48.637 INFO:teuthology.orchestra.run.smithi059.stdout:Reading state information... 2024-09-16T19:53:48.833 INFO:teuthology.orchestra.run.smithi059.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-16T19:53:48.833 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T19:53:48.834 INFO:teuthology.orchestra.run.smithi059.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T19:53:48.834 INFO:teuthology.orchestra.run.smithi059.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T19:53:48.834 INFO:teuthology.orchestra.run.smithi059.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T19:53:48.834 INFO:teuthology.orchestra.run.smithi059.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T19:53:48.834 INFO:teuthology.orchestra.run.smithi059.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T19:53:48.834 INFO:teuthology.orchestra.run.smithi059.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T19:53:48.882 INFO:teuthology.orchestra.run.smithi059.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T19:53:48.884 DEBUG:teuthology.orchestra.run.smithi059:> dpkg -s linux-image-generic 2024-09-16T19:53:48.900 INFO:teuthology.orchestra.run.smithi059.stdout:Package: linux-image-generic 2024-09-16T19:53:48.900 INFO:teuthology.orchestra.run.smithi059.stdout:Status: install ok installed 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout:Priority: optional 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout:Section: kernel 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout:Installed-Size: 21 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout:Architecture: amd64 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout:Source: linux-meta 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout:Version: 5.15.0.121.121 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout:Recommends: thermald 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout:Description: Generic Linux kernel image 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout: This package will always depend on the latest generic kernel image 2024-09-16T19:53:48.901 INFO:teuthology.orchestra.run.smithi059.stdout: available. 2024-09-16T19:53:48.902 DEBUG:teuthology.orchestra.run.smithi059:> mktemp 2024-09-16T19:53:48.948 INFO:teuthology.orchestra.run.smithi059.stdout:/tmp/tmp.is9rqbLCMj 2024-09-16T19:53:48.948 DEBUG:teuthology.orchestra.run.smithi059:> sudo cp /boot/grub/grub.cfg /tmp/tmp.is9rqbLCMj 2024-09-16T19:53:49.012 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 0666 /tmp/tmp.is9rqbLCMj 2024-09-16T19:53:49.136 DEBUG:teuthology.orchestra.remote:smithi059:/tmp/tmp.is9rqbLCMj is 10KB 2024-09-16T19:53:49.149 DEBUG:teuthology.orchestra.run.smithi059:> rm -fr /tmp/tmp.is9rqbLCMj 2024-09-16T19:53:49.155 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-16T19:53:49.212 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T19:53:49.212 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-16T19:53:49.212 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-16T19:53:49.283 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-16T19:53:49.284 DEBUG:teuthology.orchestra.run.smithi059:> sudo update-grub 2024-09-16T19:53:50.487 INFO:teuthology.orchestra.run.smithi059.stderr:Sourcing file `/etc/default/grub' 2024-09-16T19:53:50.488 INFO:teuthology.orchestra.run.smithi059.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T19:53:50.490 INFO:teuthology.orchestra.run.smithi059.stderr:Generating grub configuration file ... 2024-09-16T19:53:50.678 INFO:teuthology.orchestra.run.smithi059.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T19:53:50.685 INFO:teuthology.orchestra.run.smithi059.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T19:53:50.920 INFO:teuthology.orchestra.run.smithi059.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T19:53:50.926 INFO:teuthology.orchestra.run.smithi059.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T19:53:50.968 INFO:teuthology.orchestra.run.smithi059.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T19:53:50.973 INFO:teuthology.orchestra.run.smithi059.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T19:53:51.139 INFO:teuthology.orchestra.run.smithi059.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T19:53:51.139 INFO:teuthology.orchestra.run.smithi059.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T19:53:51.139 INFO:teuthology.orchestra.run.smithi059.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T19:53:51.151 INFO:teuthology.orchestra.run.smithi059.stderr:done 2024-09-16T19:53:51.158 DEBUG:teuthology.orchestra.run.smithi059:> sudo shutdown -r now 2024-09-16T19:54:18.227 INFO:teuthology.task.kernel:Checking client cluster2.mon.a for new kernel version... 2024-09-16T19:54:18.227 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-16T19:54:18.228 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T19:54:21.164 INFO:teuthology.task.kernel:Checking client cluster1.mon.a for new kernel version... 2024-09-16T19:54:21.164 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-09-16T19:54:21.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T19:54:36.733 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-09-16T19:54:39.549 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.59 2024-09-16T19:54:45.737 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-16T19:54:45.738 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T19:54:48.553 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-09-16T19:54:48.554 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T19:54:48.797 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-09-16T19:55:00.809 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-16T19:55:00.810 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T19:55:03.869 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-09-16T19:55:18.877 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-16T19:55:18.878 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T19:55:48.577 DEBUG:teuthology.orchestra.remote:timed out 2024-09-16T19:55:50.774 DEBUG:teuthology.orchestra.run.smithi103:> true 2024-09-16T19:55:51.294 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-16T19:55:51.294 INFO:teuthology.task.kernel:Checking kernel version of cluster2.mon.a, want "5.15.0-121-generic"... 2024-09-16T19:55:51.294 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-09-16T19:55:51.341 INFO:teuthology.orchestra.run.smithi103.stdout:5.15.0-121-generic 2024-09-16T19:55:51.342 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-16T19:55:51.342 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T19:55:51.342 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-16T19:55:52.343 INFO:teuthology.task.kernel:Enabling kdb on cluster2.mon.a... 2024-09-16T19:55:52.343 DEBUG:teuthology.orchestra.run.smithi103:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T19:55:52.448 INFO:teuthology.orchestra.run.smithi103.stdout:ttyS1 2024-09-16T19:55:52.479 DEBUG:teuthology.parallel:result is None 2024-09-16T19:56:00.578 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-09-16T19:56:00.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T19:56:00.807 DEBUG:teuthology.orchestra.run.smithi059:> true 2024-09-16T19:56:01.457 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-09-16T19:56:01.458 INFO:teuthology.task.kernel:Checking kernel version of cluster1.mon.a, want "5.15.0-121-generic"... 2024-09-16T19:56:01.458 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2024-09-16T19:56:01.505 INFO:teuthology.orchestra.run.smithi059.stdout:5.15.0-121-generic 2024-09-16T19:56:01.505 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-16T19:56:01.505 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T19:56:01.505 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-16T19:56:02.506 INFO:teuthology.task.kernel:Enabling kdb on cluster1.mon.a... 2024-09-16T19:56:02.507 DEBUG:teuthology.orchestra.run.smithi059:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T19:56:02.565 INFO:teuthology.orchestra.run.smithi059.stdout:ttyS1 2024-09-16T19:56:02.595 DEBUG:teuthology.parallel:result is None 2024-09-16T19:56:02.595 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-16T19:56:02.606 INFO:teuthology.task.internal:Creating test directory... 2024-09-16T19:56:02.606 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T19:56:02.608 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T19:56:02.614 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-16T19:56:02.625 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-16T19:56:02.640 INFO:teuthology.task.internal:Creating archive directory... 2024-09-16T19:56:02.640 DEBUG:teuthology.orchestra.run.smithi059:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T19:56:02.658 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T19:56:02.814 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-16T19:56:02.824 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-16T19:56:02.824 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T19:56:02.827 DEBUG:teuthology.orchestra.run.smithi103:> 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 2024-09-16T19:56:02.843 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T19:56:02.849 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T19:56:02.852 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T19:56:02.858 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T19:56:02.860 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-16T19:56:02.871 INFO:teuthology.task.internal:Configuring sudo... 2024-09-16T19:56:02.871 DEBUG:teuthology.orchestra.run.smithi059:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T19:56:02.906 DEBUG:teuthology.orchestra.run.smithi103:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T19:56:02.919 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-16T19:56:02.932 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-16T19:56:02.933 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T19:56:02.966 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T19:56:02.971 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T19:56:03.021 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T19:56:03.069 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T19:56:03.069 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T19:56:03.130 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T19:56:03.136 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T19:56:03.182 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T19:56:03.182 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T19:56:03.248 DEBUG:teuthology.orchestra.run.smithi059:> sudo service rsyslog restart 2024-09-16T19:56:03.250 DEBUG:teuthology.orchestra.run.smithi103:> sudo service rsyslog restart 2024-09-16T19:56:03.319 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-16T19:56:03.331 INFO:teuthology.task.internal:Starting timer... 2024-09-16T19:56:03.331 INFO:teuthology.run_tasks:Running task pcp... 2024-09-16T19:56:03.347 INFO:teuthology.run_tasks:Running task selinux... 2024-09-16T19:56:03.361 DEBUG:teuthology.task.selinux:Excluding smithi059: OS 'ubuntu' does not support SELinux 2024-09-16T19:56:03.361 DEBUG:teuthology.task.selinux:Excluding smithi103: OS 'ubuntu' does not support SELinux 2024-09-16T19:56:03.361 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-16T19:56:03.361 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-16T19:56:03.361 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-16T19:56:03.361 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-16T19:56:03.376 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-16T19:56:03.387 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'}]}] 2024-09-16T19:56:03.388 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi059.front.sepia.ceph.com,smithi103.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-16T20:03:42.961 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi059.front.sepia.ceph.com'), Remote(name='ubuntu@smithi103.front.sepia.ceph.com')] 2024-09-16T20:03:42.963 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-09-16T20:03:42.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T20:03:43.066 DEBUG:teuthology.orchestra.run.smithi059:> true 2024-09-16T20:03:43.148 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-09-16T20:03:43.149 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-16T20:03:43.149 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T20:03:43.245 DEBUG:teuthology.orchestra.run.smithi103:> true 2024-09-16T20:03:43.324 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-09-16T20:03:43.324 INFO:teuthology.run_tasks:Running task clock... 2024-09-16T20:03:43.340 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-16T20:03:43.340 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T20:03:43.341 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:03:43.344 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T20:03:43.345 DEBUG:teuthology.orchestra.run.smithi103:> 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 2024-09-16T20:03:43.372 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-16T20:03:43.372 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: Command line: ntpd -gq 2024-09-16T20:03:43.372 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: ---------------------------------------------------- 2024-09-16T20:03:43.372 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: ntp-4 is maintained by Network Time Foundation, 2024-09-16T20:03:43.372 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-16T20:03:43.372 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: corporation. Support and training for ntp-4 are 2024-09-16T20:03:43.373 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: available at https://www.nwtime.org/support 2024-09-16T20:03:43.373 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: ---------------------------------------------------- 2024-09-16T20:03:43.374 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: proto: precision = 0.045 usec (-24) 2024-09-16T20:03:43.374 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: basedate set to 2022-02-04 2024-09-16T20:03:43.374 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: gps base set to 2022-02-06 (week 2196) 2024-09-16T20:03:43.375 INFO:teuthology.orchestra.run.smithi059.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T20:03:43.376 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T20:03:43.376 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: restrict ::: KOD does nothing without LIMITED. 2024-09-16T20:03:43.377 INFO:teuthology.orchestra.run.smithi059.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-16T20:03:43.378 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: Listen and drop on 0 v6wildcard [::]:123 2024-09-16T20:03:43.378 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-16T20:03:43.378 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: Listen normally on 2 lo 127.0.0.1:123 2024-09-16T20:03:43.378 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: Listen normally on 3 ens1f0 172.21.15.59:123 2024-09-16T20:03:43.378 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: Listen normally on 4 lo [::1]:123 2024-09-16T20:03:43.378 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:192a%4]:123 2024-09-16T20:03:43.378 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:43 ntpd[18392]: Listening on routing socket on fd #22 for interface updates 2024-09-16T20:03:43.390 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-16T20:03:43.390 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: Command line: ntpd -gq 2024-09-16T20:03:43.390 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: ---------------------------------------------------- 2024-09-16T20:03:43.390 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: ntp-4 is maintained by Network Time Foundation, 2024-09-16T20:03:43.391 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-16T20:03:43.391 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: corporation. Support and training for ntp-4 are 2024-09-16T20:03:43.391 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: available at https://www.nwtime.org/support 2024-09-16T20:03:43.391 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: ---------------------------------------------------- 2024-09-16T20:03:43.392 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: proto: precision = 0.046 usec (-24) 2024-09-16T20:03:43.392 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: basedate set to 2022-02-04 2024-09-16T20:03:43.392 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: gps base set to 2022-02-06 (week 2196) 2024-09-16T20:03:43.392 INFO:teuthology.orchestra.run.smithi103.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T20:03:43.393 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T20:03:43.393 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: restrict ::: KOD does nothing without LIMITED. 2024-09-16T20:03:43.393 INFO:teuthology.orchestra.run.smithi103.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-16T20:03:43.394 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: Listen and drop on 0 v6wildcard [::]:123 2024-09-16T20:03:43.394 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-16T20:03:43.394 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: Listen normally on 2 lo 127.0.0.1:123 2024-09-16T20:03:43.394 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: Listen normally on 3 enp3s0f1 172.21.15.103:123 2024-09-16T20:03:43.394 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: Listen normally on 4 lo [::1]:123 2024-09-16T20:03:43.394 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cc0b%5]:123 2024-09-16T20:03:43.394 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:43 ntpd[18483]: Listening on routing socket on fd #22 for interface updates 2024-09-16T20:03:44.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:44 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:44.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:44 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:44.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:44 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:44.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:44 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:44.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:44 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:44.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:44 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:44.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:44 ntpd[18483]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:44.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:44 ntpd[18483]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:44.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:44 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:44.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:44 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:44.393 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:44 ntpd[18483]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:44.393 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:44 ntpd[18483]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:45.376 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:45 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:45.376 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:45 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:45.376 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:45 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:45.376 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:45 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:45.377 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:45 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:45.377 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:45 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:45.377 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:45 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:45.377 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:45 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:45.377 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:45 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:45.377 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:45 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:45.377 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:45 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:45.377 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:45 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:46.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:46 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:46.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:46 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:46.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:46 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:46.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:46 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:46.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:46 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:46.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:46 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:46.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:46 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:46.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:46 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:46.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:46 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:46.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:46 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:46.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:46 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:46.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:46 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:46.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:46 ntpd[18483]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:46.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:46 ntpd[18483]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:46.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:46 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:46.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:46 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:46.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:46 ntpd[18483]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:46.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:46 ntpd[18483]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:47.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:47 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:47.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:47 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:47.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:47 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:47.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:47 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:47.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:47 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:47.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:47 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:47.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:47 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:47.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:47 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:47.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:47 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:47.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:47 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:47.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:47 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:47.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:47 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:48.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:48 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:48.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:48 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:48.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:48 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:48.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:48 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:48.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:48 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:48.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:48 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:48.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:48 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:48.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:48 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:48.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:48.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:48.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:48.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:48.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:48.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:48.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:48.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:48.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:48.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:48.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:48.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:48.393 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:48.393 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:48.393 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:48.393 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:48.393 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:48.393 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:48.393 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:48.393 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:48 ntpd[18483]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:49.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:49 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:49.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:49 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:49.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:49 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:49.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:49 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:49.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:49 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:49.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:49 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:49.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:49 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:49.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:49 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:49.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:49 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:49.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:49 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:49.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:49 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:49.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:49 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:50.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:50 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:50.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:50 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:50.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:50 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:50.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:50 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:50.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:50 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:50.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:50 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:50.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:50.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:50.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:50.391 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:50.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:50.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:50.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:50.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:50.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:50.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:50.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:50.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:50.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:50.392 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:50.392 INFO:teuthology.orchestra.run.smithi103.stdout:16 Sep 20:03:50 ntpd[18483]: ntpd: time slew -0.003582 s 2024-09-16T20:03:50.393 INFO:teuthology.orchestra.run.smithi103.stdout:ntpd: time slew -0.003582s 2024-09-16T20:03:50.393 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-16T20:03:50.393 INFO:teuthology.orchestra.run.smithi103.stderr:16 Sep 20:03:50 ntpd[18483]: can't open /var/log/ntpstats/loopstats.20240916: Permission denied 2024-09-16T20:03:50.446 INFO:teuthology.orchestra.run.smithi103.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T20:03:50.446 INFO:teuthology.orchestra.run.smithi103.stdout:============================================================================== 2024-09-16T20:03:50.446 INFO:teuthology.orchestra.run.smithi103.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T20:03:50.446 INFO:teuthology.orchestra.run.smithi103.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T20:03:50.446 INFO:teuthology.orchestra.run.smithi103.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T20:03:50.446 INFO:teuthology.orchestra.run.smithi103.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T20:03:51.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:51 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:51.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:51 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:51.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:51 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:51.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:51 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:51.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:51 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T20:03:51.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:51 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T20:03:51.373 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:51 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T20:03:51.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:51 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T20:03:51.374 INFO:teuthology.orchestra.run.smithi059.stdout:16 Sep 20:03:51 ntpd[18392]: ntpd: time slew +0.002948 s 2024-09-16T20:03:51.374 INFO:teuthology.orchestra.run.smithi059.stdout:ntpd: time slew +0.002948s 2024-09-16T20:03:51.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:51 ntpd[18392]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-16T20:03:51.374 INFO:teuthology.orchestra.run.smithi059.stderr:16 Sep 20:03:51 ntpd[18392]: can't open /var/log/ntpstats/loopstats.20240916: Permission denied 2024-09-16T20:03:51.430 INFO:teuthology.orchestra.run.smithi059.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T20:03:51.430 INFO:teuthology.orchestra.run.smithi059.stdout:============================================================================== 2024-09-16T20:03:51.431 INFO:teuthology.orchestra.run.smithi059.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T20:03:51.431 INFO:teuthology.orchestra.run.smithi059.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T20:03:51.431 INFO:teuthology.orchestra.run.smithi059.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T20:03:51.431 INFO:teuthology.orchestra.run.smithi059.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T20:03:51.431 INFO:teuthology.run_tasks:Running task install... 2024-09-16T20:03:51.449 DEBUG:teuthology.task.install:project ceph 2024-09-16T20:03:51.449 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}} 2024-09-16T20:03:51.449 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'} 2024-09-16T20:03:51.449 INFO:teuthology.task.install:Using flavor: default 2024-09-16T20:03:51.465 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']} 2024-09-16T20:03:51.465 INFO:teuthology.task.install:extra packages: [] 2024-09-16T20:03:51.466 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-key list | grep Ceph 2024-09-16T20:03:51.466 DEBUG:teuthology.orchestra.run.smithi103:> sudo apt-key list | grep Ceph 2024-09-16T20:03:51.529 INFO:teuthology.orchestra.run.smithi103.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-16T20:03:51.539 INFO:teuthology.orchestra.run.smithi059.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-16T20:03:51.557 INFO:teuthology.orchestra.run.smithi103.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-16T20:03:51.557 INFO:teuthology.orchestra.run.smithi103.stdout:uid [ unknown] Ceph.com (release key) 2024-09-16T20:03:51.558 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 2024-09-16T20:03:51.558 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T20:03:51.571 INFO:teuthology.orchestra.run.smithi059.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-16T20:03:51.571 INFO:teuthology.orchestra.run.smithi059.stdout:uid [ unknown] Ceph.com (release key) 2024-09-16T20:03:51.571 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 2024-09-16T20:03:51.571 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T20:03:51.721 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default/ 2024-09-16T20:03:51.722 INFO:teuthology.task.install.deb:Package version is 19.3.0-4883-g6e8474a0-1jammy 2024-09-16T20:03:51.726 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default/ 2024-09-16T20:03:51.726 INFO:teuthology.task.install.deb:Package version is 19.3.0-4883-g6e8474a0-1jammy 2024-09-16T20:03:51.835 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:03:51.836 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-16T20:03:51.850 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:03:51.850 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-16T20:03:51.851 DEBUG:teuthology.orchestra.run.smithi103:> sudo apt-get update 2024-09-16T20:03:51.865 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get update 2024-09-16T20:03:52.025 INFO:teuthology.orchestra.run.smithi103.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T20:03:52.038 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T20:03:52.039 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T20:03:52.039 INFO:teuthology.orchestra.run.smithi103.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T20:03:52.047 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T20:03:52.053 INFO:teuthology.orchestra.run.smithi103.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T20:03:52.064 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T20:03:52.081 INFO:teuthology.orchestra.run.smithi103.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy InRelease 2024-09-16T20:03:52.091 INFO:teuthology.orchestra.run.smithi059.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy InRelease 2024-09-16T20:03:52.103 INFO:teuthology.orchestra.run.smithi103.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy Release [7,005 B] 2024-09-16T20:03:52.114 INFO:teuthology.orchestra.run.smithi059.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy Release [7,005 B] 2024-09-16T20:03:52.124 INFO:teuthology.orchestra.run.smithi103.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-16T20:03:52.134 INFO:teuthology.orchestra.run.smithi059.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-16T20:03:52.145 INFO:teuthology.orchestra.run.smithi103.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,425 B] 2024-09-16T20:03:52.151 INFO:teuthology.orchestra.run.smithi103.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T20:03:52.155 INFO:teuthology.orchestra.run.smithi059.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,425 B] 2024-09-16T20:03:52.180 INFO:teuthology.orchestra.run.smithi103.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-16T20:03:52.185 INFO:teuthology.orchestra.run.smithi059.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-16T20:03:52.385 INFO:teuthology.orchestra.run.smithi103.stdout:Fetched 28.6 kB in 0s (84.2 kB/s) 2024-09-16T20:03:52.405 INFO:teuthology.orchestra.run.smithi059.stdout:Fetched 28.6 kB in 0s (81.6 kB/s) 2024-09-16T20:03:53.405 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-09-16T20:03:53.410 INFO:teuthology.orchestra.run.smithi103.stdout:Reading package lists... 2024-09-16T20:03:53.421 DEBUG:teuthology.orchestra.run.smithi059:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4883-g6e8474a0-1jammy cephadm=19.3.0-4883-g6e8474a0-1jammy ceph-mds=19.3.0-4883-g6e8474a0-1jammy ceph-mgr=19.3.0-4883-g6e8474a0-1jammy ceph-common=19.3.0-4883-g6e8474a0-1jammy ceph-fuse=19.3.0-4883-g6e8474a0-1jammy ceph-test=19.3.0-4883-g6e8474a0-1jammy ceph-volume=19.3.0-4883-g6e8474a0-1jammy radosgw=19.3.0-4883-g6e8474a0-1jammy python3-rados=19.3.0-4883-g6e8474a0-1jammy python3-rgw=19.3.0-4883-g6e8474a0-1jammy python3-cephfs=19.3.0-4883-g6e8474a0-1jammy python3-rbd=19.3.0-4883-g6e8474a0-1jammy libcephfs2=19.3.0-4883-g6e8474a0-1jammy libcephfs-dev=19.3.0-4883-g6e8474a0-1jammy librados2=19.3.0-4883-g6e8474a0-1jammy librbd1=19.3.0-4883-g6e8474a0-1jammy rbd-fuse=19.3.0-4883-g6e8474a0-1jammy 2024-09-16T20:03:53.424 DEBUG:teuthology.orchestra.run.smithi103:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4883-g6e8474a0-1jammy cephadm=19.3.0-4883-g6e8474a0-1jammy ceph-mds=19.3.0-4883-g6e8474a0-1jammy ceph-mgr=19.3.0-4883-g6e8474a0-1jammy ceph-common=19.3.0-4883-g6e8474a0-1jammy ceph-fuse=19.3.0-4883-g6e8474a0-1jammy ceph-test=19.3.0-4883-g6e8474a0-1jammy ceph-volume=19.3.0-4883-g6e8474a0-1jammy radosgw=19.3.0-4883-g6e8474a0-1jammy python3-rados=19.3.0-4883-g6e8474a0-1jammy python3-rgw=19.3.0-4883-g6e8474a0-1jammy python3-cephfs=19.3.0-4883-g6e8474a0-1jammy python3-rbd=19.3.0-4883-g6e8474a0-1jammy libcephfs2=19.3.0-4883-g6e8474a0-1jammy libcephfs-dev=19.3.0-4883-g6e8474a0-1jammy librados2=19.3.0-4883-g6e8474a0-1jammy librbd1=19.3.0-4883-g6e8474a0-1jammy rbd-fuse=19.3.0-4883-g6e8474a0-1jammy 2024-09-16T20:03:53.487 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-09-16T20:03:53.489 INFO:teuthology.orchestra.run.smithi103.stdout:Reading package lists... 2024-09-16T20:03:53.698 INFO:teuthology.orchestra.run.smithi103.stdout:Building dependency tree... 2024-09-16T20:03:53.699 INFO:teuthology.orchestra.run.smithi103.stdout:Reading state information... 2024-09-16T20:03:53.700 INFO:teuthology.orchestra.run.smithi059.stdout:Building dependency tree... 2024-09-16T20:03:53.701 INFO:teuthology.orchestra.run.smithi059.stdout:Reading state information... 2024-09-16T20:03:53.895 INFO:teuthology.orchestra.run.smithi103.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T20:03:53.895 INFO:teuthology.orchestra.run.smithi103.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T20:03:53.895 INFO:teuthology.orchestra.run.smithi103.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T20:03:53.895 INFO:teuthology.orchestra.run.smithi103.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T20:03:53.895 INFO:teuthology.orchestra.run.smithi103.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T20:03:53.899 INFO:teuthology.orchestra.run.smithi103.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T20:03:53.899 INFO:teuthology.orchestra.run.smithi103.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T20:03:53.899 INFO:teuthology.orchestra.run.smithi103.stdout:The following additional packages will be installed: 2024-09-16T20:03:53.912 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-16T20:03:53.912 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-16T20:03:53.912 INFO:teuthology.orchestra.run.smithi103.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-16T20:03:53.912 INFO:teuthology.orchestra.run.smithi103.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-16T20:03:53.912 INFO:teuthology.orchestra.run.smithi103.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-16T20:03:53.912 INFO:teuthology.orchestra.run.smithi103.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-16T20:03:53.912 INFO:teuthology.orchestra.run.smithi103.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-16T20:03:53.912 INFO:teuthology.orchestra.run.smithi103.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-16T20:03:53.912 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-16T20:03:53.912 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-16T20:03:53.912 INFO:teuthology.orchestra.run.smithi103.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-16T20:03:53.912 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout: xmlstarlet zip 2024-09-16T20:03:53.913 INFO:teuthology.orchestra.run.smithi103.stdout:Suggested packages: 2024-09-16T20:03:53.914 INFO:teuthology.orchestra.run.smithi103.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-16T20:03:53.914 INFO:teuthology.orchestra.run.smithi103.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-16T20:03:53.914 INFO:teuthology.orchestra.run.smithi103.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-16T20:03:53.914 INFO:teuthology.orchestra.run.smithi103.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-16T20:03:53.914 INFO:teuthology.orchestra.run.smithi103.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-16T20:03:53.914 INFO:teuthology.orchestra.run.smithi103.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-16T20:03:53.914 INFO:teuthology.orchestra.run.smithi103.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-16T20:03:53.914 INFO:teuthology.orchestra.run.smithi103.stdout:Recommended packages: 2024-09-16T20:03:53.914 INFO:teuthology.orchestra.run.smithi103.stdout: btrfs-tools 2024-09-16T20:03:53.915 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T20:03:53.915 INFO:teuthology.orchestra.run.smithi059.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T20:03:53.915 INFO:teuthology.orchestra.run.smithi059.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout:The following additional packages will be installed: 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-16T20:03:53.916 INFO:teuthology.orchestra.run.smithi059.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-16T20:03:53.917 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-16T20:03:53.917 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-16T20:03:53.917 INFO:teuthology.orchestra.run.smithi059.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-16T20:03:53.917 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-16T20:03:53.917 INFO:teuthology.orchestra.run.smithi059.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-16T20:03:53.917 INFO:teuthology.orchestra.run.smithi059.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-16T20:03:53.917 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout: xmlstarlet zip 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout:Suggested packages: 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-16T20:03:53.918 INFO:teuthology.orchestra.run.smithi059.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-16T20:03:53.919 INFO:teuthology.orchestra.run.smithi059.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-16T20:03:53.919 INFO:teuthology.orchestra.run.smithi059.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-16T20:03:53.919 INFO:teuthology.orchestra.run.smithi059.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-16T20:03:53.919 INFO:teuthology.orchestra.run.smithi059.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-16T20:03:53.919 INFO:teuthology.orchestra.run.smithi059.stdout:Recommended packages: 2024-09-16T20:03:53.919 INFO:teuthology.orchestra.run.smithi059.stdout: btrfs-tools 2024-09-16T20:03:54.003 INFO:teuthology.orchestra.run.smithi103.stdout:The following NEW packages will be installed: 2024-09-16T20:03:54.003 INFO:teuthology.orchestra.run.smithi103.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-16T20:03:54.003 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-16T20:03:54.003 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-16T20:03:54.003 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-16T20:03:54.003 INFO:teuthology.orchestra.run.smithi103.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-16T20:03:54.003 INFO:teuthology.orchestra.run.smithi103.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-16T20:03:54.004 INFO:teuthology.orchestra.run.smithi103.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-16T20:03:54.005 INFO:teuthology.orchestra.run.smithi103.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-16T20:03:54.005 INFO:teuthology.orchestra.run.smithi103.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-16T20:03:54.005 INFO:teuthology.orchestra.run.smithi103.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-16T20:03:54.005 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-16T20:03:54.005 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-16T20:03:54.005 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-16T20:03:54.005 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-16T20:03:54.005 INFO:teuthology.orchestra.run.smithi103.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-16T20:03:54.005 INFO:teuthology.orchestra.run.smithi103.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-16T20:03:54.005 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-16T20:03:54.005 INFO:teuthology.orchestra.run.smithi103.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-16T20:03:54.005 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-16T20:03:54.006 INFO:teuthology.orchestra.run.smithi103.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-16T20:03:54.006 INFO:teuthology.orchestra.run.smithi103.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-16T20:03:54.006 INFO:teuthology.orchestra.run.smithi103.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-16T20:03:54.006 INFO:teuthology.orchestra.run.smithi103.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-16T20:03:54.006 INFO:teuthology.orchestra.run.smithi103.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-16T20:03:54.006 INFO:teuthology.orchestra.run.smithi103.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-16T20:03:54.006 INFO:teuthology.orchestra.run.smithi103.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-16T20:03:54.007 INFO:teuthology.orchestra.run.smithi059.stdout:The following NEW packages will be installed: 2024-09-16T20:03:54.007 INFO:teuthology.orchestra.run.smithi059.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-16T20:03:54.007 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-16T20:03:54.007 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-16T20:03:54.007 INFO:teuthology.orchestra.run.smithi059.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-16T20:03:54.007 INFO:teuthology.orchestra.run.smithi059.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-16T20:03:54.007 INFO:teuthology.orchestra.run.smithi059.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-16T20:03:54.008 INFO:teuthology.orchestra.run.smithi059.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-16T20:03:54.010 INFO:teuthology.orchestra.run.smithi059.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-16T20:03:54.010 INFO:teuthology.orchestra.run.smithi059.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-16T20:03:54.010 INFO:teuthology.orchestra.run.smithi059.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-16T20:03:54.011 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-16T20:03:54.011 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-16T20:03:54.011 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-16T20:03:54.011 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-16T20:03:54.011 INFO:teuthology.orchestra.run.smithi059.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-16T20:03:54.011 INFO:teuthology.orchestra.run.smithi059.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-16T20:03:54.012 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-16T20:03:54.012 INFO:teuthology.orchestra.run.smithi059.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-16T20:03:54.012 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-16T20:03:54.012 INFO:teuthology.orchestra.run.smithi059.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-16T20:03:54.012 INFO:teuthology.orchestra.run.smithi059.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-16T20:03:54.013 INFO:teuthology.orchestra.run.smithi059.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-16T20:03:54.013 INFO:teuthology.orchestra.run.smithi059.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-16T20:03:54.013 INFO:teuthology.orchestra.run.smithi059.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-16T20:03:54.013 INFO:teuthology.orchestra.run.smithi059.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-16T20:03:54.013 INFO:teuthology.orchestra.run.smithi059.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-16T20:03:54.069 INFO:teuthology.orchestra.run.smithi059.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-16T20:03:54.069 INFO:teuthology.orchestra.run.smithi059.stdout:Need to get 251 MB of archives. 2024-09-16T20:03:54.069 INFO:teuthology.orchestra.run.smithi059.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-16T20:03:54.069 INFO:teuthology.orchestra.run.smithi059.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-16T20:03:54.149 INFO:teuthology.orchestra.run.smithi103.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-16T20:03:54.149 INFO:teuthology.orchestra.run.smithi103.stdout:Need to get 251 MB of archives. 2024-09-16T20:03:54.150 INFO:teuthology.orchestra.run.smithi103.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-16T20:03:54.150 INFO:teuthology.orchestra.run.smithi103.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4883-g6e8474a0-1jammy [3,634 kB] 2024-09-16T20:03:54.152 INFO:teuthology.orchestra.run.smithi059.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4883-g6e8474a0-1jammy [3,634 kB] 2024-09-16T20:03:54.157 INFO:teuthology.orchestra.run.smithi059.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-16T20:03:54.159 INFO:teuthology.orchestra.run.smithi059.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-16T20:03:54.177 INFO:teuthology.orchestra.run.smithi059.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-16T20:03:54.193 INFO:teuthology.orchestra.run.smithi103.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-16T20:03:54.235 INFO:teuthology.orchestra.run.smithi059.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-16T20:03:54.240 INFO:teuthology.orchestra.run.smithi059.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-16T20:03:54.253 INFO:teuthology.orchestra.run.smithi059.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-16T20:03:54.257 INFO:teuthology.orchestra.run.smithi059.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-16T20:03:54.258 INFO:teuthology.orchestra.run.smithi059.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-16T20:03:54.259 INFO:teuthology.orchestra.run.smithi059.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-16T20:03:54.260 INFO:teuthology.orchestra.run.smithi059.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-16T20:03:54.269 INFO:teuthology.orchestra.run.smithi059.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-16T20:03:54.271 INFO:teuthology.orchestra.run.smithi059.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-16T20:03:54.273 INFO:teuthology.orchestra.run.smithi059.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-16T20:03:54.274 INFO:teuthology.orchestra.run.smithi059.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-16T20:03:54.290 INFO:teuthology.orchestra.run.smithi059.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-16T20:03:54.293 INFO:teuthology.orchestra.run.smithi059.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-16T20:03:54.295 INFO:teuthology.orchestra.run.smithi059.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-16T20:03:54.297 INFO:teuthology.orchestra.run.smithi059.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-16T20:03:54.297 INFO:teuthology.orchestra.run.smithi059.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-16T20:03:54.298 INFO:teuthology.orchestra.run.smithi059.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-16T20:03:54.307 INFO:teuthology.orchestra.run.smithi059.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-16T20:03:54.308 INFO:teuthology.orchestra.run.smithi059.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-16T20:03:54.308 INFO:teuthology.orchestra.run.smithi059.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-16T20:03:54.308 INFO:teuthology.orchestra.run.smithi059.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-16T20:03:54.325 INFO:teuthology.orchestra.run.smithi059.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-16T20:03:54.325 INFO:teuthology.orchestra.run.smithi059.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-16T20:03:54.326 INFO:teuthology.orchestra.run.smithi059.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-16T20:03:54.330 INFO:teuthology.orchestra.run.smithi059.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-16T20:03:54.330 INFO:teuthology.orchestra.run.smithi059.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-16T20:03:54.330 INFO:teuthology.orchestra.run.smithi059.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-16T20:03:54.342 INFO:teuthology.orchestra.run.smithi059.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-16T20:03:54.343 INFO:teuthology.orchestra.run.smithi059.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-16T20:03:54.343 INFO:teuthology.orchestra.run.smithi059.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-16T20:03:54.343 INFO:teuthology.orchestra.run.smithi059.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-16T20:03:54.350 INFO:teuthology.orchestra.run.smithi103.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4883-g6e8474a0-1jammy [3,336 kB] 2024-09-16T20:03:54.359 INFO:teuthology.orchestra.run.smithi059.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-16T20:03:54.360 INFO:teuthology.orchestra.run.smithi059.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-16T20:03:54.360 INFO:teuthology.orchestra.run.smithi059.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-16T20:03:54.366 INFO:teuthology.orchestra.run.smithi059.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-16T20:03:54.366 INFO:teuthology.orchestra.run.smithi059.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-16T20:03:54.366 INFO:teuthology.orchestra.run.smithi059.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-16T20:03:54.376 INFO:teuthology.orchestra.run.smithi059.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-16T20:03:54.384 INFO:teuthology.orchestra.run.smithi059.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-16T20:03:54.384 INFO:teuthology.orchestra.run.smithi059.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-16T20:03:54.384 INFO:teuthology.orchestra.run.smithi059.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-16T20:03:54.385 INFO:teuthology.orchestra.run.smithi059.stdout:Get:47 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4883-g6e8474a0-1jammy [3,336 kB] 2024-09-16T20:03:54.393 INFO:teuthology.orchestra.run.smithi059.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-16T20:03:54.394 INFO:teuthology.orchestra.run.smithi059.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-16T20:03:54.397 INFO:teuthology.orchestra.run.smithi059.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-16T20:03:54.397 INFO:teuthology.orchestra.run.smithi059.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-16T20:03:54.398 INFO:teuthology.orchestra.run.smithi059.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-16T20:03:54.401 INFO:teuthology.orchestra.run.smithi059.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-16T20:03:54.421 INFO:teuthology.orchestra.run.smithi103.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4883-g6e8474a0-1jammy [722 kB] 2024-09-16T20:03:54.442 INFO:teuthology.orchestra.run.smithi103.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4883-g6e8474a0-1jammy [356 kB] 2024-09-16T20:03:54.442 INFO:teuthology.orchestra.run.smithi103.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4883-g6e8474a0-1jammy [32.8 kB] 2024-09-16T20:03:54.442 INFO:teuthology.orchestra.run.smithi103.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4883-g6e8474a0-1jammy [180 kB] 2024-09-16T20:03:54.444 INFO:teuthology.orchestra.run.smithi103.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4883-g6e8474a0-1jammy [71.2 kB] 2024-09-16T20:03:54.445 INFO:teuthology.orchestra.run.smithi103.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4883-g6e8474a0-1jammy [338 kB] 2024-09-16T20:03:54.455 INFO:teuthology.orchestra.run.smithi059.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-16T20:03:54.455 INFO:teuthology.orchestra.run.smithi059.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-16T20:03:54.457 INFO:teuthology.orchestra.run.smithi059.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-16T20:03:54.457 INFO:teuthology.orchestra.run.smithi059.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-16T20:03:54.458 INFO:teuthology.orchestra.run.smithi059.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-16T20:03:54.471 INFO:teuthology.orchestra.run.smithi103.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4883-g6e8474a0-1jammy [7,987 kB] 2024-09-16T20:03:54.476 INFO:teuthology.orchestra.run.smithi059.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-16T20:03:54.477 INFO:teuthology.orchestra.run.smithi059.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-16T20:03:54.478 INFO:teuthology.orchestra.run.smithi059.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-16T20:03:54.493 INFO:teuthology.orchestra.run.smithi059.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-16T20:03:54.493 INFO:teuthology.orchestra.run.smithi059.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-16T20:03:54.493 INFO:teuthology.orchestra.run.smithi059.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-16T20:03:54.494 INFO:teuthology.orchestra.run.smithi059.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-16T20:03:54.494 INFO:teuthology.orchestra.run.smithi059.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-16T20:03:54.495 INFO:teuthology.orchestra.run.smithi059.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-16T20:03:54.508 INFO:teuthology.orchestra.run.smithi059.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-16T20:03:54.508 INFO:teuthology.orchestra.run.smithi059.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-16T20:03:54.511 INFO:teuthology.orchestra.run.smithi059.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-16T20:03:54.529 INFO:teuthology.orchestra.run.smithi059.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-16T20:03:54.530 INFO:teuthology.orchestra.run.smithi059.stdout:Get:72 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4883-g6e8474a0-1jammy [722 kB] 2024-09-16T20:03:54.530 INFO:teuthology.orchestra.run.smithi059.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-16T20:03:54.530 INFO:teuthology.orchestra.run.smithi059.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-16T20:03:54.530 INFO:teuthology.orchestra.run.smithi059.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-16T20:03:54.533 INFO:teuthology.orchestra.run.smithi059.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-16T20:03:54.533 INFO:teuthology.orchestra.run.smithi059.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-16T20:03:54.533 INFO:teuthology.orchestra.run.smithi059.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-16T20:03:54.540 INFO:teuthology.orchestra.run.smithi059.stdout:Get:79 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4883-g6e8474a0-1jammy [356 kB] 2024-09-16T20:03:54.542 INFO:teuthology.orchestra.run.smithi059.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-16T20:03:54.542 INFO:teuthology.orchestra.run.smithi059.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-16T20:03:54.545 INFO:teuthology.orchestra.run.smithi059.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-16T20:03:54.548 INFO:teuthology.orchestra.run.smithi059.stdout:Get:83 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4883-g6e8474a0-1jammy [32.8 kB] 2024-09-16T20:03:54.549 INFO:teuthology.orchestra.run.smithi059.stdout:Get:84 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4883-g6e8474a0-1jammy [180 kB] 2024-09-16T20:03:54.558 INFO:teuthology.orchestra.run.smithi059.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-16T20:03:54.559 INFO:teuthology.orchestra.run.smithi059.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-16T20:03:54.578 INFO:teuthology.orchestra.run.smithi059.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-16T20:03:54.580 INFO:teuthology.orchestra.run.smithi059.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-16T20:03:54.580 INFO:teuthology.orchestra.run.smithi059.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-16T20:03:54.580 INFO:teuthology.orchestra.run.smithi059.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-16T20:03:54.580 INFO:teuthology.orchestra.run.smithi059.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-16T20:03:54.580 INFO:teuthology.orchestra.run.smithi059.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-16T20:03:54.580 INFO:teuthology.orchestra.run.smithi059.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-16T20:03:54.580 INFO:teuthology.orchestra.run.smithi059.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-16T20:03:54.591 INFO:teuthology.orchestra.run.smithi059.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4883-g6e8474a0-1jammy [71.2 kB] 2024-09-16T20:03:54.593 INFO:teuthology.orchestra.run.smithi059.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4883-g6e8474a0-1jammy [338 kB] 2024-09-16T20:03:54.601 INFO:teuthology.orchestra.run.smithi059.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4883-g6e8474a0-1jammy [7,987 kB] 2024-09-16T20:03:54.613 INFO:teuthology.orchestra.run.smithi103.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-16T20:03:54.630 INFO:teuthology.orchestra.run.smithi103.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-16T20:03:54.706 INFO:teuthology.orchestra.run.smithi103.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-16T20:03:54.823 INFO:teuthology.orchestra.run.smithi103.stdout:Get:14 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4883-g6e8474a0-1jammy [112 kB] 2024-09-16T20:03:54.824 INFO:teuthology.orchestra.run.smithi103.stdout:Get:15 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4883-g6e8474a0-1jammy [473 kB] 2024-09-16T20:03:54.832 INFO:teuthology.orchestra.run.smithi103.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4883-g6e8474a0-1jammy [28.3 MB] 2024-09-16T20:03:54.934 INFO:teuthology.orchestra.run.smithi103.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-16T20:03:54.946 INFO:teuthology.orchestra.run.smithi103.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-16T20:03:54.976 INFO:teuthology.orchestra.run.smithi103.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-16T20:03:54.984 INFO:teuthology.orchestra.run.smithi103.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-16T20:03:54.988 INFO:teuthology.orchestra.run.smithi103.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-16T20:03:54.988 INFO:teuthology.orchestra.run.smithi103.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-16T20:03:54.988 INFO:teuthology.orchestra.run.smithi103.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-16T20:03:55.006 INFO:teuthology.orchestra.run.smithi103.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-16T20:03:55.013 INFO:teuthology.orchestra.run.smithi103.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-16T20:03:55.017 INFO:teuthology.orchestra.run.smithi103.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-16T20:03:55.020 INFO:teuthology.orchestra.run.smithi059.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4883-g6e8474a0-1jammy [112 kB] 2024-09-16T20:03:55.022 INFO:teuthology.orchestra.run.smithi059.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4883-g6e8474a0-1jammy [473 kB] 2024-09-16T20:03:55.029 INFO:teuthology.orchestra.run.smithi059.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4883-g6e8474a0-1jammy [28.3 MB] 2024-09-16T20:03:55.098 INFO:teuthology.orchestra.run.smithi103.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-16T20:03:55.098 INFO:teuthology.orchestra.run.smithi103.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-16T20:03:55.104 INFO:teuthology.orchestra.run.smithi103.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-16T20:03:55.107 INFO:teuthology.orchestra.run.smithi103.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-16T20:03:55.110 INFO:teuthology.orchestra.run.smithi103.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-16T20:03:55.116 INFO:teuthology.orchestra.run.smithi103.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-16T20:03:55.116 INFO:teuthology.orchestra.run.smithi103.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-16T20:03:55.179 INFO:teuthology.orchestra.run.smithi103.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-16T20:03:55.180 INFO:teuthology.orchestra.run.smithi103.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-16T20:03:55.180 INFO:teuthology.orchestra.run.smithi103.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-16T20:03:55.260 INFO:teuthology.orchestra.run.smithi103.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-16T20:03:55.261 INFO:teuthology.orchestra.run.smithi103.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-16T20:03:55.261 INFO:teuthology.orchestra.run.smithi103.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-16T20:03:55.262 INFO:teuthology.orchestra.run.smithi103.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-16T20:03:55.268 INFO:teuthology.orchestra.run.smithi103.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-16T20:03:55.269 INFO:teuthology.orchestra.run.smithi103.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-16T20:03:55.269 INFO:teuthology.orchestra.run.smithi103.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-16T20:03:55.342 INFO:teuthology.orchestra.run.smithi103.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-16T20:03:55.345 INFO:teuthology.orchestra.run.smithi103.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-16T20:03:55.345 INFO:teuthology.orchestra.run.smithi103.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-16T20:03:55.423 INFO:teuthology.orchestra.run.smithi103.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-16T20:03:55.425 INFO:teuthology.orchestra.run.smithi103.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-16T20:03:55.426 INFO:teuthology.orchestra.run.smithi103.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-16T20:03:55.427 INFO:teuthology.orchestra.run.smithi103.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-16T20:03:55.438 INFO:teuthology.orchestra.run.smithi103.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-16T20:03:55.439 INFO:teuthology.orchestra.run.smithi103.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-16T20:03:55.439 INFO:teuthology.orchestra.run.smithi103.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-16T20:03:55.504 INFO:teuthology.orchestra.run.smithi103.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-16T20:03:55.506 INFO:teuthology.orchestra.run.smithi103.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-16T20:03:55.510 INFO:teuthology.orchestra.run.smithi103.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-16T20:03:55.585 INFO:teuthology.orchestra.run.smithi103.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-16T20:03:55.588 INFO:teuthology.orchestra.run.smithi103.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-16T20:03:55.589 INFO:teuthology.orchestra.run.smithi103.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-16T20:03:55.594 INFO:teuthology.orchestra.run.smithi103.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-16T20:03:55.595 INFO:teuthology.orchestra.run.smithi103.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-16T20:03:55.597 INFO:teuthology.orchestra.run.smithi103.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-16T20:03:55.604 INFO:teuthology.orchestra.run.smithi103.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-16T20:03:55.794 INFO:teuthology.orchestra.run.smithi103.stdout:Get:64 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4883-g6e8474a0-1jammy [5,207 kB] 2024-09-16T20:03:55.795 INFO:teuthology.orchestra.run.smithi103.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-16T20:03:55.796 INFO:teuthology.orchestra.run.smithi103.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-16T20:03:55.800 INFO:teuthology.orchestra.run.smithi103.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-16T20:03:55.800 INFO:teuthology.orchestra.run.smithi103.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-16T20:03:55.802 INFO:teuthology.orchestra.run.smithi103.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-16T20:03:55.841 INFO:teuthology.orchestra.run.smithi103.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-16T20:03:55.844 INFO:teuthology.orchestra.run.smithi103.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-16T20:03:55.844 INFO:teuthology.orchestra.run.smithi103.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-16T20:03:55.876 INFO:teuthology.orchestra.run.smithi103.stdout:Get:73 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4883-g6e8474a0-1jammy [251 kB] 2024-09-16T20:03:55.883 INFO:teuthology.orchestra.run.smithi103.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4883-g6e8474a0-1jammy [124 kB] 2024-09-16T20:03:55.883 INFO:teuthology.orchestra.run.smithi103.stdout:Get:75 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4883-g6e8474a0-1jammy [1,562 kB] 2024-09-16T20:03:55.920 INFO:teuthology.orchestra.run.smithi103.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-16T20:03:55.920 INFO:teuthology.orchestra.run.smithi103.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-16T20:03:55.928 INFO:teuthology.orchestra.run.smithi103.stdout:Get:78 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4883-g6e8474a0-1jammy [6,309 kB] 2024-09-16T20:03:55.961 INFO:teuthology.orchestra.run.smithi103.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-16T20:03:55.962 INFO:teuthology.orchestra.run.smithi103.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-16T20:03:55.964 INFO:teuthology.orchestra.run.smithi103.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-16T20:03:55.964 INFO:teuthology.orchestra.run.smithi103.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-16T20:03:55.965 INFO:teuthology.orchestra.run.smithi103.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-16T20:03:55.967 INFO:teuthology.orchestra.run.smithi103.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-16T20:03:55.973 INFO:teuthology.orchestra.run.smithi103.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-16T20:03:56.043 INFO:teuthology.orchestra.run.smithi103.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-16T20:03:56.046 INFO:teuthology.orchestra.run.smithi103.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-16T20:03:56.047 INFO:teuthology.orchestra.run.smithi103.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-16T20:03:56.093 INFO:teuthology.orchestra.run.smithi059.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4883-g6e8474a0-1jammy [5,207 kB] 2024-09-16T20:03:56.102 INFO:teuthology.orchestra.run.smithi103.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4883-g6e8474a0-1jammy [23.1 MB] 2024-09-16T20:03:56.124 INFO:teuthology.orchestra.run.smithi103.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-16T20:03:56.130 INFO:teuthology.orchestra.run.smithi103.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-16T20:03:56.132 INFO:teuthology.orchestra.run.smithi103.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-16T20:03:56.134 INFO:teuthology.orchestra.run.smithi103.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-16T20:03:56.145 INFO:teuthology.orchestra.run.smithi103.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-16T20:03:56.146 INFO:teuthology.orchestra.run.smithi103.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-16T20:03:56.154 INFO:teuthology.orchestra.run.smithi103.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-16T20:03:56.194 INFO:teuthology.orchestra.run.smithi059.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4883-g6e8474a0-1jammy [251 kB] 2024-09-16T20:03:56.201 INFO:teuthology.orchestra.run.smithi059.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4883-g6e8474a0-1jammy [124 kB] 2024-09-16T20:03:56.205 INFO:teuthology.orchestra.run.smithi103.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-16T20:03:56.206 INFO:teuthology.orchestra.run.smithi059.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4883-g6e8474a0-1jammy [1,562 kB] 2024-09-16T20:03:56.206 INFO:teuthology.orchestra.run.smithi103.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-16T20:03:56.207 INFO:teuthology.orchestra.run.smithi103.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-16T20:03:56.266 INFO:teuthology.orchestra.run.smithi059.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4883-g6e8474a0-1jammy [6,309 kB] 2024-09-16T20:03:56.286 INFO:teuthology.orchestra.run.smithi103.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-16T20:03:56.288 INFO:teuthology.orchestra.run.smithi103.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-16T20:03:56.305 INFO:teuthology.orchestra.run.smithi103.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-16T20:03:56.306 INFO:teuthology.orchestra.run.smithi103.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-16T20:03:56.306 INFO:teuthology.orchestra.run.smithi103.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-16T20:03:56.314 INFO:teuthology.orchestra.run.smithi103.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-16T20:03:56.314 INFO:teuthology.orchestra.run.smithi103.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-16T20:03:56.508 INFO:teuthology.orchestra.run.smithi059.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4883-g6e8474a0-1jammy [23.1 MB] 2024-09-16T20:03:56.811 INFO:teuthology.orchestra.run.smithi103.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4883-g6e8474a0-1jammy [14.0 kB] 2024-09-16T20:03:56.812 INFO:teuthology.orchestra.run.smithi103.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4883-g6e8474a0-1jammy [880 kB] 2024-09-16T20:03:56.827 INFO:teuthology.orchestra.run.smithi103.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4883-g6e8474a0-1jammy [2,454 kB] 2024-09-16T20:03:56.864 INFO:teuthology.orchestra.run.smithi103.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4883-g6e8474a0-1jammy [813 kB] 2024-09-16T20:03:56.874 INFO:teuthology.orchestra.run.smithi103.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4883-g6e8474a0-1jammy [160 kB] 2024-09-16T20:03:56.876 INFO:teuthology.orchestra.run.smithi103.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4883-g6e8474a0-1jammy [61.5 MB] 2024-09-16T20:03:57.488 INFO:teuthology.orchestra.run.smithi059.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4883-g6e8474a0-1jammy [14.0 kB] 2024-09-16T20:03:57.491 INFO:teuthology.orchestra.run.smithi059.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4883-g6e8474a0-1jammy [880 kB] 2024-09-16T20:03:57.507 INFO:teuthology.orchestra.run.smithi059.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4883-g6e8474a0-1jammy [2,454 kB] 2024-09-16T20:03:57.551 INFO:teuthology.orchestra.run.smithi059.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4883-g6e8474a0-1jammy [813 kB] 2024-09-16T20:03:57.594 INFO:teuthology.orchestra.run.smithi059.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4883-g6e8474a0-1jammy [160 kB] 2024-09-16T20:03:57.598 INFO:teuthology.orchestra.run.smithi059.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4883-g6e8474a0-1jammy [61.5 MB] 2024-09-16T20:03:58.841 INFO:teuthology.orchestra.run.smithi103.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4883-g6e8474a0-1jammy [8,625 kB] 2024-09-16T20:03:59.014 INFO:teuthology.orchestra.run.smithi103.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4883-g6e8474a0-1jammy [14.2 kB] 2024-09-16T20:03:59.014 INFO:teuthology.orchestra.run.smithi103.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4883-g6e8474a0-1jammy [55.8 MB] 2024-09-16T20:04:00.084 INFO:teuthology.orchestra.run.smithi059.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4883-g6e8474a0-1jammy [8,625 kB] 2024-09-16T20:04:00.341 INFO:teuthology.orchestra.run.smithi059.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4883-g6e8474a0-1jammy [14.2 kB] 2024-09-16T20:04:00.342 INFO:teuthology.orchestra.run.smithi059.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4883-g6e8474a0-1jammy [55.8 MB] 2024-09-16T20:04:00.739 INFO:teuthology.orchestra.run.smithi103.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4883-g6e8474a0-1jammy [130 kB] 2024-09-16T20:04:00.742 INFO:teuthology.orchestra.run.smithi103.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4883-g6e8474a0-1jammy [39.0 kB] 2024-09-16T20:04:00.752 INFO:teuthology.orchestra.run.smithi103.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4883-g6e8474a0-1jammy [15.9 MB] 2024-09-16T20:04:01.235 INFO:teuthology.orchestra.run.smithi103.stdout:Get:119 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4883-g6e8474a0-1jammy [91.2 kB] 2024-09-16T20:04:01.803 INFO:teuthology.orchestra.run.smithi103.stdout:Fetched 251 MB in 7s (34.8 MB/s) 2024-09-16T20:04:01.812 INFO:teuthology.orchestra.run.smithi059.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4883-g6e8474a0-1jammy [130 kB] 2024-09-16T20:04:01.816 INFO:teuthology.orchestra.run.smithi059.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4883-g6e8474a0-1jammy [39.0 kB] 2024-09-16T20:04:01.816 INFO:teuthology.orchestra.run.smithi059.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4883-g6e8474a0-1jammy [15.9 MB] 2024-09-16T20:04:01.965 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-16T20:04:02.065 INFO:teuthology.orchestra.run.smithi103.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 ... 165990 files and directories currently installed.) 2024-09-16T20:04:02.071 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-16T20:04:02.117 INFO:teuthology.orchestra.run.smithi059.stdout:Get:119 https://3.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4883-g6e8474a0-1jammy [91.2 kB] 2024-09-16T20:04:02.156 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T20:04:02.493 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-16T20:04:02.519 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-16T20:04:02.559 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T20:04:02.723 INFO:teuthology.orchestra.run.smithi059.stdout:Fetched 251 MB in 8s (31.0 MB/s) 2024-09-16T20:04:02.879 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-16T20:04:02.891 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-16T20:04:02.905 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-16T20:04:02.945 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T20:04:02.994 INFO:teuthology.orchestra.run.smithi059.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 ... 165990 files and directories currently installed.) 2024-09-16T20:04:03.000 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-16T20:04:03.082 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T20:04:03.333 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-16T20:04:03.358 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T20:04:03.398 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T20:04:03.435 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-16T20:04:03.462 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-16T20:04:03.502 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T20:04:03.802 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-16T20:04:03.828 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T20:04:03.830 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-16T20:04:03.857 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-16T20:04:03.869 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T20:04:03.896 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T20:04:04.239 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-16T20:04:04.264 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T20:04:04.307 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T20:04:04.333 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-16T20:04:04.361 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T20:04:04.425 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T20:04:04.617 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-16T20:04:04.631 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-16T20:04:04.666 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T20:04:04.795 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-16T20:04:04.822 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T20:04:04.861 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T20:04:04.986 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package librados2. 2024-09-16T20:04:05.013 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../007-librados2_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:05.052 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking librados2 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:05.206 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-16T20:04:05.233 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T20:04:05.272 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T20:04:05.645 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-16T20:04:05.669 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-16T20:04:05.706 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libnbd0. 2024-09-16T20:04:05.710 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T20:04:05.732 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-16T20:04:05.772 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-16T20:04:06.033 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package librbd1. 2024-09-16T20:04:06.053 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../009-librbd1_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:06.083 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking librbd1 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:06.187 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package librados2. 2024-09-16T20:04:06.214 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../007-librados2_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:06.256 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking librados2 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:06.529 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libcephfs2. 2024-09-16T20:04:06.554 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:06.595 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libcephfs2 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:06.857 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libnbd0. 2024-09-16T20:04:06.877 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-rados. 2024-09-16T20:04:06.887 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-16T20:04:06.899 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:06.923 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-16T20:04:06.938 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-rados (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:07.232 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-16T20:04:07.243 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package librbd1. 2024-09-16T20:04:07.260 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:07.269 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../009-librbd1_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:07.299 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-ceph-argparse (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:07.309 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking librbd1 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:07.535 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-cephfs. 2024-09-16T20:04:07.550 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:07.594 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-cephfs (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:07.720 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libcephfs2. 2024-09-16T20:04:07.747 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:07.778 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libcephfs2 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:07.904 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-16T20:04:07.931 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:07.971 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-ceph-common (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:08.056 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-rados. 2024-09-16T20:04:08.083 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:08.123 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-rados (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:08.290 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-16T20:04:08.317 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-16T20:04:08.357 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T20:04:08.480 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-16T20:04:08.508 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:08.550 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-ceph-argparse (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:08.685 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-prettytable. 2024-09-16T20:04:08.712 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-16T20:04:08.752 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-16T20:04:08.795 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-cephfs. 2024-09-16T20:04:08.810 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:08.854 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-cephfs (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:08.971 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-rbd. 2024-09-16T20:04:08.986 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:09.025 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-rbd (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:09.166 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-16T20:04:09.191 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:09.232 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-ceph-common (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:09.340 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-16T20:04:09.367 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-16T20:04:09.407 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T20:04:09.542 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-16T20:04:09.569 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-16T20:04:09.609 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T20:04:09.693 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-16T20:04:09.724 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-16T20:04:09.760 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T20:04:09.903 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-prettytable. 2024-09-16T20:04:09.930 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-16T20:04:09.970 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-16T20:04:10.046 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-16T20:04:10.061 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-16T20:04:10.104 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T20:04:10.164 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-rbd. 2024-09-16T20:04:10.180 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:10.214 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-rbd (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:10.449 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package lua5.1. 2024-09-16T20:04:10.476 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-16T20:04:10.558 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-16T20:04:10.585 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-16T20:04:10.607 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-16T20:04:10.625 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T20:04:10.911 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-16T20:04:10.927 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-16T20:04:10.969 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T20:04:10.986 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package lua-any. 2024-09-16T20:04:11.013 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-16T20:04:11.052 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-16T20:04:11.264 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-16T20:04:11.280 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-16T20:04:11.296 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package zip. 2024-09-16T20:04:11.313 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T20:04:11.323 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-16T20:04:11.365 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking zip (3.0-12build2) ... 2024-09-16T20:04:11.577 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package lua5.1. 2024-09-16T20:04:11.602 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-16T20:04:11.641 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-16T20:04:11.675 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package unzip. 2024-09-16T20:04:11.705 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-16T20:04:11.741 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-16T20:04:11.957 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package lua-any. 2024-09-16T20:04:11.980 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-16T20:04:12.020 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-16T20:04:12.095 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package luarocks. 2024-09-16T20:04:12.121 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-16T20:04:12.161 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-16T20:04:12.380 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package zip. 2024-09-16T20:04:12.396 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-16T20:04:12.430 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking zip (3.0-12build2) ... 2024-09-16T20:04:12.494 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package librgw2. 2024-09-16T20:04:12.521 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../026-librgw2_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:12.561 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking librgw2 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:12.759 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package unzip. 2024-09-16T20:04:12.786 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-16T20:04:12.825 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-16T20:04:13.180 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-rgw. 2024-09-16T20:04:13.195 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:13.213 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package luarocks. 2024-09-16T20:04:13.238 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-rgw (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:13.239 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-16T20:04:13.279 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-16T20:04:13.574 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-16T20:04:13.601 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-16T20:04:13.641 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T20:04:13.670 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package librgw2. 2024-09-16T20:04:13.698 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../026-librgw2_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:13.737 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking librgw2 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:13.952 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libradosstriper1. 2024-09-16T20:04:13.979 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:14.019 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libradosstriper1 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:14.373 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-rgw. 2024-09-16T20:04:14.389 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:14.433 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-rgw (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:14.439 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-common. 2024-09-16T20:04:14.465 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:14.505 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-common (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:14.767 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-16T20:04:14.794 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-16T20:04:14.825 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T20:04:15.137 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libradosstriper1. 2024-09-16T20:04:15.165 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:15.203 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libradosstriper1 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:15.631 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-common. 2024-09-16T20:04:15.659 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:15.698 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-common (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:16.180 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-base. 2024-09-16T20:04:16.204 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:16.257 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-base (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:16.810 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-16T20:04:16.833 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-16T20:04:16.873 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-16T20:04:17.153 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-base. 2024-09-16T20:04:17.172 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-cheroot. 2024-09-16T20:04:17.180 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:17.194 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-16T20:04:17.229 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-base (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:17.234 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T20:04:17.587 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-16T20:04:17.614 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-16T20:04:17.654 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-16T20:04:17.799 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-16T20:04:17.826 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-16T20:04:17.865 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-16T20:04:17.923 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-16T20:04:17.949 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-16T20:04:17.990 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-16T20:04:18.152 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-cheroot. 2024-09-16T20:04:18.184 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-16T20:04:18.210 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T20:04:18.226 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-16T20:04:18.254 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-16T20:04:18.292 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-16T20:04:18.480 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-16T20:04:18.492 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-16T20:04:18.521 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-16T20:04:18.604 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-tempora. 2024-09-16T20:04:18.635 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-16T20:04:18.670 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-16T20:04:18.816 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-16T20:04:18.843 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-16T20:04:18.883 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-16T20:04:18.974 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-portend. 2024-09-16T20:04:19.000 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-16T20:04:19.040 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-16T20:04:19.194 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-16T20:04:19.221 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-16T20:04:19.260 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-16T20:04:19.288 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-16T20:04:19.300 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-16T20:04:19.334 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-16T20:04:19.538 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-tempora. 2024-09-16T20:04:19.565 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-16T20:04:19.596 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-16T20:04:19.604 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-16T20:04:19.630 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-16T20:04:19.670 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-16T20:04:19.874 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-portend. 2024-09-16T20:04:19.901 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-16T20:04:19.941 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-16T20:04:19.990 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-natsort. 2024-09-16T20:04:20.017 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-16T20:04:20.057 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-16T20:04:20.244 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-16T20:04:20.271 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-16T20:04:20.310 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-logutils. 2024-09-16T20:04:20.310 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-16T20:04:20.336 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-16T20:04:20.379 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-16T20:04:20.616 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-16T20:04:20.640 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-16T20:04:20.680 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-16T20:04:20.696 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-16T20:04:20.723 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-16T20:04:20.763 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-16T20:04:21.066 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-mako. 2024-09-16T20:04:21.067 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-natsort. 2024-09-16T20:04:21.092 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-16T20:04:21.094 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-16T20:04:21.132 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T20:04:21.133 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-16T20:04:21.403 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-logutils. 2024-09-16T20:04:21.430 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-16T20:04:21.460 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-16T20:04:21.461 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-16T20:04:21.487 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-16T20:04:21.535 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-16T20:04:21.756 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-16T20:04:21.783 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-16T20:04:21.796 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-16T20:04:21.812 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-16T20:04:21.822 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-16T20:04:21.846 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-16T20:04:22.117 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-mako. 2024-09-16T20:04:22.141 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-webob. 2024-09-16T20:04:22.148 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-16T20:04:22.167 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-16T20:04:22.183 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T20:04:22.207 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T20:04:22.512 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-16T20:04:22.542 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-16T20:04:22.552 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-waitress. 2024-09-16T20:04:22.570 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-16T20:04:22.578 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-16T20:04:22.630 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T20:04:22.873 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-16T20:04:22.901 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-16T20:04:22.922 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-tempita. 2024-09-16T20:04:22.939 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-16T20:04:22.948 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-16T20:04:22.988 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T20:04:23.238 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-webob. 2024-09-16T20:04:23.261 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-16T20:04:23.267 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-paste. 2024-09-16T20:04:23.296 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-16T20:04:23.300 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T20:04:23.332 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T20:04:23.656 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-waitress. 2024-09-16T20:04:23.661 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-16T20:04:23.685 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-16T20:04:23.689 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-16T20:04:23.723 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T20:04:23.727 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T20:04:23.999 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-tempita. 2024-09-16T20:04:24.014 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-16T20:04:24.033 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-16T20:04:24.048 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T20:04:24.057 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-16T20:04:24.097 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-16T20:04:24.317 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-paste. 2024-09-16T20:04:24.345 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-16T20:04:24.350 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-webtest. 2024-09-16T20:04:24.376 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-16T20:04:24.384 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T20:04:24.417 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-16T20:04:24.696 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-16T20:04:24.712 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-16T20:04:24.736 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-pecan. 2024-09-16T20:04:24.745 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T20:04:24.762 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-16T20:04:24.811 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T20:04:25.015 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-16T20:04:25.042 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-16T20:04:25.081 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-16T20:04:25.165 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-certifi. 2024-09-16T20:04:25.194 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-16T20:04:25.232 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-16T20:04:25.393 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-webtest. 2024-09-16T20:04:25.420 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-16T20:04:25.459 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-16T20:04:25.543 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-idna. 2024-09-16T20:04:25.570 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-16T20:04:25.609 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T20:04:25.779 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pecan. 2024-09-16T20:04:25.806 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-16T20:04:25.845 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T20:04:25.896 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-urllib3. 2024-09-16T20:04:25.923 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-16T20:04:25.954 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T20:04:26.208 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-certifi. 2024-09-16T20:04:26.232 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-requests. 2024-09-16T20:04:26.235 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-16T20:04:26.248 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-16T20:04:26.275 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-16T20:04:26.570 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-idna. 2024-09-16T20:04:26.597 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-16T20:04:26.628 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T20:04:26.682 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T20:04:26.939 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-urllib3. 2024-09-16T20:04:26.967 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-16T20:04:27.005 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T20:04:27.325 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-requests. 2024-09-16T20:04:27.353 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-16T20:04:27.392 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T20:04:27.452 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-16T20:04:27.479 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-16T20:04:27.519 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T20:04:27.780 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-16T20:04:27.796 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:27.830 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:28.193 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-16T20:04:28.220 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:28.260 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:28.446 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-16T20:04:28.473 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-16T20:04:28.512 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T20:04:28.547 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-16T20:04:28.573 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-16T20:04:28.604 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-16T20:04:28.807 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-16T20:04:28.834 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:28.849 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-openssl. 2024-09-16T20:04:28.865 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-16T20:04:28.873 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:28.907 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-16T20:04:29.243 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-mgr. 2024-09-16T20:04:29.270 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:29.278 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-16T20:04:29.309 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:29.309 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-mgr (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:29.341 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:29.639 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-16T20:04:29.666 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-16T20:04:29.705 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-16T20:04:29.713 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-mon. 2024-09-16T20:04:29.740 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:29.779 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-mon (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:30.008 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-openssl. 2024-09-16T20:04:30.036 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-16T20:04:30.075 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-16T20:04:30.308 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-osd. 2024-09-16T20:04:30.335 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:30.366 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-osd (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:30.419 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mgr. 2024-09-16T20:04:30.447 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:30.478 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mgr (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:30.839 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mon. 2024-09-16T20:04:30.867 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:30.906 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mon (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:31.611 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph. 2024-09-16T20:04:31.639 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../067-ceph_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:31.678 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:31.696 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-osd. 2024-09-16T20:04:31.724 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:31.826 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-osd (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:31.997 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-fuse. 2024-09-16T20:04:32.024 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:32.063 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-fuse (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:32.400 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-mds. 2024-09-16T20:04:32.427 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:32.458 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-mds (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:32.821 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package cephadm. 2024-09-16T20:04:32.846 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../070-cephadm_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:32.881 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph. 2024-09-16T20:04:32.886 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking cephadm (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:32.897 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../067-ceph_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:32.931 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:33.205 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-16T20:04:33.232 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-16T20:04:33.250 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-fuse. 2024-09-16T20:04:33.272 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-16T20:04:33.277 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:33.341 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-fuse (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:33.575 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-16T20:04:33.590 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T20:04:33.633 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T20:04:33.726 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mds. 2024-09-16T20:04:33.747 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:33.786 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mds (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:34.156 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package cephadm. 2024-09-16T20:04:34.184 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../070-cephadm_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:34.217 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking cephadm (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:34.500 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-16T20:04:34.528 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-16T20:04:34.566 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-16T20:04:34.705 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-babel. 2024-09-16T20:04:34.732 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T20:04:34.771 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T20:04:34.844 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-16T20:04:34.861 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T20:04:34.896 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T20:04:35.100 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-jinja2. 2024-09-16T20:04:35.125 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-16T20:04:35.165 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T20:04:35.510 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-16T20:04:35.536 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:35.576 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:35.866 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-babel. 2024-09-16T20:04:35.894 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T20:04:35.916 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-16T20:04:35.932 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T20:04:35.940 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-16T20:04:35.980 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-16T20:04:36.283 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-routes. 2024-09-16T20:04:36.309 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-16T20:04:36.349 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T20:04:36.377 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-jinja2. 2024-09-16T20:04:36.405 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-16T20:04:36.443 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T20:04:36.696 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-16T20:04:36.725 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:36.760 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:36.806 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-16T20:04:36.832 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:36.880 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:37.217 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-16T20:04:37.244 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-16T20:04:37.283 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-16T20:04:37.561 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-routes. 2024-09-16T20:04:37.589 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-16T20:04:37.619 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T20:04:37.939 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-16T20:04:37.967 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:38.007 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:39.584 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-16T20:04:39.605 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-16T20:04:39.642 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T20:04:40.146 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-joblib. 2024-09-16T20:04:40.174 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-16T20:04:40.213 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T20:04:40.550 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-16T20:04:40.566 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-16T20:04:40.610 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-16T20:04:40.625 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-16T20:04:40.629 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-16T20:04:40.668 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T20:04:40.886 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-sklearn. 2024-09-16T20:04:40.919 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-16T20:04:41.030 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T20:04:41.114 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-joblib. 2024-09-16T20:04:41.142 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-16T20:04:41.180 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T20:04:41.584 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-16T20:04:41.612 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-16T20:04:41.650 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-16T20:04:41.732 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-16T20:04:41.760 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:41.798 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:41.953 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-sklearn. 2024-09-16T20:04:41.981 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-16T20:04:42.105 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T20:04:42.814 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-16T20:04:42.843 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:42.881 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:42.905 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-cachetools. 2024-09-16T20:04:42.929 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-16T20:04:42.968 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-16T20:04:43.247 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-16T20:04:43.274 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-16T20:04:43.313 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-16T20:04:43.591 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-16T20:04:43.610 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-16T20:04:43.641 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T20:04:43.784 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-cachetools. 2024-09-16T20:04:43.800 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-16T20:04:43.834 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-16T20:04:43.911 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-rsa. 2024-09-16T20:04:43.938 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-16T20:04:43.978 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-16T20:04:44.087 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-16T20:04:44.115 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-16T20:04:44.153 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-16T20:04:44.299 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-google-auth. 2024-09-16T20:04:44.327 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-16T20:04:44.365 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-16T20:04:44.490 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-16T20:04:44.521 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-16T20:04:44.556 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T20:04:44.685 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-16T20:04:44.713 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-16T20:04:44.752 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T20:04:44.851 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-rsa. 2024-09-16T20:04:44.879 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-16T20:04:44.917 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-16T20:04:45.038 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-websocket. 2024-09-16T20:04:45.066 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-16T20:04:45.096 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-16T20:04:45.263 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-google-auth. 2024-09-16T20:04:45.291 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-16T20:04:45.329 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-16T20:04:45.392 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-16T20:04:45.420 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-16T20:04:45.458 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T20:04:45.659 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-16T20:04:45.687 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-16T20:04:45.716 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T20:04:46.028 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-websocket. 2024-09-16T20:04:46.056 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-16T20:04:46.064 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-16T20:04:46.081 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:46.094 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-16T20:04:46.114 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:46.406 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-16T20:04:46.436 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-16T20:04:46.436 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-16T20:04:46.462 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-16T20:04:46.473 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T20:04:46.501 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T20:04:46.837 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-16T20:04:46.865 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T20:04:46.903 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T20:04:47.069 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-16T20:04:47.087 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:47.165 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package jq. 2024-09-16T20:04:47.195 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T20:04:47.235 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-16T20:04:47.276 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:47.476 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package socat. 2024-09-16T20:04:47.492 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-16T20:04:47.526 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-16T20:04:47.772 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-16T20:04:47.800 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-16T20:04:47.839 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T20:04:47.983 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package xmlstarlet. 2024-09-16T20:04:48.008 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-16T20:04:48.046 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-16T20:04:48.184 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-16T20:04:48.212 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T20:04:48.250 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T20:04:48.384 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-test. 2024-09-16T20:04:48.401 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:48.439 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-test (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:48.477 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package jq. 2024-09-16T20:04:48.495 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T20:04:48.527 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-16T20:04:48.775 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package socat. 2024-09-16T20:04:48.801 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-16T20:04:48.838 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-16T20:04:49.159 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package xmlstarlet. 2024-09-16T20:04:49.187 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-16T20:04:49.225 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-16T20:04:49.562 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-test. 2024-09-16T20:04:49.579 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:49.612 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-test (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:50.939 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package ceph-volume. 2024-09-16T20:04:50.966 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:51.005 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking ceph-volume (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:51.309 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-16T20:04:51.340 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:51.376 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking libcephfs-dev (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:51.646 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-16T20:04:51.662 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-16T20:04:51.695 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T20:04:52.017 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-16T20:04:52.045 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-16T20:04:52.083 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-16T20:04:52.100 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-volume. 2024-09-16T20:04:52.129 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4883-g6e8474a0-1jammy_all.deb ... 2024-09-16T20:04:52.166 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-volume (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:52.429 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package nvme-cli. 2024-09-16T20:04:52.454 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-16T20:04:52.457 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-16T20:04:52.471 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:52.496 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T20:04:52.585 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libcephfs-dev (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:52.910 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package pkg-config. 2024-09-16T20:04:52.915 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-16T20:04:52.932 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-16T20:04:52.938 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-16T20:04:52.973 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T20:04:52.976 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T20:04:53.238 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-16T20:04:53.266 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-16T20:04:53.303 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-16T20:04:53.304 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-16T20:04:53.331 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-16T20:04:53.369 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-16T20:04:53.698 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package nvme-cli. 2024-09-16T20:04:53.716 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-16T20:04:53.731 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-16T20:04:53.744 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-16T20:04:53.774 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-16T20:04:53.790 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T20:04:54.086 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-pastescript. 2024-09-16T20:04:54.113 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-16T20:04:54.152 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-16T20:04:54.161 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package pkg-config. 2024-09-16T20:04:54.190 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-16T20:04:54.228 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T20:04:54.472 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-16T20:04:54.473 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-pluggy. 2024-09-16T20:04:54.492 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-16T20:04:54.500 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-16T20:04:54.530 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-16T20:04:54.539 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-16T20:04:54.852 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-psutil. 2024-09-16T20:04:54.878 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-16T20:04:54.917 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-16T20:04:54.951 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-16T20:04:54.979 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-16T20:04:55.017 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-16T20:04:55.270 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-py. 2024-09-16T20:04:55.301 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-16T20:04:55.303 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pastescript. 2024-09-16T20:04:55.332 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-16T20:04:55.345 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-16T20:04:55.369 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-16T20:04:55.673 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pluggy. 2024-09-16T20:04:55.674 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-pygments. 2024-09-16T20:04:55.702 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-16T20:04:55.702 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-16T20:04:55.731 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-16T20:04:55.740 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T20:04:56.026 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-psutil. 2024-09-16T20:04:56.055 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-16T20:04:56.092 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-16T20:04:56.186 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-16T20:04:56.218 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-16T20:04:56.253 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-16T20:04:56.445 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-py. 2024-09-16T20:04:56.474 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-16T20:04:56.511 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-16T20:04:56.514 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-toml. 2024-09-16T20:04:56.542 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-16T20:04:56.572 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-16T20:04:56.849 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pygments. 2024-09-16T20:04:56.878 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-16T20:04:56.879 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-pytest. 2024-09-16T20:04:56.904 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-16T20:04:56.915 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T20:04:56.942 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T20:04:57.279 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package python3-simplejson. 2024-09-16T20:04:57.307 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-16T20:04:57.340 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-16T20:04:57.394 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-16T20:04:57.423 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-16T20:04:57.460 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-16T20:04:57.582 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-16T20:04:57.598 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-16T20:04:57.633 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-16T20:04:57.772 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-toml. 2024-09-16T20:04:57.800 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-16T20:04:57.838 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-16T20:04:58.133 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pytest. 2024-09-16T20:04:58.162 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-16T20:04:58.191 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T20:04:58.369 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package radosgw. 2024-09-16T20:04:58.398 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../117-radosgw_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:58.436 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking radosgw (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:58.511 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-simplejson. 2024-09-16T20:04:58.540 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-16T20:04:58.578 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-16T20:04:58.855 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-16T20:04:58.872 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-16T20:04:58.913 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-16T20:04:59.339 INFO:teuthology.orchestra.run.smithi103.stdout:Selecting previously unselected package rbd-fuse. 2024-09-16T20:04:59.368 INFO:teuthology.orchestra.run.smithi103.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:59.406 INFO:teuthology.orchestra.run.smithi103.stdout:Unpacking rbd-fuse (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:59.626 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package radosgw. 2024-09-16T20:04:59.657 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../117-radosgw_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:04:59.692 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking radosgw (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:04:59.702 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-16T20:04:59.944 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T20:05:00.070 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T20:05:00.331 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-16T20:05:00.644 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-16T20:05:00.720 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package rbd-fuse. 2024-09-16T20:05:00.750 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4883-g6e8474a0-1jammy_amd64.deb ... 2024-09-16T20:05:00.786 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking rbd-fuse (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:01.067 INFO:teuthology.orchestra.run.smithi103.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-16T20:05:01.084 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-16T20:05:01.131 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up cephadm (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:01.342 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T20:05:01.443 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T20:05:01.681 INFO:teuthology.orchestra.run.smithi103.stdout:Adding system user cephadm....done 2024-09-16T20:05:01.685 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-16T20:05:01.829 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T20:05:01.998 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-16T20:05:02.097 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-16T20:05:02.349 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-16T20:05:02.411 INFO:teuthology.orchestra.run.smithi059.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-16T20:05:02.475 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-16T20:05:02.486 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up cephadm (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:02.726 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-16T20:05:02.978 INFO:teuthology.orchestra.run.smithi059.stdout:Adding system user cephadm....done 2024-09-16T20:05:02.986 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T20:05:03.092 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T20:05:03.112 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-16T20:05:03.410 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-16T20:05:03.430 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T20:05:03.678 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-16T20:05:03.796 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-16T20:05:03.799 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-16T20:05:04.047 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-16T20:05:04.076 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-16T20:05:04.290 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T20:05:04.352 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-16T20:05:04.416 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-16T20:05:04.621 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-16T20:05:04.718 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T20:05:04.847 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-16T20:05:05.078 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-16T20:05:05.114 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-16T20:05:05.345 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-16T20:05:05.374 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-ceph-argparse (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:05.625 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T20:05:05.630 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-16T20:05:05.751 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-16T20:05:05.877 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T20:05:05.883 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-16T20:05:06.005 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T20:05:06.112 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-16T20:05:06.134 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-16T20:05:06.355 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-16T20:05:06.376 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-16T20:05:06.621 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-ceph-argparse (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:06.818 INFO:teuthology.orchestra.run.smithi103.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-16T20:05:06.854 INFO:teuthology.orchestra.run.smithi103.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-16T20:05:06.909 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T20:05:06.961 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T20:05:07.035 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-16T20:05:07.087 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-16T20:05:07.213 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T20:05:07.339 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T20:05:07.403 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T20:05:07.474 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-16T20:05:07.520 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-16T20:05:07.733 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-16T20:05:07.772 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T20:05:08.039 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-16T20:05:08.142 INFO:teuthology.orchestra.run.smithi059.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-16T20:05:08.182 INFO:teuthology.orchestra.run.smithi059.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-16T20:05:08.245 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T20:05:08.333 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up zip (3.0-12build2) ... 2024-09-16T20:05:08.371 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-16T20:05:08.442 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T20:05:08.732 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T20:05:08.857 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-16T20:05:09.133 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T20:05:09.136 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T20:05:09.387 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T20:05:09.401 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-16T20:05:09.513 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-16T20:05:09.639 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T20:05:09.727 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up zip (3.0-12build2) ... 2024-09-16T20:05:09.853 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T20:05:09.940 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-16T20:05:10.350 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-16T20:05:10.571 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T20:05:10.601 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T20:05:10.831 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T20:05:10.965 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-16T20:05:10.986 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T20:05:11.091 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T20:05:11.304 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T20:05:11.376 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-16T20:05:11.647 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-16T20:05:11.752 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-16T20:05:11.906 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-16T20:05:11.986 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T20:05:12.008 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-ceph-common (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:12.301 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T20:05:12.373 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T20:05:12.618 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T20:05:12.648 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T20:05:12.991 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-16T20:05:13.259 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-16T20:05:13.360 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-ceph-common (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:13.652 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T20:05:13.760 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T20:05:14.004 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T20:05:14.035 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T20:05:14.170 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-16T20:05:14.416 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T20:05:14.539 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-16T20:05:14.665 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T20:05:14.941 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-16T20:05:15.160 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T20:05:15.217 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-16T20:05:15.378 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T20:05:15.468 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T20:05:15.512 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-16T20:05:15.595 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-16T20:05:15.780 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T20:05:15.879 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-16T20:05:15.906 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-16T20:05:16.026 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T20:05:16.139 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-16T20:05:16.336 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-16T20:05:16.398 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-16T20:05:16.587 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-16T20:05:16.641 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-16T20:05:16.822 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T20:05:16.884 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-16T20:05:16.947 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-16T20:05:17.160 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T20:05:17.257 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-16T20:05:17.311 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-16T20:05:17.516 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-16T20:05:17.579 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T20:05:17.705 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T20:05:17.776 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-16T20:05:17.998 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T20:05:18.035 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-16T20:05:18.308 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-16T20:05:18.531 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-16T20:05:18.559 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T20:05:18.685 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-16T20:05:18.796 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T20:05:18.828 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T20:05:18.897 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-16T20:05:18.909 INFO:teuthology.orchestra.run.smithi103.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-16T20:05:19.179 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T20:05:19.189 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T20:05:19.289 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T20:05:19.315 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T20:05:19.616 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T20:05:19.674 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-16T20:05:19.909 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-16T20:05:19.909 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-16T20:05:20.035 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-16T20:05:20.169 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T20:05:20.286 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-16T20:05:20.294 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T20:05:20.395 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T20:05:20.420 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T20:05:20.467 INFO:teuthology.orchestra.run.smithi059.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-16T20:05:20.705 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T20:05:20.738 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T20:05:20.831 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T20:05:21.031 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T20:05:21.233 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-16T20:05:21.307 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-16T20:05:21.417 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-16T20:05:21.501 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-16T20:05:21.627 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-16T20:05:21.676 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-16T20:05:21.886 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T20:05:21.988 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T20:05:22.029 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T20:05:22.289 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-16T20:05:22.296 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T20:05:22.607 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T20:05:22.682 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-16T20:05:22.882 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-16T20:05:22.978 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T20:05:23.008 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-16T20:05:23.284 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-16T20:05:23.314 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T20:05:23.440 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up librados2 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:23.566 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:23.629 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T20:05:23.692 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-16T20:05:23.889 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-16T20:05:24.062 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libcephfs2 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:24.171 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libradosstriper1 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:24.273 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-16T20:05:24.297 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-16T20:05:24.566 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up librbd1 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:24.566 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T20:05:24.692 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-mgr-modules-core (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:24.827 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-fuse (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:24.894 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T20:05:25.003 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up librados2 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:25.042 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T20:05:25.042 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T20:05:25.104 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:25.214 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-16T20:05:25.519 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up libcephfs-dev (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:25.550 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libcephfs2 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:25.646 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-rados (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:25.676 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libradosstriper1 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:25.772 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up librgw2 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:25.819 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-16T20:05:25.899 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T20:05:26.120 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up librbd1 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:26.246 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mgr-modules-core (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:26.372 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-fuse (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:26.590 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T20:05:26.590 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T20:05:27.048 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libcephfs-dev (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:27.144 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-rbd (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:27.174 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-rados (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:27.275 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up librgw2 (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:27.295 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up rbd-fuse (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:27.377 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T20:05:27.404 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-rgw (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:27.513 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up python3-cephfs (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:27.623 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-common (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:28.158 INFO:teuthology.orchestra.run.smithi103.stdout:Adding group ceph....done 2024-09-16T20:05:28.539 INFO:teuthology.orchestra.run.smithi103.stdout:Adding system user ceph....done 2024-09-16T20:05:28.622 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-rbd (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:28.696 INFO:teuthology.orchestra.run.smithi103.stdout:Setting system user ceph properties....done 2024-09-16T20:05:28.709 INFO:teuthology.orchestra.run.smithi103.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-16T20:05:28.748 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up rbd-fuse (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:28.843 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-16T20:05:28.873 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-rgw (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:29.000 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-cephfs (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:29.125 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-common (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:29.143 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-16T20:05:29.625 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-test (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:29.651 INFO:teuthology.orchestra.run.smithi059.stdout:Adding group ceph....done 2024-09-16T20:05:29.751 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up radosgw (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:30.021 INFO:teuthology.orchestra.run.smithi059.stdout:Adding system user ceph....done 2024-09-16T20:05:30.138 INFO:teuthology.orchestra.run.smithi059.stdout:Setting system user ceph properties....done 2024-09-16T20:05:30.157 INFO:teuthology.orchestra.run.smithi059.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-16T20:05:30.243 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T20:05:30.244 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T20:05:30.301 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-16T20:05:30.651 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-16T20:05:30.686 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-base (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:31.032 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-16T20:05:31.093 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-test (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:31.219 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up radosgw (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:31.471 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-mds (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:31.680 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T20:05:31.680 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T20:05:31.687 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T20:05:31.687 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T20:05:32.121 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-base (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:32.140 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-mgr (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:32.359 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T20:05:32.359 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T20:05:32.463 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-16T20:05:32.849 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-osd (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:32.914 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mds (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:33.119 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T20:05:33.119 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T20:05:33.160 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T20:05:33.160 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T20:05:33.568 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:33.624 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mgr (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:33.873 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T20:05:33.873 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T20:05:33.914 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:34.048 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-mon (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:34.240 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T20:05:34.240 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T20:05:34.338 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-osd (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:34.625 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T20:05:34.626 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T20:05:34.733 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-mgr-cephadm (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:34.884 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:35.010 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-mgr-dashboard (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:35.111 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:35.162 INFO:teuthology.orchestra.run.smithi103.stdout:Setting up ceph-volume (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:35.237 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:35.372 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mon (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:35.515 INFO:teuthology.orchestra.run.smithi103.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-16T20:05:35.574 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T20:05:35.574 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T20:05:35.615 INFO:teuthology.orchestra.run.smithi103.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-16T20:05:35.751 INFO:teuthology.orchestra.run.smithi103.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-16T20:05:36.031 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mgr-cephadm (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:36.182 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:36.308 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mgr-dashboard (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:36.452 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-volume (19.3.0-4883-g6e8474a0-1jammy) ... 2024-09-16T20:05:36.804 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-16T20:05:36.864 INFO:teuthology.orchestra.run.smithi103.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-16T20:05:36.913 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-16T20:05:37.057 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-16T20:05:37.537 INFO:teuthology.orchestra.run.smithi103.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-16T20:05:37.543 DEBUG:teuthology.parallel:result is None 2024-09-16T20:05:38.191 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-16T20:05:38.846 INFO:teuthology.orchestra.run.smithi059.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-16T20:05:38.851 DEBUG:teuthology.parallel:result is None 2024-09-16T20:05:38.852 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T20:05:38.997 DEBUG:teuthology.orchestra.run.smithi059:> dpkg-query -W -f '${Version}' ceph 2024-09-16T20:05:39.017 INFO:teuthology.orchestra.run.smithi059.stdout:19.3.0-4883-g6e8474a0-1jammy 2024-09-16T20:05:39.018 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4883-g6e8474a0-1jammy 2024-09-16T20:05:39.018 INFO:teuthology.task.install:The correct ceph version 19.3.0-4883-g6e8474a0-1jammy is installed. 2024-09-16T20:05:39.020 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T20:05:39.159 DEBUG:teuthology.orchestra.run.smithi103:> dpkg-query -W -f '${Version}' ceph 2024-09-16T20:05:39.181 INFO:teuthology.orchestra.run.smithi103.stdout:19.3.0-4883-g6e8474a0-1jammy 2024-09-16T20:05:39.182 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4883-g6e8474a0-1jammy 2024-09-16T20:05:39.182 INFO:teuthology.task.install:The correct ceph version 19.3.0-4883-g6e8474a0-1jammy is installed. 2024-09-16T20:05:39.186 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-16T20:05:39.186 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:39.186 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T20:05:39.203 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:05:39.203 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T20:05:39.238 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-16T20:05:39.238 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:39.239 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T20:05:39.258 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T20:05:39.312 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:05:39.313 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T20:05:39.326 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T20:05:39.381 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-16T20:05:39.381 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:39.381 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T20:05:39.434 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T20:05:39.489 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:05:39.489 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T20:05:39.502 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T20:05:39.556 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-16T20:05:39.556 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:39.556 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T20:05:39.569 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T20:05:39.629 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:05:39.630 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T20:05:39.643 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T20:05:39.699 INFO:teuthology.run_tasks:Running task ceph... 2024-09-16T20:05:39.803 INFO:tasks.ceph:Making ceph log dir writeable by non-root... 2024-09-16T20:05:39.803 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 777 /var/log/ceph 2024-09-16T20:05:39.806 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 777 /var/log/ceph 2024-09-16T20:05:39.820 INFO:tasks.ceph:Disabling ceph logrotate... 2024-09-16T20:05:39.820 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f -- /etc/logrotate.d/ceph 2024-09-16T20:05:39.862 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /etc/logrotate.d/ceph 2024-09-16T20:05:39.875 INFO:tasks.ceph:Creating extra log directories... 2024-09-16T20:05:39.876 DEBUG:teuthology.orchestra.run.smithi059:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2024-09-16T20:05:39.918 DEBUG:teuthology.orchestra.run.smithi103:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2024-09-16T20:05:39.940 INFO:tasks.ceph:Creating ceph cluster cluster1... 2024-09-16T20:05:39.940 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': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore allocator': 'bitmap', 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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} 2024-09-16T20:05:39.940 INFO:tasks.ceph:ctx.config {'archive_path': '/home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418', 'branch': 'wip-dis-testing', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-bitmap 4-supported-random-distro$/{ubuntu_latest} 5-data-pool/replicated 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}}', 'email': 'idryomov@gmail.com', 'exclude_arch': 'armv7l', 'first_in_suite': False, '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': '7907418', 'kernel': {'kdb': 1, 'sha1': 'distro'}, 'ktype': 'distro', 'last_in_suite': False, 'machine_type': 'smithi', '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': 'dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi', 'no_nested_subset': False, 'os_type': 'ubuntu', 'os_version': '22.04', 'overrides': {'admin_socket': {'branch': 'wip-dis-testing'}, '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': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore allocator': 'bitmap', 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}, 'ceph-deploy': {'bluestore': True, 'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}, 'osd': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'fs': 'xfs'}, 'install': {'ceph': {'flavor': 'default', 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'wip-dis-testing', 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}}, 'owner': 'scheduled_dis@teuthology', 'priority': 70, 'repo': 'https://github.com/ceph/ceph-ci', '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': 2961, 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361', 'sleep_before_teardown': 0, 'subset': '66/100', 'suite': 'rbd', 'suite_branch': 'wip-dis-testing', 'suite_path': '/home/teuthworker/src/github.com_ceph_ceph-c_6e8474a02f2b86353394076ab80c6f50ea28e361/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://github.com/ceph/ceph-ci', 'suite_sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361', 'targets': {'smithi059.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLmHMjfTH5KL9/U1EnlMDdCePwLEcRYKJyt5ROKPU9Spr/kOAC4I/ryhIIyYBM6XQ7N5SrP9GRyjYIPU4KY3pBw=', 'smithi103.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOU1hyHh934HzUg97cHbnutSO2VZiLeQHb1OL1wXxViZC6ud+Tcj+crazO4hWzT6Hc8HtZ8gouOGQK6G7/OZFZc='}, 'tasks': [{'internal.check_packages': None}, {'internal.buildpackages_prep': None}, {'internal.save_config': None}, {'internal.check_lock': None}, {'internal.add_remotes': None}, {'console_log': None}, {'internal.connect': None}, {'internal.push_inventory': None}, {'internal.serialize_remote_roles': None}, {'internal.check_conflict': None}, {'internal.check_ceph_data': None}, {'internal.vm_setup': None}, {'kernel': {'kdb': 1, 'sha1': 'distro'}}, {'internal.base': None}, {'internal.archive_upload': None}, {'internal.archive': None}, {'internal.coredump': None}, {'internal.sudo': None}, {'internal.syslog': None}, {'internal.timer': None}, {'pcp': None}, {'selinux': None}, {'ansible.cephlab': None}, {'clock': None}, {'install': None}, {'ceph': {'cluster': 'cluster1', 'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore allocator': 'bitmap', 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}}, {'ceph': {'cluster': 'cluster2'}}, {'exec': {'cluster1.client.0': ['sudo ceph --cluster cluster1 osd pool create datapool 4', 'rbd --cluster cluster1 pool init datapool'], 'cluster2.client.0': ['sudo ceph --cluster cluster2 osd pool create datapool 4', 'rbd --cluster cluster2 pool init datapool']}}, {'exec': {'cluster2.client.0': ['echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0-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': 'main', 'teuthology_sha1': '3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a', 'timestamp': '2024-09-16_19:45:14', 'tube': 'smithi', 'user': 'dis', 'verbose': True, 'worker_log': '/home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856'} 2024-09-16T20:05:39.941 DEBUG:teuthology.orchestra.run.smithi059:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2024-09-16T20:05:39.974 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2024-09-16T20:05:39.980 DEBUG:teuthology.orchestra.run.smithi059:> sudo install -d -m0777 -- /var/run/ceph 2024-09-16T20:05:40.022 DEBUG:teuthology.orchestra.run.smithi103:> sudo install -d -m0777 -- /var/run/ceph 2024-09-16T20:05:40.035 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:40.035 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T20:05:40.081 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T20:05:40.081 DEBUG:teuthology.orchestra.run.smithi059:> stat /dev/vg_nvme/lv_1 2024-09-16T20:05:40.133 INFO:teuthology.orchestra.run.smithi059.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T20:05:40.133 INFO:teuthology.orchestra.run.smithi059.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T20:05:40.133 INFO:teuthology.orchestra.run.smithi059.stdout:Device: 5h/5d Inode: 882 Links: 1 2024-09-16T20:05:40.133 INFO:teuthology.orchestra.run.smithi059.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T20:05:40.134 INFO:teuthology.orchestra.run.smithi059.stdout:Access: 2024-09-16 20:00:06.128963746 +0000 2024-09-16T20:05:40.134 INFO:teuthology.orchestra.run.smithi059.stdout:Modify: 2024-09-16 20:00:05.880965962 +0000 2024-09-16T20:05:40.134 INFO:teuthology.orchestra.run.smithi059.stdout:Change: 2024-09-16 20:00:05.880965962 +0000 2024-09-16T20:05:40.134 INFO:teuthology.orchestra.run.smithi059.stdout: Birth: - 2024-09-16T20:05:40.134 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T20:05:40.187 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records in 2024-09-16T20:05:40.187 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records out 2024-09-16T20:05:40.187 INFO:teuthology.orchestra.run.smithi059.stderr:512 bytes copied, 0.00034395 s, 1.5 MB/s 2024-09-16T20:05:40.189 DEBUG:teuthology.orchestra.run.smithi059:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T20:05:40.238 DEBUG:teuthology.orchestra.run.smithi059:> stat /dev/vg_nvme/lv_2 2024-09-16T20:05:40.287 INFO:teuthology.orchestra.run.smithi059.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T20:05:40.287 INFO:teuthology.orchestra.run.smithi059.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T20:05:40.287 INFO:teuthology.orchestra.run.smithi059.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-09-16T20:05:40.287 INFO:teuthology.orchestra.run.smithi059.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T20:05:40.288 INFO:teuthology.orchestra.run.smithi059.stdout:Access: 2024-09-16 20:00:06.628959280 +0000 2024-09-16T20:05:40.288 INFO:teuthology.orchestra.run.smithi059.stdout:Modify: 2024-09-16 20:00:06.392961388 +0000 2024-09-16T20:05:40.288 INFO:teuthology.orchestra.run.smithi059.stdout:Change: 2024-09-16 20:00:06.392961388 +0000 2024-09-16T20:05:40.288 INFO:teuthology.orchestra.run.smithi059.stdout: Birth: - 2024-09-16T20:05:40.288 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T20:05:40.340 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records in 2024-09-16T20:05:40.340 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records out 2024-09-16T20:05:40.340 INFO:teuthology.orchestra.run.smithi059.stderr:512 bytes copied, 0.000316187 s, 1.6 MB/s 2024-09-16T20:05:40.341 DEBUG:teuthology.orchestra.run.smithi059:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T20:05:40.390 DEBUG:teuthology.orchestra.run.smithi059:> stat /dev/vg_nvme/lv_3 2024-09-16T20:05:40.441 INFO:teuthology.orchestra.run.smithi059.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T20:05:40.441 INFO:teuthology.orchestra.run.smithi059.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T20:05:40.441 INFO:teuthology.orchestra.run.smithi059.stdout:Device: 5h/5d Inode: 914 Links: 1 2024-09-16T20:05:40.442 INFO:teuthology.orchestra.run.smithi059.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T20:05:40.442 INFO:teuthology.orchestra.run.smithi059.stdout:Access: 2024-09-16 20:00:07.144954672 +0000 2024-09-16T20:05:40.442 INFO:teuthology.orchestra.run.smithi059.stdout:Modify: 2024-09-16 20:00:06.892956921 +0000 2024-09-16T20:05:40.442 INFO:teuthology.orchestra.run.smithi059.stdout:Change: 2024-09-16 20:00:06.892956921 +0000 2024-09-16T20:05:40.442 INFO:teuthology.orchestra.run.smithi059.stdout: Birth: - 2024-09-16T20:05:40.442 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T20:05:40.496 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records in 2024-09-16T20:05:40.496 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records out 2024-09-16T20:05:40.496 INFO:teuthology.orchestra.run.smithi059.stderr:512 bytes copied, 0.000341423 s, 1.5 MB/s 2024-09-16T20:05:40.497 DEBUG:teuthology.orchestra.run.smithi059:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T20:05:40.546 DEBUG:teuthology.orchestra.run.smithi059:> stat /dev/vg_nvme/lv_4 2024-09-16T20:05:40.594 INFO:teuthology.orchestra.run.smithi059.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T20:05:40.594 INFO:teuthology.orchestra.run.smithi059.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T20:05:40.594 INFO:teuthology.orchestra.run.smithi059.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-09-16T20:05:40.594 INFO:teuthology.orchestra.run.smithi059.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T20:05:40.594 INFO:teuthology.orchestra.run.smithi059.stdout:Access: 2024-09-16 20:00:07.676949919 +0000 2024-09-16T20:05:40.594 INFO:teuthology.orchestra.run.smithi059.stdout:Modify: 2024-09-16 20:00:07.392952456 +0000 2024-09-16T20:05:40.594 INFO:teuthology.orchestra.run.smithi059.stdout:Change: 2024-09-16 20:00:07.392952456 +0000 2024-09-16T20:05:40.595 INFO:teuthology.orchestra.run.smithi059.stdout: Birth: - 2024-09-16T20:05:40.595 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T20:05:40.647 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records in 2024-09-16T20:05:40.648 INFO:teuthology.orchestra.run.smithi059.stderr:1+0 records out 2024-09-16T20:05:40.648 INFO:teuthology.orchestra.run.smithi059.stderr:512 bytes copied, 0.000318811 s, 1.6 MB/s 2024-09-16T20:05:40.649 DEBUG:teuthology.orchestra.run.smithi059:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T20:05:40.698 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'} 2024-09-16T20:05:40.698 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@smithi059.front.sepia.ceph.com'): {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'}} 2024-09-16T20:05:40.698 INFO:tasks.ceph:Generating config... 2024-09-16T20:05:40.700 INFO:tasks.ceph:[client] rbd default data pool = datapool 2024-09-16T20:05:40.700 INFO:tasks.ceph:[global] mon warn on pool no app = False 2024-09-16T20:05:40.700 INFO:tasks.ceph:[mgr] debug mgr = 20 2024-09-16T20:05:40.700 INFO:tasks.ceph:[mgr] debug ms = 1 2024-09-16T20:05:40.700 INFO:tasks.ceph:[mon] debug mon = 20 2024-09-16T20:05:40.700 INFO:tasks.ceph:[mon] debug ms = 1 2024-09-16T20:05:40.700 INFO:tasks.ceph:[mon] debug paxos = 20 2024-09-16T20:05:40.700 INFO:tasks.ceph:[osd] bdev async discard = True 2024-09-16T20:05:40.700 INFO:tasks.ceph:[osd] bdev enable discard = True 2024-09-16T20:05:40.700 INFO:tasks.ceph:[osd] bluestore allocator = bitmap 2024-09-16T20:05:40.700 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2024-09-16T20:05:40.700 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2024-09-16T20:05:40.701 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2024-09-16T20:05:40.701 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2024-09-16T20:05:40.701 INFO:tasks.ceph:[osd] debug ms = 1 2024-09-16T20:05:40.701 INFO:tasks.ceph:[osd] debug osd = 20 2024-09-16T20:05:40.701 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2024-09-16T20:05:40.701 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2024-09-16T20:05:40.701 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2024-09-16T20:05:40.701 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2024-09-16T20:05:40.701 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2024-09-16T20:05:40.701 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2024-09-16T20:05:40.701 INFO:tasks.ceph:Setting up cluster1.mon.a... 2024-09-16T20:05:40.702 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster1.keyring 2024-09-16T20:05:40.773 INFO:teuthology.orchestra.run.smithi059.stdout:creating /etc/ceph/cluster1.keyring 2024-09-16T20:05:40.788 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster1.keyring 2024-09-16T20:05:40.868 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2024-09-16T20:05:40.926 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster1.mon.a', '172.21.15.59')] 2024-09-16T20:05:40.926 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=jerasure 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': '172.21.15.59', '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 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', 'bdev async discard': True, 'bdev enable discard': True, 'bluestore allocator': 'bitmap', 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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': {}} 2024-09-16T20:05:40.927 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:40.927 DEBUG:teuthology.orchestra.run.smithi059:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2024-09-16T20:05:40.973 DEBUG:teuthology.orchestra.run.smithi059:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage monmaptool -c /home/ubuntu/cephtest/ceph.tmp.conf --create --clobber --enable-all-features --add a 172.21.15.59 --print /home/ubuntu/cephtest/cluster1.monmap 2024-09-16T20:05:41.053 INFO:teuthology.orchestra.run.smithi059.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster1.monmap 2024-09-16T20:05:41.054 INFO:teuthology.orchestra.run.smithi059.stdout:monmaptool: generated fsid f362c522-d133-4ebb-b701-9d859f2141b0 2024-09-16T20:05:41.054 INFO:teuthology.orchestra.run.smithi059.stdout:setting min_mon_release = quincy 2024-09-16T20:05:41.054 INFO:teuthology.orchestra.run.smithi059.stdout:epoch 0 2024-09-16T20:05:41.054 INFO:teuthology.orchestra.run.smithi059.stdout:fsid f362c522-d133-4ebb-b701-9d859f2141b0 2024-09-16T20:05:41.054 INFO:teuthology.orchestra.run.smithi059.stdout:last_changed 2024-09-16T20:05:41.053000+0000 2024-09-16T20:05:41.054 INFO:teuthology.orchestra.run.smithi059.stdout:created 2024-09-16T20:05:41.053000+0000 2024-09-16T20:05:41.054 INFO:teuthology.orchestra.run.smithi059.stdout:min_mon_release 17 (quincy) 2024-09-16T20:05:41.054 INFO:teuthology.orchestra.run.smithi059.stdout:election_strategy: 1 2024-09-16T20:05:41.054 INFO:teuthology.orchestra.run.smithi059.stdout:0: [v2:172.21.15.59:3300/0,v1:172.21.15.59:6789/0] mon.a 2024-09-16T20:05:41.054 INFO:teuthology.orchestra.run.smithi059.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster1.monmap (1 monitors) 2024-09-16T20:05:41.056 DEBUG:teuthology.orchestra.run.smithi059:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2024-09-16T20:05:41.101 INFO:tasks.ceph:Writing /etc/ceph/cluster1.conf for FSID f362c522-d133-4ebb-b701-9d859f2141b0... 2024-09-16T20:05:41.102 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:05:41.150 DEBUG:teuthology.orchestra.run.smithi103:> 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 2024-09-16T20:05:41.179 INFO:teuthology.orchestra.run.smithi059.stdout:[global] 2024-09-16T20:05:41.179 INFO:teuthology.orchestra.run.smithi059.stdout: chdir = "" 2024-09-16T20:05:41.179 INFO:teuthology.orchestra.run.smithi059.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-16T20:05:41.179 INFO:teuthology.orchestra.run.smithi059.stdout: auth supported = cephx 2024-09-16T20:05:41.179 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.179 INFO:teuthology.orchestra.run.smithi059.stdout: filestore xattr use omap = true 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: mon clock drift allowed = 1.000 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: osd crush chooseleaf type = 0 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: auth debug = true 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: ms die on old message = true 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: ms die on bug = true 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: mon pg warn max object skew = 0 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.180 INFO:teuthology.orchestra.run.smithi059.stdout: # disable pg_autoscaler by default for new pools 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: osd pool default size = 2 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd allow primary affinity = true 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd allow pg remap = true 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: mon warn on legacy crush tunables = false 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: mon warn on crush straw calc version zero = false 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: mon warn on no sortbitwise = false 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: mon warn on osd down out interval zero = false 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: mon warn on too few osds = false 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-16T20:05:41.181 INFO:teuthology.orchestra.run.smithi059.stdout: mon_allow_pool_size_one = true 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: osd default data pool replay window = 5 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: mon allow pool delete = true 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: mon cluster log file level = debug 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: debug asserts on shutdown = true 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: mon health detail to clog = false 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: mon host = 172.21.15.59 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: mon warn on pool no app = False 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: fsid = f362c522-d133-4ebb-b701-9d859f2141b0 2024-09-16T20:05:41.182 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout:[osd] 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: osd journal size = 100 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: osd scrub load threshold = 5.0 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: osd scrub max interval = 600 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: osd mclock profile = high_recovery_ops 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: osd recover clone overlap = true 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: osd recovery max chunk = 1048576 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: osd debug shutdown = true 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: osd debug op order = true 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: osd debug verify stray on activate = true 2024-09-16T20:05:41.183 INFO:teuthology.orchestra.run.smithi059.stdout: osd debug trim objects = true 2024-09-16T20:05:41.184 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.184 INFO:teuthology.orchestra.run.smithi059.stdout: osd open classes on start = true 2024-09-16T20:05:41.184 INFO:teuthology.orchestra.run.smithi059.stdout: osd debug pg log writeout = true 2024-09-16T20:05:41.185 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.185 INFO:teuthology.orchestra.run.smithi059.stdout: osd deep scrub update digest min age = 30 2024-09-16T20:05:41.185 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.185 INFO:teuthology.orchestra.run.smithi059.stdout: osd map max advance = 10 2024-09-16T20:05:41.185 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.185 INFO:teuthology.orchestra.run.smithi059.stdout: journal zero on create = true 2024-09-16T20:05:41.185 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.185 INFO:teuthology.orchestra.run.smithi059.stdout: filestore ondisk finisher threads = 3 2024-09-16T20:05:41.185 INFO:teuthology.orchestra.run.smithi059.stdout: filestore apply finisher threads = 3 2024-09-16T20:05:41.185 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.185 INFO:teuthology.orchestra.run.smithi059.stdout: bdev debug aio = true 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: osd debug misdirected ops = true 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: bdev async discard = True 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: bdev enable discard = True 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: bluestore allocator = bitmap 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: bluestore block size = 96636764160 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: bluestore fsck on mount = True 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: debug bluefs = 1/20 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: debug bluestore = 1/20 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: debug ms = 1 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: debug osd = 20 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: debug rocksdb = 4/10 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd backfillfull_ratio = 0.85 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd full ratio = 0.9 2024-09-16T20:05:41.186 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd nearfull ratio = 0.8 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout: osd failsafe full ratio = 0.95 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout: osd objectstore = bluestore 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout:[mgr] 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout: debug ms = 1 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout: debug mgr = 20 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout: debug mon = 20 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout: debug auth = 20 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout: mon reweight min pgs per osd = 4 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout: mon reweight min bytes per osd = 10 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout: mgr/telemetry/nag = false 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout:[mon] 2024-09-16T20:05:41.187 INFO:teuthology.orchestra.run.smithi059.stdout: debug ms = 1 2024-09-16T20:05:41.188 INFO:teuthology.orchestra.run.smithi059.stdout: debug mon = 20 2024-09-16T20:05:41.188 INFO:teuthology.orchestra.run.smithi059.stdout: debug paxos = 20 2024-09-16T20:05:41.188 INFO:teuthology.orchestra.run.smithi059.stdout: debug auth = 20 2024-09-16T20:05:41.188 INFO:teuthology.orchestra.run.smithi059.stdout: mon data avail warn = 5 2024-09-16T20:05:41.188 INFO:teuthology.orchestra.run.smithi059.stdout: mon mgr mkfs grace = 240 2024-09-16T20:05:41.188 INFO:teuthology.orchestra.run.smithi059.stdout: mon reweight min pgs per osd = 4 2024-09-16T20:05:41.188 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd reporter subtree level = osd 2024-09-16T20:05:41.188 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd prime pg temp = true 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: mon reweight min bytes per osd = 10 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: auth mon ticket ttl = 660 # 11m 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: auth service ticket ttl = 240 # 4m 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: # don't complain about insecure global_id in the test suite 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: # 1m isn't quite enough 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: mon_down_mkfs_grace = 2m 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.189 INFO:teuthology.orchestra.run.smithi059.stdout: mon_warn_on_filestore_osds = false 2024-09-16T20:05:41.190 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:41.190 INFO:teuthology.orchestra.run.smithi059.stdout:[client] 2024-09-16T20:05:41.190 INFO:teuthology.orchestra.run.smithi059.stdout: rgw cache enabled = true 2024-09-16T20:05:41.190 INFO:teuthology.orchestra.run.smithi059.stdout: rgw enable ops log = true 2024-09-16T20:05:41.190 INFO:teuthology.orchestra.run.smithi059.stdout: rgw enable usage log = true 2024-09-16T20:05:41.190 INFO:teuthology.orchestra.run.smithi059.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-16T20:05:41.190 INFO:teuthology.orchestra.run.smithi059.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-16T20:05:41.190 INFO:teuthology.orchestra.run.smithi059.stdout: rbd default data pool = datapool 2024-09-16T20:05:41.190 INFO:teuthology.orchestra.run.smithi059.stdout:[mon.a] 2024-09-16T20:05:41.192 INFO:teuthology.orchestra.run.smithi103.stdout:[global] 2024-09-16T20:05:41.192 INFO:teuthology.orchestra.run.smithi103.stdout: chdir = "" 2024-09-16T20:05:41.192 INFO:teuthology.orchestra.run.smithi103.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-16T20:05:41.192 INFO:teuthology.orchestra.run.smithi103.stdout: auth supported = cephx 2024-09-16T20:05:41.192 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.192 INFO:teuthology.orchestra.run.smithi103.stdout: filestore xattr use omap = true 2024-09-16T20:05:41.192 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.192 INFO:teuthology.orchestra.run.smithi103.stdout: mon clock drift allowed = 1.000 2024-09-16T20:05:41.192 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: osd crush chooseleaf type = 0 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: auth debug = true 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: ms die on old message = true 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: ms die on bug = true 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: mon pg warn max object skew = 0 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: # disable pg_autoscaler by default for new pools 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: osd pool default size = 2 2024-09-16T20:05:41.193 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.194 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd allow primary affinity = true 2024-09-16T20:05:41.194 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd allow pg remap = true 2024-09-16T20:05:41.194 INFO:teuthology.orchestra.run.smithi103.stdout: mon warn on legacy crush tunables = false 2024-09-16T20:05:41.194 INFO:teuthology.orchestra.run.smithi103.stdout: mon warn on crush straw calc version zero = false 2024-09-16T20:05:41.194 INFO:teuthology.orchestra.run.smithi103.stdout: mon warn on no sortbitwise = false 2024-09-16T20:05:41.194 INFO:teuthology.orchestra.run.smithi103.stdout: mon warn on osd down out interval zero = false 2024-09-16T20:05:41.194 INFO:teuthology.orchestra.run.smithi103.stdout: mon warn on too few osds = false 2024-09-16T20:05:41.194 INFO:teuthology.orchestra.run.smithi103.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-16T20:05:41.195 INFO:teuthology.orchestra.run.smithi103.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-16T20:05:41.195 INFO:teuthology.orchestra.run.smithi103.stdout: mon_allow_pool_size_one = true 2024-09-16T20:05:41.195 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.195 INFO:teuthology.orchestra.run.smithi103.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-16T20:05:41.195 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.195 INFO:teuthology.orchestra.run.smithi103.stdout: osd default data pool replay window = 5 2024-09-16T20:05:41.195 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.195 INFO:teuthology.orchestra.run.smithi103.stdout: mon allow pool delete = true 2024-09-16T20:05:41.196 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.196 INFO:teuthology.orchestra.run.smithi103.stdout: mon cluster log file level = debug 2024-09-16T20:05:41.196 INFO:teuthology.orchestra.run.smithi103.stdout: debug asserts on shutdown = true 2024-09-16T20:05:41.196 INFO:teuthology.orchestra.run.smithi103.stdout: mon health detail to clog = false 2024-09-16T20:05:41.196 INFO:teuthology.orchestra.run.smithi103.stdout: mon host = 172.21.15.59 2024-09-16T20:05:41.196 INFO:teuthology.orchestra.run.smithi103.stdout: mon warn on pool no app = False 2024-09-16T20:05:41.196 INFO:teuthology.orchestra.run.smithi103.stdout: fsid = f362c522-d133-4ebb-b701-9d859f2141b0 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout:[osd] 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout: osd journal size = 100 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout: osd scrub load threshold = 5.0 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout: osd scrub max interval = 600 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout: osd mclock profile = high_recovery_ops 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout: osd recover clone overlap = true 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout: osd recovery max chunk = 1048576 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout: osd debug shutdown = true 2024-09-16T20:05:41.197 INFO:teuthology.orchestra.run.smithi103.stdout: osd debug op order = true 2024-09-16T20:05:41.198 INFO:teuthology.orchestra.run.smithi103.stdout: osd debug verify stray on activate = true 2024-09-16T20:05:41.198 INFO:teuthology.orchestra.run.smithi103.stdout: osd debug trim objects = true 2024-09-16T20:05:41.198 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.198 INFO:teuthology.orchestra.run.smithi103.stdout: osd open classes on start = true 2024-09-16T20:05:41.198 INFO:teuthology.orchestra.run.smithi103.stdout: osd debug pg log writeout = true 2024-09-16T20:05:41.198 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.198 INFO:teuthology.orchestra.run.smithi103.stdout: osd deep scrub update digest min age = 30 2024-09-16T20:05:41.198 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: osd map max advance = 10 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: journal zero on create = true 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: filestore ondisk finisher threads = 3 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: filestore apply finisher threads = 3 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: bdev debug aio = true 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: osd debug misdirected ops = true 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: bdev async discard = True 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: bdev enable discard = True 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: bluestore allocator = bitmap 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: bluestore block size = 96636764160 2024-09-16T20:05:41.199 INFO:teuthology.orchestra.run.smithi103.stdout: bluestore fsck on mount = True 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: debug bluefs = 1/20 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: debug bluestore = 1/20 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: debug ms = 1 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: debug osd = 20 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: debug rocksdb = 4/10 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd backfillfull_ratio = 0.85 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd full ratio = 0.9 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd nearfull ratio = 0.8 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: osd failsafe full ratio = 0.95 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: osd objectstore = bluestore 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout:[mgr] 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: debug ms = 1 2024-09-16T20:05:41.200 INFO:teuthology.orchestra.run.smithi103.stdout: debug mgr = 20 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: debug mon = 20 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: debug auth = 20 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: mon reweight min pgs per osd = 4 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: mon reweight min bytes per osd = 10 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: mgr/telemetry/nag = false 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout:[mon] 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: debug ms = 1 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: debug mon = 20 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: debug paxos = 20 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: debug auth = 20 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: mon data avail warn = 5 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: mon mgr mkfs grace = 240 2024-09-16T20:05:41.201 INFO:teuthology.orchestra.run.smithi103.stdout: mon reweight min pgs per osd = 4 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd reporter subtree level = osd 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd prime pg temp = true 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: mon reweight min bytes per osd = 10 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: auth mon ticket ttl = 660 # 11m 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: auth service ticket ttl = 240 # 4m 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: # don't complain about insecure global_id in the test suite 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: # 1m isn't quite enough 2024-09-16T20:05:41.202 INFO:teuthology.orchestra.run.smithi103.stdout: mon_down_mkfs_grace = 2m 2024-09-16T20:05:41.203 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.203 INFO:teuthology.orchestra.run.smithi103.stdout: mon_warn_on_filestore_osds = false 2024-09-16T20:05:41.203 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:05:41.203 INFO:teuthology.orchestra.run.smithi103.stdout:[client] 2024-09-16T20:05:41.203 INFO:teuthology.orchestra.run.smithi103.stdout: rgw cache enabled = true 2024-09-16T20:05:41.203 INFO:teuthology.orchestra.run.smithi103.stdout: rgw enable ops log = true 2024-09-16T20:05:41.203 INFO:teuthology.orchestra.run.smithi103.stdout: rgw enable usage log = true 2024-09-16T20:05:41.203 INFO:teuthology.orchestra.run.smithi103.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-16T20:05:41.203 INFO:teuthology.orchestra.run.smithi103.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-16T20:05:41.203 INFO:teuthology.orchestra.run.smithi103.stdout: rbd default data pool = datapool 2024-09-16T20:05:41.203 INFO:teuthology.orchestra.run.smithi103.stdout:[mon.a] 2024-09-16T20:05:41.204 INFO:tasks.ceph:Creating admin key on cluster1.mon.a... 2024-09-16T20:05:41.204 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:05:41.287 INFO:tasks.ceph:Copying monmap to all nodes... 2024-09-16T20:05:41.288 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:41.288 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/etc/ceph/cluster1.keyring of=/dev/stdout 2024-09-16T20:05:41.293 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:41.293 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/home/ubuntu/cephtest/cluster1.monmap of=/dev/stdout 2024-09-16T20:05:41.341 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T20:05:41.341 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:41.341 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/ceph/cluster1.keyring 2024-09-16T20:05:41.341 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2024-09-16T20:05:41.404 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:41.405 DEBUG:teuthology.orchestra.run.smithi059:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2024-09-16T20:05:41.453 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi103.front.sepia.ceph.com 2024-09-16T20:05:41.453 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:05:41.454 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/ceph/cluster1.keyring 2024-09-16T20:05:41.454 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2024-09-16T20:05:41.477 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:05:41.478 DEBUG:teuthology.orchestra.run.smithi103:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2024-09-16T20:05:41.525 INFO:tasks.ceph:Setting up mon nodes... 2024-09-16T20:05:41.526 INFO:tasks.ceph:Setting up mgr nodes... 2024-09-16T20:05:41.526 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:05:41.571 INFO:teuthology.orchestra.run.smithi059.stdout:creating /var/lib/ceph/mgr/cluster1-x/keyring 2024-09-16T20:05:41.574 INFO:tasks.ceph:Setting up mds nodes... 2024-09-16T20:05:41.574 INFO:tasks.ceph_client:Setting up client nodes... 2024-09-16T20:05:41.575 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:05:41.651 INFO:teuthology.orchestra.run.smithi059.stdout:creating /etc/ceph/cluster1.client.0.keyring 2024-09-16T20:05:41.662 INFO:tasks.ceph:Running mkfs on osd nodes... 2024-09-16T20:05:41.663 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@smithi059.front.sepia.ceph.com'): {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'}} 2024-09-16T20:05:41.663 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /var/lib/ceph/osd/cluster1-0 2024-09-16T20:05:41.717 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'} 2024-09-16T20:05:41.717 INFO:tasks.ceph:role: cluster1.osd.0 2024-09-16T20:05:41.717 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T20:05:41.717 DEBUG:teuthology.orchestra.run.smithi059:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2024-09-16T20:05:41.781 INFO:teuthology.orchestra.run.smithi059.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T20:05:41.781 INFO:teuthology.orchestra.run.smithi059.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T20:05:41.781 INFO:teuthology.orchestra.run.smithi059.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T20:05:41.781 INFO:teuthology.orchestra.run.smithi059.stdout: = reflink=1 bigtime=0 inobtcount=0 2024-09-16T20:05:41.781 INFO:teuthology.orchestra.run.smithi059.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T20:05:41.782 INFO:teuthology.orchestra.run.smithi059.stdout: = sunit=0 swidth=0 blks 2024-09-16T20:05:41.782 INFO:teuthology.orchestra.run.smithi059.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T20:05:41.782 INFO:teuthology.orchestra.run.smithi059.stdout:log =internal log bsize=4096 blocks=11443, version=2 2024-09-16T20:05:41.782 INFO:teuthology.orchestra.run.smithi059.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T20:05:41.782 INFO:teuthology.orchestra.run.smithi059.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T20:05:42.236 INFO:teuthology.orchestra.run.smithi059.stdout:Discarding blocks...Done. 2024-09-16T20:05:42.238 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi059.front.sepia.ceph.com -o noatime 2024-09-16T20:05:42.238 DEBUG:teuthology.orchestra.run.smithi059:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster1-0 2024-09-16T20:05:42.331 DEBUG:teuthology.orchestra.run.smithi059:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-0 2024-09-16T20:05:42.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T20:05:42.341 INFO:teuthology.orchestra.run.smithi059.stderr:sudo: /sbin/restorecon: command not found 2024-09-16T20:05:42.342 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /var/lib/ceph/osd/cluster1-1 2024-09-16T20:05:42.394 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'} 2024-09-16T20:05:42.395 INFO:tasks.ceph:role: cluster1.osd.1 2024-09-16T20:05:42.395 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T20:05:42.395 DEBUG:teuthology.orchestra.run.smithi059:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2024-09-16T20:05:42.456 INFO:teuthology.orchestra.run.smithi059.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T20:05:42.456 INFO:teuthology.orchestra.run.smithi059.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T20:05:42.456 INFO:teuthology.orchestra.run.smithi059.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T20:05:42.457 INFO:teuthology.orchestra.run.smithi059.stdout: = reflink=1 bigtime=0 inobtcount=0 2024-09-16T20:05:42.457 INFO:teuthology.orchestra.run.smithi059.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T20:05:42.457 INFO:teuthology.orchestra.run.smithi059.stdout: = sunit=0 swidth=0 blks 2024-09-16T20:05:42.457 INFO:teuthology.orchestra.run.smithi059.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T20:05:42.457 INFO:teuthology.orchestra.run.smithi059.stdout:log =internal log bsize=4096 blocks=11443, version=2 2024-09-16T20:05:42.457 INFO:teuthology.orchestra.run.smithi059.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T20:05:42.457 INFO:teuthology.orchestra.run.smithi059.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T20:05:42.937 INFO:teuthology.orchestra.run.smithi059.stdout:Discarding blocks...Done. 2024-09-16T20:05:42.939 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi059.front.sepia.ceph.com -o noatime 2024-09-16T20:05:42.939 DEBUG:teuthology.orchestra.run.smithi059:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster1-1 2024-09-16T20:05:43.094 DEBUG:teuthology.orchestra.run.smithi059:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-1 2024-09-16T20:05:43.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T20:05:43.107 INFO:teuthology.orchestra.run.smithi059.stderr:sudo: /sbin/restorecon: command not found 2024-09-16T20:05:43.107 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /var/lib/ceph/osd/cluster1-2 2024-09-16T20:05:43.162 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'} 2024-09-16T20:05:43.163 INFO:tasks.ceph:role: cluster1.osd.2 2024-09-16T20:05:43.163 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T20:05:43.163 DEBUG:teuthology.orchestra.run.smithi059:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2024-09-16T20:05:43.228 INFO:teuthology.orchestra.run.smithi059.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T20:05:43.228 INFO:teuthology.orchestra.run.smithi059.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T20:05:43.228 INFO:teuthology.orchestra.run.smithi059.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T20:05:43.228 INFO:teuthology.orchestra.run.smithi059.stdout: = reflink=1 bigtime=0 inobtcount=0 2024-09-16T20:05:43.229 INFO:teuthology.orchestra.run.smithi059.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T20:05:43.229 INFO:teuthology.orchestra.run.smithi059.stdout: = sunit=0 swidth=0 blks 2024-09-16T20:05:43.229 INFO:teuthology.orchestra.run.smithi059.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T20:05:43.229 INFO:teuthology.orchestra.run.smithi059.stdout:log =internal log bsize=4096 blocks=11443, version=2 2024-09-16T20:05:43.229 INFO:teuthology.orchestra.run.smithi059.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T20:05:43.229 INFO:teuthology.orchestra.run.smithi059.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T20:05:43.705 INFO:teuthology.orchestra.run.smithi059.stdout:Discarding blocks...Done. 2024-09-16T20:05:43.706 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi059.front.sepia.ceph.com -o noatime 2024-09-16T20:05:43.706 DEBUG:teuthology.orchestra.run.smithi059:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster1-2 2024-09-16T20:05:43.867 DEBUG:teuthology.orchestra.run.smithi059:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-2 2024-09-16T20:05:43.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T20:05:43.880 INFO:teuthology.orchestra.run.smithi059.stderr:sudo: /sbin/restorecon: command not found 2024-09-16T20:05:43.880 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:05:43.993 INFO:teuthology.orchestra.run.smithi059.stderr:2024-09-16T20:05:43.991+0000 7f06f7fe37c0 -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 2024-09-16T20:05:43.994 INFO:teuthology.orchestra.run.smithi059.stderr:2024-09-16T20:05:43.991+0000 7f06f7fe37c0 -1 created new key in keyring /var/lib/ceph/osd/cluster1-0/keyring 2024-09-16T20:05:43.994 INFO:teuthology.orchestra.run.smithi059.stderr:2024-09-16T20:05:43.991+0000 7f06f7fe37c0 -1 bdev(0x56473f913800 /var/lib/ceph/osd/cluster1-0/block) open stat got: (1) Operation not permitted 2024-09-16T20:05:43.994 INFO:teuthology.orchestra.run.smithi059.stderr:2024-09-16T20:05:43.991+0000 7f06f7fe37c0 -1 bluestore(/var/lib/ceph/osd/cluster1-0) _read_fsid unparsable uuid 2024-09-16T20:05:47.182 DEBUG:teuthology.orchestra.run.smithi059:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-0 2024-09-16T20:05:47.196 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:05:47.285 INFO:teuthology.orchestra.run.smithi059.stderr:2024-09-16T20:05:47.283+0000 7f326464a7c0 -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 2024-09-16T20:05:47.286 INFO:teuthology.orchestra.run.smithi059.stderr:2024-09-16T20:05:47.283+0000 7f326464a7c0 -1 created new key in keyring /var/lib/ceph/osd/cluster1-1/keyring 2024-09-16T20:05:47.286 INFO:teuthology.orchestra.run.smithi059.stderr:2024-09-16T20:05:47.283+0000 7f326464a7c0 -1 bdev(0x5583288eb800 /var/lib/ceph/osd/cluster1-1/block) open stat got: (1) Operation not permitted 2024-09-16T20:05:47.286 INFO:teuthology.orchestra.run.smithi059.stderr:2024-09-16T20:05:47.283+0000 7f326464a7c0 -1 bluestore(/var/lib/ceph/osd/cluster1-1) _read_fsid unparsable uuid 2024-09-16T20:05:50.424 DEBUG:teuthology.orchestra.run.smithi059:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-1 2024-09-16T20:05:50.482 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:05:50.565 INFO:teuthology.orchestra.run.smithi059.stderr:2024-09-16T20:05:50.563+0000 7f0529a707c0 -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 2024-09-16T20:05:50.566 INFO:teuthology.orchestra.run.smithi059.stderr:2024-09-16T20:05:50.563+0000 7f0529a707c0 -1 created new key in keyring /var/lib/ceph/osd/cluster1-2/keyring 2024-09-16T20:05:50.566 INFO:teuthology.orchestra.run.smithi059.stderr:2024-09-16T20:05:50.563+0000 7f0529a707c0 -1 bdev(0x556ecd463800 /var/lib/ceph/osd/cluster1-2/block) open stat got: (1) Operation not permitted 2024-09-16T20:05:50.566 INFO:teuthology.orchestra.run.smithi059.stderr:2024-09-16T20:05:50.563+0000 7f0529a707c0 -1 bluestore(/var/lib/ceph/osd/cluster1-2) _read_fsid unparsable uuid 2024-09-16T20:05:53.712 DEBUG:teuthology.orchestra.run.smithi059:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-2 2024-09-16T20:05:53.771 INFO:tasks.ceph:Reading keys from all nodes... 2024-09-16T20:05:53.771 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:53.771 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/var/lib/ceph/mgr/cluster1-x/keyring of=/dev/stdout 2024-09-16T20:05:53.824 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:53.825 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/var/lib/ceph/osd/cluster1-0/keyring of=/dev/stdout 2024-09-16T20:05:53.881 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:53.881 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/var/lib/ceph/osd/cluster1-1/keyring of=/dev/stdout 2024-09-16T20:05:53.936 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:53.936 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/var/lib/ceph/osd/cluster1-2/keyring of=/dev/stdout 2024-09-16T20:05:53.996 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:53.996 DEBUG:teuthology.orchestra.run.smithi059:> dd if=/etc/ceph/cluster1.client.0.keyring of=/dev/stdout 2024-09-16T20:05:54.045 INFO:tasks.ceph:Adding keys to all mons... 2024-09-16T20:05:54.045 DEBUG:teuthology.orchestra.run.smithi059:> sudo tee -a /etc/ceph/cluster1.keyring 2024-09-16T20:05:54.099 INFO:teuthology.orchestra.run.smithi059.stdout:[mgr.x] 2024-09-16T20:05:54.099 INFO:teuthology.orchestra.run.smithi059.stdout: key = AQCVj+hmu3gHIhAAAMhbqLPLd9zfeltp14s7xQ== 2024-09-16T20:05:54.099 INFO:teuthology.orchestra.run.smithi059.stdout:[osd.0] 2024-09-16T20:05:54.099 INFO:teuthology.orchestra.run.smithi059.stdout: key = AQCXj+hmFi8yOxAAQhBqBajxnL1E7Lng6o/YwQ== 2024-09-16T20:05:54.099 INFO:teuthology.orchestra.run.smithi059.stdout:[osd.1] 2024-09-16T20:05:54.099 INFO:teuthology.orchestra.run.smithi059.stdout: key = AQCbj+hmIJX1EBAAwgmBHXxJLYgW6rgxpvnZYQ== 2024-09-16T20:05:54.100 INFO:teuthology.orchestra.run.smithi059.stdout:[osd.2] 2024-09-16T20:05:54.100 INFO:teuthology.orchestra.run.smithi059.stdout: key = AQCej+hmtZWmIRAAM4Mi4GbylV3SeUhpRsSDaA== 2024-09-16T20:05:54.100 INFO:teuthology.orchestra.run.smithi059.stdout:[client.0] 2024-09-16T20:05:54.100 INFO:teuthology.orchestra.run.smithi059.stdout: key = AQCVj+hmuHHBJhAANHU63NbZsLSGEjnsSlRHJA== 2024-09-16T20:05:54.101 DEBUG:teuthology.orchestra.run.smithi059:> 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 *' 2024-09-16T20:05:54.191 DEBUG:teuthology.orchestra.run.smithi059:> 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 *' 2024-09-16T20:05:54.276 DEBUG:teuthology.orchestra.run.smithi059:> 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 *' 2024-09-16T20:05:54.359 DEBUG:teuthology.orchestra.run.smithi059:> 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 *' 2024-09-16T20:05:54.444 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:05:54.531 INFO:tasks.ceph:Running mkfs on mon nodes... 2024-09-16T20:05:54.532 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /var/lib/ceph/mon/cluster1-a 2024-09-16T20:05:54.544 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:05:54.635 DEBUG:teuthology.orchestra.run.smithi059:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster1-a 2024-09-16T20:05:54.646 DEBUG:teuthology.orchestra.run.smithi059:> rm -- /home/ubuntu/cephtest/cluster1.monmap 2024-09-16T20:05:54.693 INFO:tasks.ceph:Starting mon daemons in cluster cluster1... 2024-09-16T20:05:54.694 INFO:tasks.ceph.cluster1.mon.a:Restarting daemon 2024-09-16T20:05:54.694 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster1 -i a 2024-09-16T20:05:54.738 INFO:tasks.ceph.cluster1.mon.a:Started 2024-09-16T20:05:54.738 INFO:tasks.ceph:Starting mgr daemons in cluster cluster1... 2024-09-16T20:05:54.738 INFO:tasks.ceph.cluster1.mgr.x:Restarting daemon 2024-09-16T20:05:54.738 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster1 -i x 2024-09-16T20:05:54.741 INFO:tasks.ceph.cluster1.mgr.x:Started 2024-09-16T20:05:54.741 DEBUG:tasks.ceph:set 0 configs 2024-09-16T20:05:54.741 INFO:tasks.ceph:Setting crush tunables to default 2024-09-16T20:05:54.741 DEBUG:teuthology.orchestra.run.smithi059:> sudo ceph --cluster cluster1 osd crush tunables default 2024-09-16T20:05:54.971 INFO:teuthology.orchestra.run.smithi059.stderr:adjusted tunables profile to default 2024-09-16T20:05:54.990 INFO:tasks.ceph:check_enable_crimson: False 2024-09-16T20:05:54.990 INFO:tasks.ceph:Starting osd daemons in cluster cluster1... 2024-09-16T20:05:54.990 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:54.990 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/var/lib/ceph/osd/cluster1-0/fsid of=/dev/stdout 2024-09-16T20:05:55.001 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:55.002 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/var/lib/ceph/osd/cluster1-1/fsid of=/dev/stdout 2024-09-16T20:05:55.054 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:05:55.055 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd if=/var/lib/ceph/osd/cluster1-2/fsid of=/dev/stdout 2024-09-16T20:05:55.107 DEBUG:teuthology.orchestra.run.smithi059:> sudo ceph --cluster cluster1 osd new 5761a499-33aa-4396-b5a6-b4fe035f95cd 0 2024-09-16T20:05:55.357 INFO:teuthology.orchestra.run.smithi059.stdout:0 2024-09-16T20:05:55.375 DEBUG:teuthology.orchestra.run.smithi059:> sudo ceph --cluster cluster1 osd new 0af6bf02-78e4-40ca-a4d0-b0108b5d5c36 1 2024-09-16T20:05:55.571 INFO:teuthology.orchestra.run.smithi059.stdout:1 2024-09-16T20:05:55.587 DEBUG:teuthology.orchestra.run.smithi059:> sudo ceph --cluster cluster1 osd new c24cfad8-1da5-4ca7-aab0-93df20303fd2 2 2024-09-16T20:05:55.776 INFO:teuthology.orchestra.run.smithi059.stdout:2 2024-09-16T20:05:55.791 INFO:tasks.ceph.cluster1.osd.0:Restarting daemon 2024-09-16T20:05:55.791 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 0 2024-09-16T20:05:55.794 INFO:tasks.ceph.cluster1.osd.0:Started 2024-09-16T20:05:55.794 INFO:tasks.ceph.cluster1.osd.1:Restarting daemon 2024-09-16T20:05:55.795 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 1 2024-09-16T20:05:55.798 INFO:tasks.ceph.cluster1.osd.1:Started 2024-09-16T20:05:55.799 INFO:tasks.ceph.cluster1.osd.2:Restarting daemon 2024-09-16T20:05:55.799 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 2 2024-09-16T20:05:55.801 INFO:tasks.ceph.cluster1.osd.2:Started 2024-09-16T20:05:55.802 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2024-09-16T20:05:55.994 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:05:55.994 INFO:teuthology.orchestra.run.smithi059.stdout:{"epoch":5,"fsid":"f362c522-d133-4ebb-b701-9d859f2141b0","created":"2024-09-16T20:05:54.873395+0000","modified":"2024-09-16T20:05:55.773326+0000","last_up_change":"0.000000","last_in_change":"2024-09-16T20:05:55.773326+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":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"5761a499-33aa-4396-b5a6-b4fe035f95cd","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":"0af6bf02-78e4-40ca-a4d0-b0108b5d5c36","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":"c24cfad8-1da5-4ca7-aab0-93df20303fd2","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":"jerasure","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}} 2024-09-16T20:05:56.010 INFO:tasks.ceph.ceph_manager.cluster1:[] 2024-09-16T20:05:56.010 INFO:tasks.ceph:Waiting for OSDs to come up 2024-09-16T20:05:56.312 DEBUG:teuthology.orchestra.run.smithi059:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2024-09-16T20:05:56.500 INFO:teuthology.misc.health.smithi059.stdout: 2024-09-16T20:05:56.500 INFO:teuthology.misc.health.smithi059.stdout:{"epoch":5,"fsid":"f362c522-d133-4ebb-b701-9d859f2141b0","created":"2024-09-16T20:05:54.873395+0000","modified":"2024-09-16T20:05:55.773326+0000","last_up_change":"0.000000","last_in_change":"2024-09-16T20:05:55.773326+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":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"5761a499-33aa-4396-b5a6-b4fe035f95cd","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":"0af6bf02-78e4-40ca-a4d0-b0108b5d5c36","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":"c24cfad8-1da5-4ca7-aab0-93df20303fd2","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":"jerasure","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}} 2024-09-16T20:05:56.516 DEBUG:teuthology.misc:0 of 3 OSDs are up 2024-09-16T20:05:57.098 INFO:tasks.ceph.cluster1.osd.1.smithi059.stderr:2024-09-16T20:05:57.095+0000 7faa1177d7c0 -1 Falling back to public interface 2024-09-16T20:05:57.197 INFO:tasks.ceph.cluster1.osd.0.smithi059.stderr:2024-09-16T20:05:57.195+0000 7ffba497f7c0 -1 Falling back to public interface 2024-09-16T20:05:57.378 INFO:tasks.ceph.cluster1.osd.2.smithi059.stderr:2024-09-16T20:05:57.375+0000 7feada5667c0 -1 Falling back to public interface 2024-09-16T20:05:57.864 INFO:tasks.ceph.cluster1.mgr.x.smithi059.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. 2024-09-16T20:05:57.864 INFO:tasks.ceph.cluster1.mgr.x.smithi059.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. 2024-09-16T20:05:57.864 INFO:tasks.ceph.cluster1.mgr.x.smithi059.stderr: from numpy import show_config as show_numpy_config 2024-09-16T20:06:00.858 INFO:tasks.ceph.cluster1.mgr.x.smithi059.stderr:2024-09-16T20:06:00.855+0000 7fc79a9e8640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-16T20:06:01.370 INFO:tasks.ceph.cluster1.osd.2.smithi059.stderr:2024-09-16T20:06:01.367+0000 7feada5667c0 -1 osd.2 0 log_to_monitors true 2024-09-16T20:06:01.446 INFO:tasks.ceph.cluster1.osd.1.smithi059.stderr:2024-09-16T20:06:01.443+0000 7faa1177d7c0 -1 osd.1 0 log_to_monitors true 2024-09-16T20:06:01.538 INFO:tasks.ceph.cluster1.osd.0.smithi059.stderr:2024-09-16T20:06:01.535+0000 7ffba497f7c0 -1 osd.0 0 log_to_monitors true 2024-09-16T20:06:02.819 DEBUG:teuthology.orchestra.run.smithi059:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2024-09-16T20:06:03.184 INFO:teuthology.misc.health.smithi059.stdout: 2024-09-16T20:06:03.184 INFO:teuthology.misc.health.smithi059.stdout:{"epoch":7,"fsid":"f362c522-d133-4ebb-b701-9d859f2141b0","created":"2024-09-16T20:05:54.873395+0000","modified":"2024-09-16T20:06:02.857025+0000","last_up_change":"0.000000","last_in_change":"2024-09-16T20:05:55.773326+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":0,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"5761a499-33aa-4396-b5a6-b4fe035f95cd","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":"0af6bf02-78e4-40ca-a4d0-b0108b5d5c36","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":"c24cfad8-1da5-4ca7-aab0-93df20303fd2","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":"jerasure","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}} 2024-09-16T20:06:03.205 DEBUG:teuthology.misc:0 of 3 OSDs are up 2024-09-16T20:06:04.501 INFO:tasks.ceph.cluster1.osd.2.smithi059.stderr:2024-09-16T20:06:04.499+0000 7fead6d21640 -1 osd.2 0 waiting for initial osdmap 2024-09-16T20:06:04.506 INFO:tasks.ceph.cluster1.osd.0.smithi059.stderr:2024-09-16T20:06:04.503+0000 7ffba0928640 -1 osd.0 0 waiting for initial osdmap 2024-09-16T20:06:04.525 INFO:tasks.ceph.cluster1.osd.2.smithi059.stderr:2024-09-16T20:06:04.523+0000 7feace341640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T20:06:04.537 INFO:tasks.ceph.cluster1.osd.0.smithi059.stderr:2024-09-16T20:06:04.535+0000 7ffb9875a640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T20:06:04.562 INFO:tasks.ceph.cluster1.osd.1.smithi059.stderr:2024-09-16T20:06:04.559+0000 7faa0d726640 -1 osd.1 0 waiting for initial osdmap 2024-09-16T20:06:04.581 INFO:tasks.ceph.cluster1.osd.1.smithi059.stderr:2024-09-16T20:06:04.579+0000 7faa05558640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T20:06:09.507 DEBUG:teuthology.orchestra.run.smithi059:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2024-09-16T20:06:09.821 INFO:teuthology.misc.health.smithi059.stdout: 2024-09-16T20:06:09.822 INFO:teuthology.misc.health.smithi059.stdout:{"epoch":11,"fsid":"f362c522-d133-4ebb-b701-9d859f2141b0","created":"2024-09-16T20:05:54.873395+0000","modified":"2024-09-16T20:06:08.521832+0000","last_up_change":"2024-09-16T20:06:05.508935+0000","last_in_change":"2024-09-16T20:05:55.773326+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T20:06:05.879967+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"11","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.9900000095367432,"score_stable":2.9900000095367432,"optimal_score":0.67000001668930054,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"5761a499-33aa-4396-b5a6-b4fe035f95cd","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":"172.21.15.59:6808","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6809","nonce":2258061271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6810","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6811","nonce":2258061271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6814","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6815","nonce":2258061271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6812","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6813","nonce":2258061271}]},"public_addr":"172.21.15.59:6809/2258061271","cluster_addr":"172.21.15.59:6811/2258061271","heartbeat_back_addr":"172.21.15.59:6815/2258061271","heartbeat_front_addr":"172.21.15.59:6813/2258061271","state":["exists","up"]},{"osd":1,"uuid":"0af6bf02-78e4-40ca-a4d0-b0108b5d5c36","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":9,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6800","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6801","nonce":1159563101}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6802","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6803","nonce":1159563101}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6806","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6807","nonce":1159563101}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6804","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6805","nonce":1159563101}]},"public_addr":"172.21.15.59:6801/1159563101","cluster_addr":"172.21.15.59:6803/1159563101","heartbeat_back_addr":"172.21.15.59:6807/1159563101","heartbeat_front_addr":"172.21.15.59:6805/1159563101","state":["exists","up"]},{"osd":2,"uuid":"c24cfad8-1da5-4ca7-aab0-93df20303fd2","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":"172.21.15.59:6816","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6817","nonce":827540012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6818","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6819","nonce":827540012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6822","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6823","nonce":827540012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6820","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6821","nonce":827540012}]},"public_addr":"172.21.15.59:6817/827540012","cluster_addr":"172.21.15.59:6819/827540012","heartbeat_back_addr":"172.21.15.59:6823/827540012","heartbeat_front_addr":"172.21.15.59:6821/827540012","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:02.531860+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:02.487507+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:02.406384+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":"jerasure","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}} 2024-09-16T20:06:09.840 DEBUG:teuthology.misc:3 of 3 OSDs are up 2024-09-16T20:06:09.840 INFO:tasks.ceph:Creating RBD pool 2024-09-16T20:06:09.840 DEBUG:teuthology.orchestra.run.smithi059:> sudo ceph --cluster cluster1 osd pool create rbd 8 2024-09-16T20:06:10.540 INFO:teuthology.orchestra.run.smithi059.stderr:pool 'rbd' created 2024-09-16T20:06:10.568 DEBUG:teuthology.orchestra.run.smithi059:> rbd --cluster cluster1 pool init rbd 2024-09-16T20:06:13.589 INFO:tasks.ceph:Starting mds daemons in cluster cluster1... 2024-09-16T20:06:13.589 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 config log 1 --format=json 2024-09-16T20:06:13.590 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2024-09-16T20:06:13.908 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:13.927 INFO:teuthology.orchestra.run.smithi059.stdout:[{"version":4,"timestamp":"2024-09-16T20:06:04.561827+0000","name":"","changes":[{"name":"osd.1/osd_mclock_max_capacity_iops_ssd","new_value":"5797.863731"}]}] 2024-09-16T20:06:13.927 INFO:tasks.ceph_manager:config epoch is 4 2024-09-16T20:06:13.927 INFO:tasks.ceph:Waiting until cluster1 daemons up and pgs clean... 2024-09-16T20:06:13.928 INFO:tasks.ceph.ceph_manager.cluster1:waiting for mgr available 2024-09-16T20:06:13.928 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 mgr dump --format=json 2024-09-16T20:06:14.278 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:14.297 INFO:teuthology.orchestra.run.smithi059.stdout:{"epoch":5,"flags":0,"active_gid":4099,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6824","nonce":3544934968},{"type":"v1","addr":"172.21.15.59:6825","nonce":3544934968}]},"active_addr":"172.21.15.59:6825/3544934968","active_change":"2024-09-16T20:05:59.793413+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[],"modules":["iostat","nfs","restful"],"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":[]},"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":[]},"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.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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:v2.51.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:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB 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:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter 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":"docker.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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":"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":[]}}},{"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":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","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":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","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"]},"last_failure_osd_epoch":0,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.59:0","nonce":4033694266}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.59:0","nonce":2698437466}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.59:0","nonce":3739591065}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.59:0","nonce":2971356684}]}]} 2024-09-16T20:06:14.299 INFO:tasks.ceph.ceph_manager.cluster1:mgr available! 2024-09-16T20:06:14.299 INFO:tasks.ceph.ceph_manager.cluster1:waiting for all up 2024-09-16T20:06:14.299 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2024-09-16T20:06:14.609 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:14.609 INFO:teuthology.orchestra.run.smithi059.stdout:{"epoch":15,"fsid":"f362c522-d133-4ebb-b701-9d859f2141b0","created":"2024-09-16T20:05:54.873395+0000","modified":"2024-09-16T20:06:13.552544+0000","last_up_change":"2024-09-16T20:06:05.508935+0000","last_in_change":"2024-09-16T20:05:55.773326+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T20:06:05.879967+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"11","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"2024-09-16T20:06:10.161153+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"15","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":2,"snap_epoch":15,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"5761a499-33aa-4396-b5a6-b4fe035f95cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6808","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6809","nonce":2258061271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6810","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6811","nonce":2258061271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6814","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6815","nonce":2258061271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6812","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6813","nonce":2258061271}]},"public_addr":"172.21.15.59:6809/2258061271","cluster_addr":"172.21.15.59:6811/2258061271","heartbeat_back_addr":"172.21.15.59:6815/2258061271","heartbeat_front_addr":"172.21.15.59:6813/2258061271","state":["exists","up"]},{"osd":1,"uuid":"0af6bf02-78e4-40ca-a4d0-b0108b5d5c36","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6800","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6801","nonce":1159563101}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6802","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6803","nonce":1159563101}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6806","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6807","nonce":1159563101}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6804","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6805","nonce":1159563101}]},"public_addr":"172.21.15.59:6801/1159563101","cluster_addr":"172.21.15.59:6803/1159563101","heartbeat_back_addr":"172.21.15.59:6807/1159563101","heartbeat_front_addr":"172.21.15.59:6805/1159563101","state":["exists","up"]},{"osd":2,"uuid":"c24cfad8-1da5-4ca7-aab0-93df20303fd2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6816","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6817","nonce":827540012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6818","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6819","nonce":827540012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6822","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6823","nonce":827540012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6820","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6821","nonce":827540012}]},"public_addr":"172.21.15.59:6817/827540012","cluster_addr":"172.21.15.59:6819/827540012","heartbeat_back_addr":"172.21.15.59:6823/827540012","heartbeat_front_addr":"172.21.15.59:6821/827540012","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:02.531860+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:02.487507+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:02.406384+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":"jerasure","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}} 2024-09-16T20:06:14.627 INFO:tasks.ceph.ceph_manager.cluster1:all up! 2024-09-16T20:06:14.627 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2024-09-16T20:06:14.935 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:14.936 INFO:teuthology.orchestra.run.smithi059.stdout:{"epoch":15,"fsid":"f362c522-d133-4ebb-b701-9d859f2141b0","created":"2024-09-16T20:05:54.873395+0000","modified":"2024-09-16T20:06:13.552544+0000","last_up_change":"2024-09-16T20:06:05.508935+0000","last_in_change":"2024-09-16T20:05:55.773326+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T20:06:05.879967+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"11","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"2024-09-16T20:06:10.161153+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"15","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":2,"snap_epoch":15,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"5761a499-33aa-4396-b5a6-b4fe035f95cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6808","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6809","nonce":2258061271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6810","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6811","nonce":2258061271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6814","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6815","nonce":2258061271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6812","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6813","nonce":2258061271}]},"public_addr":"172.21.15.59:6809/2258061271","cluster_addr":"172.21.15.59:6811/2258061271","heartbeat_back_addr":"172.21.15.59:6815/2258061271","heartbeat_front_addr":"172.21.15.59:6813/2258061271","state":["exists","up"]},{"osd":1,"uuid":"0af6bf02-78e4-40ca-a4d0-b0108b5d5c36","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6800","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6801","nonce":1159563101}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6802","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6803","nonce":1159563101}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6806","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6807","nonce":1159563101}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6804","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6805","nonce":1159563101}]},"public_addr":"172.21.15.59:6801/1159563101","cluster_addr":"172.21.15.59:6803/1159563101","heartbeat_back_addr":"172.21.15.59:6807/1159563101","heartbeat_front_addr":"172.21.15.59:6805/1159563101","state":["exists","up"]},{"osd":2,"uuid":"c24cfad8-1da5-4ca7-aab0-93df20303fd2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6816","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6817","nonce":827540012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6818","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6819","nonce":827540012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6822","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6823","nonce":827540012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6820","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6821","nonce":827540012}]},"public_addr":"172.21.15.59:6817/827540012","cluster_addr":"172.21.15.59:6819/827540012","heartbeat_back_addr":"172.21.15.59:6823/827540012","heartbeat_front_addr":"172.21.15.59:6821/827540012","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:02.531860+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:02.487507+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:02.406384+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":"jerasure","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}} 2024-09-16T20:06:14.955 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.0 flush_pg_stats 2024-09-16T20:06:14.955 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.1 flush_pg_stats 2024-09-16T20:06:14.956 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.2 flush_pg_stats 2024-09-16T20:06:15.109 INFO:teuthology.orchestra.run.smithi059.stdout:34359738373 2024-09-16T20:06:15.109 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2024-09-16T20:06:15.122 INFO:teuthology.orchestra.run.smithi059.stdout:34359738373 2024-09-16T20:06:15.122 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2024-09-16T20:06:15.123 INFO:teuthology.orchestra.run.smithi059.stdout:34359738372 2024-09-16T20:06:15.123 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2024-09-16T20:06:15.395 INFO:teuthology.orchestra.run.smithi059.stdout:34359738372 2024-09-16T20:06:15.412 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738373 got 34359738372 for osd.1 2024-09-16T20:06:15.455 INFO:teuthology.orchestra.run.smithi059.stdout:34359738372 2024-09-16T20:06:15.456 INFO:teuthology.orchestra.run.smithi059.stdout:34359738371 2024-09-16T20:06:15.474 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738373 got 34359738372 for osd.2 2024-09-16T20:06:15.475 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738372 got 34359738371 for osd.0 2024-09-16T20:06:16.413 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2024-09-16T20:06:16.475 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2024-09-16T20:06:16.476 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2024-09-16T20:06:16.738 INFO:teuthology.orchestra.run.smithi059.stdout:34359738373 2024-09-16T20:06:16.755 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738373 got 34359738373 for osd.1 2024-09-16T20:06:16.756 DEBUG:teuthology.parallel:result is None 2024-09-16T20:06:16.773 INFO:teuthology.orchestra.run.smithi059.stdout:34359738372 2024-09-16T20:06:16.784 INFO:teuthology.orchestra.run.smithi059.stdout:34359738373 2024-09-16T20:06:16.791 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738372 got 34359738372 for osd.0 2024-09-16T20:06:16.792 DEBUG:teuthology.parallel:result is None 2024-09-16T20:06:16.802 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738373 got 34359738373 for osd.2 2024-09-16T20:06:16.802 DEBUG:teuthology.parallel:result is None 2024-09-16T20:06:16.802 INFO:tasks.ceph.ceph_manager.cluster1:waiting for clean 2024-09-16T20:06:16.802 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-16T20:06:17.128 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:17.129 INFO:teuthology.orchestra.run.smithi059.stderr:dumped all 2024-09-16T20:06:17.145 INFO:teuthology.orchestra.run.smithi059.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2024-09-16T20:06:15.841680+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590387,"num_objects":4,"num_object_clones":0,"num_object_copies":8,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":81,"num_write_kb":1108,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":55,"ondisk_log_size":55,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":6,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":82636,"kb_used_data":1536,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":283032884,"statfs":{"total":289910292480,"available":289825673216,"internally_reserved":0,"allocated":1572864,"data_stored":1288919,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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":6,"apply_latency_ms":6,"commit_latency_ns":6000000,"apply_latency_ns":6000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"4.301741"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.565994+0000","last_change":"2024-09-16T20:06:13.566486+0000","last_active":"2024-09-16T20:06:13.565994+0000","last_peered":"2024-09-16T20:06:13.565994+0000","last_clean":"2024-09-16T20:06:13.565994+0000","last_became_active":"2024-09-16T20:06:11.554026+0000","last_became_peered":"2024-09-16T20:06:11.554026+0000","last_unstale":"2024-09-16T20:06:13.565994+0000","last_undegraded":"2024-09-16T20:06:13.565994+0000","last_fullsized":"2024-09-16T20:06:13.565994+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T05:25:24.074016+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00176772,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.6","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.565290+0000","last_change":"2024-09-16T20:06:13.565896+0000","last_active":"2024-09-16T20:06:13.565290+0000","last_peered":"2024-09-16T20:06:13.565290+0000","last_clean":"2024-09-16T20:06:13.565290+0000","last_became_active":"2024-09-16T20:06:11.553483+0000","last_became_peered":"2024-09-16T20:06:11.553483+0000","last_unstale":"2024-09-16T20:06:13.565290+0000","last_undegraded":"2024-09-16T20:06:13.565290+0000","last_fullsized":"2024-09-16T20:06:13.565290+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T00:40:03.574454+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0016173680000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.5","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.566509+0000","last_change":"2024-09-16T20:06:13.567007+0000","last_active":"2024-09-16T20:06:13.566509+0000","last_peered":"2024-09-16T20:06:13.566509+0000","last_clean":"2024-09-16T20:06:13.566509+0000","last_became_active":"2024-09-16T20:06:11.556010+0000","last_became_peered":"2024-09-16T20:06:11.556010+0000","last_unstale":"2024-09-16T20:06:13.566509+0000","last_undegraded":"2024-09-16T20:06:13.566509+0000","last_fullsized":"2024-09-16T20:06:13.566509+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T06:57:30.159715+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019435450000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.4","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.565082+0000","last_change":"2024-09-16T20:06:13.565659+0000","last_active":"2024-09-16T20:06:13.565082+0000","last_peered":"2024-09-16T20:06:13.565082+0000","last_clean":"2024-09-16T20:06:13.565082+0000","last_became_active":"2024-09-16T20:06:11.553887+0000","last_became_peered":"2024-09-16T20:06:11.553887+0000","last_unstale":"2024-09-16T20:06:13.565082+0000","last_undegraded":"2024-09-16T20:06:13.565082+0000","last_fullsized":"2024-09-16T20:06:13.565082+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T05:19:12.835474+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014838780000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.2","version":"15'2","reported_seq":22,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.559032+0000","last_change":"2024-09-16T20:06:13.559032+0000","last_active":"2024-09-16T20:06:13.559032+0000","last_peered":"2024-09-16T20:06:13.559032+0000","last_clean":"2024-09-16T20:06:13.559032+0000","last_became_active":"2024-09-16T20:06:11.556032+0000","last_became_peered":"2024-09-16T20:06:11.556032+0000","last_unstale":"2024-09-16T20:06:13.559032+0000","last_undegraded":"2024-09-16T20:06:13.559032+0000","last_fullsized":"2024-09-16T20:06:13.559032+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T00:37:09.437378+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001228367,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:14.455502+0000","last_change":"2024-09-16T20:06:14.455739+0000","last_active":"2024-09-16T20:06:14.455502+0000","last_peered":"2024-09-16T20:06:14.455502+0000","last_clean":"2024-09-16T20:06:14.455502+0000","last_became_active":"2024-09-16T20:06:11.555315+0000","last_became_peered":"2024-09-16T20:06:11.555315+0000","last_unstale":"2024-09-16T20:06:14.455502+0000","last_undegraded":"2024-09-16T20:06:14.455502+0000","last_fullsized":"2024-09-16T20:06:14.455502+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T02:30:03.986433+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054934899999999997,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:14.455423+0000","last_change":"2024-09-16T20:06:14.455625+0000","last_active":"2024-09-16T20:06:14.455423+0000","last_peered":"2024-09-16T20:06:14.455423+0000","last_clean":"2024-09-16T20:06:14.455423+0000","last_became_active":"2024-09-16T20:06:11.556142+0000","last_became_peered":"2024-09-16T20:06:11.556142+0000","last_unstale":"2024-09-16T20:06:14.455423+0000","last_undegraded":"2024-09-16T20:06:14.455423+0000","last_fullsized":"2024-09-16T20:06:14.455423+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T02:49:07.845327+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047998799999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.3","version":"13'1","reported_seq":21,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.565800+0000","last_change":"2024-09-16T20:06:13.566352+0000","last_active":"2024-09-16T20:06:13.565800+0000","last_peered":"2024-09-16T20:06:13.565800+0000","last_clean":"2024-09-16T20:06:13.565800+0000","last_became_active":"2024-09-16T20:06:11.552104+0000","last_became_peered":"2024-09-16T20:06:11.552104+0000","last_unstale":"2024-09-16T20:06:13.565800+0000","last_undegraded":"2024-09-16T20:06:13.565800+0000","last_fullsized":"2024-09-16T20:06:13.565800+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-17T22:07:59.965578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0020752600000000002,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"10'52","reported_seq":88,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.564117+0000","last_change":"2024-09-16T20:06:07.534854+0000","last_active":"2024-09-16T20:06:13.564117+0000","last_peered":"2024-09-16T20:06:13.564117+0000","last_clean":"2024-09-16T20:06:13.564117+0000","last_became_active":"2024-09-16T20:06:07.532454+0000","last_became_peered":"2024-09-16T20:06:07.532454+0000","last_unstale":"2024-09-16T20:06:13.564117+0000","last_undegraded":"2024-09-16T20:06:13.564117+0000","last_fullsized":"2024-09-16T20:06:13.564117+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:06.510368+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:06.510368+0000","last_clean_scrub_stamp":"2024-09-16T20:06:06.510368+0000","objects_scrubbed":0,"log_size":52,"log_dups_size":0,"ondisk_log_size":52,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:03:38.834962+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":38,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3,"ondisk_log_size":3,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738373,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27144,"kb_used_data":112,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344696,"statfs":{"total":96636764160,"available":96608968704,"internally_reserved":0,"allocated":114688,"data_stored":31355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738373,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27748,"kb_used_data":712,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344092,"statfs":{"total":96636764160,"available":96608350208,"internally_reserved":0,"allocated":729088,"data_stored":628782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738372,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27744,"kb_used_data":712,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344096,"statfs":{"total":96636764160,"available":96608354304,"internally_reserved":0,"allocated":729088,"data_stored":628782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"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}]}} 2024-09-16T20:06:17.146 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-16T20:06:17.434 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:17.434 INFO:teuthology.orchestra.run.smithi059.stderr:dumped all 2024-09-16T20:06:17.451 INFO:teuthology.orchestra.run.smithi059.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2024-09-16T20:06:15.841680+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590387,"num_objects":4,"num_object_clones":0,"num_object_copies":8,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":81,"num_write_kb":1108,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":55,"ondisk_log_size":55,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":6,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":82636,"kb_used_data":1536,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":283032884,"statfs":{"total":289910292480,"available":289825673216,"internally_reserved":0,"allocated":1572864,"data_stored":1288919,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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":6,"apply_latency_ms":6,"commit_latency_ns":6000000,"apply_latency_ns":6000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"4.301741"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.565994+0000","last_change":"2024-09-16T20:06:13.566486+0000","last_active":"2024-09-16T20:06:13.565994+0000","last_peered":"2024-09-16T20:06:13.565994+0000","last_clean":"2024-09-16T20:06:13.565994+0000","last_became_active":"2024-09-16T20:06:11.554026+0000","last_became_peered":"2024-09-16T20:06:11.554026+0000","last_unstale":"2024-09-16T20:06:13.565994+0000","last_undegraded":"2024-09-16T20:06:13.565994+0000","last_fullsized":"2024-09-16T20:06:13.565994+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T05:25:24.074016+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00176772,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.6","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.565290+0000","last_change":"2024-09-16T20:06:13.565896+0000","last_active":"2024-09-16T20:06:13.565290+0000","last_peered":"2024-09-16T20:06:13.565290+0000","last_clean":"2024-09-16T20:06:13.565290+0000","last_became_active":"2024-09-16T20:06:11.553483+0000","last_became_peered":"2024-09-16T20:06:11.553483+0000","last_unstale":"2024-09-16T20:06:13.565290+0000","last_undegraded":"2024-09-16T20:06:13.565290+0000","last_fullsized":"2024-09-16T20:06:13.565290+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T00:40:03.574454+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0016173680000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.5","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.566509+0000","last_change":"2024-09-16T20:06:13.567007+0000","last_active":"2024-09-16T20:06:13.566509+0000","last_peered":"2024-09-16T20:06:13.566509+0000","last_clean":"2024-09-16T20:06:13.566509+0000","last_became_active":"2024-09-16T20:06:11.556010+0000","last_became_peered":"2024-09-16T20:06:11.556010+0000","last_unstale":"2024-09-16T20:06:13.566509+0000","last_undegraded":"2024-09-16T20:06:13.566509+0000","last_fullsized":"2024-09-16T20:06:13.566509+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T06:57:30.159715+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019435450000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.4","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.565082+0000","last_change":"2024-09-16T20:06:13.565659+0000","last_active":"2024-09-16T20:06:13.565082+0000","last_peered":"2024-09-16T20:06:13.565082+0000","last_clean":"2024-09-16T20:06:13.565082+0000","last_became_active":"2024-09-16T20:06:11.553887+0000","last_became_peered":"2024-09-16T20:06:11.553887+0000","last_unstale":"2024-09-16T20:06:13.565082+0000","last_undegraded":"2024-09-16T20:06:13.565082+0000","last_fullsized":"2024-09-16T20:06:13.565082+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T05:19:12.835474+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014838780000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.2","version":"15'2","reported_seq":22,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.559032+0000","last_change":"2024-09-16T20:06:13.559032+0000","last_active":"2024-09-16T20:06:13.559032+0000","last_peered":"2024-09-16T20:06:13.559032+0000","last_clean":"2024-09-16T20:06:13.559032+0000","last_became_active":"2024-09-16T20:06:11.556032+0000","last_became_peered":"2024-09-16T20:06:11.556032+0000","last_unstale":"2024-09-16T20:06:13.559032+0000","last_undegraded":"2024-09-16T20:06:13.559032+0000","last_fullsized":"2024-09-16T20:06:13.559032+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T00:37:09.437378+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001228367,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:14.455502+0000","last_change":"2024-09-16T20:06:14.455739+0000","last_active":"2024-09-16T20:06:14.455502+0000","last_peered":"2024-09-16T20:06:14.455502+0000","last_clean":"2024-09-16T20:06:14.455502+0000","last_became_active":"2024-09-16T20:06:11.555315+0000","last_became_peered":"2024-09-16T20:06:11.555315+0000","last_unstale":"2024-09-16T20:06:14.455502+0000","last_undegraded":"2024-09-16T20:06:14.455502+0000","last_fullsized":"2024-09-16T20:06:14.455502+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T02:30:03.986433+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054934899999999997,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:14.455423+0000","last_change":"2024-09-16T20:06:14.455625+0000","last_active":"2024-09-16T20:06:14.455423+0000","last_peered":"2024-09-16T20:06:14.455423+0000","last_clean":"2024-09-16T20:06:14.455423+0000","last_became_active":"2024-09-16T20:06:11.556142+0000","last_became_peered":"2024-09-16T20:06:11.556142+0000","last_unstale":"2024-09-16T20:06:14.455423+0000","last_undegraded":"2024-09-16T20:06:14.455423+0000","last_fullsized":"2024-09-16T20:06:14.455423+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T02:49:07.845327+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047998799999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.3","version":"13'1","reported_seq":21,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.565800+0000","last_change":"2024-09-16T20:06:13.566352+0000","last_active":"2024-09-16T20:06:13.565800+0000","last_peered":"2024-09-16T20:06:13.565800+0000","last_clean":"2024-09-16T20:06:13.565800+0000","last_became_active":"2024-09-16T20:06:11.552104+0000","last_became_peered":"2024-09-16T20:06:11.552104+0000","last_unstale":"2024-09-16T20:06:13.565800+0000","last_undegraded":"2024-09-16T20:06:13.565800+0000","last_fullsized":"2024-09-16T20:06:13.565800+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-17T22:07:59.965578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0020752600000000002,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"10'52","reported_seq":88,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:13.564117+0000","last_change":"2024-09-16T20:06:07.534854+0000","last_active":"2024-09-16T20:06:13.564117+0000","last_peered":"2024-09-16T20:06:13.564117+0000","last_clean":"2024-09-16T20:06:13.564117+0000","last_became_active":"2024-09-16T20:06:07.532454+0000","last_became_peered":"2024-09-16T20:06:07.532454+0000","last_unstale":"2024-09-16T20:06:13.564117+0000","last_undegraded":"2024-09-16T20:06:13.564117+0000","last_fullsized":"2024-09-16T20:06:13.564117+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:06.510368+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:06.510368+0000","last_clean_scrub_stamp":"2024-09-16T20:06:06.510368+0000","objects_scrubbed":0,"log_size":52,"log_dups_size":0,"ondisk_log_size":52,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:03:38.834962+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":38,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3,"ondisk_log_size":3,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738373,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27144,"kb_used_data":112,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344696,"statfs":{"total":96636764160,"available":96608968704,"internally_reserved":0,"allocated":114688,"data_stored":31355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738373,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27748,"kb_used_data":712,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344092,"statfs":{"total":96636764160,"available":96608350208,"internally_reserved":0,"allocated":729088,"data_stored":628782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738372,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27744,"kb_used_data":712,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344096,"statfs":{"total":96636764160,"available":96608354304,"internally_reserved":0,"allocated":729088,"data_stored":628782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"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}]}} 2024-09-16T20:06:17.452 INFO:tasks.ceph.ceph_manager.cluster1:clean! 2024-09-16T20:06:17.452 INFO:tasks.ceph:Waiting until ceph cluster cluster1 is healthy... 2024-09-16T20:06:17.452 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy 2024-09-16T20:06:17.452 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 health --format=json 2024-09-16T20:06:17.789 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:17.789 INFO:teuthology.orchestra.run.smithi059.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-16T20:06:17.807 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy done 2024-09-16T20:06:17.807 INFO:teuthology.run_tasks:Running task ceph... 2024-09-16T20:06:17.821 INFO:tasks.ceph:Creating ceph cluster cluster2... 2024-09-16T20:06:17.821 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': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore allocator': 'bitmap', 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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} 2024-09-16T20:06:17.821 INFO:tasks.ceph:ctx.config {'archive_path': '/home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418', 'branch': 'wip-dis-testing', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-bitmap 4-supported-random-distro$/{ubuntu_latest} 5-data-pool/replicated 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}}', 'email': 'idryomov@gmail.com', 'exclude_arch': 'armv7l', 'first_in_suite': False, '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': '7907418', 'kernel': {'kdb': 1, 'sha1': 'distro'}, 'ktype': 'distro', 'last_in_suite': False, 'machine_type': 'smithi', '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': 'dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi', 'no_nested_subset': False, 'os_type': 'ubuntu', 'os_version': '22.04', 'overrides': {'admin_socket': {'branch': 'wip-dis-testing'}, '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': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore allocator': 'bitmap', 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}, 'ceph-deploy': {'bluestore': True, 'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}, 'osd': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'fs': 'xfs'}, 'install': {'ceph': {'flavor': 'default', 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'wip-dis-testing', 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}}, 'owner': 'scheduled_dis@teuthology', 'priority': 70, 'repo': 'https://github.com/ceph/ceph-ci', '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': 2961, 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361', 'sleep_before_teardown': 0, 'subset': '66/100', 'suite': 'rbd', 'suite_branch': 'wip-dis-testing', 'suite_path': '/home/teuthworker/src/github.com_ceph_ceph-c_6e8474a02f2b86353394076ab80c6f50ea28e361/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://github.com/ceph/ceph-ci', 'suite_sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361', 'targets': {'smithi059.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLmHMjfTH5KL9/U1EnlMDdCePwLEcRYKJyt5ROKPU9Spr/kOAC4I/ryhIIyYBM6XQ7N5SrP9GRyjYIPU4KY3pBw=', 'smithi103.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOU1hyHh934HzUg97cHbnutSO2VZiLeQHb1OL1wXxViZC6ud+Tcj+crazO4hWzT6Hc8HtZ8gouOGQK6G7/OZFZc='}, 'tasks': [{'internal.check_packages': None}, {'internal.buildpackages_prep': None}, {'internal.save_config': None}, {'internal.check_lock': None}, {'internal.add_remotes': None}, {'console_log': None}, {'internal.connect': None}, {'internal.push_inventory': None}, {'internal.serialize_remote_roles': None}, {'internal.check_conflict': None}, {'internal.check_ceph_data': None}, {'internal.vm_setup': None}, {'kernel': {'kdb': 1, 'sha1': 'distro'}}, {'internal.base': None}, {'internal.archive_upload': None}, {'internal.archive': None}, {'internal.coredump': None}, {'internal.sudo': None}, {'internal.syslog': None}, {'internal.timer': None}, {'pcp': None}, {'selinux': None}, {'ansible.cephlab': None}, {'clock': None}, {'install': None}, {'ceph': {'cluster': 'cluster1', 'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore allocator': 'bitmap', 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}}, {'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': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore allocator': 'bitmap', 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}}, {'exec': {'cluster1.client.0': ['sudo ceph --cluster cluster1 osd pool create datapool 4', 'rbd --cluster cluster1 pool init datapool'], 'cluster2.client.0': ['sudo ceph --cluster cluster2 osd pool create datapool 4', 'rbd --cluster cluster2 pool init datapool']}}, {'exec': {'cluster2.client.0': ['echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0-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': 'main', 'teuthology_sha1': '3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a', 'timestamp': '2024-09-16_19:45:14', 'tube': 'smithi', 'user': 'dis', 'verbose': True, 'worker_log': '/home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856'} 2024-09-16T20:06:17.822 DEBUG:teuthology.orchestra.run.smithi059:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2024-09-16T20:06:17.824 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2024-09-16T20:06:17.830 DEBUG:teuthology.orchestra.run.smithi059:> sudo install -d -m0777 -- /var/run/ceph 2024-09-16T20:06:17.870 DEBUG:teuthology.orchestra.run.smithi103:> sudo install -d -m0777 -- /var/run/ceph 2024-09-16T20:06:17.885 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:17.886 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T20:06:17.933 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T20:06:17.933 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_1 2024-09-16T20:06:17.981 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T20:06:17.981 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T20:06:17.982 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 5h/5d Inode: 870 Links: 1 2024-09-16T20:06:17.982 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T20:06:17.982 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-09-16 20:00:04.385609387 +0000 2024-09-16T20:06:17.982 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-09-16 20:00:04.105611881 +0000 2024-09-16T20:06:17.982 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-09-16 20:00:04.105611881 +0000 2024-09-16T20:06:17.982 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: - 2024-09-16T20:06:17.982 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T20:06:18.036 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-09-16T20:06:18.036 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-09-16T20:06:18.036 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000436986 s, 1.2 MB/s 2024-09-16T20:06:18.037 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T20:06:18.086 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_2 2024-09-16T20:06:18.133 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T20:06:18.133 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T20:06:18.133 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-09-16T20:06:18.133 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T20:06:18.133 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-09-16 20:00:04.873605039 +0000 2024-09-16T20:06:18.133 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-09-16 20:00:04.601607462 +0000 2024-09-16T20:06:18.134 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-09-16 20:00:04.601607462 +0000 2024-09-16T20:06:18.134 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: - 2024-09-16T20:06:18.134 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T20:06:18.187 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-09-16T20:06:18.187 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-09-16T20:06:18.187 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000377792 s, 1.4 MB/s 2024-09-16T20:06:18.189 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T20:06:18.238 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_3 2024-09-16T20:06:18.285 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T20:06:18.285 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T20:06:18.285 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-09-16T20:06:18.285 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T20:06:18.285 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-09-16 20:00:05.373600584 +0000 2024-09-16T20:06:18.286 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-09-16 20:00:05.109602937 +0000 2024-09-16T20:06:18.286 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-09-16 20:00:05.109602937 +0000 2024-09-16T20:06:18.286 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: - 2024-09-16T20:06:18.286 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T20:06:18.339 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-09-16T20:06:18.339 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-09-16T20:06:18.339 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.00041776 s, 1.2 MB/s 2024-09-16T20:06:18.340 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T20:06:18.390 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_4 2024-09-16T20:06:18.437 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T20:06:18.437 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T20:06:18.437 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-09-16T20:06:18.437 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T20:06:18.437 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-09-16 20:00:05.917595738 +0000 2024-09-16T20:06:18.437 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-09-16 20:00:05.645598161 +0000 2024-09-16T20:06:18.438 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-09-16 20:00:05.645598161 +0000 2024-09-16T20:06:18.438 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: - 2024-09-16T20:06:18.438 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T20:06:18.491 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-09-16T20:06:18.491 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-09-16T20:06:18.491 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000314607 s, 1.6 MB/s 2024-09-16T20:06:18.492 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T20:06:18.542 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'} 2024-09-16T20:06:18.542 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@smithi103.front.sepia.ceph.com'): {'cluster2.osd.0': '/dev/vg_nvme/lv_1', 'cluster2.osd.1': '/dev/vg_nvme/lv_2', 'cluster2.osd.2': '/dev/vg_nvme/lv_3'}} 2024-09-16T20:06:18.542 INFO:tasks.ceph:Generating config... 2024-09-16T20:06:18.544 INFO:tasks.ceph:[client] rbd default data pool = datapool 2024-09-16T20:06:18.544 INFO:tasks.ceph:[global] mon warn on pool no app = False 2024-09-16T20:06:18.544 INFO:tasks.ceph:[mgr] debug mgr = 20 2024-09-16T20:06:18.544 INFO:tasks.ceph:[mgr] debug ms = 1 2024-09-16T20:06:18.544 INFO:tasks.ceph:[mon] debug mon = 20 2024-09-16T20:06:18.544 INFO:tasks.ceph:[mon] debug ms = 1 2024-09-16T20:06:18.544 INFO:tasks.ceph:[mon] debug paxos = 20 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] bdev async discard = True 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] bdev enable discard = True 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] bluestore allocator = bitmap 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] debug ms = 1 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] debug osd = 20 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2024-09-16T20:06:18.545 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2024-09-16T20:06:18.546 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2024-09-16T20:06:18.547 INFO:tasks.ceph:Setting up cluster2.mon.a... 2024-09-16T20:06:18.548 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster2.keyring 2024-09-16T20:06:18.618 INFO:teuthology.orchestra.run.smithi103.stdout:creating /etc/ceph/cluster2.keyring 2024-09-16T20:06:18.642 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster2.keyring 2024-09-16T20:06:18.723 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2024-09-16T20:06:18.777 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster2.mon.a', '172.21.15.103')] 2024-09-16T20:06:18.777 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=jerasure 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': '172.21.15.103', 'mon warn on pool no app': False}, 'osd': {'osd journal size': '100', 'osd scrub load threshold': '5.0', 'osd scrub max interval': '600', 'osd mclock profile': 'high_recovery_ops', 'osd 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', 'bdev async discard': True, 'bdev enable discard': True, 'bluestore allocator': 'bitmap', 'bluestore block size': 96636764160, 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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': {}} 2024-09-16T20:06:18.778 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:18.778 DEBUG:teuthology.orchestra.run.smithi103:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2024-09-16T20:06:18.826 DEBUG:teuthology.orchestra.run.smithi103:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage monmaptool -c /home/ubuntu/cephtest/ceph.tmp.conf --create --clobber --enable-all-features --add a 172.21.15.103 --print /home/ubuntu/cephtest/cluster2.monmap 2024-09-16T20:06:18.905 INFO:teuthology.orchestra.run.smithi103.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster2.monmap 2024-09-16T20:06:18.905 INFO:teuthology.orchestra.run.smithi103.stdout:monmaptool: generated fsid ece2429f-5ff7-47d5-9147-10dc6a919945 2024-09-16T20:06:18.905 INFO:teuthology.orchestra.run.smithi103.stdout:setting min_mon_release = quincy 2024-09-16T20:06:18.905 INFO:teuthology.orchestra.run.smithi103.stdout:epoch 0 2024-09-16T20:06:18.905 INFO:teuthology.orchestra.run.smithi103.stdout:fsid ece2429f-5ff7-47d5-9147-10dc6a919945 2024-09-16T20:06:18.905 INFO:teuthology.orchestra.run.smithi103.stdout:last_changed 2024-09-16T20:06:18.900218+0000 2024-09-16T20:06:18.905 INFO:teuthology.orchestra.run.smithi103.stdout:created 2024-09-16T20:06:18.900218+0000 2024-09-16T20:06:18.905 INFO:teuthology.orchestra.run.smithi103.stdout:min_mon_release 17 (quincy) 2024-09-16T20:06:18.905 INFO:teuthology.orchestra.run.smithi103.stdout:election_strategy: 1 2024-09-16T20:06:18.905 INFO:teuthology.orchestra.run.smithi103.stdout:0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-09-16T20:06:18.905 INFO:teuthology.orchestra.run.smithi103.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster2.monmap (1 monitors) 2024-09-16T20:06:18.906 DEBUG:teuthology.orchestra.run.smithi103:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2024-09-16T20:06:18.954 INFO:tasks.ceph:Writing /etc/ceph/cluster2.conf for FSID ece2429f-5ff7-47d5-9147-10dc6a919945... 2024-09-16T20:06:18.954 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:06:18.958 DEBUG:teuthology.orchestra.run.smithi103:> 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 2024-09-16T20:06:18.999 INFO:teuthology.orchestra.run.smithi059.stdout:[global] 2024-09-16T20:06:18.999 INFO:teuthology.orchestra.run.smithi059.stdout: chdir = "" 2024-09-16T20:06:18.999 INFO:teuthology.orchestra.run.smithi059.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-16T20:06:19.000 INFO:teuthology.orchestra.run.smithi059.stdout: auth supported = cephx 2024-09-16T20:06:19.000 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.000 INFO:teuthology.orchestra.run.smithi059.stdout: filestore xattr use omap = true 2024-09-16T20:06:19.000 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.000 INFO:teuthology.orchestra.run.smithi059.stdout: mon clock drift allowed = 1.000 2024-09-16T20:06:19.000 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.000 INFO:teuthology.orchestra.run.smithi059.stdout: osd crush chooseleaf type = 0 2024-09-16T20:06:19.000 INFO:teuthology.orchestra.run.smithi059.stdout: auth debug = true 2024-09-16T20:06:19.000 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.000 INFO:teuthology.orchestra.run.smithi059.stdout: ms die on old message = true 2024-09-16T20:06:19.001 INFO:teuthology.orchestra.run.smithi059.stdout: ms die on bug = true 2024-09-16T20:06:19.001 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.001 INFO:teuthology.orchestra.run.smithi059.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-16T20:06:19.001 INFO:teuthology.orchestra.run.smithi059.stdout: mon pg warn max object skew = 0 2024-09-16T20:06:19.001 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.001 INFO:teuthology.orchestra.run.smithi059.stdout: # disable pg_autoscaler by default for new pools 2024-09-16T20:06:19.001 INFO:teuthology.orchestra.run.smithi059.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-16T20:06:19.002 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.002 INFO:teuthology.orchestra.run.smithi059.stdout: osd pool default size = 2 2024-09-16T20:06:19.002 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.002 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd allow primary affinity = true 2024-09-16T20:06:19.002 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd allow pg remap = true 2024-09-16T20:06:19.002 INFO:teuthology.orchestra.run.smithi059.stdout: mon warn on legacy crush tunables = false 2024-09-16T20:06:19.002 INFO:teuthology.orchestra.run.smithi059.stdout: mon warn on crush straw calc version zero = false 2024-09-16T20:06:19.002 INFO:teuthology.orchestra.run.smithi059.stdout: mon warn on no sortbitwise = false 2024-09-16T20:06:19.002 INFO:teuthology.orchestra.run.smithi059.stdout: mon warn on osd down out interval zero = false 2024-09-16T20:06:19.002 INFO:teuthology.orchestra.run.smithi059.stdout: mon warn on too few osds = false 2024-09-16T20:06:19.003 INFO:teuthology.orchestra.run.smithi059.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-16T20:06:19.003 INFO:teuthology.orchestra.run.smithi059.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-16T20:06:19.003 INFO:teuthology.orchestra.run.smithi059.stdout: mon_allow_pool_size_one = true 2024-09-16T20:06:19.003 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.003 INFO:teuthology.orchestra.run.smithi059.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-16T20:06:19.003 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.003 INFO:teuthology.orchestra.run.smithi059.stdout: osd default data pool replay window = 5 2024-09-16T20:06:19.004 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.004 INFO:teuthology.orchestra.run.smithi059.stdout: mon allow pool delete = true 2024-09-16T20:06:19.004 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.004 INFO:teuthology.orchestra.run.smithi059.stdout: mon cluster log file level = debug 2024-09-16T20:06:19.004 INFO:teuthology.orchestra.run.smithi059.stdout: debug asserts on shutdown = true 2024-09-16T20:06:19.004 INFO:teuthology.orchestra.run.smithi059.stdout: mon health detail to clog = false 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: mon host = 172.21.15.103 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: mon warn on pool no app = False 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: fsid = ece2429f-5ff7-47d5-9147-10dc6a919945 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout:[osd] 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: osd journal size = 100 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: osd scrub load threshold = 5.0 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: osd scrub max interval = 600 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: osd mclock profile = high_recovery_ops 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: osd recover clone overlap = true 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: osd recovery max chunk = 1048576 2024-09-16T20:06:19.005 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.006 INFO:teuthology.orchestra.run.smithi059.stdout: osd debug shutdown = true 2024-09-16T20:06:19.006 INFO:teuthology.orchestra.run.smithi059.stdout: osd debug op order = true 2024-09-16T20:06:19.006 INFO:teuthology.orchestra.run.smithi059.stdout: osd debug verify stray on activate = true 2024-09-16T20:06:19.006 INFO:teuthology.orchestra.run.smithi059.stdout: osd debug trim objects = true 2024-09-16T20:06:19.006 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.006 INFO:teuthology.orchestra.run.smithi059.stdout: osd open classes on start = true 2024-09-16T20:06:19.006 INFO:teuthology.orchestra.run.smithi059.stdout: osd debug pg log writeout = true 2024-09-16T20:06:19.006 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.006 INFO:teuthology.orchestra.run.smithi059.stdout: osd deep scrub update digest min age = 30 2024-09-16T20:06:19.006 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.007 INFO:teuthology.orchestra.run.smithi059.stdout: osd map max advance = 10 2024-09-16T20:06:19.007 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.007 INFO:teuthology.orchestra.run.smithi059.stdout: journal zero on create = true 2024-09-16T20:06:19.007 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.007 INFO:teuthology.orchestra.run.smithi059.stdout: filestore ondisk finisher threads = 3 2024-09-16T20:06:19.007 INFO:teuthology.orchestra.run.smithi059.stdout: filestore apply finisher threads = 3 2024-09-16T20:06:19.007 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.007 INFO:teuthology.orchestra.run.smithi059.stdout: bdev debug aio = true 2024-09-16T20:06:19.007 INFO:teuthology.orchestra.run.smithi059.stdout: osd debug misdirected ops = true 2024-09-16T20:06:19.007 INFO:teuthology.orchestra.run.smithi059.stdout: bdev async discard = True 2024-09-16T20:06:19.008 INFO:teuthology.orchestra.run.smithi059.stdout: bdev enable discard = True 2024-09-16T20:06:19.008 INFO:teuthology.orchestra.run.smithi059.stdout: bluestore allocator = bitmap 2024-09-16T20:06:19.008 INFO:teuthology.orchestra.run.smithi059.stdout: bluestore block size = 96636764160 2024-09-16T20:06:19.008 INFO:teuthology.orchestra.run.smithi059.stdout: bluestore fsck on mount = True 2024-09-16T20:06:19.008 INFO:teuthology.orchestra.run.smithi059.stdout: debug bluefs = 1/20 2024-09-16T20:06:19.008 INFO:teuthology.orchestra.run.smithi059.stdout: debug bluestore = 1/20 2024-09-16T20:06:19.008 INFO:teuthology.orchestra.run.smithi059.stdout: debug ms = 1 2024-09-16T20:06:19.008 INFO:teuthology.orchestra.run.smithi059.stdout: debug osd = 20 2024-09-16T20:06:19.008 INFO:teuthology.orchestra.run.smithi059.stdout: debug rocksdb = 4/10 2024-09-16T20:06:19.008 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd backfillfull_ratio = 0.85 2024-09-16T20:06:19.008 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd full ratio = 0.9 2024-09-16T20:06:19.009 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd nearfull ratio = 0.8 2024-09-16T20:06:19.009 INFO:teuthology.orchestra.run.smithi059.stdout: osd failsafe full ratio = 0.95 2024-09-16T20:06:19.009 INFO:teuthology.orchestra.run.smithi059.stdout: osd objectstore = bluestore 2024-09-16T20:06:19.009 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.009 INFO:teuthology.orchestra.run.smithi059.stdout:[mgr] 2024-09-16T20:06:19.009 INFO:teuthology.orchestra.run.smithi059.stdout: debug ms = 1 2024-09-16T20:06:19.009 INFO:teuthology.orchestra.run.smithi059.stdout: debug mgr = 20 2024-09-16T20:06:19.009 INFO:teuthology.orchestra.run.smithi059.stdout: debug mon = 20 2024-09-16T20:06:19.010 INFO:teuthology.orchestra.run.smithi059.stdout: debug auth = 20 2024-09-16T20:06:19.010 INFO:teuthology.orchestra.run.smithi059.stdout: mon reweight min pgs per osd = 4 2024-09-16T20:06:19.010 INFO:teuthology.orchestra.run.smithi059.stdout: mon reweight min bytes per osd = 10 2024-09-16T20:06:19.010 INFO:teuthology.orchestra.run.smithi059.stdout: mgr/telemetry/nag = false 2024-09-16T20:06:19.010 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.010 INFO:teuthology.orchestra.run.smithi059.stdout:[mon] 2024-09-16T20:06:19.010 INFO:teuthology.orchestra.run.smithi059.stdout: debug ms = 1 2024-09-16T20:06:19.010 INFO:teuthology.orchestra.run.smithi059.stdout: debug mon = 20 2024-09-16T20:06:19.010 INFO:teuthology.orchestra.run.smithi059.stdout: debug paxos = 20 2024-09-16T20:06:19.010 INFO:teuthology.orchestra.run.smithi059.stdout: debug auth = 20 2024-09-16T20:06:19.011 INFO:teuthology.orchestra.run.smithi059.stdout: mon data avail warn = 5 2024-09-16T20:06:19.011 INFO:teuthology.orchestra.run.smithi059.stdout: mon mgr mkfs grace = 240 2024-09-16T20:06:19.011 INFO:teuthology.orchestra.run.smithi059.stdout: mon reweight min pgs per osd = 4 2024-09-16T20:06:19.011 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd reporter subtree level = osd 2024-09-16T20:06:19.011 INFO:teuthology.orchestra.run.smithi059.stdout: mon osd prime pg temp = true 2024-09-16T20:06:19.011 INFO:teuthology.orchestra.run.smithi059.stdout: mon reweight min bytes per osd = 10 2024-09-16T20:06:19.011 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.011 INFO:teuthology.orchestra.run.smithi059.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-16T20:06:19.011 INFO:teuthology.orchestra.run.smithi059.stdout: auth mon ticket ttl = 660 # 11m 2024-09-16T20:06:19.011 INFO:teuthology.orchestra.run.smithi059.stdout: auth service ticket ttl = 240 # 4m 2024-09-16T20:06:19.011 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.012 INFO:teuthology.orchestra.run.smithi059.stdout: # don't complain about insecure global_id in the test suite 2024-09-16T20:06:19.012 INFO:teuthology.orchestra.run.smithi059.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-16T20:06:19.012 INFO:teuthology.orchestra.run.smithi059.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-16T20:06:19.012 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.012 INFO:teuthology.orchestra.run.smithi059.stdout: # 1m isn't quite enough 2024-09-16T20:06:19.012 INFO:teuthology.orchestra.run.smithi059.stdout: mon_down_mkfs_grace = 2m 2024-09-16T20:06:19.012 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.013 INFO:teuthology.orchestra.run.smithi059.stdout: mon_warn_on_filestore_osds = false 2024-09-16T20:06:19.013 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T20:06:19.013 INFO:teuthology.orchestra.run.smithi059.stdout:[client] 2024-09-16T20:06:19.013 INFO:teuthology.orchestra.run.smithi059.stdout: rgw cache enabled = true 2024-09-16T20:06:19.013 INFO:teuthology.orchestra.run.smithi059.stdout: rgw enable ops log = true 2024-09-16T20:06:19.013 INFO:teuthology.orchestra.run.smithi059.stdout: rgw enable usage log = true 2024-09-16T20:06:19.014 INFO:teuthology.orchestra.run.smithi059.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-16T20:06:19.014 INFO:teuthology.orchestra.run.smithi059.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-16T20:06:19.014 INFO:teuthology.orchestra.run.smithi059.stdout: rbd default data pool = datapool 2024-09-16T20:06:19.014 INFO:teuthology.orchestra.run.smithi059.stdout:[mon.a] 2024-09-16T20:06:19.027 INFO:teuthology.orchestra.run.smithi103.stdout:[global] 2024-09-16T20:06:19.027 INFO:teuthology.orchestra.run.smithi103.stdout: chdir = "" 2024-09-16T20:06:19.027 INFO:teuthology.orchestra.run.smithi103.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-16T20:06:19.027 INFO:teuthology.orchestra.run.smithi103.stdout: auth supported = cephx 2024-09-16T20:06:19.027 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.027 INFO:teuthology.orchestra.run.smithi103.stdout: filestore xattr use omap = true 2024-09-16T20:06:19.028 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.028 INFO:teuthology.orchestra.run.smithi103.stdout: mon clock drift allowed = 1.000 2024-09-16T20:06:19.028 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.028 INFO:teuthology.orchestra.run.smithi103.stdout: osd crush chooseleaf type = 0 2024-09-16T20:06:19.028 INFO:teuthology.orchestra.run.smithi103.stdout: auth debug = true 2024-09-16T20:06:19.028 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.028 INFO:teuthology.orchestra.run.smithi103.stdout: ms die on old message = true 2024-09-16T20:06:19.028 INFO:teuthology.orchestra.run.smithi103.stdout: ms die on bug = true 2024-09-16T20:06:19.028 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.028 INFO:teuthology.orchestra.run.smithi103.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-16T20:06:19.028 INFO:teuthology.orchestra.run.smithi103.stdout: mon pg warn max object skew = 0 2024-09-16T20:06:19.028 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: # disable pg_autoscaler by default for new pools 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: osd pool default size = 2 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd allow primary affinity = true 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd allow pg remap = true 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: mon warn on legacy crush tunables = false 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: mon warn on crush straw calc version zero = false 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: mon warn on no sortbitwise = false 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: mon warn on osd down out interval zero = false 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: mon warn on too few osds = false 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-16T20:06:19.029 INFO:teuthology.orchestra.run.smithi103.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: mon_allow_pool_size_one = true 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: osd default data pool replay window = 5 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: mon allow pool delete = true 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: mon cluster log file level = debug 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: debug asserts on shutdown = true 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: mon health detail to clog = false 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: mon host = 172.21.15.103 2024-09-16T20:06:19.030 INFO:teuthology.orchestra.run.smithi103.stdout: mon warn on pool no app = False 2024-09-16T20:06:19.031 INFO:teuthology.orchestra.run.smithi103.stdout: fsid = ece2429f-5ff7-47d5-9147-10dc6a919945 2024-09-16T20:06:19.031 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.031 INFO:teuthology.orchestra.run.smithi103.stdout:[osd] 2024-09-16T20:06:19.031 INFO:teuthology.orchestra.run.smithi103.stdout: osd journal size = 100 2024-09-16T20:06:19.031 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.031 INFO:teuthology.orchestra.run.smithi103.stdout: osd scrub load threshold = 5.0 2024-09-16T20:06:19.031 INFO:teuthology.orchestra.run.smithi103.stdout: osd scrub max interval = 600 2024-09-16T20:06:19.031 INFO:teuthology.orchestra.run.smithi103.stdout: osd mclock profile = high_recovery_ops 2024-09-16T20:06:19.031 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.032 INFO:teuthology.orchestra.run.smithi103.stdout: osd recover clone overlap = true 2024-09-16T20:06:19.032 INFO:teuthology.orchestra.run.smithi103.stdout: osd recovery max chunk = 1048576 2024-09-16T20:06:19.032 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.032 INFO:teuthology.orchestra.run.smithi103.stdout: osd debug shutdown = true 2024-09-16T20:06:19.032 INFO:teuthology.orchestra.run.smithi103.stdout: osd debug op order = true 2024-09-16T20:06:19.032 INFO:teuthology.orchestra.run.smithi103.stdout: osd debug verify stray on activate = true 2024-09-16T20:06:19.032 INFO:teuthology.orchestra.run.smithi103.stdout: osd debug trim objects = true 2024-09-16T20:06:19.032 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.032 INFO:teuthology.orchestra.run.smithi103.stdout: osd open classes on start = true 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: osd debug pg log writeout = true 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: osd deep scrub update digest min age = 30 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: osd map max advance = 10 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: journal zero on create = true 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: filestore ondisk finisher threads = 3 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: filestore apply finisher threads = 3 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: bdev debug aio = true 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: osd debug misdirected ops = true 2024-09-16T20:06:19.033 INFO:teuthology.orchestra.run.smithi103.stdout: bdev async discard = True 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: bdev enable discard = True 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: bluestore allocator = bitmap 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: bluestore block size = 96636764160 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: bluestore fsck on mount = True 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: debug bluefs = 1/20 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: debug bluestore = 1/20 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: debug ms = 1 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: debug osd = 20 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: debug rocksdb = 4/10 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd backfillfull_ratio = 0.85 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd full ratio = 0.9 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd nearfull ratio = 0.8 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: osd failsafe full ratio = 0.95 2024-09-16T20:06:19.034 INFO:teuthology.orchestra.run.smithi103.stdout: osd objectstore = bluestore 2024-09-16T20:06:19.035 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.035 INFO:teuthology.orchestra.run.smithi103.stdout:[mgr] 2024-09-16T20:06:19.035 INFO:teuthology.orchestra.run.smithi103.stdout: debug ms = 1 2024-09-16T20:06:19.035 INFO:teuthology.orchestra.run.smithi103.stdout: debug mgr = 20 2024-09-16T20:06:19.035 INFO:teuthology.orchestra.run.smithi103.stdout: debug mon = 20 2024-09-16T20:06:19.035 INFO:teuthology.orchestra.run.smithi103.stdout: debug auth = 20 2024-09-16T20:06:19.035 INFO:teuthology.orchestra.run.smithi103.stdout: mon reweight min pgs per osd = 4 2024-09-16T20:06:19.035 INFO:teuthology.orchestra.run.smithi103.stdout: mon reweight min bytes per osd = 10 2024-09-16T20:06:19.035 INFO:teuthology.orchestra.run.smithi103.stdout: mgr/telemetry/nag = false 2024-09-16T20:06:19.035 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.035 INFO:teuthology.orchestra.run.smithi103.stdout:[mon] 2024-09-16T20:06:19.035 INFO:teuthology.orchestra.run.smithi103.stdout: debug ms = 1 2024-09-16T20:06:19.036 INFO:teuthology.orchestra.run.smithi103.stdout: debug mon = 20 2024-09-16T20:06:19.036 INFO:teuthology.orchestra.run.smithi103.stdout: debug paxos = 20 2024-09-16T20:06:19.036 INFO:teuthology.orchestra.run.smithi103.stdout: debug auth = 20 2024-09-16T20:06:19.036 INFO:teuthology.orchestra.run.smithi103.stdout: mon data avail warn = 5 2024-09-16T20:06:19.036 INFO:teuthology.orchestra.run.smithi103.stdout: mon mgr mkfs grace = 240 2024-09-16T20:06:19.036 INFO:teuthology.orchestra.run.smithi103.stdout: mon reweight min pgs per osd = 4 2024-09-16T20:06:19.036 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd reporter subtree level = osd 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: mon osd prime pg temp = true 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: mon reweight min bytes per osd = 10 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: auth mon ticket ttl = 660 # 11m 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: auth service ticket ttl = 240 # 4m 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: # don't complain about insecure global_id in the test suite 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: # 1m isn't quite enough 2024-09-16T20:06:19.037 INFO:teuthology.orchestra.run.smithi103.stdout: mon_down_mkfs_grace = 2m 2024-09-16T20:06:19.038 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.038 INFO:teuthology.orchestra.run.smithi103.stdout: mon_warn_on_filestore_osds = false 2024-09-16T20:06:19.038 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:19.038 INFO:teuthology.orchestra.run.smithi103.stdout:[client] 2024-09-16T20:06:19.038 INFO:teuthology.orchestra.run.smithi103.stdout: rgw cache enabled = true 2024-09-16T20:06:19.038 INFO:teuthology.orchestra.run.smithi103.stdout: rgw enable ops log = true 2024-09-16T20:06:19.038 INFO:teuthology.orchestra.run.smithi103.stdout: rgw enable usage log = true 2024-09-16T20:06:19.038 INFO:teuthology.orchestra.run.smithi103.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-16T20:06:19.038 INFO:teuthology.orchestra.run.smithi103.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-16T20:06:19.038 INFO:teuthology.orchestra.run.smithi103.stdout: rbd default data pool = datapool 2024-09-16T20:06:19.038 INFO:teuthology.orchestra.run.smithi103.stdout:[mon.a] 2024-09-16T20:06:19.039 INFO:tasks.ceph:Creating admin key on cluster2.mon.a... 2024-09-16T20:06:19.039 DEBUG:teuthology.orchestra.run.smithi103:> 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 2024-09-16T20:06:19.129 INFO:tasks.ceph:Copying monmap to all nodes... 2024-09-16T20:06:19.129 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:19.129 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/etc/ceph/cluster2.keyring of=/dev/stdout 2024-09-16T20:06:19.135 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:19.135 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/home/ubuntu/cephtest/cluster2.monmap of=/dev/stdout 2024-09-16T20:06:19.181 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T20:06:19.181 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:06:19.182 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/ceph/cluster2.keyring 2024-09-16T20:06:19.182 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2024-09-16T20:06:19.206 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:06:19.206 DEBUG:teuthology.orchestra.run.smithi059:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2024-09-16T20:06:19.254 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi103.front.sepia.ceph.com 2024-09-16T20:06:19.254 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:19.254 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/ceph/cluster2.keyring 2024-09-16T20:06:19.254 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2024-09-16T20:06:19.276 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:19.276 DEBUG:teuthology.orchestra.run.smithi103:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2024-09-16T20:06:19.329 INFO:tasks.ceph:Setting up mon nodes... 2024-09-16T20:06:19.329 INFO:tasks.ceph:Setting up mgr nodes... 2024-09-16T20:06:19.329 DEBUG:teuthology.orchestra.run.smithi103:> 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 2024-09-16T20:06:19.415 INFO:teuthology.orchestra.run.smithi103.stdout:creating /var/lib/ceph/mgr/cluster2-x/keyring 2024-09-16T20:06:19.417 INFO:tasks.ceph:Setting up mds nodes... 2024-09-16T20:06:19.417 INFO:tasks.ceph_client:Setting up client nodes... 2024-09-16T20:06:19.418 DEBUG:teuthology.orchestra.run.smithi103:> 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 2024-09-16T20:06:19.492 INFO:teuthology.orchestra.run.smithi103.stdout:creating /etc/ceph/cluster2.client.0.keyring 2024-09-16T20:06:19.501 INFO:tasks.ceph:Running mkfs on osd nodes... 2024-09-16T20:06:19.501 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@smithi059.front.sepia.ceph.com'): {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'}, Remote(name='ubuntu@smithi103.front.sepia.ceph.com'): {'cluster2.osd.0': '/dev/vg_nvme/lv_1', 'cluster2.osd.1': '/dev/vg_nvme/lv_2', 'cluster2.osd.2': '/dev/vg_nvme/lv_3'}} 2024-09-16T20:06:19.502 DEBUG:teuthology.orchestra.run.smithi103:> sudo mkdir -p /var/lib/ceph/osd/cluster2-0 2024-09-16T20:06:19.555 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'} 2024-09-16T20:06:19.555 INFO:tasks.ceph:role: cluster2.osd.0 2024-09-16T20:06:19.555 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi103.front.sepia.ceph.com 2024-09-16T20:06:19.555 DEBUG:teuthology.orchestra.run.smithi103:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2024-09-16T20:06:19.615 INFO:teuthology.orchestra.run.smithi103.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T20:06:19.615 INFO:teuthology.orchestra.run.smithi103.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T20:06:19.615 INFO:teuthology.orchestra.run.smithi103.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T20:06:19.615 INFO:teuthology.orchestra.run.smithi103.stdout: = reflink=1 bigtime=0 inobtcount=0 2024-09-16T20:06:19.615 INFO:teuthology.orchestra.run.smithi103.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T20:06:19.615 INFO:teuthology.orchestra.run.smithi103.stdout: = sunit=0 swidth=0 blks 2024-09-16T20:06:19.615 INFO:teuthology.orchestra.run.smithi103.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T20:06:19.616 INFO:teuthology.orchestra.run.smithi103.stdout:log =internal log bsize=4096 blocks=11443, version=2 2024-09-16T20:06:19.616 INFO:teuthology.orchestra.run.smithi103.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T20:06:19.616 INFO:teuthology.orchestra.run.smithi103.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T20:06:20.070 INFO:teuthology.orchestra.run.smithi103.stdout:Discarding blocks...Done. 2024-09-16T20:06:20.072 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi103.front.sepia.ceph.com -o noatime 2024-09-16T20:06:20.072 DEBUG:teuthology.orchestra.run.smithi103:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster2-0 2024-09-16T20:06:20.167 DEBUG:teuthology.orchestra.run.smithi103:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-0 2024-09-16T20:06:20.178 INFO:teuthology.orchestra.run.smithi103.stderr:sudo: /sbin/restorecon: command not found 2024-09-16T20:06:20.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T20:06:20.179 DEBUG:teuthology.orchestra.run.smithi103:> sudo mkdir -p /var/lib/ceph/osd/cluster2-1 2024-09-16T20:06:20.232 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'} 2024-09-16T20:06:20.232 INFO:tasks.ceph:role: cluster2.osd.1 2024-09-16T20:06:20.232 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi103.front.sepia.ceph.com 2024-09-16T20:06:20.233 DEBUG:teuthology.orchestra.run.smithi103:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2024-09-16T20:06:20.297 INFO:teuthology.orchestra.run.smithi103.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T20:06:20.297 INFO:teuthology.orchestra.run.smithi103.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T20:06:20.297 INFO:teuthology.orchestra.run.smithi103.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T20:06:20.297 INFO:teuthology.orchestra.run.smithi103.stdout: = reflink=1 bigtime=0 inobtcount=0 2024-09-16T20:06:20.297 INFO:teuthology.orchestra.run.smithi103.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T20:06:20.297 INFO:teuthology.orchestra.run.smithi103.stdout: = sunit=0 swidth=0 blks 2024-09-16T20:06:20.297 INFO:teuthology.orchestra.run.smithi103.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T20:06:20.297 INFO:teuthology.orchestra.run.smithi103.stdout:log =internal log bsize=4096 blocks=11443, version=2 2024-09-16T20:06:20.297 INFO:teuthology.orchestra.run.smithi103.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T20:06:20.297 INFO:teuthology.orchestra.run.smithi103.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T20:06:20.768 INFO:teuthology.orchestra.run.smithi103.stdout:Discarding blocks...Done. 2024-09-16T20:06:20.770 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi103.front.sepia.ceph.com -o noatime 2024-09-16T20:06:20.770 DEBUG:teuthology.orchestra.run.smithi103:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster2-1 2024-09-16T20:06:20.938 DEBUG:teuthology.orchestra.run.smithi103:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-1 2024-09-16T20:06:20.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T20:06:20.950 INFO:teuthology.orchestra.run.smithi103.stderr:sudo: /sbin/restorecon: command not found 2024-09-16T20:06:20.951 DEBUG:teuthology.orchestra.run.smithi103:> sudo mkdir -p /var/lib/ceph/osd/cluster2-2 2024-09-16T20:06:21.005 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'} 2024-09-16T20:06:21.005 INFO:tasks.ceph:role: cluster2.osd.2 2024-09-16T20:06:21.005 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi103.front.sepia.ceph.com 2024-09-16T20:06:21.005 DEBUG:teuthology.orchestra.run.smithi103:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2024-09-16T20:06:21.068 INFO:teuthology.orchestra.run.smithi103.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T20:06:21.068 INFO:teuthology.orchestra.run.smithi103.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T20:06:21.068 INFO:teuthology.orchestra.run.smithi103.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T20:06:21.068 INFO:teuthology.orchestra.run.smithi103.stdout: = reflink=1 bigtime=0 inobtcount=0 2024-09-16T20:06:21.068 INFO:teuthology.orchestra.run.smithi103.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T20:06:21.068 INFO:teuthology.orchestra.run.smithi103.stdout: = sunit=0 swidth=0 blks 2024-09-16T20:06:21.068 INFO:teuthology.orchestra.run.smithi103.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T20:06:21.068 INFO:teuthology.orchestra.run.smithi103.stdout:log =internal log bsize=4096 blocks=11443, version=2 2024-09-16T20:06:21.068 INFO:teuthology.orchestra.run.smithi103.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T20:06:21.068 INFO:teuthology.orchestra.run.smithi103.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T20:06:21.560 INFO:teuthology.orchestra.run.smithi103.stdout:Discarding blocks...Done. 2024-09-16T20:06:21.562 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi103.front.sepia.ceph.com -o noatime 2024-09-16T20:06:21.563 DEBUG:teuthology.orchestra.run.smithi103:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster2-2 2024-09-16T20:06:21.702 DEBUG:teuthology.orchestra.run.smithi103:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-2 2024-09-16T20:06:21.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T20:06:21.714 INFO:teuthology.orchestra.run.smithi103.stderr:sudo: /sbin/restorecon: command not found 2024-09-16T20:06:21.715 DEBUG:teuthology.orchestra.run.smithi103:> 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 2024-09-16T20:06:21.907 INFO:teuthology.orchestra.run.smithi103.stderr:2024-09-16T20:06:21.897+0000 7f62c29847c0 -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 2024-09-16T20:06:21.908 INFO:teuthology.orchestra.run.smithi103.stderr:2024-09-16T20:06:21.897+0000 7f62c29847c0 -1 created new key in keyring /var/lib/ceph/osd/cluster2-0/keyring 2024-09-16T20:06:21.908 INFO:teuthology.orchestra.run.smithi103.stderr:2024-09-16T20:06:21.897+0000 7f62c29847c0 -1 bdev(0x55f245ee5800 /var/lib/ceph/osd/cluster2-0/block) open stat got: (1) Operation not permitted 2024-09-16T20:06:21.908 INFO:teuthology.orchestra.run.smithi103.stderr:2024-09-16T20:06:21.897+0000 7f62c29847c0 -1 bluestore(/var/lib/ceph/osd/cluster2-0) _read_fsid unparsable uuid 2024-09-16T20:06:25.053 DEBUG:teuthology.orchestra.run.smithi103:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-0 2024-09-16T20:06:25.067 DEBUG:teuthology.orchestra.run.smithi103:> 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 2024-09-16T20:06:25.146 INFO:teuthology.orchestra.run.smithi103.stderr:2024-09-16T20:06:25.137+0000 7f52fa4f97c0 -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 2024-09-16T20:06:25.147 INFO:teuthology.orchestra.run.smithi103.stderr:2024-09-16T20:06:25.137+0000 7f52fa4f97c0 -1 created new key in keyring /var/lib/ceph/osd/cluster2-1/keyring 2024-09-16T20:06:25.147 INFO:teuthology.orchestra.run.smithi103.stderr:2024-09-16T20:06:25.137+0000 7f52fa4f97c0 -1 bdev(0x560219553800 /var/lib/ceph/osd/cluster2-1/block) open stat got: (1) Operation not permitted 2024-09-16T20:06:25.147 INFO:teuthology.orchestra.run.smithi103.stderr:2024-09-16T20:06:25.137+0000 7f52fa4f97c0 -1 bluestore(/var/lib/ceph/osd/cluster2-1) _read_fsid unparsable uuid 2024-09-16T20:06:28.264 DEBUG:teuthology.orchestra.run.smithi103:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-1 2024-09-16T20:06:28.326 DEBUG:teuthology.orchestra.run.smithi103:> 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 2024-09-16T20:06:28.406 INFO:teuthology.orchestra.run.smithi103.stderr:2024-09-16T20:06:28.397+0000 7f1e039907c0 -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 2024-09-16T20:06:28.407 INFO:teuthology.orchestra.run.smithi103.stderr:2024-09-16T20:06:28.397+0000 7f1e039907c0 -1 created new key in keyring /var/lib/ceph/osd/cluster2-2/keyring 2024-09-16T20:06:28.407 INFO:teuthology.orchestra.run.smithi103.stderr:2024-09-16T20:06:28.397+0000 7f1e039907c0 -1 bdev(0x5595a76a5800 /var/lib/ceph/osd/cluster2-2/block) open stat got: (1) Operation not permitted 2024-09-16T20:06:28.407 INFO:teuthology.orchestra.run.smithi103.stderr:2024-09-16T20:06:28.397+0000 7f1e039907c0 -1 bluestore(/var/lib/ceph/osd/cluster2-2) _read_fsid unparsable uuid 2024-09-16T20:06:31.555 DEBUG:teuthology.orchestra.run.smithi103:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-2 2024-09-16T20:06:31.609 INFO:tasks.ceph:Reading keys from all nodes... 2024-09-16T20:06:31.609 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:31.609 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/var/lib/ceph/mgr/cluster2-x/keyring of=/dev/stdout 2024-09-16T20:06:31.664 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:31.665 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/var/lib/ceph/osd/cluster2-0/keyring of=/dev/stdout 2024-09-16T20:06:31.719 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:31.719 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/var/lib/ceph/osd/cluster2-1/keyring of=/dev/stdout 2024-09-16T20:06:31.772 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:31.772 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/var/lib/ceph/osd/cluster2-2/keyring of=/dev/stdout 2024-09-16T20:06:31.828 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:31.828 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/etc/ceph/cluster2.client.0.keyring of=/dev/stdout 2024-09-16T20:06:31.876 INFO:tasks.ceph:Adding keys to all mons... 2024-09-16T20:06:31.877 DEBUG:teuthology.orchestra.run.smithi103:> sudo tee -a /etc/ceph/cluster2.keyring 2024-09-16T20:06:31.930 INFO:teuthology.orchestra.run.smithi103.stdout:[mgr.x] 2024-09-16T20:06:31.930 INFO:teuthology.orchestra.run.smithi103.stdout: key = AQC7j+hmo3N2GBAAeUGwVBE6hh8OeLArc227+g== 2024-09-16T20:06:31.930 INFO:teuthology.orchestra.run.smithi103.stdout:[osd.0] 2024-09-16T20:06:31.931 INFO:teuthology.orchestra.run.smithi103.stdout: key = AQC9j+hmW+XMNRAALXeuAtXcFDu1Dheq1UZZpg== 2024-09-16T20:06:31.931 INFO:teuthology.orchestra.run.smithi103.stdout:[osd.1] 2024-09-16T20:06:31.931 INFO:teuthology.orchestra.run.smithi103.stdout: key = AQDBj+hmWrF3CBAA00FYojRhABqca0DzN5VDgA== 2024-09-16T20:06:31.931 INFO:teuthology.orchestra.run.smithi103.stdout:[osd.2] 2024-09-16T20:06:31.931 INFO:teuthology.orchestra.run.smithi103.stdout: key = AQDEj+hm/szxFxAAAnY8Jkvp7DtQc/XPXOY7mg== 2024-09-16T20:06:31.931 INFO:teuthology.orchestra.run.smithi103.stdout:[client.0] 2024-09-16T20:06:31.931 INFO:teuthology.orchestra.run.smithi103.stdout: key = AQC7j+hmdYoRHRAAyXS5qvN5LIIh5j0twiEBkA== 2024-09-16T20:06:31.932 DEBUG:teuthology.orchestra.run.smithi103:> 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 *' 2024-09-16T20:06:32.022 DEBUG:teuthology.orchestra.run.smithi103:> 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 *' 2024-09-16T20:06:32.065 DEBUG:teuthology.orchestra.run.smithi103:> 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 *' 2024-09-16T20:06:32.148 DEBUG:teuthology.orchestra.run.smithi103:> 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 *' 2024-09-16T20:06:32.233 DEBUG:teuthology.orchestra.run.smithi103:> 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 2024-09-16T20:06:32.323 INFO:tasks.ceph:Running mkfs on mon nodes... 2024-09-16T20:06:32.324 DEBUG:teuthology.orchestra.run.smithi103:> sudo mkdir -p /var/lib/ceph/mon/cluster2-a 2024-09-16T20:06:32.375 DEBUG:teuthology.orchestra.run.smithi103:> 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 2024-09-16T20:06:32.469 DEBUG:teuthology.orchestra.run.smithi103:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster2-a 2024-09-16T20:06:32.483 DEBUG:teuthology.orchestra.run.smithi103:> rm -- /home/ubuntu/cephtest/cluster2.monmap 2024-09-16T20:06:32.533 INFO:tasks.ceph:Starting mon daemons in cluster cluster2... 2024-09-16T20:06:32.533 INFO:tasks.ceph.cluster2.mon.a:Restarting daemon 2024-09-16T20:06:32.533 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster2 -i a 2024-09-16T20:06:32.578 INFO:tasks.ceph.cluster2.mon.a:Started 2024-09-16T20:06:32.578 INFO:tasks.ceph:Starting mgr daemons in cluster cluster2... 2024-09-16T20:06:32.578 INFO:tasks.ceph.cluster2.mgr.x:Restarting daemon 2024-09-16T20:06:32.578 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster2 -i x 2024-09-16T20:06:32.581 INFO:tasks.ceph.cluster2.mgr.x:Started 2024-09-16T20:06:32.581 DEBUG:tasks.ceph:set 0 configs 2024-09-16T20:06:32.581 INFO:tasks.ceph:Setting crush tunables to default 2024-09-16T20:06:32.581 DEBUG:teuthology.orchestra.run.smithi103:> sudo ceph --cluster cluster2 osd crush tunables default 2024-09-16T20:06:32.789 INFO:teuthology.orchestra.run.smithi103.stderr:adjusted tunables profile to default 2024-09-16T20:06:32.807 INFO:tasks.ceph:check_enable_crimson: False 2024-09-16T20:06:32.807 INFO:tasks.ceph:Starting osd daemons in cluster cluster2... 2024-09-16T20:06:32.808 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:32.808 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/var/lib/ceph/osd/cluster2-0/fsid of=/dev/stdout 2024-09-16T20:06:32.821 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:32.821 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/var/lib/ceph/osd/cluster2-1/fsid of=/dev/stdout 2024-09-16T20:06:32.877 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-09-16T20:06:32.877 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/var/lib/ceph/osd/cluster2-2/fsid of=/dev/stdout 2024-09-16T20:06:32.932 DEBUG:teuthology.orchestra.run.smithi103:> sudo ceph --cluster cluster2 osd new 029f756a-0eff-47cb-82f4-fbeaf20e444b 0 2024-09-16T20:06:33.179 INFO:teuthology.orchestra.run.smithi103.stdout:0 2024-09-16T20:06:33.197 DEBUG:teuthology.orchestra.run.smithi103:> sudo ceph --cluster cluster2 osd new 56c1673d-92b4-4290-ae3d-b7b87667cc15 1 2024-09-16T20:06:33.404 INFO:teuthology.orchestra.run.smithi103.stdout:1 2024-09-16T20:06:33.423 DEBUG:teuthology.orchestra.run.smithi103:> sudo ceph --cluster cluster2 osd new 8e7b3d7c-ab1a-4879-acc2-e021450d7e71 2 2024-09-16T20:06:33.657 INFO:teuthology.orchestra.run.smithi103.stdout:2 2024-09-16T20:06:33.673 INFO:tasks.ceph.cluster2.osd.0:Restarting daemon 2024-09-16T20:06:33.673 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 0 2024-09-16T20:06:33.675 INFO:tasks.ceph.cluster2.osd.0:Started 2024-09-16T20:06:33.675 INFO:tasks.ceph.cluster2.osd.1:Restarting daemon 2024-09-16T20:06:33.675 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 1 2024-09-16T20:06:33.677 INFO:tasks.ceph.cluster2.osd.1:Started 2024-09-16T20:06:33.677 INFO:tasks.ceph.cluster2.osd.2:Restarting daemon 2024-09-16T20:06:33.677 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 2 2024-09-16T20:06:33.679 INFO:tasks.ceph.cluster2.osd.2:Started 2024-09-16T20:06:33.679 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2024-09-16T20:06:33.929 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:33.929 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":5,"fsid":"ece2429f-5ff7-47d5-9147-10dc6a919945","created":"2024-09-16T20:06:32.682973+0000","modified":"2024-09-16T20:06:33.651286+0000","last_up_change":"0.000000","last_in_change":"2024-09-16T20:06:33.651286+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":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"029f756a-0eff-47cb-82f4-fbeaf20e444b","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":"56c1673d-92b4-4290-ae3d-b7b87667cc15","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":"8e7b3d7c-ab1a-4879-acc2-e021450d7e71","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":"jerasure","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}} 2024-09-16T20:06:33.945 INFO:tasks.ceph.ceph_manager.cluster2:[] 2024-09-16T20:06:33.945 INFO:tasks.ceph:Waiting for OSDs to come up 2024-09-16T20:06:34.248 DEBUG:teuthology.orchestra.run.smithi103:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2024-09-16T20:06:34.429 INFO:teuthology.misc.health.smithi103.stdout: 2024-09-16T20:06:34.429 INFO:teuthology.misc.health.smithi103.stdout:{"epoch":5,"fsid":"ece2429f-5ff7-47d5-9147-10dc6a919945","created":"2024-09-16T20:06:32.682973+0000","modified":"2024-09-16T20:06:33.651286+0000","last_up_change":"0.000000","last_in_change":"2024-09-16T20:06:33.651286+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":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"029f756a-0eff-47cb-82f4-fbeaf20e444b","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":"56c1673d-92b4-4290-ae3d-b7b87667cc15","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":"8e7b3d7c-ab1a-4879-acc2-e021450d7e71","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":"jerasure","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}} 2024-09-16T20:06:34.444 DEBUG:teuthology.misc:0 of 3 OSDs are up 2024-09-16T20:06:35.110 INFO:tasks.ceph.cluster2.osd.2.smithi103.stderr:2024-09-16T20:06:35.101+0000 7f98fa35c7c0 -1 Falling back to public interface 2024-09-16T20:06:35.326 INFO:tasks.ceph.cluster2.osd.0.smithi103.stderr:2024-09-16T20:06:35.317+0000 7f96d9e407c0 -1 Falling back to public interface 2024-09-16T20:06:35.533 INFO:tasks.ceph.cluster2.osd.1.smithi103.stderr:2024-09-16T20:06:35.525+0000 7f00725067c0 -1 Falling back to public interface 2024-09-16T20:06:35.749 INFO:tasks.ceph.cluster2.mgr.x.smithi103.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. 2024-09-16T20:06:35.749 INFO:tasks.ceph.cluster2.mgr.x.smithi103.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. 2024-09-16T20:06:35.749 INFO:tasks.ceph.cluster2.mgr.x.smithi103.stderr: from numpy import show_config as show_numpy_config 2024-09-16T20:06:38.743 INFO:tasks.ceph.cluster2.mgr.x.smithi103.stderr:2024-09-16T20:06:38.733+0000 7f3a3bba0640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-16T20:06:39.391 INFO:tasks.ceph.cluster2.osd.2.smithi103.stderr:2024-09-16T20:06:39.381+0000 7f98fa35c7c0 -1 osd.2 0 log_to_monitors true 2024-09-16T20:06:39.591 INFO:tasks.ceph.cluster2.osd.1.smithi103.stderr:2024-09-16T20:06:39.581+0000 7f00725067c0 -1 osd.1 0 log_to_monitors true 2024-09-16T20:06:39.691 INFO:tasks.ceph.cluster2.osd.0.smithi103.stderr:2024-09-16T20:06:39.681+0000 7f96d9e407c0 -1 osd.0 0 log_to_monitors true 2024-09-16T20:06:40.748 DEBUG:teuthology.orchestra.run.smithi103:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2024-09-16T20:06:41.085 INFO:teuthology.misc.health.smithi103.stdout: 2024-09-16T20:06:41.085 INFO:teuthology.misc.health.smithi103.stdout:{"epoch":7,"fsid":"ece2429f-5ff7-47d5-9147-10dc6a919945","created":"2024-09-16T20:06:32.682973+0000","modified":"2024-09-16T20:06:40.790657+0000","last_up_change":"0.000000","last_in_change":"2024-09-16T20:06:33.651286+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":0,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"029f756a-0eff-47cb-82f4-fbeaf20e444b","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":"56c1673d-92b4-4290-ae3d-b7b87667cc15","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":"8e7b3d7c-ab1a-4879-acc2-e021450d7e71","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":"jerasure","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}} 2024-09-16T20:06:41.106 DEBUG:teuthology.misc:0 of 3 OSDs are up 2024-09-16T20:06:42.465 INFO:tasks.ceph.cluster2.osd.1.smithi103.stderr:2024-09-16T20:06:42.457+0000 7f006e4af640 -1 osd.1 0 waiting for initial osdmap 2024-09-16T20:06:42.495 INFO:tasks.ceph.cluster2.osd.2.smithi103.stderr:2024-09-16T20:06:42.485+0000 7f98f6305640 -1 osd.2 0 waiting for initial osdmap 2024-09-16T20:06:42.501 INFO:tasks.ceph.cluster2.osd.1.smithi103.stderr:2024-09-16T20:06:42.493+0000 7f00662e1640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T20:06:42.527 INFO:tasks.ceph.cluster2.osd.0.smithi103.stderr:2024-09-16T20:06:42.517+0000 7f96d5de9640 -1 osd.0 0 waiting for initial osdmap 2024-09-16T20:06:42.529 INFO:tasks.ceph.cluster2.osd.2.smithi103.stderr:2024-09-16T20:06:42.521+0000 7f98ee137640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T20:06:42.565 INFO:tasks.ceph.cluster2.osd.0.smithi103.stderr:2024-09-16T20:06:42.557+0000 7f96cdc1b640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T20:06:47.409 DEBUG:teuthology.orchestra.run.smithi103:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2024-09-16T20:06:47.716 INFO:teuthology.misc.health.smithi103.stdout: 2024-09-16T20:06:47.716 INFO:teuthology.misc.health.smithi103.stdout:{"epoch":11,"fsid":"ece2429f-5ff7-47d5-9147-10dc6a919945","created":"2024-09-16T20:06:32.682973+0000","modified":"2024-09-16T20:06:46.503414+0000","last_up_change":"2024-09-16T20:06:43.491663+0000","last_in_change":"2024-09-16T20:06:33.651286+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T20:06:43.775537+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"11","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.9900000095367432,"score_stable":2.9900000095367432,"optimal_score":0.67000001668930054,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"029f756a-0eff-47cb-82f4-fbeaf20e444b","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":"172.21.15.103:6808","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6809","nonce":2174276485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6810","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6811","nonce":2174276485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6815","nonce":2174276485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6813","nonce":2174276485}]},"public_addr":"172.21.15.103:6809/2174276485","cluster_addr":"172.21.15.103:6811/2174276485","heartbeat_back_addr":"172.21.15.103:6815/2174276485","heartbeat_front_addr":"172.21.15.103:6813/2174276485","state":["exists","up"]},{"osd":1,"uuid":"56c1673d-92b4-4290-ae3d-b7b87667cc15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":9,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6817","nonce":3633320720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6818","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6819","nonce":3633320720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6822","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6823","nonce":3633320720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6820","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6821","nonce":3633320720}]},"public_addr":"172.21.15.103:6817/3633320720","cluster_addr":"172.21.15.103:6819/3633320720","heartbeat_back_addr":"172.21.15.103:6823/3633320720","heartbeat_front_addr":"172.21.15.103:6821/3633320720","state":["exists","up"]},{"osd":2,"uuid":"8e7b3d7c-ab1a-4879-acc2-e021450d7e71","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":"172.21.15.103:6800","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6801","nonce":1540111643}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6803","nonce":1540111643}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6807","nonce":1540111643}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6805","nonce":1540111643}]},"public_addr":"172.21.15.103:6801/1540111643","cluster_addr":"172.21.15.103:6803/1540111643","heartbeat_back_addr":"172.21.15.103:6807/1540111643","heartbeat_front_addr":"172.21.15.103:6805/1540111643","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:40.658608+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:40.581018+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:40.410153+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":"jerasure","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}} 2024-09-16T20:06:47.733 DEBUG:teuthology.misc:3 of 3 OSDs are up 2024-09-16T20:06:47.733 INFO:tasks.ceph:Creating RBD pool 2024-09-16T20:06:47.734 DEBUG:teuthology.orchestra.run.smithi103:> sudo ceph --cluster cluster2 osd pool create rbd 8 2024-09-16T20:06:48.524 INFO:teuthology.orchestra.run.smithi103.stderr:pool 'rbd' created 2024-09-16T20:06:48.549 DEBUG:teuthology.orchestra.run.smithi103:> rbd --cluster cluster2 pool init rbd 2024-09-16T20:06:51.568 INFO:tasks.ceph:Starting mds daemons in cluster cluster2... 2024-09-16T20:06:51.569 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 config log 1 --format=json 2024-09-16T20:06:51.569 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2024-09-16T20:06:51.880 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:51.898 INFO:teuthology.orchestra.run.smithi103.stdout:[{"version":4,"timestamp":"2024-09-16T20:06:42.523502+0000","name":"","changes":[{"name":"osd.0/osd_mclock_max_capacity_iops_ssd","new_value":"5597.923084"}]}] 2024-09-16T20:06:51.899 INFO:tasks.ceph_manager:config epoch is 4 2024-09-16T20:06:51.899 INFO:tasks.ceph:Waiting until cluster2 daemons up and pgs clean... 2024-09-16T20:06:51.899 INFO:tasks.ceph.ceph_manager.cluster2:waiting for mgr available 2024-09-16T20:06:51.899 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 mgr dump --format=json 2024-09-16T20:06:52.234 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:52.250 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":5,"flags":0,"active_gid":4100,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6824","nonce":1461141434},{"type":"v1","addr":"172.21.15.103:6825","nonce":1461141434}]},"active_addr":"172.21.15.103:6825/1461141434","active_change":"2024-09-16T20:06:37.729332+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[],"modules":["iostat","nfs","restful"],"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":[]},"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":[]},"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.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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:v2.51.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:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB 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:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter 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":"docker.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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":"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":[]}}},{"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":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","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":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","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"]},"last_failure_osd_epoch":0,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.103:0","nonce":2949114227}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.103:0","nonce":977551450}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.103:0","nonce":3917780304}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.103:0","nonce":626357967}]}]} 2024-09-16T20:06:52.253 INFO:tasks.ceph.ceph_manager.cluster2:mgr available! 2024-09-16T20:06:52.253 INFO:tasks.ceph.ceph_manager.cluster2:waiting for all up 2024-09-16T20:06:52.253 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2024-09-16T20:06:52.526 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:52.526 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":15,"fsid":"ece2429f-5ff7-47d5-9147-10dc6a919945","created":"2024-09-16T20:06:32.682973+0000","modified":"2024-09-16T20:06:51.531290+0000","last_up_change":"2024-09-16T20:06:43.491663+0000","last_in_change":"2024-09-16T20:06:33.651286+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T20:06:43.775537+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"11","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"2024-09-16T20:06:48.033436+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"15","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":2,"snap_epoch":15,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"029f756a-0eff-47cb-82f4-fbeaf20e444b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6808","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6809","nonce":2174276485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6810","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6811","nonce":2174276485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6815","nonce":2174276485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6813","nonce":2174276485}]},"public_addr":"172.21.15.103:6809/2174276485","cluster_addr":"172.21.15.103:6811/2174276485","heartbeat_back_addr":"172.21.15.103:6815/2174276485","heartbeat_front_addr":"172.21.15.103:6813/2174276485","state":["exists","up"]},{"osd":1,"uuid":"56c1673d-92b4-4290-ae3d-b7b87667cc15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6817","nonce":3633320720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6818","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6819","nonce":3633320720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6822","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6823","nonce":3633320720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6820","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6821","nonce":3633320720}]},"public_addr":"172.21.15.103:6817/3633320720","cluster_addr":"172.21.15.103:6819/3633320720","heartbeat_back_addr":"172.21.15.103:6823/3633320720","heartbeat_front_addr":"172.21.15.103:6821/3633320720","state":["exists","up"]},{"osd":2,"uuid":"8e7b3d7c-ab1a-4879-acc2-e021450d7e71","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6800","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6801","nonce":1540111643}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6803","nonce":1540111643}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6807","nonce":1540111643}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6805","nonce":1540111643}]},"public_addr":"172.21.15.103:6801/1540111643","cluster_addr":"172.21.15.103:6803/1540111643","heartbeat_back_addr":"172.21.15.103:6807/1540111643","heartbeat_front_addr":"172.21.15.103:6805/1540111643","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:40.658608+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:40.581018+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:40.410153+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":"jerasure","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}} 2024-09-16T20:06:52.544 INFO:tasks.ceph.ceph_manager.cluster2:all up! 2024-09-16T20:06:52.545 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2024-09-16T20:06:52.853 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:52.853 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":15,"fsid":"ece2429f-5ff7-47d5-9147-10dc6a919945","created":"2024-09-16T20:06:32.682973+0000","modified":"2024-09-16T20:06:51.531290+0000","last_up_change":"2024-09-16T20:06:43.491663+0000","last_in_change":"2024-09-16T20:06:33.651286+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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T20:06:43.775537+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"11","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"2024-09-16T20:06:48.033436+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"15","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":2,"snap_epoch":15,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"029f756a-0eff-47cb-82f4-fbeaf20e444b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6808","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6809","nonce":2174276485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6810","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6811","nonce":2174276485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6815","nonce":2174276485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6813","nonce":2174276485}]},"public_addr":"172.21.15.103:6809/2174276485","cluster_addr":"172.21.15.103:6811/2174276485","heartbeat_back_addr":"172.21.15.103:6815/2174276485","heartbeat_front_addr":"172.21.15.103:6813/2174276485","state":["exists","up"]},{"osd":1,"uuid":"56c1673d-92b4-4290-ae3d-b7b87667cc15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6817","nonce":3633320720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6818","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6819","nonce":3633320720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6822","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6823","nonce":3633320720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6820","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6821","nonce":3633320720}]},"public_addr":"172.21.15.103:6817/3633320720","cluster_addr":"172.21.15.103:6819/3633320720","heartbeat_back_addr":"172.21.15.103:6823/3633320720","heartbeat_front_addr":"172.21.15.103:6821/3633320720","state":["exists","up"]},{"osd":2,"uuid":"8e7b3d7c-ab1a-4879-acc2-e021450d7e71","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6800","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6801","nonce":1540111643}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6803","nonce":1540111643}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6807","nonce":1540111643}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6805","nonce":1540111643}]},"public_addr":"172.21.15.103:6801/1540111643","cluster_addr":"172.21.15.103:6803/1540111643","heartbeat_back_addr":"172.21.15.103:6807/1540111643","heartbeat_front_addr":"172.21.15.103:6805/1540111643","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:40.658608+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:40.581018+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:40.410153+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":"jerasure","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}} 2024-09-16T20:06:52.872 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.0 flush_pg_stats 2024-09-16T20:06:52.873 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.1 flush_pg_stats 2024-09-16T20:06:52.874 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.2 flush_pg_stats 2024-09-16T20:06:53.031 INFO:teuthology.orchestra.run.smithi103.stdout:34359738372 2024-09-16T20:06:53.031 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2024-09-16T20:06:53.032 INFO:teuthology.orchestra.run.smithi103.stdout:34359738372 2024-09-16T20:06:53.033 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2024-09-16T20:06:53.043 INFO:teuthology.orchestra.run.smithi103.stdout:34359738372 2024-09-16T20:06:53.043 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2024-09-16T20:06:53.326 INFO:teuthology.orchestra.run.smithi103.stdout:34359738371 2024-09-16T20:06:53.343 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738371 for osd.1 2024-09-16T20:06:53.371 INFO:teuthology.orchestra.run.smithi103.stdout:34359738371 2024-09-16T20:06:53.377 INFO:teuthology.orchestra.run.smithi103.stdout:34359738371 2024-09-16T20:06:53.391 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738371 for osd.2 2024-09-16T20:06:53.395 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738371 for osd.0 2024-09-16T20:06:54.344 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2024-09-16T20:06:54.392 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2024-09-16T20:06:54.396 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2024-09-16T20:06:54.656 INFO:teuthology.orchestra.run.smithi103.stdout:34359738372 2024-09-16T20:06:54.673 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738372 for osd.1 2024-09-16T20:06:54.674 DEBUG:teuthology.parallel:result is None 2024-09-16T20:06:54.692 INFO:teuthology.orchestra.run.smithi103.stdout:34359738372 2024-09-16T20:06:54.708 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738372 for osd.2 2024-09-16T20:06:54.709 DEBUG:teuthology.parallel:result is None 2024-09-16T20:06:54.729 INFO:teuthology.orchestra.run.smithi103.stdout:34359738372 2024-09-16T20:06:54.745 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738372 for osd.0 2024-09-16T20:06:54.745 DEBUG:teuthology.parallel:result is None 2024-09-16T20:06:54.745 INFO:tasks.ceph.ceph_manager.cluster2:waiting for clean 2024-09-16T20:06:54.746 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-16T20:06:55.068 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:55.069 INFO:teuthology.orchestra.run.smithi103.stderr:dumped all 2024-09-16T20:06:55.085 INFO:teuthology.orchestra.run.smithi103.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2024-09-16T20:06:53.738717+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590387,"num_objects":4,"num_object_clones":0,"num_object_copies":8,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":81,"num_write_kb":1108,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":55,"ondisk_log_size":55,"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":82648,"kb_used_data":1552,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":283032872,"statfs":{"total":289910292480,"available":289825660928,"internally_reserved":0,"allocated":1589248,"data_stored":1295959,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"4.211994"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.544783+0000","last_change":"2024-09-16T20:06:51.545259+0000","last_active":"2024-09-16T20:06:51.544783+0000","last_peered":"2024-09-16T20:06:51.544783+0000","last_clean":"2024-09-16T20:06:51.544783+0000","last_became_active":"2024-09-16T20:06:49.540576+0000","last_became_peered":"2024-09-16T20:06:49.540576+0000","last_unstale":"2024-09-16T20:06:51.544783+0000","last_undegraded":"2024-09-16T20:06:51.544783+0000","last_fullsized":"2024-09-16T20:06:51.544783+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-18T01:34:12.663611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0024667220000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.6","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.543407+0000","last_change":"2024-09-16T20:06:51.543849+0000","last_active":"2024-09-16T20:06:51.543407+0000","last_peered":"2024-09-16T20:06:51.543407+0000","last_clean":"2024-09-16T20:06:51.543407+0000","last_became_active":"2024-09-16T20:06:49.540480+0000","last_became_peered":"2024-09-16T20:06:49.540480+0000","last_unstale":"2024-09-16T20:06:51.543407+0000","last_undegraded":"2024-09-16T20:06:51.543407+0000","last_fullsized":"2024-09-16T20:06:51.543407+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-18T06:04:12.378929+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001181486,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.5","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.544066+0000","last_change":"2024-09-16T20:06:51.544628+0000","last_active":"2024-09-16T20:06:51.544066+0000","last_peered":"2024-09-16T20:06:51.544066+0000","last_clean":"2024-09-16T20:06:51.544066+0000","last_became_active":"2024-09-16T20:06:49.536937+0000","last_became_peered":"2024-09-16T20:06:49.536937+0000","last_unstale":"2024-09-16T20:06:51.544066+0000","last_undegraded":"2024-09-16T20:06:51.544066+0000","last_fullsized":"2024-09-16T20:06:51.544066+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-17T22:45:27.747170+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019239700000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.4","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.543279+0000","last_change":"2024-09-16T20:06:51.543841+0000","last_active":"2024-09-16T20:06:51.543279+0000","last_peered":"2024-09-16T20:06:51.543279+0000","last_clean":"2024-09-16T20:06:51.543279+0000","last_became_active":"2024-09-16T20:06:49.537517+0000","last_became_peered":"2024-09-16T20:06:49.537517+0000","last_unstale":"2024-09-16T20:06:51.543279+0000","last_undegraded":"2024-09-16T20:06:51.543279+0000","last_fullsized":"2024-09-16T20:06:51.543279+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-17T23:04:23.311440+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00119455,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.2","version":"15'2","reported_seq":22,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.537183+0000","last_change":"2024-09-16T20:06:51.537183+0000","last_active":"2024-09-16T20:06:51.537183+0000","last_peered":"2024-09-16T20:06:51.537183+0000","last_clean":"2024-09-16T20:06:51.537183+0000","last_became_active":"2024-09-16T20:06:49.537602+0000","last_became_peered":"2024-09-16T20:06:49.537602+0000","last_unstale":"2024-09-16T20:06:51.537183+0000","last_undegraded":"2024-09-16T20:06:51.537183+0000","last_fullsized":"2024-09-16T20:06:51.537183+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-17T20:24:20.174728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0011634499999999999,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.993070+0000","last_change":"2024-09-16T20:06:51.993400+0000","last_active":"2024-09-16T20:06:51.993070+0000","last_peered":"2024-09-16T20:06:51.993070+0000","last_clean":"2024-09-16T20:06:51.993070+0000","last_became_active":"2024-09-16T20:06:49.540430+0000","last_became_peered":"2024-09-16T20:06:49.540430+0000","last_unstale":"2024-09-16T20:06:51.993070+0000","last_undegraded":"2024-09-16T20:06:51.993070+0000","last_fullsized":"2024-09-16T20:06:51.993070+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-17T21:13:50.215611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000665275,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.993261+0000","last_change":"2024-09-16T20:06:51.993550+0000","last_active":"2024-09-16T20:06:51.993261+0000","last_peered":"2024-09-16T20:06:51.993261+0000","last_clean":"2024-09-16T20:06:51.993261+0000","last_became_active":"2024-09-16T20:06:49.540350+0000","last_became_peered":"2024-09-16T20:06:49.540350+0000","last_unstale":"2024-09-16T20:06:51.993261+0000","last_undegraded":"2024-09-16T20:06:51.993261+0000","last_fullsized":"2024-09-16T20:06:51.993261+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-17T22:25:44.482214+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00067112499999999996,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.3","version":"13'1","reported_seq":21,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.544229+0000","last_change":"2024-09-16T20:06:51.544819+0000","last_active":"2024-09-16T20:06:51.544229+0000","last_peered":"2024-09-16T20:06:51.544229+0000","last_clean":"2024-09-16T20:06:51.544229+0000","last_became_active":"2024-09-16T20:06:49.538618+0000","last_became_peered":"2024-09-16T20:06:49.538618+0000","last_unstale":"2024-09-16T20:06:51.544229+0000","last_undegraded":"2024-09-16T20:06:51.544229+0000","last_fullsized":"2024-09-16T20:06:51.544229+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-17T21:49:35.106512+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002075903,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"10'52","reported_seq":88,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.542290+0000","last_change":"2024-09-16T20:06:45.518398+0000","last_active":"2024-09-16T20:06:51.542290+0000","last_peered":"2024-09-16T20:06:51.542290+0000","last_clean":"2024-09-16T20:06:51.542290+0000","last_became_active":"2024-09-16T20:06:45.515775+0000","last_became_peered":"2024-09-16T20:06:45.515775+0000","last_unstale":"2024-09-16T20:06:51.542290+0000","last_undegraded":"2024-09-16T20:06:51.542290+0000","last_fullsized":"2024-09-16T20:06:51.542290+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:44.492932+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:44.492932+0000","last_clean_scrub_stamp":"2024-09-16T20:06:44.492932+0000","objects_scrubbed":0,"log_size":52,"log_dups_size":0,"ondisk_log_size":52,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:51:22.050031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":38,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3,"ondisk_log_size":3,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738372,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27156,"kb_used_data":128,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344684,"statfs":{"total":96636764160,"available":96608956416,"internally_reserved":0,"allocated":131072,"data_stored":38395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738372,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27744,"kb_used_data":712,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344096,"statfs":{"total":96636764160,"available":96608354304,"internally_reserved":0,"allocated":729088,"data_stored":628782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738372,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27748,"kb_used_data":712,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344092,"statfs":{"total":96636764160,"available":96608350208,"internally_reserved":0,"allocated":729088,"data_stored":628782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"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}]}} 2024-09-16T20:06:55.086 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-16T20:06:55.364 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:55.365 INFO:teuthology.orchestra.run.smithi103.stderr:dumped all 2024-09-16T20:06:55.381 INFO:teuthology.orchestra.run.smithi103.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2024-09-16T20:06:53.738717+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590387,"num_objects":4,"num_object_clones":0,"num_object_copies":8,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":81,"num_write_kb":1108,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":55,"ondisk_log_size":55,"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":82648,"kb_used_data":1552,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":283032872,"statfs":{"total":289910292480,"available":289825660928,"internally_reserved":0,"allocated":1589248,"data_stored":1295959,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"4.211994"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.544783+0000","last_change":"2024-09-16T20:06:51.545259+0000","last_active":"2024-09-16T20:06:51.544783+0000","last_peered":"2024-09-16T20:06:51.544783+0000","last_clean":"2024-09-16T20:06:51.544783+0000","last_became_active":"2024-09-16T20:06:49.540576+0000","last_became_peered":"2024-09-16T20:06:49.540576+0000","last_unstale":"2024-09-16T20:06:51.544783+0000","last_undegraded":"2024-09-16T20:06:51.544783+0000","last_fullsized":"2024-09-16T20:06:51.544783+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-18T01:34:12.663611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0024667220000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.6","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.543407+0000","last_change":"2024-09-16T20:06:51.543849+0000","last_active":"2024-09-16T20:06:51.543407+0000","last_peered":"2024-09-16T20:06:51.543407+0000","last_clean":"2024-09-16T20:06:51.543407+0000","last_became_active":"2024-09-16T20:06:49.540480+0000","last_became_peered":"2024-09-16T20:06:49.540480+0000","last_unstale":"2024-09-16T20:06:51.543407+0000","last_undegraded":"2024-09-16T20:06:51.543407+0000","last_fullsized":"2024-09-16T20:06:51.543407+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-18T06:04:12.378929+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001181486,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.5","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.544066+0000","last_change":"2024-09-16T20:06:51.544628+0000","last_active":"2024-09-16T20:06:51.544066+0000","last_peered":"2024-09-16T20:06:51.544066+0000","last_clean":"2024-09-16T20:06:51.544066+0000","last_became_active":"2024-09-16T20:06:49.536937+0000","last_became_peered":"2024-09-16T20:06:49.536937+0000","last_unstale":"2024-09-16T20:06:51.544066+0000","last_undegraded":"2024-09-16T20:06:51.544066+0000","last_fullsized":"2024-09-16T20:06:51.544066+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-17T22:45:27.747170+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019239700000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.4","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.543279+0000","last_change":"2024-09-16T20:06:51.543841+0000","last_active":"2024-09-16T20:06:51.543279+0000","last_peered":"2024-09-16T20:06:51.543279+0000","last_clean":"2024-09-16T20:06:51.543279+0000","last_became_active":"2024-09-16T20:06:49.537517+0000","last_became_peered":"2024-09-16T20:06:49.537517+0000","last_unstale":"2024-09-16T20:06:51.543279+0000","last_undegraded":"2024-09-16T20:06:51.543279+0000","last_fullsized":"2024-09-16T20:06:51.543279+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-17T23:04:23.311440+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00119455,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.2","version":"15'2","reported_seq":22,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.537183+0000","last_change":"2024-09-16T20:06:51.537183+0000","last_active":"2024-09-16T20:06:51.537183+0000","last_peered":"2024-09-16T20:06:51.537183+0000","last_clean":"2024-09-16T20:06:51.537183+0000","last_became_active":"2024-09-16T20:06:49.537602+0000","last_became_peered":"2024-09-16T20:06:49.537602+0000","last_unstale":"2024-09-16T20:06:51.537183+0000","last_undegraded":"2024-09-16T20:06:51.537183+0000","last_fullsized":"2024-09-16T20:06:51.537183+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-17T20:24:20.174728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0011634499999999999,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.993070+0000","last_change":"2024-09-16T20:06:51.993400+0000","last_active":"2024-09-16T20:06:51.993070+0000","last_peered":"2024-09-16T20:06:51.993070+0000","last_clean":"2024-09-16T20:06:51.993070+0000","last_became_active":"2024-09-16T20:06:49.540430+0000","last_became_peered":"2024-09-16T20:06:49.540430+0000","last_unstale":"2024-09-16T20:06:51.993070+0000","last_undegraded":"2024-09-16T20:06:51.993070+0000","last_fullsized":"2024-09-16T20:06:51.993070+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-17T21:13:50.215611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000665275,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.993261+0000","last_change":"2024-09-16T20:06:51.993550+0000","last_active":"2024-09-16T20:06:51.993261+0000","last_peered":"2024-09-16T20:06:51.993261+0000","last_clean":"2024-09-16T20:06:51.993261+0000","last_became_active":"2024-09-16T20:06:49.540350+0000","last_became_peered":"2024-09-16T20:06:49.540350+0000","last_unstale":"2024-09-16T20:06:51.993261+0000","last_undegraded":"2024-09-16T20:06:51.993261+0000","last_fullsized":"2024-09-16T20:06:51.993261+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-17T22:25:44.482214+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00067112499999999996,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.3","version":"13'1","reported_seq":21,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.544229+0000","last_change":"2024-09-16T20:06:51.544819+0000","last_active":"2024-09-16T20:06:51.544229+0000","last_peered":"2024-09-16T20:06:51.544229+0000","last_clean":"2024-09-16T20:06:51.544229+0000","last_became_active":"2024-09-16T20:06:49.538618+0000","last_became_peered":"2024-09-16T20:06:49.538618+0000","last_unstale":"2024-09-16T20:06:51.544229+0000","last_undegraded":"2024-09-16T20:06:51.544229+0000","last_fullsized":"2024-09-16T20:06:51.544229+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+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 @ 2024-09-17T21:49:35.106512+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002075903,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"10'52","reported_seq":88,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-16T20:06:51.542290+0000","last_change":"2024-09-16T20:06:45.518398+0000","last_active":"2024-09-16T20:06:51.542290+0000","last_peered":"2024-09-16T20:06:51.542290+0000","last_clean":"2024-09-16T20:06:51.542290+0000","last_became_active":"2024-09-16T20:06:45.515775+0000","last_became_peered":"2024-09-16T20:06:45.515775+0000","last_unstale":"2024-09-16T20:06:51.542290+0000","last_undegraded":"2024-09-16T20:06:51.542290+0000","last_fullsized":"2024-09-16T20:06:51.542290+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:44.492932+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:44.492932+0000","last_clean_scrub_stamp":"2024-09-16T20:06:44.492932+0000","objects_scrubbed":0,"log_size":52,"log_dups_size":0,"ondisk_log_size":52,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:51:22.050031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":38,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3,"ondisk_log_size":3,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738372,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27156,"kb_used_data":128,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344684,"statfs":{"total":96636764160,"available":96608956416,"internally_reserved":0,"allocated":131072,"data_stored":38395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738372,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27744,"kb_used_data":712,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344096,"statfs":{"total":96636764160,"available":96608354304,"internally_reserved":0,"allocated":729088,"data_stored":628782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738372,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27748,"kb_used_data":712,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344092,"statfs":{"total":96636764160,"available":96608350208,"internally_reserved":0,"allocated":729088,"data_stored":628782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"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}]}} 2024-09-16T20:06:55.382 INFO:tasks.ceph.ceph_manager.cluster2:clean! 2024-09-16T20:06:55.382 INFO:tasks.ceph:Waiting until ceph cluster cluster2 is healthy... 2024-09-16T20:06:55.382 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy 2024-09-16T20:06:55.382 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 health --format=json 2024-09-16T20:06:55.693 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T20:06:55.694 INFO:teuthology.orchestra.run.smithi103.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-16T20:06:55.711 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy done 2024-09-16T20:06:55.711 INFO:teuthology.run_tasks:Running task exec... 2024-09-16T20:06:55.730 INFO:teuthology.task.exec:Executing custom commands... 2024-09-16T20:06:55.730 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T20:06:55.730 DEBUG:teuthology.orchestra.run.smithi059:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool create datapool 4' 2024-09-16T20:06:56.918 INFO:teuthology.orchestra.run.smithi059.stderr:pool 'datapool' created 2024-09-16T20:06:56.943 DEBUG:teuthology.orchestra.run.smithi059:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 pool init datapool' 2024-09-16T20:06:59.961 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@smithi103.front.sepia.ceph.com 2024-09-16T20:06:59.962 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool create datapool 4' 2024-09-16T20:07:00.672 INFO:teuthology.orchestra.run.smithi103.stderr:pool 'datapool' created 2024-09-16T20:07:00.697 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 pool init datapool' 2024-09-16T20:07:03.711 INFO:teuthology.run_tasks:Running task exec... 2024-09-16T20:07:03.722 INFO:teuthology.task.exec:Executing custom commands... 2024-09-16T20:07:03.722 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@smithi103.front.sepia.ceph.com 2024-09-16T20:07:03.722 DEBUG:teuthology.orchestra.run.smithi103:> 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' 2024-09-16T20:07:04.137 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration execute client.0.0-src' 2024-09-16T20:12:17.241 INFO:teuthology.orchestra.run.smithi103.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. 2024-09-16T20:12:17.254 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration commit client.0.0-src' 2024-09-16T20:12:17.353 INFO:teuthology.orchestra.run.smithi103.stderr: Commit image migration: 100% complete...done. 2024-09-16T20:12:17.358 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.0-src@snap' 2024-09-16T20:12:18.024 INFO:teuthology.orchestra.run.smithi103.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-16T20:12:18.043 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap protect client.0.0-src@snap' 2024-09-16T20:12:18.107 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 clone client.0.0-src@snap client.0.0' 2024-09-16T20:12:18.190 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.0@snap' 2024-09-16T20:12:19.019 INFO:teuthology.orchestra.run.smithi103.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-16T20:12:19.036 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.1-src' 2024-09-16T20:12:19.103 DEBUG:teuthology.orchestra.run.smithi103:> 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' 2024-09-16T20:12:19.166 INFO:teuthology.orchestra.run.smithi103.stdout:bench type write io_size 16384 io_threads 1 bytes 1048576 pattern random 2024-09-16T20:12:19.224 INFO:teuthology.orchestra.run.smithi103.stdout: SEC OPS OPS/SEC BYTES/SEC 2024-09-16T20:12:19.224 INFO:teuthology.orchestra.run.smithi103.stdout:elapsed: 0 ops: 64 ops/sec: 1142.87 bytes/sec: 18 MiB/s 2024-09-16T20:12:19.233 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.1-src@snap' 2024-09-16T20:12:20.038 INFO:teuthology.orchestra.run.smithi103.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-16T20:12:20.055 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap protect client.0.1-src@snap' 2024-09-16T20:12:20.123 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 clone client.0.1-src@snap client.0.1' 2024-09-16T20:12:20.201 DEBUG:teuthology.orchestra.run.smithi103:> 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' 2024-09-16T20:12:20.266 INFO:teuthology.orchestra.run.smithi103.stdout:bench type write io_size 16384 io_threads 1 bytes 1048576 pattern random 2024-09-16T20:12:20.328 INFO:teuthology.orchestra.run.smithi103.stdout: SEC OPS OPS/SEC BYTES/SEC 2024-09-16T20:12:20.328 INFO:teuthology.orchestra.run.smithi103.stdout:elapsed: 0 ops: 64 ops/sec: 1066.68 bytes/sec: 17 MiB/s 2024-09-16T20:12:20.337 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.1@snap' 2024-09-16T20:12:21.042 INFO:teuthology.orchestra.run.smithi103.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-16T20:12:21.060 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.2-src' 2024-09-16T20:12:21.126 DEBUG:teuthology.orchestra.run.smithi103:> 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' 2024-09-16T20:12:21.188 INFO:teuthology.orchestra.run.smithi103.stdout:bench type write io_size 16384 io_threads 1 bytes 1048576 pattern random 2024-09-16T20:12:21.254 INFO:teuthology.orchestra.run.smithi103.stdout: SEC OPS OPS/SEC BYTES/SEC 2024-09-16T20:12:21.254 INFO:teuthology.orchestra.run.smithi103.stdout:elapsed: 0 ops: 64 ops/sec: 941.185 bytes/sec: 15 MiB/s 2024-09-16T20:12:21.263 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.2-src@snap' 2024-09-16T20:12:22.045 INFO:teuthology.orchestra.run.smithi103.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-16T20:12:22.065 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap protect client.0.2-src@snap' 2024-09-16T20:12:22.131 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 clone client.0.2-src@snap client.0.2' 2024-09-16T20:12:22.207 DEBUG:teuthology.orchestra.run.smithi103:> 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' 2024-09-16T20:12:22.273 INFO:teuthology.orchestra.run.smithi103.stdout:bench type write io_size 16384 io_threads 1 bytes 2097152 pattern random 2024-09-16T20:12:22.382 INFO:teuthology.orchestra.run.smithi103.stdout: SEC OPS OPS/SEC BYTES/SEC 2024-09-16T20:12:22.382 INFO:teuthology.orchestra.run.smithi103.stdout:elapsed: 0 ops: 128 ops/sec: 1142.87 bytes/sec: 18 MiB/s 2024-09-16T20:12:22.391 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.2@snap' 2024-09-16T20:12:23.060 INFO:teuthology.orchestra.run.smithi103.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-16T20:12:23.080 INFO:teuthology.run_tasks:Running task exec... 2024-09-16T20:12:23.089 INFO:teuthology.task.exec:Executing custom commands... 2024-09-16T20:12:23.090 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T20:12:23.090 DEBUG:teuthology.orchestra.run.smithi059:> 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' 2024-09-16T20:12:23.328 DEBUG:teuthology.orchestra.run.smithi059:> 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' 2024-09-16T20:12:24.330 DEBUG:teuthology.orchestra.run.smithi059:> 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' 2024-09-16T20:12:25.350 INFO:teuthology.run_tasks:Running task parallel... 2024-09-16T20:12:25.360 INFO:teuthology.task.parallel:starting parallel... 2024-09-16T20:12:25.360 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-16T20:12:25.361 INFO:teuthology.task.sequential:In sequential, running task qemu... 2024-09-16T20:12:25.372 DEBUG:teuthology.orchestra.run.smithi059:> install -d -m0755 -- /home/ubuntu/cephtest/qemu /home/ubuntu/cephtest/archive/qemu 2024-09-16T20:12:25.373 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-16T20:12:25.373 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-09-16T20:12:25.373 INFO:teuthology.task.exec:Executing custom commands... 2024-09-16T20:12:25.373 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T20:12:25.373 DEBUG:teuthology.orchestra.run.smithi059:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2024-09-16T20:12:25.379 INFO:teuthology.packaging:Installing package qemu-block-extra on ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T20:12:25.379 DEBUG:teuthology.orchestra.run.smithi059:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install qemu-block-extra 2024-09-16T20:12:25.489 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-09-16T20:12:25.709 INFO:teuthology.orchestra.run.smithi059.stdout:Building dependency tree... 2024-09-16T20:12:25.709 INFO:teuthology.orchestra.run.smithi059.stdout:Reading state information... 2024-09-16T20:12:25.926 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T20:12:25.926 INFO:teuthology.orchestra.run.smithi059.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 libpython2-dev 2024-09-16T20:12:25.926 INFO:teuthology.orchestra.run.smithi059.stdout: libpython2-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal 2024-09-16T20:12:25.927 INFO:teuthology.orchestra.run.smithi059.stdout: libpython2.7-stdlib linux-image-5.4.0-135-generic 2024-09-16T20:12:25.927 INFO:teuthology.orchestra.run.smithi059.stdout: linux-modules-5.4.0-135-generic python2 python2-dev python2-minimal 2024-09-16T20:12:25.927 INFO:teuthology.orchestra.run.smithi059.stdout: python2.7 python2.7-dev python2.7-minimal 2024-09-16T20:12:25.927 INFO:teuthology.orchestra.run.smithi059.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T20:12:25.929 INFO:teuthology.orchestra.run.smithi059.stdout:The following additional packages will be installed: 2024-09-16T20:12:25.930 INFO:teuthology.orchestra.run.smithi059.stdout: qemu-system-common qemu-system-data qemu-system-gui qemu-system-x86 2024-09-16T20:12:25.931 INFO:teuthology.orchestra.run.smithi059.stdout:Suggested packages: 2024-09-16T20:12:25.931 INFO:teuthology.orchestra.run.smithi059.stdout: samba vde2 2024-09-16T20:12:25.965 INFO:teuthology.orchestra.run.smithi059.stdout:The following NEW packages will be installed: 2024-09-16T20:12:25.965 INFO:teuthology.orchestra.run.smithi059.stdout: qemu-block-extra 2024-09-16T20:12:25.967 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages will be upgraded: 2024-09-16T20:12:25.967 INFO:teuthology.orchestra.run.smithi059.stdout: qemu-system-common qemu-system-data qemu-system-gui qemu-system-x86 2024-09-16T20:12:26.149 INFO:teuthology.orchestra.run.smithi059.stdout:4 upgraded, 1 newly installed, 0 to remove and 327 not upgraded. 2024-09-16T20:12:26.149 INFO:teuthology.orchestra.run.smithi059.stdout:Need to get 13.8 MB of archives. 2024-09-16T20:12:26.149 INFO:teuthology.orchestra.run.smithi059.stdout:After this operation, 378 kB of additional disk space will be used. 2024-09-16T20:12:26.149 INFO:teuthology.orchestra.run.smithi059.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-gui amd64 1:6.2+dfsg-2ubuntu6.22 [220 kB] 2024-09-16T20:12:26.586 INFO:teuthology.orchestra.run.smithi059.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-x86 amd64 1:6.2+dfsg-2ubuntu6.22 [10.0 MB] 2024-09-16T20:12:27.189 INFO:teuthology.orchestra.run.smithi059.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-common amd64 1:6.2+dfsg-2ubuntu6.22 [2,048 kB] 2024-09-16T20:12:27.230 INFO:teuthology.orchestra.run.smithi059.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-data all 1:6.2+dfsg-2ubuntu6.22 [1,431 kB] 2024-09-16T20:12:27.265 INFO:teuthology.orchestra.run.smithi059.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-block-extra amd64 1:6.2+dfsg-2ubuntu6.22 [68.1 kB] 2024-09-16T20:12:27.655 INFO:teuthology.orchestra.run.smithi059.stdout:Fetched 13.8 MB in 1s (10.7 MB/s) 2024-09-16T20:12:27.800 INFO:teuthology.orchestra.run.smithi059.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 ... 176255 files and directories currently installed.) 2024-09-16T20:12:27.805 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../qemu-system-gui_1%3a6.2+dfsg-2ubuntu6.22_amd64.deb ... 2024-09-16T20:12:27.929 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking qemu-system-gui (1:6.2+dfsg-2ubuntu6.22) over (1:6.2+dfsg-2ubuntu6.6) ... 2024-09-16T20:12:28.275 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../qemu-system-x86_1%3a6.2+dfsg-2ubuntu6.22_amd64.deb ... 2024-09-16T20:12:28.384 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking qemu-system-x86 (1:6.2+dfsg-2ubuntu6.22) over (1:6.2+dfsg-2ubuntu6.6) ... 2024-09-16T20:12:29.310 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../qemu-system-common_1%3a6.2+dfsg-2ubuntu6.22_amd64.deb ... 2024-09-16T20:12:29.556 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking qemu-system-common (1:6.2+dfsg-2ubuntu6.22) over (1:6.2+dfsg-2ubuntu6.6) ... 2024-09-16T20:12:30.068 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../qemu-system-data_1%3a6.2+dfsg-2ubuntu6.22_all.deb ... 2024-09-16T20:12:30.189 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking qemu-system-data (1:6.2+dfsg-2ubuntu6.22) over (1:6.2+dfsg-2ubuntu6.6) ... 2024-09-16T20:12:30.737 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package qemu-block-extra. 2024-09-16T20:12:30.765 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.22_amd64.deb ... 2024-09-16T20:12:30.794 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-16T20:12:31.081 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up qemu-system-common (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-16T20:12:32.167 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up qemu-system-data (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-16T20:12:32.293 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up qemu-system-x86 (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-16T20:12:32.419 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-16T20:12:33.354 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up qemu-system-gui (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-16T20:12:33.481 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for hicolor-icon-theme (0.17-2) ... 2024-09-16T20:12:33.891 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-16T20:12:35.602 INFO:teuthology.orchestra.run.smithi059.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-16T20:12:35.605 INFO:teuthology.packaging:Installing package qemu-utils on ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T20:12:35.605 DEBUG:teuthology.orchestra.run.smithi059:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install qemu-utils 2024-09-16T20:12:35.665 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-09-16T20:12:35.883 INFO:teuthology.orchestra.run.smithi059.stdout:Building dependency tree... 2024-09-16T20:12:35.883 INFO:teuthology.orchestra.run.smithi059.stdout:Reading state information... 2024-09-16T20:12:36.100 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T20:12:36.100 INFO:teuthology.orchestra.run.smithi059.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 libpython2-dev 2024-09-16T20:12:36.100 INFO:teuthology.orchestra.run.smithi059.stdout: libpython2-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal 2024-09-16T20:12:36.100 INFO:teuthology.orchestra.run.smithi059.stdout: libpython2.7-stdlib linux-image-5.4.0-135-generic 2024-09-16T20:12:36.100 INFO:teuthology.orchestra.run.smithi059.stdout: linux-modules-5.4.0-135-generic python2 python2-dev python2-minimal 2024-09-16T20:12:36.101 INFO:teuthology.orchestra.run.smithi059.stdout: python2.7 python2.7-dev python2.7-minimal 2024-09-16T20:12:36.101 INFO:teuthology.orchestra.run.smithi059.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T20:12:36.102 INFO:teuthology.orchestra.run.smithi059.stdout:Suggested packages: 2024-09-16T20:12:36.102 INFO:teuthology.orchestra.run.smithi059.stdout: debootstrap 2024-09-16T20:12:36.134 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages will be upgraded: 2024-09-16T20:12:36.134 INFO:teuthology.orchestra.run.smithi059.stdout: qemu-utils 2024-09-16T20:12:36.314 INFO:teuthology.orchestra.run.smithi059.stdout:1 upgraded, 0 newly installed, 0 to remove and 326 not upgraded. 2024-09-16T20:12:36.314 INFO:teuthology.orchestra.run.smithi059.stdout:Need to get 1,525 kB of archives. 2024-09-16T20:12:36.314 INFO:teuthology.orchestra.run.smithi059.stdout:After this operation, 2,048 B of additional disk space will be used. 2024-09-16T20:12:36.314 INFO:teuthology.orchestra.run.smithi059.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-utils amd64 1:6.2+dfsg-2ubuntu6.22 [1,525 kB] 2024-09-16T20:12:37.270 INFO:teuthology.orchestra.run.smithi059.stdout:Fetched 1,525 kB in 1s (2,018 kB/s) 2024-09-16T20:12:37.428 INFO:teuthology.orchestra.run.smithi059.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 ... 176264 files and directories currently installed.) 2024-09-16T20:12:37.434 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../qemu-utils_1%3a6.2+dfsg-2ubuntu6.22_amd64.deb ... 2024-09-16T20:12:37.560 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.22) over (1:6.2+dfsg-2ubuntu6.6) ... 2024-09-16T20:12:38.006 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-16T20:12:38.132 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-16T20:12:39.663 INFO:teuthology.orchestra.run.smithi059.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-16T20:12:39.665 INFO:tasks.qemu:generating iso... 2024-09-16T20:12:39.665 INFO:tasks.qemu:Pulling tests from https://github.com/ceph/ceph-ci ref 6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T20:12:39.666 DEBUG:teuthology.orchestra.run.smithi059:> rm -rf /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && git clone https://github.com/ceph/ceph-ci /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && cd /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && git checkout 6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T20:12:39.671 INFO:teuthology.orchestra.run.smithi059.stderr:Cloning into '/home/ubuntu/cephtest/qemu_clone.cluster1.client.0'... 2024-09-16T20:13:29.714 INFO:teuthology.orchestra.run.smithi059.stderr:Note: switching to '6e8474a02f2b86353394076ab80c6f50ea28e361'. 2024-09-16T20:13:29.715 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-16T20:13:29.715 INFO:teuthology.orchestra.run.smithi059.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2024-09-16T20:13:29.715 INFO:teuthology.orchestra.run.smithi059.stderr:changes and commit them, and you can discard any commits you make in this 2024-09-16T20:13:29.715 INFO:teuthology.orchestra.run.smithi059.stderr:state without impacting any branches by switching back to a branch. 2024-09-16T20:13:29.715 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-16T20:13:29.715 INFO:teuthology.orchestra.run.smithi059.stderr:If you want to create a new branch to retain commits you create, you may 2024-09-16T20:13:29.715 INFO:teuthology.orchestra.run.smithi059.stderr:do so (now or later) by using -c with the switch command. Example: 2024-09-16T20:13:29.715 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-16T20:13:29.715 INFO:teuthology.orchestra.run.smithi059.stderr: git switch -c 2024-09-16T20:13:29.716 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-16T20:13:29.716 INFO:teuthology.orchestra.run.smithi059.stderr:Or undo this operation with: 2024-09-16T20:13:29.716 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-16T20:13:29.716 INFO:teuthology.orchestra.run.smithi059.stderr: git switch - 2024-09-16T20:13:29.716 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-16T20:13:29.716 INFO:teuthology.orchestra.run.smithi059.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2024-09-16T20:13:29.716 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-16T20:13:29.716 INFO:teuthology.orchestra.run.smithi059.stderr:HEAD is now at 6e8474a02f2 Merge branch 'wip-nbalacha-ns-mirroring' of https://github.com/nbalacha/ceph into HEAD 2024-09-16T20:13:29.721 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:13:29.721 DEBUG:teuthology.orchestra.run.smithi059:> dd of=/home/ubuntu/cephtest/qemu/userdata.cluster1.client.0 2024-09-16T20:13:29.766 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-09-16T20:13:29.766 DEBUG:teuthology.orchestra.run.smithi059:> dd of=/home/ubuntu/cephtest/qemu/metadata.cluster1.client.0 2024-09-16T20:13:29.813 INFO:tasks.qemu:fetching test qa/run_xfstests_qemu.sh for cluster1.client.0 2024-09-16T20:13:29.814 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:13:29.867 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:13:29.944 INFO:tasks.qemu:downloading base image 2024-09-16T20:13:29.944 DEBUG:teuthology.orchestra.run.smithi059:> rbd --cluster cluster1 resize --size=10240M client.0.0 || true 2024-09-16T20:13:30.092 INFO:teuthology.orchestra.run.smithi059.stderr: Resizing image: 100% complete...done. 2024-09-16T20:13:30.105 DEBUG:teuthology.orchestra.run.smithi059:> rbd --cluster cluster1 resize --size=10240M client.0.1 || true 2024-09-16T20:13:30.208 INFO:teuthology.orchestra.run.smithi059.stderr: Resizing image: 100% complete...done. 2024-09-16T20:13:30.219 DEBUG:teuthology.orchestra.run.smithi059:> rbd --cluster cluster1 resize --size=10240M client.0.2 || true 2024-09-16T20:13:30.313 INFO:teuthology.orchestra.run.smithi059.stderr: Resizing image: 100% complete...done. 2024-09-16T20:13:30.328 DEBUG:teuthology.orchestra.run.smithi059:> mkdir /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 && sudo modprobe kvm 2024-09-16T20:13:30.339 INFO:tasks.qemu:Creating the nfs export directory... 2024-09-16T20:13:30.339 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /export/cluster1.client.0 2024-09-16T20:13:30.395 INFO:tasks.qemu:Mounting the test directory... 2024-09-16T20:13:30.395 DEBUG:teuthology.orchestra.run.smithi059:> sudo mount --bind /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 /export/cluster1.client.0 2024-09-16T20:13:30.447 INFO:tasks.qemu:Adding mount to /etc/exports... 2024-09-16T20:13:30.447 INFO:tasks.qemu:Deleting export from /etc/exports... 2024-09-16T20:13:30.447 DEBUG:teuthology.orchestra.run.smithi059:> sudo sed -i '\|/export/cluster1.client.0|d' /etc/exports 2024-09-16T20:13:30.501 DEBUG:teuthology.orchestra.run.smithi059:> echo '/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure)' | sudo tee -a /etc/exports 2024-09-16T20:13:30.560 INFO:teuthology.orchestra.run.smithi059.stdout:/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure) 2024-09-16T20:13:30.562 INFO:tasks.qemu:Restarting NFS... 2024-09-16T20:13:30.562 DEBUG:teuthology.orchestra.run.smithi059:> sudo service nfs-kernel-server restart 2024-09-16T20:13:31.087 DEBUG:teuthology.orchestra.run.smithi059:> sudo udevadm control --reload 2024-09-16T20:13:31.101 DEBUG:teuthology.orchestra.run.smithi059:> sudo udevadm trigger /dev/kvm 2024-09-16T20:13:31.163 DEBUG:teuthology.orchestra.run.smithi059:> ls -l /dev/kvm 2024-09-16T20:13:31.210 INFO:teuthology.orchestra.run.smithi059.stdout:crw-rw---- 1 root kvm 10, 232 Sep 16 20:13 /dev/kvm 2024-09-16T20:13:31.210 INFO:tasks.qemu:starting qemu... 2024-09-16T20:13:31.211 DEBUG:teuthology.orchestra.run.smithi059:> 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 2024-09-16T20:13:31.259 INFO:tasks.qemu:waiting for qemu tests to finish... 2024-09-16T20:13:31.918 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:c[?7lSeaBIOS (version 1.15.0-1) 2024-09-16T20:13:31.918 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:31.918 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:31.939 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:iPXE (https://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BFF8B2B0+BFECB2B0 CA00 2024-09-16T20:13:31.939 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Press Ctrl-B to configure iPXE (PCI 00:03.0)... 2024-09-16T20:13:31.940 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:31.940 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:32.250 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Booting from Hard Disk... 2024-09-16T20:13:32.669 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:GNU GRUB version 1.99-21ubuntu3.4┌──────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└──────────────────────────────────────────────────────────────────────────┘ 2024-09-16T20:13:32.669 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:32.669 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: Use the ↑ and ↓ keys to select which entry is highlighted. 2024-09-16T20:13:32.669 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: Press enter to boot the selected OS, 'e' to edit the commands 2024-09-16T20:13:32.669 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: before booting or 'c' for a command-line. 2024-09-16T20:13:32.669 INFO:tasks.qemu.cluster1.client.0.smithi059.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)           2024-09-16T20:13:32.669 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:32.669 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:32.669 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:32.670 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:32.670 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.526 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: The highlighted entry will be executed automatically in 5s.  2024-09-16T20:13:33.526 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:33.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.526 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: The highlighted entry will be executed automatically in 4s.  2024-09-16T20:13:34.526 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:34.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.526 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: The highlighted entry will be executed automatically in 3s.  2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:35.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.531 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: The highlighted entry will be executed automatically in 2s.  2024-09-16T20:13:36.531 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.531 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.531 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.531 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.531 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.531 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.531 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.531 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.532 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.532 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.532 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.532 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.532 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.532 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.532 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.532 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:36.532 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.526 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: The highlighted entry will be executed automatically in 1s.  2024-09-16T20:13:37.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.527 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:37.528 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:13:38.777 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: The highlighted entry will be executed automatically in 0s. [ 0.000000] Initializing cgroup subsys cpuset 2024-09-16T20:13:39.364 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Initializing cgroup subsys cpu 2024-09-16T20:13:39.364 INFO:tasks.qemu.cluster1.client.0.smithi059.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) 2024-09-16T20:13:39.365 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2024-09-16T20:13:39.365 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] KERNEL supported cpus: 2024-09-16T20:13:39.365 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Intel GenuineIntel 2024-09-16T20:13:39.365 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] AMD AuthenticAMD 2024-09-16T20:13:39.365 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Centaur CentaurHauls 2024-09-16T20:13:39.365 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] BIOS-provided physical RAM map: 2024-09-16T20:13:39.365 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 2024-09-16T20:13:39.365 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 2024-09-16T20:13:39.365 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) 2024-09-16T20:13:39.365 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffd7000 (usable) 2024-09-16T20:13:39.365 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] BIOS-e820: 00000000bffd7000 - 00000000c0000000 (reserved) 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable) 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] NX (Execute Disable) protection: active 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] DMI 2.8 present. 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] No AGP bridge found 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] last_pfn = 0xbffd7 max_arch_pfn = 0x400000000 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] found SMP MP-table at [ffff8800000f5b80] f5b80 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Using GB pages for direct mapping 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] init_memory_mapping: 0000000000000000-00000000bffd7000 2024-09-16T20:13:39.366 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] RAMDISK: 37786000 - 37bbb000 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: RSDP 00000000000f59a0 00014 (v00 BOCHS ) 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: RSDT 00000000bffe191a 00034 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: FACP 00000000bffe17ce 00074 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: DSDT 00000000bffe0040 0178E (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: FACS 00000000bffe0000 00040 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: APIC 00000000bffe1842 00078 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: HPET 00000000bffe18ba 00038 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: WAET 00000000bffe18f2 00028 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] No NUMA configuration found 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Faking a node at 0000000000000000-0000000140000000 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff] 2024-09-16T20:13:39.367 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf6681, boot clock 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Zone PFN ranges: 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] DMA 0x00000010 -> 0x00001000 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] DMA32 0x00001000 -> 0x00100000 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Normal 0x00100000 -> 0x00140000 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Movable zone start PFN for each node 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] early_node_map[3] active PFN ranges 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] 0: 0x00000010 -> 0x0000009f 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] 0: 0x00000100 -> 0x000bffd7 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] 0: 0x00100000 -> 0x00140000 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2024-09-16T20:13:39.368 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Using ACPI (MADT) for SMP configuration information 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] PM: Registered nosave memory: 00000000bffd7000 - 00000000c0000000 2024-09-16T20:13:39.369 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000feffc000 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3effc000) 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Booting paravirtualized kernel on KVM 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82880 r8192 d23616 u2097152 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] kvm-clock: cpu 0, msr 1:3fc13681, primary cpu clock 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] KVM setup async PF for cpu 0 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0dd40 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1027937 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Policy zone: Normal 2024-09-16T20:13:39.370 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Checking aperture... 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] No AGP bridge found 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Memory: 4041884k/5242880k available (6532k kernel code, 1049192k absent, 151804k reserved, 6657k data, 924k init) 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Hierarchical RCU implementation. 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Console: colour VGA+ 80x25 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] console [ttyS0] enabled 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] allocated 33554432 bytes of page_cgroup 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.000000] Detected 3499.996 MHz processor. 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.008000] Calibrating delay loop (skipped) preset value.. 6999.99 BogoMIPS (lpj=13999984) 2024-09-16T20:13:39.371 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.008000] pid_max: default: 32768 minimum: 301 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.008000] Security Framework initialized 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.008000] AppArmor: AppArmor initialized 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.008000] Yama: becoming mindful. 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.008000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.008877] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.009877] Mount-cache hash table entries: 256 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.010501] Initializing cgroup subsys cpuacct 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.011012] Initializing cgroup subsys memory 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.012012] Initializing cgroup subsys devices 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.012521] Initializing cgroup subsys freezer 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.013027] Initializing cgroup subsys blkio 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.013516] Initializing cgroup subsys perf_event 2024-09-16T20:13:39.372 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.014104] CPU: Physical Processor ID: 0 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.015330] mce: CPU supports 10 MCE banks 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.016254] SMP alternatives: switching to UP code 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.034093] Freeing SMP alternatives: 24k freed 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.034621] ACPI: Core revision 20110623 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.035506] ftrace: allocating 27008 entries in 106 pages 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.040268] Enabling x2apic 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.040625] Enabled x2apic 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.041193] Switched APIC routing to physical x2apic. 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.045205] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.045873] CPU0: Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz stepping 02 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.048002] Performance Events: generic architected perfmon, Intel PMU driver. 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.048002] ... version: 2 2024-09-16T20:13:39.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.048002] ... bit width: 48 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.048002] ... generic registers: 4 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.048002] ... value mask: 0000ffffffffffff 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.048002] ... max period: 000000007fffffff 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.048002] ... fixed-purpose events: 3 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.048002] ... event mask: 000000070000000f 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.048069] NMI watchdog enabled, takes one hw-pmu counter. 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.052023] Brought up 1 CPUs 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.052376] Total of 1 processors activated (6999.99 BogoMIPS). 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.053372] devtmpfs: initialized 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.056424] EVM: security.selinux 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.056804] EVM: security.SMACK64 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.057179] EVM: security.capability 2024-09-16T20:13:39.374 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.058041] print_constraints: dummy: 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.058523] RTC time: 20:13:38, date: 09/16/24 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.059054] NET: Registered protocol family 16 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.059631] ACPI: bus type pci registered 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.060090] PCI: Using configuration type 1 for base access 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.061123] bio: create slab at 0 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.061619] ACPI: Added _OSI(Module Device) 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.062102] ACPI: Added _OSI(Processor Device) 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.062601] ACPI: Added _OSI(3.0 _SCP Extensions) 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.063129] ACPI: Added _OSI(Processor Aggregator Device) 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.064997] ACPI: Interpreter enabled 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.065420] ACPI: (supports S0 S3 S4 S5) 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.065926] ACPI: Using IOAPIC for interrupt routing 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.067682] ACPI: No dock devices found. 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.068014] HEST: Table not found. 2024-09-16T20:13:39.375 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.068403] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.069426] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.070138] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.070886] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.071623] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.072012] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.072828] pci_root PNP0A03:00: host bridge window [mem 0x140000000-0x1bfffffff] 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.078114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.078935] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.136110] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e) 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.138189] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.138967] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.139723] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.140268] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2024-09-16T20:13:39.376 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.141008] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.141773] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.142683] vgaarb: loaded 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.142991] vgaarb: bridge control possible 0000:00:02.0 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.143666] i2c-core: driver [aat2870] using legacy suspend method 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.144017] i2c-core: driver [aat2870] using legacy resume method 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.144760] SCSI subsystem initialized 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.145299] usbcore: registered new interface driver usbfs 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.145934] usbcore: registered new interface driver hub 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.146543] usbcore: registered new device driver usb 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.147175] PCI: Using ACPI for IRQ routing 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.148263] NetLabel: Initializing 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.148653] NetLabel: domain hash size = 128 2024-09-16T20:13:39.377 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.149143] NetLabel: protocols = UNLABELED CIPSOv4 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.149708] NetLabel: unlabeled traffic allowed by default 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.150398] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.151002] hpet0: 3 comparators, 64-bit 100.000000 MHz counter 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.158099] Switching to clocksource kvm-clock 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.159343] AppArmor: AppArmor Filesystem Enabled 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.159903] pnp: PnP ACPI init 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.160274] ACPI: bus type pnp registered 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.161143] pnp: PnP ACPI: found 11 devices 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.161619] ACPI: ACPI bus type pnp unregistered 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.167314] NET: Registered protocol family 2 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.167893] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.169293] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.171573] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2024-09-16T20:13:39.378 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.172447] TCP: Hash tables configured (established 524288 bind 65536) 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.173187] TCP reno registered 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.173547] UDP hash table entries: 2048 (order: 4, 65536 bytes) 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.174222] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.174991] NET: Registered protocol family 1 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.175890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.176576] pci 0000:00:01.0: PIIX3: Enabling Passive Release 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.177236] pci 0000:00:01.0: Activating ISA DMA hang workarounds 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.177997] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.178717] Placing 64MB software IO TLB between ffff8800bbfd7000 - ffff8800bffd7000 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.179576] software IO TLB at phys 0xbbfd7000 - 0xbffd7000 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.180476] audit: initializing netlink socket (disabled) 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.181088] type=2000 audit(1726517618.180:1): initialized 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.195133] Trying to unpack rootfs image as initramfs... 2024-09-16T20:13:39.379 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.216042] HugeTLB registered 2 MB page size, pre-allocated 0 pages 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.224364] VFS: Disk quotas dquot_6.5.2 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.224842] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.225784] fuse init (API version 7.17) 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.226276] msgmni has been set to 7894 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.240113] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.244059] io scheduler noop registered 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.244509] io scheduler deadline registered (default) 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.245102] io scheduler cfq registered 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.245589] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.246224] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.247036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.247871] ACPI: Power Button [PWRF] 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.248695] ERST: Table is not found! 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.249113] GHES: HEST is not enabled! 2024-09-16T20:13:39.380 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.249749] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.250427] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.251806] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.252487] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.258687] Freeing initrd memory: 4308k freed 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.259647] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.260322] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.261504] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.284873] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.308631] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.309379] Linux agpgart interface v0.103 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.310344] brd: module loaded 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.311202] loop: module loaded 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.313759] vda: vda1 2024-09-16T20:13:39.381 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.316689] vdb: unknown partition table 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.319317] vdc: unknown partition table 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.320672] scsi0 : ata_piix 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.321045] scsi1 : ata_piix 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.321399] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc1c0 irq 14 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.322160] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc1c8 irq 15 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.323063] Fixed MDIO Bus: probed 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.323460] tun: Universal TUN/TAP device driver, 1.6 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.324051] tun: (C) 1999-2004 Max Krasnyansky 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.324982] PPP generic driver version 2.4.2 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.325539] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.326278] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.326974] uhci_hcd: USB Universal Host Controller Interface driver 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.327717] usbcore: registered new interface driver libusual 2024-09-16T20:13:39.382 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.328407] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.329914] serio: i8042 KBD port at 0x60,0x64 irq 1 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.330478] serio: i8042 AUX port at 0x60,0x64 irq 12 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.331310] mousedev: PS/2 mouse device common for all mice 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.332197] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.333354] rtc_cmos 00:06: RTC can wake from S4 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.333992] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.334819] rtc0: alarms up to one day, y3k, 242 bytes nvram, hpet irqs 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.335618] device-mapper: uevent: version 1.0.3 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.336199] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.337151] cpuidle: using governor ladder 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.337616] cpuidle: using governor menu 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.338060] EFI Variables Facility v0.08 2004-May-17 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.338708] TCP cubic registered 2024-09-16T20:13:39.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.339129] NET: Registered protocol family 10 2024-09-16T20:13:39.384 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.339854] NET: Registered protocol family 17 2024-09-16T20:13:39.384 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.340380] Registering the dns_resolver key type 2024-09-16T20:13:39.384 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.340976] registered taskstats version 1 2024-09-16T20:13:39.384 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.344770] Magic number: 8:511:245 2024-09-16T20:13:39.384 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.345257] rtc_cmos 00:06: setting system clock to 2024-09-16 20:13:38 UTC (1726517618) 2024-09-16T20:13:39.384 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.346167] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found 2024-09-16T20:13:39.384 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.346837] EDD information not available. 2024-09-16T20:13:39.490 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.485463] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 2024-09-16T20:13:39.490 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.488038] ata2.00: configured for MWDMA2 2024-09-16T20:13:39.490 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.488997] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 2024-09-16T20:13:39.490 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.490431] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray 2024-09-16T20:13:39.490 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.491143] cdrom: Uniform CD-ROM driver Revision: 3.20 2024-09-16T20:13:39.490 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.492024] sr 1:0:0:0: Attached scsi generic sg0 type 5 2024-09-16T20:13:39.490 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.493572] Freeing unused kernel memory: 924k freed 2024-09-16T20:13:39.490 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.494503] Write protecting the kernel read-only data: 12288k 2024-09-16T20:13:39.490 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.498151] Freeing unused kernel memory: 1640k freed 2024-09-16T20:13:39.491 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.501719] Freeing unused kernel memory: 1200k freed 2024-09-16T20:13:39.491 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Loading, please wait... 2024-09-16T20:13:39.491 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Begin: Loading essential drivers ... done. 2024-09-16T20:13:39.491 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.514166] udevd[84]: starting version 175 2024-09-16T20:13:39.491 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Begin: Running /scripts/init-premount ... done. 2024-09-16T20:13:39.507 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 2024-09-16T20:13:39.547 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.569857] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI 2024-09-16T20:13:39.547 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.570686] e1000: Copyright (c) 1999-2006 Intel Corporation. 2024-09-16T20:13:39.572 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.593921] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 2024-09-16T20:13:39.572 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.594738] e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 2024-09-16T20:13:39.581 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.605868] Floppy drive(s): fd0 is 2.88M AMI BIOS 2024-09-16T20:13:39.594 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.620442] FDC 0 is a S82078B 2024-09-16T20:13:39.904 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.920107] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 2024-09-16T20:13:39.905 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 0.921113] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection 2024-09-16T20:13:40.158 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Begin: Running /scripts/local-premount ... [ 1.180162] Refined TSC clocksource calibration: 3500.044 MHz. 2024-09-16T20:13:40.400 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:done. 2024-09-16T20:13:40.419 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 1.437563] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2024-09-16T20:13:40.540 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Begin: Running /scripts/local-bottom ... [ 1.564431] vda: vda1 2024-09-16T20:13:40.549 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:GROWROOT: CHANGED: partition=1 start=16065 old: size=4176900 end=4192965 new: size=20948760,end=20964825 2024-09-16T20:13:40.756 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 1.776347] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2024-09-16T20:13:40.760 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:done. 2024-09-16T20:13:40.761 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:done. 2024-09-16T20:13:40.781 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Begin: Running /scripts/init-bottom ... done. 2024-09-16T20:13:42.726 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:cloud-init start-local running: Mon, 16 Sep 2024 20:13:41 +0000. up 3.18 seconds 2024-09-16T20:13:43.203 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:no instance data found in start-local 2024-09-16T20:13:43.976 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ci-info: lo : 1 127.0.0.1 255.0.0.0 . 2024-09-16T20:13:43.987 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ci-info: eth0 : 1 10.0.2.15 255.255.255.0 52:54:00:12:34:56 2024-09-16T20:13:43.987 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ci-info: route-0: 0.0.0.0 10.0.2.2 0.0.0.0 eth0 UG 2024-09-16T20:13:43.987 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ci-info: route-1: 10.0.2.0 0.0.0.0 255.255.255.0 eth0 U 2024-09-16T20:13:43.987 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:cloud-init start running: Mon, 16 Sep 2024 20:13:43 +0000. up 4.97 seconds 2024-09-16T20:13:44.385 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:found data source: DataSourceNoCloud [seed=/dev/sr0] 2024-09-16T20:13:47.015 INFO:tasks.qemu.cluster1.client.0.smithi059.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. 2024-09-16T20:13:47.031 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Your identification has been saved in /etc/ssh/ssh_host_rsa_key. 2024-09-16T20:13:47.031 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. 2024-09-16T20:13:47.031 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:The key fingerprint is: 2024-09-16T20:13:47.031 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:4d:44:4f:b2:86:98:61:86:7f:ba:a2:1a:be:37:ad:ab root@test 2024-09-16T20:13:47.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:The key's randomart image is: 2024-09-16T20:13:47.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:+--[ RSA 2048]----+ 2024-09-16T20:13:47.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| .+ .+ . | 2024-09-16T20:13:47.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| .o + o = | 2024-09-16T20:13:47.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| .o . + . | 2024-09-16T20:13:47.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| . .+ | 2024-09-16T20:13:47.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| oS . | 2024-09-16T20:13:47.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| . | 2024-09-16T20:13:47.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:|. . . | 2024-09-16T20:13:47.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:|.. o... | 2024-09-16T20:13:47.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:|.E=++. | 2024-09-16T20:13:47.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:+-----------------+ 2024-09-16T20:13:47.081 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Generating public/private dsa key pair. 2024-09-16T20:13:47.081 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Your identification has been saved in /etc/ssh/ssh_host_dsa_key. 2024-09-16T20:13:47.081 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. 2024-09-16T20:13:47.081 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:The key fingerprint is: 2024-09-16T20:13:47.081 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:35:67:c2:04:aa:07:25:bb:61:c0:6b:0d:42:85:56:0d root@test 2024-09-16T20:13:47.081 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:The key's randomart image is: 2024-09-16T20:13:47.081 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:+--[ DSA 1024]----+ 2024-09-16T20:13:47.081 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:|.o=E+ . ... | 2024-09-16T20:13:47.081 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:|.oo. = . o | 2024-09-16T20:13:47.081 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:|.. += . = o | 2024-09-16T20:13:47.081 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| o..= . = | 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| . o . S | 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| . | 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| | 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| | 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| | 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:+-----------------+ 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Generating public/private ecdsa key pair. 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:The key fingerprint is: 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:f4:fb:44:2b:7d:bc:c1:2e:b3:e7:fe:10:5d:79:74:12 root@test 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:The key's randomart image is: 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:+--[ECDSA 256]---+ 2024-09-16T20:13:47.082 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| E.o| 2024-09-16T20:13:47.083 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| oo| 2024-09-16T20:13:47.083 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| . .o| 2024-09-16T20:13:47.083 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| . . .o| 2024-09-16T20:13:47.083 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| S . . . .| 2024-09-16T20:13:47.083 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| + + . | 2024-09-16T20:13:47.083 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| o + * | 2024-09-16T20:13:47.083 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| +oo.+ | 2024-09-16T20:13:47.083 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:| oB=..| 2024-09-16T20:13:47.083 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:+-----------------+ 2024-09-16T20:13:47.232 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd 2024-09-16T20:13:47.395 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Starting AppArmor profiles  [ OK ] 2024-09-16T20:13:47.430 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:landscape-client is not configured, please run landscape-config. 2024-09-16T20:13:47.455 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Stopping System V initialisation compatibility[ OK ] 2024-09-16T20:13:47.472 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Starting System V runlevel compatibility[ OK ] 2024-09-16T20:13:47.472 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Starting automatic crash report generation[ OK ] 2024-09-16T20:13:47.472 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Starting deferred execution scheduler[ OK ] 2024-09-16T20:13:47.472 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Starting regular background program processing daemon[ OK ] 2024-09-16T20:13:47.472 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Starting ACPI daemon[ OK ] 2024-09-16T20:13:47.472 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Starting save kernel messages[ OK ] 2024-09-16T20:13:47.481 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Stopping save kernel messages[ OK ] 2024-09-16T20:13:47.497 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Starting CPU interrupts balancing daemon[ OK ] 2024-09-16T20:13:47.557 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Stopping System V runlevel compatibility[ OK ] 2024-09-16T20:13:47.957 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Generating locales... 2024-09-16T20:13:48.591 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: en_US.UTF-8... done 2024-09-16T20:13:48.599 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Generation complete. 2024-09-16T20:13:49.529 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:passwd: password expiry information changed. 2024-09-16T20:13:49.771 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Ign http://old-releases.ubuntu.com precise InRelease 2024-09-16T20:13:49.857 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:1 http://old-releases.ubuntu.com precise-updates InRelease [55.7 kB] 2024-09-16T20:13:50.115 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:2 http://old-releases.ubuntu.com precise-security InRelease [55.7 kB] 2024-09-16T20:13:50.246 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:3 http://old-releases.ubuntu.com precise Release.gpg [198 B] 2024-09-16T20:13:50.328 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:4 http://old-releases.ubuntu.com precise-updates/main Sources [815 kB] 2024-09-16T20:13:50.714 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:5 http://old-releases.ubuntu.com precise-updates/universe Sources [208 kB] 2024-09-16T20:13:50.853 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:6 http://old-releases.ubuntu.com precise-updates/main amd64 Packages [1104 kB] 2024-09-16T20:13:51.117 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:7 http://old-releases.ubuntu.com precise-updates/universe amd64 Packages [406 kB] 2024-09-16T20:13:51.289 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:8 http://old-releases.ubuntu.com precise-updates/main i386 Packages [1111 kB] 2024-09-16T20:13:51.894 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:9 http://old-releases.ubuntu.com precise-updates/universe i386 Packages [422 kB] 2024-09-16T20:13:52.061 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:10 http://old-releases.ubuntu.com precise-updates/main TranslationIndex [208 B] 2024-09-16T20:13:52.226 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:11 http://old-releases.ubuntu.com precise-updates/universe TranslationIndex [205 B] 2024-09-16T20:13:52.306 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:12 http://old-releases.ubuntu.com precise-security/main Sources [242 kB] 2024-09-16T20:13:52.756 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:13 http://old-releases.ubuntu.com precise-security/universe Sources [88.1 kB] 2024-09-16T20:13:52.860 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:14 http://old-releases.ubuntu.com precise-security/main amd64 Packages [584 kB] 2024-09-16T20:13:53.113 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:15 http://old-releases.ubuntu.com precise-security/universe amd64 Packages [213 kB] 2024-09-16T20:13:53.279 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:16 http://old-releases.ubuntu.com precise-security/main i386 Packages [589 kB] 2024-09-16T20:13:53.455 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:17 http://old-releases.ubuntu.com precise-security/universe i386 Packages [228 kB] 2024-09-16T20:13:53.620 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:18 http://old-releases.ubuntu.com precise-security/main TranslationIndex [208 B] 2024-09-16T20:13:53.703 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:19 http://old-releases.ubuntu.com precise-security/universe TranslationIndex [205 B] 2024-09-16T20:13:53.789 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:20 http://old-releases.ubuntu.com precise Release [49.6 kB] 2024-09-16T20:13:53.882 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:21 http://old-releases.ubuntu.com precise-updates/main Translation-en [353 kB] 2024-09-16T20:13:54.132 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:22 http://old-releases.ubuntu.com precise-updates/universe Translation-en [176 kB] 2024-09-16T20:13:54.541 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:23 http://old-releases.ubuntu.com precise-security/main Translation-en [202 kB] 2024-09-16T20:13:54.707 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:24 http://old-releases.ubuntu.com precise-security/universe Translation-en [96.4 kB] 2024-09-16T20:13:54.802 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:25 http://old-releases.ubuntu.com precise/main Sources [934 kB] 2024-09-16T20:13:55.111 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:26 http://old-releases.ubuntu.com precise/universe Sources [5019 kB] 2024-09-16T20:13:55.626 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:27 http://old-releases.ubuntu.com precise/main amd64 Packages [1273 kB] 2024-09-16T20:13:55.876 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:28 http://old-releases.ubuntu.com precise/universe amd64 Packages [4786 kB] 2024-09-16T20:13:56.334 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:29 http://old-releases.ubuntu.com precise/main i386 Packages [1274 kB] 2024-09-16T20:13:56.531 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:30 http://old-releases.ubuntu.com precise/universe i386 Packages [4796 kB] 2024-09-16T20:13:56.965 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:31 http://old-releases.ubuntu.com precise/main TranslationIndex [3706 B] 2024-09-16T20:13:57.048 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:32 http://old-releases.ubuntu.com precise/universe TranslationIndex [2922 B] 2024-09-16T20:13:57.212 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:33 http://old-releases.ubuntu.com precise/main Translation-en [726 kB] 2024-09-16T20:13:57.793 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:34 http://old-releases.ubuntu.com precise/universe Translation-en [3341 kB] 2024-09-16T20:14:00.930 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Fetched 29.2 MB in 12s (2399 kB/s) 2024-09-16T20:14:03.014 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Reading package lists... 2024-09-16T20:14:03.018 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Reading package lists... 2024-09-16T20:14:03.216 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Building dependency tree... 2024-09-16T20:14:03.216 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Reading state information... 2024-09-16T20:14:03.359 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:The following packages will be upgraded: 2024-09-16T20:14:03.359 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: ca-certificates libssl1.0.0 2024-09-16T20:14:03.542 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:2 upgraded, 0 newly installed, 0 to remove and 226 not upgraded. 2024-09-16T20:14:03.551 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Need to get 1233 kB of archives. 2024-09-16T20:14:03.551 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:After this operation, 108 kB of additional disk space will be used. 2024-09-16T20:14:03.551 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libssl1.0.0 amd64 1.0.1-4ubuntu5.45 [1055 kB] 2024-09-16T20:14:04.175 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main ca-certificates all 20190110~12.04.1 [179 kB] 2024-09-16T20:14:04.356 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2024-09-16T20:14:04.373 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Fetched 1233 kB in 0s (1530 kB/s) 2024-09-16T20:14:05.448 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:(Reading database ... 36182 files and directories currently installed.) 2024-09-16T20:14:05.455 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Preparing to replace libssl1.0.0 1.0.1-4ubuntu5.5 (using .../libssl1.0.0_1.0.1-4ubuntu5.45_amd64.deb) ... 2024-09-16T20:14:05.522 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Unpacking replacement libssl1.0.0 ... 2024-09-16T20:14:05.838 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Setting up libssl1.0.0 (1.0.1-4ubuntu5.45) ... 2024-09-16T20:14:06.328 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Processing triggers for libc-bin ... 2024-09-16T20:14:06.357 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ldconfig deferred processing now taking place 2024-09-16T20:14:06.946 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:(Reading database ... 36182 files and directories currently installed.) 2024-09-16T20:14:06.950 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Preparing to replace ca-certificates 20111211 (using .../ca-certificates_20190110~12.04.1_all.deb) ... 2024-09-16T20:14:07.005 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Unpacking replacement ca-certificates ... 2024-09-16T20:14:07.246 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Processing triggers for man-db ... 2024-09-16T20:14:08.478 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Setting up ca-certificates (20190110~12.04.1) ... 2024-09-16T20:14:10.930 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Updating certificates in /etc/ssl/certs... 73 added, 78 removed; done. 2024-09-16T20:14:10.930 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2024-09-16T20:14:12.653 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Updating certificates in /etc/ssl/certs... 0 added, 1 removed; done. 2024-09-16T20:14:12.653 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2024-09-16T20:14:12.657 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Reading package lists... 2024-09-16T20:14:12.839 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Building dependency tree... 2024-09-16T20:14:12.839 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Reading state information... 2024-09-16T20:14:12.960 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:The following extra packages will be installed: 2024-09-16T20:14:12.961 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: libgssglue1 libnfsidmap2 libtirpc1 rpcbind 2024-09-16T20:14:12.966 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:The following NEW packages will be installed: 2024-09-16T20:14:12.966 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind 2024-09-16T20:14:13.025 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:0 upgraded, 5 newly installed, 0 to remove and 226 not upgraded. 2024-09-16T20:14:13.025 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Need to get 424 kB of archives. 2024-09-16T20:14:13.025 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:After this operation, 1326 kB of additional disk space will be used. 2024-09-16T20:14:13.025 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libgssglue1 amd64 0.3-4ubuntu0.1 [22.5 kB] 2024-09-16T20:14:13.062 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libtirpc1 amd64 0.2.2-5ubuntu0.1 [85.0 kB] 2024-09-16T20:14:13.115 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:3 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main rpcbind amd64 0.2.0-7ubuntu1.3 [43.1 kB] 2024-09-16T20:14:13.139 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:4 http://old-releases.ubuntu.com/ubuntu/ precise/main libnfsidmap2 amd64 0.25-1ubuntu2 [32.0 kB] 2024-09-16T20:14:13.163 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Get:5 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main nfs-common amd64 1:1.2.5-3ubuntu3.2 [241 kB] 2024-09-16T20:14:13.303 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2024-09-16T20:14:13.311 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Fetched 424 kB in 0s (2028 kB/s) 2024-09-16T20:14:13.423 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Selecting previously unselected package libgssglue1. 2024-09-16T20:14:13.454 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:(Reading database ... 36174 files and directories currently installed.) 2024-09-16T20:14:13.454 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Unpacking libgssglue1 (from .../libgssglue1_0.3-4ubuntu0.1_amd64.deb) ... 2024-09-16T20:14:13.665 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Selecting previously unselected package libtirpc1. 2024-09-16T20:14:13.677 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Unpacking libtirpc1 (from .../libtirpc1_0.2.2-5ubuntu0.1_amd64.deb) ... 2024-09-16T20:14:13.941 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Selecting previously unselected package rpcbind. 2024-09-16T20:14:13.951 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.3_amd64.deb) ... 2024-09-16T20:14:14.247 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Selecting previously unselected package libnfsidmap2. 2024-09-16T20:14:14.259 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Unpacking libnfsidmap2 (from .../libnfsidmap2_0.25-1ubuntu2_amd64.deb) ... 2024-09-16T20:14:14.578 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Selecting previously unselected package nfs-common. 2024-09-16T20:14:14.590 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-3ubuntu3.2_amd64.deb) ... 2024-09-16T20:14:14.756 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Processing triggers for man-db ... 2024-09-16T20:14:15.390 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Processing triggers for ureadahead ... 2024-09-16T20:14:15.508 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Setting up libgssglue1 (0.3-4ubuntu0.1) ... 2024-09-16T20:14:15.670 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Setting up libtirpc1 (0.2.2-5ubuntu0.1) ... 2024-09-16T20:14:15.808 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Setting up rpcbind (0.2.0-7ubuntu1.3) ... 2024-09-16T20:14:15.981 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: Removing any system startup links for /etc/init.d/rpcbind ... 2024-09-16T20:14:16.032 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:portmap start/running, process 8164 2024-09-16T20:14:16.062 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Setting up libnfsidmap2 (0.25-1ubuntu2) ... 2024-09-16T20:14:16.173 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Setting up nfs-common (1:1.2.5-3ubuntu3.2) ... 2024-09-16T20:14:16.496 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:14:16.496 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Creating config file /etc/idmapd.conf with new version 2024-09-16T20:14:16.696 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: 2024-09-16T20:14:16.699 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Creating config file /etc/default/nfs-common with new version 2024-09-16T20:14:16.791 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Adding system user `statd' (UID 106) ... 2024-09-16T20:14:16.791 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Adding new user `statd' (UID 106) with group `nogroup' ... 2024-09-16T20:14:16.988 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Not creating home directory `/var/lib/nfs'. 2024-09-16T20:14:17.056 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:statd start/running, process 8398 2024-09-16T20:14:17.086 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:gssd stop/post-stop, process 8429 2024-09-16T20:14:17.169 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:idmapd start/running, process 8469 2024-09-16T20:14:17.189 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Processing triggers for libc-bin ... 2024-09-16T20:14:17.210 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ldconfig deferred processing now taking place 2024-09-16T20:14:17.809 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:mount.nfs: timeout set for Mon Sep 16 20:16:17 2024 2024-09-16T20:14:17.809 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:mount.nfs: trying text-based options 'proto=tcp,vers=4,addr=10.0.2.2,clientaddr=10.0.2.15' 2024-09-16T20:14:17.810 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:10.0.2.2:/export/cluster1.client.0 on /mnt/log type nfs (rw,proto=tcp) 2024-09-16T20:14:17.810 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:mount: block device /dev/sr0 is write-protected, mounting read-only 2024-09-16T20:16:28.390 DEBUG:teuthology.orchestra.run.smithi059:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.0' 2024-09-16T20:16:32.889 INFO:teuthology.orchestra.run.smithi059.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. 2024-09-16T20:16:32.899 DEBUG:teuthology.orchestra.run.smithi059:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2024-09-16T20:22:10.913 DEBUG:teuthology.orchestra.run.smithi059:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration commit client.0.0' 2024-09-16T20:22:11.227 INFO:teuthology.orchestra.run.smithi059.stderr: Commit image migration: 100% complete...done. 2024-09-16T20:22:11.236 DEBUG:teuthology.orchestra.run.smithi059:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2024-09-16T20:24:37.263 DEBUG:teuthology.orchestra.run.smithi059:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.1' 2024-09-16T20:24:39.665 INFO:teuthology.orchestra.run.smithi059.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: 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. 2024-09-16T20:24:39.671 DEBUG:teuthology.parallel:result is None 2024-09-16T21:45:07.098 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:acpid: exiting 2024-09-16T21:45:07.130 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Checking for running unattended-upgrades: 2024-09-16T21:45:07.130 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ec2: 2024-09-16T21:45:07.134 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ec2: ############################################################# 2024-09-16T21:45:07.140 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- 2024-09-16T21:45:07.186 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ec2: 1024 35:67:c2:04:aa:07:25:bb:61:c0:6b:0d:42:85:56:0d root@test (DSA) 2024-09-16T21:45:07.194 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ec2: 256 f4:fb:44:2b:7d:bc:c1:2e:b3:e7:fe:10:5d:79:74:12 root@test (ECDSA) 2024-09-16T21:45:07.200 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ec2: 2048 4d:44:4f:b2:86:98:61:86:7f:ba:a2:1a:be:37:ad:ab root@test (RSA) 2024-09-16T21:45:07.200 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:-----BEGIN SSH HOST KEY KEYS----- 2024-09-16T21:45:07.270 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ec2: -----END SSH HOST KEY FINGERPRINTS----- 2024-09-16T21:45:07.270 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ec2: ############################################################# 2024-09-16T21:45:07.270 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBTyaocCIipnHcKjKbXGNaJGIC8cDqskjhNqHgsepg+CGOPojGXEpGjJQCjt2WhnpKeh0LOUbHTR8ZmIDXGUzkI= root@test 2024-09-16T21:45:07.270 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSmbO+FGJqJK1wPeGDDU1mTaoXaK0wwbOPEW+cDyfR2a+XxyrV+PMOUd4cy0uhCkqFIqwNcpYS05Xwe+m/TsH4r/XLmkxe11ZFLPCiFfDGOx71ULiMJ4SnOW+JutsSv82myiloc9vIzCl/UVv8JuSnmrq/W7MgFd/i+KnLa27GM+I+ja0JzoyrViILqrG8O5UFaV1ju68n1us1aj0qAO1T579f53AjH4E/Gp1pKUTQKaes0h/0fmcC4iIZRThUf1+e+nTQRPKDjl6gg+I3izr7HY/aWVG0eiEebrCHVGEm0RU14r6bGb1pZCNsC7Aq85x+5/xcXlVOmhq80gJGR+h/ root@test 2024-09-16T21:45:07.270 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:-----END SSH HOST KEY KEYS----- 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Traceback (most recent call last): 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: self._connect_unixsocket(self.address) 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: self.socket.connect(address) 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: return getattr(self._sock,name)(*args) 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:error: [Errno 111] Connection refused 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Logged from file __init__.py, line 116 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Traceback (most recent call last): 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: self._connect_unixsocket(self.address) 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-16T21:45:07.271 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: self.socket.connect(address) 2024-09-16T21:45:07.272 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-16T21:45:07.272 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: return getattr(self._sock,name)(*args) 2024-09-16T21:45:07.272 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:error: [Errno 111] Connection refused 2024-09-16T21:45:07.272 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:Logged from file __init__.py, line 116 2024-09-16T21:45:07.277 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:cloud-init boot finished at Mon, 16 Sep 2024 21:45:07 +0000. Up 5488.34 seconds 2024-09-16T21:45:07.383 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Stopping landscape-client daemon  [fail] 2024-09-16T21:45:07.550 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Asking all remaining processes to terminate...  [ OK ] 2024-09-16T21:45:07.578 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * All processes ended within 1 seconds....  [ OK ] 2024-09-16T21:45:07.637 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" 2024-09-16T21:45:07.799 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Deconfiguring network interfaces...  [ OK ] 2024-09-16T21:45:07.845 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Deactivating swap...  [ OK ] 2024-09-16T21:45:07.862 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Unmounting local filesystems...  [ OK ] 2024-09-16T21:45:08.088 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout: * Will now halt 2024-09-16T21:45:08.094 INFO:tasks.qemu.cluster1.client.0.smithi059.stdout:[ 5489.191264] Power down. 2024-09-16T21:45:08.529 DEBUG:tasks.qemu:checking that qemu tests succeeded... 2024-09-16T21:45:08.529 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a+rw -R /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 2024-09-16T21:45:08.797 INFO:tasks.qemu:Tearing down the nfs mount for ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T21:45:08.798 INFO:tasks.qemu:Stopping NFS... 2024-09-16T21:45:08.798 DEBUG:teuthology.orchestra.run.smithi059:> sudo service nfs-kernel-server stop 2024-09-16T21:45:10.016 INFO:tasks.qemu:Unmounting exported directory... 2024-09-16T21:45:10.016 DEBUG:teuthology.orchestra.run.smithi059:> sudo umount /export/cluster1.client.0 2024-09-16T21:45:10.043 INFO:tasks.qemu:Deleting export from /etc/exports... 2024-09-16T21:45:10.043 DEBUG:teuthology.orchestra.run.smithi059:> sudo sed -i '\|/export/cluster1.client.0|d' /etc/exports 2024-09-16T21:45:10.102 INFO:tasks.qemu:Starting NFS... 2024-09-16T21:45:10.103 DEBUG:teuthology.orchestra.run.smithi059:> sudo service nfs-kernel-server start 2024-09-16T21:45:11.006 DEBUG:teuthology.orchestra.run.smithi059:> test -f /home/ubuntu/cephtest/archive/qemu/cluster1.client.0/success 2024-09-16T21:45:11.010 INFO:tasks.qemu:Deleting exported directory... 2024-09-16T21:45:11.011 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -r /export 2024-09-16T21:45:11.070 DEBUG:tasks.qemu:cleaning up base image files 2024-09-16T21:45:11.071 DEBUG:teuthology.orchestra.run.smithi059:> rm -rf /home/ubuntu/cephtest/qemu/cluster1.client.0.iso /home/ubuntu/cephtest/qemu/userdata.cluster1.client.0 /home/ubuntu/cephtest/qemu/metadata.cluster1.client.0 /home/ubuntu/cephtest/qemu/cluster1.client.0.test.sh /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 2024-09-16T21:45:11.379 DEBUG:teuthology.orchestra.run.smithi059:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y purge qemu-block-extra 2024-09-16T21:45:11.851 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-09-16T21:45:12.075 INFO:teuthology.orchestra.run.smithi059.stdout:Building dependency tree... 2024-09-16T21:45:12.097 INFO:teuthology.orchestra.run.smithi059.stdout:Reading state information... 2024-09-16T21:45:12.294 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T21:45:12.294 INFO:teuthology.orchestra.run.smithi059.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T21:45:12.295 INFO:teuthology.orchestra.run.smithi059.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T21:45:12.295 INFO:teuthology.orchestra.run.smithi059.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T21:45:12.295 INFO:teuthology.orchestra.run.smithi059.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T21:45:12.295 INFO:teuthology.orchestra.run.smithi059.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T21:45:12.295 INFO:teuthology.orchestra.run.smithi059.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T21:45:12.336 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages will be REMOVED: 2024-09-16T21:45:12.337 INFO:teuthology.orchestra.run.smithi059.stdout: qemu-block-extra* 2024-09-16T21:45:12.849 INFO:teuthology.orchestra.run.smithi059.stdout:0 upgraded, 0 newly installed, 1 to remove and 326 not upgraded. 2024-09-16T21:45:12.849 INFO:teuthology.orchestra.run.smithi059.stdout:After this operation, 369 kB disk space will be freed. 2024-09-16T21:45:13.208 INFO:teuthology.orchestra.run.smithi059.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 ... 176264 files and directories currently installed.) 2024-09-16T21:45:13.214 INFO:teuthology.orchestra.run.smithi059.stdout:Removing qemu-block-extra (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-16T21:45:14.365 INFO:teuthology.orchestra.run.smithi059.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 ... 176255 files and directories currently installed.) 2024-09-16T21:45:14.370 INFO:teuthology.orchestra.run.smithi059.stdout:Purging configuration files for qemu-block-extra (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-16T21:45:15.777 DEBUG:teuthology.orchestra.run.smithi059:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y purge qemu-utils 2024-09-16T21:45:15.843 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-09-16T21:45:16.061 INFO:teuthology.orchestra.run.smithi059.stdout:Building dependency tree... 2024-09-16T21:45:16.064 INFO:teuthology.orchestra.run.smithi059.stdout:Reading state information... 2024-09-16T21:45:16.277 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T21:45:16.277 INFO:teuthology.orchestra.run.smithi059.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T21:45:16.277 INFO:teuthology.orchestra.run.smithi059.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T21:45:16.278 INFO:teuthology.orchestra.run.smithi059.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T21:45:16.278 INFO:teuthology.orchestra.run.smithi059.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T21:45:16.278 INFO:teuthology.orchestra.run.smithi059.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T21:45:16.278 INFO:teuthology.orchestra.run.smithi059.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T21:45:16.308 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages will be REMOVED: 2024-09-16T21:45:16.308 INFO:teuthology.orchestra.run.smithi059.stdout: qemu-utils* 2024-09-16T21:45:16.634 INFO:teuthology.orchestra.run.smithi059.stdout:0 upgraded, 0 newly installed, 1 to remove and 326 not upgraded. 2024-09-16T21:45:16.634 INFO:teuthology.orchestra.run.smithi059.stdout:After this operation, 7,243 kB disk space will be freed. 2024-09-16T21:45:16.760 INFO:teuthology.orchestra.run.smithi059.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 ... 176255 files and directories currently installed.) 2024-09-16T21:45:16.764 INFO:teuthology.orchestra.run.smithi059.stdout:Removing qemu-utils (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-16T21:45:17.266 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-16T21:45:19.032 DEBUG:teuthology.orchestra.run.smithi059:> rmdir /home/ubuntu/cephtest/qemu || true 2024-09-16T21:45:19.044 DEBUG:teuthology.parallel:result is None 2024-09-16T21:45:19.045 DEBUG:teuthology.run_tasks:Unwinding manager ceph 2024-09-16T21:45:19.057 INFO:tasks.ceph.ceph_manager.cluster2:waiting for clean 2024-09-16T21:45:19.058 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-16T21:45:19.372 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T21:45:19.372 INFO:teuthology.orchestra.run.smithi103.stderr:dumped all 2024-09-16T21:45:19.390 INFO:teuthology.orchestra.run.smithi103.stdout:{"pg_ready":true,"pg_map":{"version":2982,"stamp":"2024-09-16T21:45:19.280655+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1846970430,"num_objects":594,"num_object_clones":0,"num_object_copies":1188,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":594,"num_whiteouts":0,"num_read":11966,"num_read_kb":1340328,"num_write":2192,"num_write_kb":1185640,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1486,"ondisk_log_size":1486,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":2462040,"kb_used_data":2368488,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":280653480,"statfs":{"total":289910292480,"available":287389163520,"internally_reserved":0,"allocated":2425331712,"data_stored":2424726641,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":95743311},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003012"},"pg_stats":[{"pgid":"2.7","version":"27'123","reported_seq":337,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:08.862495+0000","last_change":"2024-09-16T20:06:51.545259+0000","last_active":"2024-09-16T21:42:08.862495+0000","last_peered":"2024-09-16T21:42:08.862495+0000","last_clean":"2024-09-16T21:42:08.862495+0000","last_became_active":"2024-09-16T20:06:49.540576+0000","last_became_peered":"2024-09-16T20:06:49.540576+0000","last_unstale":"2024-09-16T21:42:08.862495+0000","last_undegraded":"2024-09-16T21:42:08.862495+0000","last_fullsized":"2024-09-16T21:42:08.862495+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":123,"log_dups_size":0,"ondisk_log_size":123,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:34:12.663611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0024667220000000002,"stat_sum":{"num_bytes":326,"num_objects":6,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":898,"num_read_kb":722,"num_write":214,"num_write_kb":206,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"23'4","reported_seq":95,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:08.862453+0000","last_change":"2024-09-16T20:06:51.543849+0000","last_active":"2024-09-16T21:42:08.862453+0000","last_peered":"2024-09-16T21:42:08.862453+0000","last_clean":"2024-09-16T21:42:08.862453+0000","last_became_active":"2024-09-16T20:06:49.540480+0000","last_became_peered":"2024-09-16T20:06:49.540480+0000","last_unstale":"2024-09-16T21:42:08.862453+0000","last_undegraded":"2024-09-16T21:42:08.862453+0000","last_fullsized":"2024-09-16T21:42:08.862453+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T06:04:12.378929+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001181486,"stat_sum":{"num_bytes":162,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":9,"num_read_kb":5,"num_write":3,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"26'184","reported_seq":291,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:43:03.870512+0000","last_change":"2024-09-16T20:06:51.544628+0000","last_active":"2024-09-16T21:43:03.870512+0000","last_peered":"2024-09-16T21:43:03.870512+0000","last_clean":"2024-09-16T21:43:03.870512+0000","last_became_active":"2024-09-16T20:06:49.536937+0000","last_became_peered":"2024-09-16T20:06:49.536937+0000","last_unstale":"2024-09-16T21:43:03.870512+0000","last_undegraded":"2024-09-16T21:43:03.870512+0000","last_fullsized":"2024-09-16T21:43:03.870512+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":184,"log_dups_size":0,"ondisk_log_size":184,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:45:27.747170+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019239700000000001,"stat_sum":{"num_bytes":392,"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":1043,"num_read_kb":856,"num_write":349,"num_write_kb":337,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"27'135","reported_seq":638,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.866781+0000","last_change":"2024-09-16T20:06:51.543841+0000","last_active":"2024-09-16T21:42:38.866781+0000","last_peered":"2024-09-16T21:42:38.866781+0000","last_clean":"2024-09-16T21:42:38.866781+0000","last_became_active":"2024-09-16T20:06:49.537517+0000","last_became_peered":"2024-09-16T20:06:49.537517+0000","last_unstale":"2024-09-16T21:42:38.866781+0000","last_undegraded":"2024-09-16T21:42:38.866781+0000","last_fullsized":"2024-09-16T21:42:38.866781+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":135,"log_dups_size":0,"ondisk_log_size":135,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:04:23.311440+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00119455,"stat_sum":{"num_bytes":114,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":1105,"num_read_kb":976,"num_write":115,"num_write_kb":104,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":3,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"26'159","reported_seq":2061,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:53.872438+0000","last_change":"2024-09-16T20:07:04.077703+0000","last_active":"2024-09-16T21:42:53.872438+0000","last_peered":"2024-09-16T21:42:53.872438+0000","last_clean":"2024-09-16T21:42:53.872438+0000","last_became_active":"2024-09-16T20:07:01.682581+0000","last_became_peered":"2024-09-16T20:07:01.682581+0000","last_unstale":"2024-09-16T21:42:53.872438+0000","last_undegraded":"2024-09-16T21:42:53.872438+0000","last_fullsized":"2024-09-16T21:42:53.872438+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":159,"log_dups_size":0,"ondisk_log_size":159,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T08:03:53.678720+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00091432500000000001,"stat_sum":{"num_bytes":482672640,"num_objects":145,"num_object_clones":0,"num_object_copies":290,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":145,"num_whiteouts":0,"num_read":1869,"num_read_kb":347508,"num_write":193,"num_write_kb":300272,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"26'5","reported_seq":165,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.870134+0000","last_change":"2024-09-16T20:06:51.537183+0000","last_active":"2024-09-16T21:42:38.870134+0000","last_peered":"2024-09-16T21:42:38.870134+0000","last_clean":"2024-09-16T21:42:38.870134+0000","last_became_active":"2024-09-16T20:06:49.537602+0000","last_became_peered":"2024-09-16T20:06:49.537602+0000","last_unstale":"2024-09-16T21:42:38.870134+0000","last_undegraded":"2024-09-16T21:42:38.870134+0000","last_fullsized":"2024-09-16T21:42:38.870134+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":5,"log_dups_size":0,"ondisk_log_size":5,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T20:24:20.174728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0011634499999999999,"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":72,"num_read_kb":72,"num_write":5,"num_write_kb":5,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"26'150","reported_seq":1611,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:41:28.856214+0000","last_change":"2024-09-16T20:07:03.690931+0000","last_active":"2024-09-16T21:41:28.856214+0000","last_peered":"2024-09-16T21:41:28.856214+0000","last_clean":"2024-09-16T21:41:28.856214+0000","last_became_active":"2024-09-16T20:07:01.682825+0000","last_became_peered":"2024-09-16T20:07:01.682825+0000","last_unstale":"2024-09-16T21:41:28.856214+0000","last_undegraded":"2024-09-16T21:41:28.856214+0000","last_fullsized":"2024-09-16T21:41:28.856214+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":150,"log_dups_size":0,"ondisk_log_size":150,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:20:54.328071+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00097435499999999999,"stat_sum":{"num_bytes":466108416,"num_objects":141,"num_object_clones":0,"num_object_copies":282,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":141,"num_whiteouts":0,"num_read":1407,"num_read_kb":325268,"num_write":192,"num_write_kb":292720,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"27'17","reported_seq":186,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.865962+0000","last_change":"2024-09-16T20:06:51.993400+0000","last_active":"2024-09-16T21:42:38.865962+0000","last_peered":"2024-09-16T21:42:38.865962+0000","last_clean":"2024-09-16T21:42:38.865962+0000","last_became_active":"2024-09-16T20:06:49.540430+0000","last_became_peered":"2024-09-16T20:06:49.540430+0000","last_unstale":"2024-09-16T21:42:38.865962+0000","last_undegraded":"2024-09-16T21:42:38.865962+0000","last_fullsized":"2024-09-16T21:42:38.865962+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":17,"log_dups_size":0,"ondisk_log_size":17,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:13:50.215611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000665275,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":202,"num_read_kb":162,"num_write":12,"num_write_kb":8,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"26'174","reported_seq":1674,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:53.872397+0000","last_change":"2024-09-16T20:07:04.077825+0000","last_active":"2024-09-16T21:42:53.872397+0000","last_peered":"2024-09-16T21:42:53.872397+0000","last_clean":"2024-09-16T21:42:53.872397+0000","last_became_active":"2024-09-16T20:07:01.681135+0000","last_became_peered":"2024-09-16T20:07:01.681135+0000","last_unstale":"2024-09-16T21:42:53.872397+0000","last_undegraded":"2024-09-16T21:42:53.872397+0000","last_fullsized":"2024-09-16T21:42:53.872397+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":174,"log_dups_size":0,"ondisk_log_size":174,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:46:14.181096+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00099199399999999995,"stat_sum":{"num_bytes":493780992,"num_objects":153,"num_object_clones":0,"num_object_copies":306,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":153,"num_whiteouts":0,"num_read":1475,"num_read_kb":345168,"num_write":212,"num_write_kb":317504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"24'3","reported_seq":124,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:43:18.871578+0000","last_change":"2024-09-16T20:06:51.993550+0000","last_active":"2024-09-16T21:43:18.871578+0000","last_peered":"2024-09-16T21:43:18.871578+0000","last_clean":"2024-09-16T21:43:18.871578+0000","last_became_active":"2024-09-16T20:06:49.540350+0000","last_became_peered":"2024-09-16T20:06:49.540350+0000","last_unstale":"2024-09-16T21:43:18.871578+0000","last_undegraded":"2024-09-16T21:43:18.871578+0000","last_fullsized":"2024-09-16T21:43:18.871578+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:25:44.482214+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00067112499999999996,"stat_sum":{"num_bytes":194,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":53,"num_read_kb":19,"num_write":3,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"26'140","reported_seq":1533,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:53.868974+0000","last_change":"2024-09-16T20:07:03.692371+0000","last_active":"2024-09-16T21:42:53.868974+0000","last_peered":"2024-09-16T21:42:53.868974+0000","last_clean":"2024-09-16T21:42:53.868974+0000","last_became_active":"2024-09-16T20:07:01.683006+0000","last_became_peered":"2024-09-16T20:07:01.683006+0000","last_unstale":"2024-09-16T21:42:53.868974+0000","last_undegraded":"2024-09-16T21:42:53.868974+0000","last_fullsized":"2024-09-16T21:42:53.868974+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":140,"log_dups_size":0,"ondisk_log_size":140,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:04:17.152196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002047526,"stat_sum":{"num_bytes":403816467,"num_objects":125,"num_object_clones":0,"num_object_copies":250,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":125,"num_whiteouts":0,"num_read":1347,"num_read_kb":317497,"num_write":183,"num_write_kb":272754,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"27'340","reported_seq":639,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.866747+0000","last_change":"2024-09-16T20:06:51.544819+0000","last_active":"2024-09-16T21:42:38.866747+0000","last_peered":"2024-09-16T21:42:38.866747+0000","last_clean":"2024-09-16T21:42:38.866747+0000","last_became_active":"2024-09-16T20:06:49.538618+0000","last_became_peered":"2024-09-16T20:06:49.538618+0000","last_unstale":"2024-09-16T21:42:38.866747+0000","last_undegraded":"2024-09-16T21:42:38.866747+0000","last_fullsized":"2024-09-16T21:42:38.866747+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":340,"log_dups_size":0,"ondisk_log_size":340,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:49:35.106512+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002075903,"stat_sum":{"num_bytes":324,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":2430,"num_read_kb":2029,"num_write":632,"num_write_kb":620,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'52","reported_seq":161,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:43:13.872020+0000","last_change":"2024-09-16T20:06:45.518398+0000","last_active":"2024-09-16T21:43:13.872020+0000","last_peered":"2024-09-16T21:43:13.872020+0000","last_clean":"2024-09-16T21:43:13.872020+0000","last_became_active":"2024-09-16T20:06:45.515775+0000","last_became_peered":"2024-09-16T20:06:45.515775+0000","last_unstale":"2024-09-16T21:43:13.872020+0000","last_undegraded":"2024-09-16T21:43:13.872020+0000","last_fullsized":"2024-09-16T21:43:13.872020+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:44.492932+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:44.492932+0000","last_clean_scrub_stamp":"2024-09-16T20:06:44.492932+0000","objects_scrubbed":0,"log_size":52,"log_dups_size":0,"ondisk_log_size":52,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:51:22.050031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":1846378515,"num_objects":564,"num_object_clones":0,"num_object_copies":1128,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":564,"num_whiteouts":0,"num_read":6098,"num_read_kb":1335441,"num_write":780,"num_write_kb":1183250,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2423300096,"data_stored":2423291942,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":623,"ondisk_log_size":623,"up":8,"acting":8,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":1547,"num_objects":28,"num_object_clones":0,"num_object_copies":56,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":28,"num_whiteouts":0,"num_read":5812,"num_read_kb":4841,"num_write":1333,"num_write_kb":1284,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":155648,"data_stored":3094,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":811,"ondisk_log_size":811,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359739554,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1214684,"kb_used_data":1183500,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93157156,"statfs":{"total":96636764160,"available":95392927744,"internally_reserved":0,"allocated":1211904000,"data_stored":1211730128,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359739554,"num_pgs":11,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":597540,"kb_used_data":566356,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93774300,"statfs":{"total":96636764160,"available":96024883200,"internally_reserved":0,"allocated":579948544,"data_stored":579718885,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359739554,"num_pgs":8,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":649816,"kb_used_data":618632,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93722024,"statfs":{"total":96636764160,"available":95971352576,"internally_reserved":0,"allocated":633479168,"data_stored":633277628,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":53248,"data_stored":1013,"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":77824,"data_stored":1547,"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":24576,"data_stored":534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":632602624,"data_stored":632602624,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":579047424,"data_stored":579043347,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1211650048,"data_stored":1211645971,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T21:45:19.391 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-16T21:45:19.669 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T21:45:19.670 INFO:teuthology.orchestra.run.smithi103.stderr:dumped all 2024-09-16T21:45:19.687 INFO:teuthology.orchestra.run.smithi103.stdout:{"pg_ready":true,"pg_map":{"version":2982,"stamp":"2024-09-16T21:45:19.280655+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1846970430,"num_objects":594,"num_object_clones":0,"num_object_copies":1188,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":594,"num_whiteouts":0,"num_read":11966,"num_read_kb":1340328,"num_write":2192,"num_write_kb":1185640,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1486,"ondisk_log_size":1486,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":2462040,"kb_used_data":2368488,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":280653480,"statfs":{"total":289910292480,"available":287389163520,"internally_reserved":0,"allocated":2425331712,"data_stored":2424726641,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":95743311},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003012"},"pg_stats":[{"pgid":"2.7","version":"27'123","reported_seq":337,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:08.862495+0000","last_change":"2024-09-16T20:06:51.545259+0000","last_active":"2024-09-16T21:42:08.862495+0000","last_peered":"2024-09-16T21:42:08.862495+0000","last_clean":"2024-09-16T21:42:08.862495+0000","last_became_active":"2024-09-16T20:06:49.540576+0000","last_became_peered":"2024-09-16T20:06:49.540576+0000","last_unstale":"2024-09-16T21:42:08.862495+0000","last_undegraded":"2024-09-16T21:42:08.862495+0000","last_fullsized":"2024-09-16T21:42:08.862495+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":123,"log_dups_size":0,"ondisk_log_size":123,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:34:12.663611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0024667220000000002,"stat_sum":{"num_bytes":326,"num_objects":6,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":898,"num_read_kb":722,"num_write":214,"num_write_kb":206,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"23'4","reported_seq":95,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:08.862453+0000","last_change":"2024-09-16T20:06:51.543849+0000","last_active":"2024-09-16T21:42:08.862453+0000","last_peered":"2024-09-16T21:42:08.862453+0000","last_clean":"2024-09-16T21:42:08.862453+0000","last_became_active":"2024-09-16T20:06:49.540480+0000","last_became_peered":"2024-09-16T20:06:49.540480+0000","last_unstale":"2024-09-16T21:42:08.862453+0000","last_undegraded":"2024-09-16T21:42:08.862453+0000","last_fullsized":"2024-09-16T21:42:08.862453+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T06:04:12.378929+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001181486,"stat_sum":{"num_bytes":162,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":9,"num_read_kb":5,"num_write":3,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"26'184","reported_seq":291,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:43:03.870512+0000","last_change":"2024-09-16T20:06:51.544628+0000","last_active":"2024-09-16T21:43:03.870512+0000","last_peered":"2024-09-16T21:43:03.870512+0000","last_clean":"2024-09-16T21:43:03.870512+0000","last_became_active":"2024-09-16T20:06:49.536937+0000","last_became_peered":"2024-09-16T20:06:49.536937+0000","last_unstale":"2024-09-16T21:43:03.870512+0000","last_undegraded":"2024-09-16T21:43:03.870512+0000","last_fullsized":"2024-09-16T21:43:03.870512+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":184,"log_dups_size":0,"ondisk_log_size":184,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:45:27.747170+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019239700000000001,"stat_sum":{"num_bytes":392,"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":1043,"num_read_kb":856,"num_write":349,"num_write_kb":337,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"27'135","reported_seq":638,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.866781+0000","last_change":"2024-09-16T20:06:51.543841+0000","last_active":"2024-09-16T21:42:38.866781+0000","last_peered":"2024-09-16T21:42:38.866781+0000","last_clean":"2024-09-16T21:42:38.866781+0000","last_became_active":"2024-09-16T20:06:49.537517+0000","last_became_peered":"2024-09-16T20:06:49.537517+0000","last_unstale":"2024-09-16T21:42:38.866781+0000","last_undegraded":"2024-09-16T21:42:38.866781+0000","last_fullsized":"2024-09-16T21:42:38.866781+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":135,"log_dups_size":0,"ondisk_log_size":135,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:04:23.311440+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00119455,"stat_sum":{"num_bytes":114,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":1105,"num_read_kb":976,"num_write":115,"num_write_kb":104,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":3,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"26'159","reported_seq":2061,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:53.872438+0000","last_change":"2024-09-16T20:07:04.077703+0000","last_active":"2024-09-16T21:42:53.872438+0000","last_peered":"2024-09-16T21:42:53.872438+0000","last_clean":"2024-09-16T21:42:53.872438+0000","last_became_active":"2024-09-16T20:07:01.682581+0000","last_became_peered":"2024-09-16T20:07:01.682581+0000","last_unstale":"2024-09-16T21:42:53.872438+0000","last_undegraded":"2024-09-16T21:42:53.872438+0000","last_fullsized":"2024-09-16T21:42:53.872438+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":159,"log_dups_size":0,"ondisk_log_size":159,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T08:03:53.678720+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00091432500000000001,"stat_sum":{"num_bytes":482672640,"num_objects":145,"num_object_clones":0,"num_object_copies":290,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":145,"num_whiteouts":0,"num_read":1869,"num_read_kb":347508,"num_write":193,"num_write_kb":300272,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"26'5","reported_seq":165,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.870134+0000","last_change":"2024-09-16T20:06:51.537183+0000","last_active":"2024-09-16T21:42:38.870134+0000","last_peered":"2024-09-16T21:42:38.870134+0000","last_clean":"2024-09-16T21:42:38.870134+0000","last_became_active":"2024-09-16T20:06:49.537602+0000","last_became_peered":"2024-09-16T20:06:49.537602+0000","last_unstale":"2024-09-16T21:42:38.870134+0000","last_undegraded":"2024-09-16T21:42:38.870134+0000","last_fullsized":"2024-09-16T21:42:38.870134+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":5,"log_dups_size":0,"ondisk_log_size":5,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T20:24:20.174728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0011634499999999999,"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":72,"num_read_kb":72,"num_write":5,"num_write_kb":5,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"26'150","reported_seq":1611,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:41:28.856214+0000","last_change":"2024-09-16T20:07:03.690931+0000","last_active":"2024-09-16T21:41:28.856214+0000","last_peered":"2024-09-16T21:41:28.856214+0000","last_clean":"2024-09-16T21:41:28.856214+0000","last_became_active":"2024-09-16T20:07:01.682825+0000","last_became_peered":"2024-09-16T20:07:01.682825+0000","last_unstale":"2024-09-16T21:41:28.856214+0000","last_undegraded":"2024-09-16T21:41:28.856214+0000","last_fullsized":"2024-09-16T21:41:28.856214+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":150,"log_dups_size":0,"ondisk_log_size":150,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:20:54.328071+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00097435499999999999,"stat_sum":{"num_bytes":466108416,"num_objects":141,"num_object_clones":0,"num_object_copies":282,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":141,"num_whiteouts":0,"num_read":1407,"num_read_kb":325268,"num_write":192,"num_write_kb":292720,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"27'17","reported_seq":186,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.865962+0000","last_change":"2024-09-16T20:06:51.993400+0000","last_active":"2024-09-16T21:42:38.865962+0000","last_peered":"2024-09-16T21:42:38.865962+0000","last_clean":"2024-09-16T21:42:38.865962+0000","last_became_active":"2024-09-16T20:06:49.540430+0000","last_became_peered":"2024-09-16T20:06:49.540430+0000","last_unstale":"2024-09-16T21:42:38.865962+0000","last_undegraded":"2024-09-16T21:42:38.865962+0000","last_fullsized":"2024-09-16T21:42:38.865962+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":17,"log_dups_size":0,"ondisk_log_size":17,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:13:50.215611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000665275,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":202,"num_read_kb":162,"num_write":12,"num_write_kb":8,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"26'174","reported_seq":1674,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:53.872397+0000","last_change":"2024-09-16T20:07:04.077825+0000","last_active":"2024-09-16T21:42:53.872397+0000","last_peered":"2024-09-16T21:42:53.872397+0000","last_clean":"2024-09-16T21:42:53.872397+0000","last_became_active":"2024-09-16T20:07:01.681135+0000","last_became_peered":"2024-09-16T20:07:01.681135+0000","last_unstale":"2024-09-16T21:42:53.872397+0000","last_undegraded":"2024-09-16T21:42:53.872397+0000","last_fullsized":"2024-09-16T21:42:53.872397+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":174,"log_dups_size":0,"ondisk_log_size":174,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:46:14.181096+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00099199399999999995,"stat_sum":{"num_bytes":493780992,"num_objects":153,"num_object_clones":0,"num_object_copies":306,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":153,"num_whiteouts":0,"num_read":1475,"num_read_kb":345168,"num_write":212,"num_write_kb":317504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"24'3","reported_seq":124,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:43:18.871578+0000","last_change":"2024-09-16T20:06:51.993550+0000","last_active":"2024-09-16T21:43:18.871578+0000","last_peered":"2024-09-16T21:43:18.871578+0000","last_clean":"2024-09-16T21:43:18.871578+0000","last_became_active":"2024-09-16T20:06:49.540350+0000","last_became_peered":"2024-09-16T20:06:49.540350+0000","last_unstale":"2024-09-16T21:43:18.871578+0000","last_undegraded":"2024-09-16T21:43:18.871578+0000","last_fullsized":"2024-09-16T21:43:18.871578+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:25:44.482214+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00067112499999999996,"stat_sum":{"num_bytes":194,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":53,"num_read_kb":19,"num_write":3,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"26'140","reported_seq":1533,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:53.868974+0000","last_change":"2024-09-16T20:07:03.692371+0000","last_active":"2024-09-16T21:42:53.868974+0000","last_peered":"2024-09-16T21:42:53.868974+0000","last_clean":"2024-09-16T21:42:53.868974+0000","last_became_active":"2024-09-16T20:07:01.683006+0000","last_became_peered":"2024-09-16T20:07:01.683006+0000","last_unstale":"2024-09-16T21:42:53.868974+0000","last_undegraded":"2024-09-16T21:42:53.868974+0000","last_fullsized":"2024-09-16T21:42:53.868974+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":140,"log_dups_size":0,"ondisk_log_size":140,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:04:17.152196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002047526,"stat_sum":{"num_bytes":403816467,"num_objects":125,"num_object_clones":0,"num_object_copies":250,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":125,"num_whiteouts":0,"num_read":1347,"num_read_kb":317497,"num_write":183,"num_write_kb":272754,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"27'340","reported_seq":639,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.866747+0000","last_change":"2024-09-16T20:06:51.544819+0000","last_active":"2024-09-16T21:42:38.866747+0000","last_peered":"2024-09-16T21:42:38.866747+0000","last_clean":"2024-09-16T21:42:38.866747+0000","last_became_active":"2024-09-16T20:06:49.538618+0000","last_became_peered":"2024-09-16T20:06:49.538618+0000","last_unstale":"2024-09-16T21:42:38.866747+0000","last_undegraded":"2024-09-16T21:42:38.866747+0000","last_fullsized":"2024-09-16T21:42:38.866747+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":340,"log_dups_size":0,"ondisk_log_size":340,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:49:35.106512+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002075903,"stat_sum":{"num_bytes":324,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":2430,"num_read_kb":2029,"num_write":632,"num_write_kb":620,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'52","reported_seq":161,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:43:13.872020+0000","last_change":"2024-09-16T20:06:45.518398+0000","last_active":"2024-09-16T21:43:13.872020+0000","last_peered":"2024-09-16T21:43:13.872020+0000","last_clean":"2024-09-16T21:43:13.872020+0000","last_became_active":"2024-09-16T20:06:45.515775+0000","last_became_peered":"2024-09-16T20:06:45.515775+0000","last_unstale":"2024-09-16T21:43:13.872020+0000","last_undegraded":"2024-09-16T21:43:13.872020+0000","last_fullsized":"2024-09-16T21:43:13.872020+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:44.492932+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:44.492932+0000","last_clean_scrub_stamp":"2024-09-16T20:06:44.492932+0000","objects_scrubbed":0,"log_size":52,"log_dups_size":0,"ondisk_log_size":52,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:51:22.050031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":1846378515,"num_objects":564,"num_object_clones":0,"num_object_copies":1128,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":564,"num_whiteouts":0,"num_read":6098,"num_read_kb":1335441,"num_write":780,"num_write_kb":1183250,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2423300096,"data_stored":2423291942,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":623,"ondisk_log_size":623,"up":8,"acting":8,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":1547,"num_objects":28,"num_object_clones":0,"num_object_copies":56,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":28,"num_whiteouts":0,"num_read":5812,"num_read_kb":4841,"num_write":1333,"num_write_kb":1284,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":155648,"data_stored":3094,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":811,"ondisk_log_size":811,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359739554,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1214684,"kb_used_data":1183500,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93157156,"statfs":{"total":96636764160,"available":95392927744,"internally_reserved":0,"allocated":1211904000,"data_stored":1211730128,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359739554,"num_pgs":11,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":597540,"kb_used_data":566356,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93774300,"statfs":{"total":96636764160,"available":96024883200,"internally_reserved":0,"allocated":579948544,"data_stored":579718885,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359739554,"num_pgs":8,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":649816,"kb_used_data":618632,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93722024,"statfs":{"total":96636764160,"available":95971352576,"internally_reserved":0,"allocated":633479168,"data_stored":633277628,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":53248,"data_stored":1013,"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":77824,"data_stored":1547,"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":24576,"data_stored":534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":632602624,"data_stored":632602624,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":579047424,"data_stored":579043347,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1211650048,"data_stored":1211645971,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T21:45:19.688 INFO:tasks.ceph.ceph_manager.cluster2:clean! 2024-09-16T21:45:19.689 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-16T21:45:19.976 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T21:45:19.976 INFO:teuthology.orchestra.run.smithi103.stderr:dumped all 2024-09-16T21:45:19.993 INFO:teuthology.orchestra.run.smithi103.stdout:{"pg_ready":true,"pg_map":{"version":2982,"stamp":"2024-09-16T21:45:19.280655+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1846970430,"num_objects":594,"num_object_clones":0,"num_object_copies":1188,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":594,"num_whiteouts":0,"num_read":11966,"num_read_kb":1340328,"num_write":2192,"num_write_kb":1185640,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1486,"ondisk_log_size":1486,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":2462040,"kb_used_data":2368488,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":280653480,"statfs":{"total":289910292480,"available":287389163520,"internally_reserved":0,"allocated":2425331712,"data_stored":2424726641,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":95743311},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003012"},"pg_stats":[{"pgid":"2.7","version":"27'123","reported_seq":337,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:08.862495+0000","last_change":"2024-09-16T20:06:51.545259+0000","last_active":"2024-09-16T21:42:08.862495+0000","last_peered":"2024-09-16T21:42:08.862495+0000","last_clean":"2024-09-16T21:42:08.862495+0000","last_became_active":"2024-09-16T20:06:49.540576+0000","last_became_peered":"2024-09-16T20:06:49.540576+0000","last_unstale":"2024-09-16T21:42:08.862495+0000","last_undegraded":"2024-09-16T21:42:08.862495+0000","last_fullsized":"2024-09-16T21:42:08.862495+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":123,"log_dups_size":0,"ondisk_log_size":123,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:34:12.663611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0024667220000000002,"stat_sum":{"num_bytes":326,"num_objects":6,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":898,"num_read_kb":722,"num_write":214,"num_write_kb":206,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"23'4","reported_seq":95,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:08.862453+0000","last_change":"2024-09-16T20:06:51.543849+0000","last_active":"2024-09-16T21:42:08.862453+0000","last_peered":"2024-09-16T21:42:08.862453+0000","last_clean":"2024-09-16T21:42:08.862453+0000","last_became_active":"2024-09-16T20:06:49.540480+0000","last_became_peered":"2024-09-16T20:06:49.540480+0000","last_unstale":"2024-09-16T21:42:08.862453+0000","last_undegraded":"2024-09-16T21:42:08.862453+0000","last_fullsized":"2024-09-16T21:42:08.862453+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T06:04:12.378929+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001181486,"stat_sum":{"num_bytes":162,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":9,"num_read_kb":5,"num_write":3,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"26'184","reported_seq":291,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:43:03.870512+0000","last_change":"2024-09-16T20:06:51.544628+0000","last_active":"2024-09-16T21:43:03.870512+0000","last_peered":"2024-09-16T21:43:03.870512+0000","last_clean":"2024-09-16T21:43:03.870512+0000","last_became_active":"2024-09-16T20:06:49.536937+0000","last_became_peered":"2024-09-16T20:06:49.536937+0000","last_unstale":"2024-09-16T21:43:03.870512+0000","last_undegraded":"2024-09-16T21:43:03.870512+0000","last_fullsized":"2024-09-16T21:43:03.870512+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":184,"log_dups_size":0,"ondisk_log_size":184,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:45:27.747170+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019239700000000001,"stat_sum":{"num_bytes":392,"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":1043,"num_read_kb":856,"num_write":349,"num_write_kb":337,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"27'135","reported_seq":638,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.866781+0000","last_change":"2024-09-16T20:06:51.543841+0000","last_active":"2024-09-16T21:42:38.866781+0000","last_peered":"2024-09-16T21:42:38.866781+0000","last_clean":"2024-09-16T21:42:38.866781+0000","last_became_active":"2024-09-16T20:06:49.537517+0000","last_became_peered":"2024-09-16T20:06:49.537517+0000","last_unstale":"2024-09-16T21:42:38.866781+0000","last_undegraded":"2024-09-16T21:42:38.866781+0000","last_fullsized":"2024-09-16T21:42:38.866781+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":135,"log_dups_size":0,"ondisk_log_size":135,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:04:23.311440+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00119455,"stat_sum":{"num_bytes":114,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":1105,"num_read_kb":976,"num_write":115,"num_write_kb":104,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":3,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"26'159","reported_seq":2061,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:53.872438+0000","last_change":"2024-09-16T20:07:04.077703+0000","last_active":"2024-09-16T21:42:53.872438+0000","last_peered":"2024-09-16T21:42:53.872438+0000","last_clean":"2024-09-16T21:42:53.872438+0000","last_became_active":"2024-09-16T20:07:01.682581+0000","last_became_peered":"2024-09-16T20:07:01.682581+0000","last_unstale":"2024-09-16T21:42:53.872438+0000","last_undegraded":"2024-09-16T21:42:53.872438+0000","last_fullsized":"2024-09-16T21:42:53.872438+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":159,"log_dups_size":0,"ondisk_log_size":159,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T08:03:53.678720+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00091432500000000001,"stat_sum":{"num_bytes":482672640,"num_objects":145,"num_object_clones":0,"num_object_copies":290,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":145,"num_whiteouts":0,"num_read":1869,"num_read_kb":347508,"num_write":193,"num_write_kb":300272,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"26'5","reported_seq":165,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.870134+0000","last_change":"2024-09-16T20:06:51.537183+0000","last_active":"2024-09-16T21:42:38.870134+0000","last_peered":"2024-09-16T21:42:38.870134+0000","last_clean":"2024-09-16T21:42:38.870134+0000","last_became_active":"2024-09-16T20:06:49.537602+0000","last_became_peered":"2024-09-16T20:06:49.537602+0000","last_unstale":"2024-09-16T21:42:38.870134+0000","last_undegraded":"2024-09-16T21:42:38.870134+0000","last_fullsized":"2024-09-16T21:42:38.870134+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":5,"log_dups_size":0,"ondisk_log_size":5,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T20:24:20.174728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0011634499999999999,"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":72,"num_read_kb":72,"num_write":5,"num_write_kb":5,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"26'150","reported_seq":1611,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:41:28.856214+0000","last_change":"2024-09-16T20:07:03.690931+0000","last_active":"2024-09-16T21:41:28.856214+0000","last_peered":"2024-09-16T21:41:28.856214+0000","last_clean":"2024-09-16T21:41:28.856214+0000","last_became_active":"2024-09-16T20:07:01.682825+0000","last_became_peered":"2024-09-16T20:07:01.682825+0000","last_unstale":"2024-09-16T21:41:28.856214+0000","last_undegraded":"2024-09-16T21:41:28.856214+0000","last_fullsized":"2024-09-16T21:41:28.856214+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":150,"log_dups_size":0,"ondisk_log_size":150,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:20:54.328071+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00097435499999999999,"stat_sum":{"num_bytes":466108416,"num_objects":141,"num_object_clones":0,"num_object_copies":282,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":141,"num_whiteouts":0,"num_read":1407,"num_read_kb":325268,"num_write":192,"num_write_kb":292720,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"27'17","reported_seq":186,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.865962+0000","last_change":"2024-09-16T20:06:51.993400+0000","last_active":"2024-09-16T21:42:38.865962+0000","last_peered":"2024-09-16T21:42:38.865962+0000","last_clean":"2024-09-16T21:42:38.865962+0000","last_became_active":"2024-09-16T20:06:49.540430+0000","last_became_peered":"2024-09-16T20:06:49.540430+0000","last_unstale":"2024-09-16T21:42:38.865962+0000","last_undegraded":"2024-09-16T21:42:38.865962+0000","last_fullsized":"2024-09-16T21:42:38.865962+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":17,"log_dups_size":0,"ondisk_log_size":17,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:13:50.215611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000665275,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":202,"num_read_kb":162,"num_write":12,"num_write_kb":8,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"26'174","reported_seq":1674,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:53.872397+0000","last_change":"2024-09-16T20:07:04.077825+0000","last_active":"2024-09-16T21:42:53.872397+0000","last_peered":"2024-09-16T21:42:53.872397+0000","last_clean":"2024-09-16T21:42:53.872397+0000","last_became_active":"2024-09-16T20:07:01.681135+0000","last_became_peered":"2024-09-16T20:07:01.681135+0000","last_unstale":"2024-09-16T21:42:53.872397+0000","last_undegraded":"2024-09-16T21:42:53.872397+0000","last_fullsized":"2024-09-16T21:42:53.872397+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":174,"log_dups_size":0,"ondisk_log_size":174,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:46:14.181096+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00099199399999999995,"stat_sum":{"num_bytes":493780992,"num_objects":153,"num_object_clones":0,"num_object_copies":306,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":153,"num_whiteouts":0,"num_read":1475,"num_read_kb":345168,"num_write":212,"num_write_kb":317504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"24'3","reported_seq":124,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:43:18.871578+0000","last_change":"2024-09-16T20:06:51.993550+0000","last_active":"2024-09-16T21:43:18.871578+0000","last_peered":"2024-09-16T21:43:18.871578+0000","last_clean":"2024-09-16T21:43:18.871578+0000","last_became_active":"2024-09-16T20:06:49.540350+0000","last_became_peered":"2024-09-16T20:06:49.540350+0000","last_unstale":"2024-09-16T21:43:18.871578+0000","last_undegraded":"2024-09-16T21:43:18.871578+0000","last_fullsized":"2024-09-16T21:43:18.871578+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:25:44.482214+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00067112499999999996,"stat_sum":{"num_bytes":194,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":53,"num_read_kb":19,"num_write":3,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"26'140","reported_seq":1533,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:53.868974+0000","last_change":"2024-09-16T20:07:03.692371+0000","last_active":"2024-09-16T21:42:53.868974+0000","last_peered":"2024-09-16T21:42:53.868974+0000","last_clean":"2024-09-16T21:42:53.868974+0000","last_became_active":"2024-09-16T20:07:01.683006+0000","last_became_peered":"2024-09-16T20:07:01.683006+0000","last_unstale":"2024-09-16T21:42:53.868974+0000","last_undegraded":"2024-09-16T21:42:53.868974+0000","last_fullsized":"2024-09-16T21:42:53.868974+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":140,"log_dups_size":0,"ondisk_log_size":140,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:04:17.152196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002047526,"stat_sum":{"num_bytes":403816467,"num_objects":125,"num_object_clones":0,"num_object_copies":250,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":125,"num_whiteouts":0,"num_read":1347,"num_read_kb":317497,"num_write":183,"num_write_kb":272754,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"27'340","reported_seq":639,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.866747+0000","last_change":"2024-09-16T20:06:51.544819+0000","last_active":"2024-09-16T21:42:38.866747+0000","last_peered":"2024-09-16T21:42:38.866747+0000","last_clean":"2024-09-16T21:42:38.866747+0000","last_became_active":"2024-09-16T20:06:49.538618+0000","last_became_peered":"2024-09-16T20:06:49.538618+0000","last_unstale":"2024-09-16T21:42:38.866747+0000","last_undegraded":"2024-09-16T21:42:38.866747+0000","last_fullsized":"2024-09-16T21:42:38.866747+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":340,"log_dups_size":0,"ondisk_log_size":340,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:49:35.106512+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002075903,"stat_sum":{"num_bytes":324,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":2430,"num_read_kb":2029,"num_write":632,"num_write_kb":620,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'52","reported_seq":161,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:43:13.872020+0000","last_change":"2024-09-16T20:06:45.518398+0000","last_active":"2024-09-16T21:43:13.872020+0000","last_peered":"2024-09-16T21:43:13.872020+0000","last_clean":"2024-09-16T21:43:13.872020+0000","last_became_active":"2024-09-16T20:06:45.515775+0000","last_became_peered":"2024-09-16T20:06:45.515775+0000","last_unstale":"2024-09-16T21:43:13.872020+0000","last_undegraded":"2024-09-16T21:43:13.872020+0000","last_fullsized":"2024-09-16T21:43:13.872020+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:44.492932+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:44.492932+0000","last_clean_scrub_stamp":"2024-09-16T20:06:44.492932+0000","objects_scrubbed":0,"log_size":52,"log_dups_size":0,"ondisk_log_size":52,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:51:22.050031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":1846378515,"num_objects":564,"num_object_clones":0,"num_object_copies":1128,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":564,"num_whiteouts":0,"num_read":6098,"num_read_kb":1335441,"num_write":780,"num_write_kb":1183250,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2423300096,"data_stored":2423291942,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":623,"ondisk_log_size":623,"up":8,"acting":8,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":1547,"num_objects":28,"num_object_clones":0,"num_object_copies":56,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":28,"num_whiteouts":0,"num_read":5812,"num_read_kb":4841,"num_write":1333,"num_write_kb":1284,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":155648,"data_stored":3094,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":811,"ondisk_log_size":811,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359739554,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1214684,"kb_used_data":1183500,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93157156,"statfs":{"total":96636764160,"available":95392927744,"internally_reserved":0,"allocated":1211904000,"data_stored":1211730128,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359739554,"num_pgs":11,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":597540,"kb_used_data":566356,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93774300,"statfs":{"total":96636764160,"available":96024883200,"internally_reserved":0,"allocated":579948544,"data_stored":579718885,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359739554,"num_pgs":8,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":649816,"kb_used_data":618632,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93722024,"statfs":{"total":96636764160,"available":95971352576,"internally_reserved":0,"allocated":633479168,"data_stored":633277628,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":53248,"data_stored":1013,"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":77824,"data_stored":1547,"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":24576,"data_stored":534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":632602624,"data_stored":632602624,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":579047424,"data_stored":579043347,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1211650048,"data_stored":1211645971,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T21:45:19.994 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2024-09-16T21:45:20.292 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T21:45:20.292 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":27,"fsid":"ece2429f-5ff7-47d5-9147-10dc6a919945","created":"2024-09-16T20:06:32.682973+0000","modified":"2024-09-16T20:12:23.033737+0000","last_up_change":"2024-09-16T20:06:43.491663+0000","last_in_change":"2024-09-16T20:06:33.651286+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":3,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T20:06:43.775537+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"11","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"2024-09-16T20:06:48.033436+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"15","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":2,"snap_epoch":15,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.8799999952316284,"score_stable":1.8799999952316284,"optimal_score":1,"raw_score_acting":1.8799999952316284,"raw_score_stable":1.8799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"datapool","create_time":"2024-09-16T20:07:00.281647+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":4,"pg_placement_num":4,"pg_placement_num_target":4,"pg_num_target":4,"pg_num_pending":4,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":8,"snap_epoch":27,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","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,"options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"029f756a-0eff-47cb-82f4-fbeaf20e444b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6808","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6809","nonce":2174276485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6810","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6811","nonce":2174276485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6815","nonce":2174276485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":2174276485},{"type":"v1","addr":"172.21.15.103:6813","nonce":2174276485}]},"public_addr":"172.21.15.103:6809/2174276485","cluster_addr":"172.21.15.103:6811/2174276485","heartbeat_back_addr":"172.21.15.103:6815/2174276485","heartbeat_front_addr":"172.21.15.103:6813/2174276485","state":["exists","up"]},{"osd":1,"uuid":"56c1673d-92b4-4290-ae3d-b7b87667cc15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6817","nonce":3633320720}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6818","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6819","nonce":3633320720}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6822","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6823","nonce":3633320720}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6820","nonce":3633320720},{"type":"v1","addr":"172.21.15.103:6821","nonce":3633320720}]},"public_addr":"172.21.15.103:6817/3633320720","cluster_addr":"172.21.15.103:6819/3633320720","heartbeat_back_addr":"172.21.15.103:6823/3633320720","heartbeat_front_addr":"172.21.15.103:6821/3633320720","state":["exists","up"]},{"osd":2,"uuid":"8e7b3d7c-ab1a-4879-acc2-e021450d7e71","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6800","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6801","nonce":1540111643}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6803","nonce":1540111643}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6807","nonce":1540111643}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":1540111643},{"type":"v1","addr":"172.21.15.103:6805","nonce":1540111643}]},"public_addr":"172.21.15.103:6801/1540111643","cluster_addr":"172.21.15.103:6803/1540111643","heartbeat_back_addr":"172.21.15.103:6807/1540111643","heartbeat_front_addr":"172.21.15.103:6805/1540111643","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:40.658608+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:40.581018+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:40.410153+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":"jerasure","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}} 2024-09-16T21:45:21.312 INFO:tasks.ceph:Scrubbing cluster2.osd.0 2024-09-16T21:45:21.312 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.0 config set osd_debug_deep_scrub_sleep 0 2024-09-16T21:45:21.466 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2024-09-16T21:45:21.466 INFO:teuthology.orchestra.run.smithi103.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T21:45:21.466 INFO:teuthology.orchestra.run.smithi103.stdout:} 2024-09-16T21:45:21.481 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd deep-scrub 0 2024-09-16T21:45:21.758 INFO:teuthology.orchestra.run.smithi103.stderr:instructed osd(s) 0 to deep-scrub 2024-09-16T21:45:21.775 INFO:tasks.ceph:Scrubbing cluster2.osd.1 2024-09-16T21:45:21.775 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.1 config set osd_debug_deep_scrub_sleep 0 2024-09-16T21:45:21.917 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2024-09-16T21:45:21.917 INFO:teuthology.orchestra.run.smithi103.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T21:45:21.917 INFO:teuthology.orchestra.run.smithi103.stdout:} 2024-09-16T21:45:21.932 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd deep-scrub 1 2024-09-16T21:45:22.225 INFO:teuthology.orchestra.run.smithi103.stderr:instructed osd(s) 1 to deep-scrub 2024-09-16T21:45:22.244 INFO:tasks.ceph:Scrubbing cluster2.osd.2 2024-09-16T21:45:22.244 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.2 config set osd_debug_deep_scrub_sleep 0 2024-09-16T21:45:22.394 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2024-09-16T21:45:22.394 INFO:teuthology.orchestra.run.smithi103.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T21:45:22.394 INFO:teuthology.orchestra.run.smithi103.stdout:} 2024-09-16T21:45:22.409 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd deep-scrub 2 2024-09-16T21:45:22.694 INFO:teuthology.orchestra.run.smithi103.stderr:instructed osd(s) 2 to deep-scrub 2024-09-16T21:45:22.711 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-16T21:45:23.008 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T21:45:23.008 INFO:teuthology.orchestra.run.smithi103.stderr:dumped all 2024-09-16T21:45:23.025 INFO:teuthology.orchestra.run.smithi103.stdout:{"pg_ready":true,"pg_map":{"version":2983,"stamp":"2024-09-16T21:45:21.281326+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1846970430,"num_objects":594,"num_object_clones":0,"num_object_copies":1188,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":594,"num_whiteouts":0,"num_read":11966,"num_read_kb":1340328,"num_write":2192,"num_write_kb":1185640,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1486,"ondisk_log_size":1486,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":2462040,"kb_used_data":2368488,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":280653480,"statfs":{"total":289910292480,"available":287389163520,"internally_reserved":0,"allocated":2425331712,"data_stored":2424726641,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":95743311},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003231"},"pg_stats":[{"pgid":"2.7","version":"27'123","reported_seq":337,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:08.862495+0000","last_change":"2024-09-16T20:06:51.545259+0000","last_active":"2024-09-16T21:42:08.862495+0000","last_peered":"2024-09-16T21:42:08.862495+0000","last_clean":"2024-09-16T21:42:08.862495+0000","last_became_active":"2024-09-16T20:06:49.540576+0000","last_became_peered":"2024-09-16T20:06:49.540576+0000","last_unstale":"2024-09-16T21:42:08.862495+0000","last_undegraded":"2024-09-16T21:42:08.862495+0000","last_fullsized":"2024-09-16T21:42:08.862495+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":123,"log_dups_size":0,"ondisk_log_size":123,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:34:12.663611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0024667220000000002,"stat_sum":{"num_bytes":326,"num_objects":6,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":898,"num_read_kb":722,"num_write":214,"num_write_kb":206,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"23'4","reported_seq":95,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:08.862453+0000","last_change":"2024-09-16T20:06:51.543849+0000","last_active":"2024-09-16T21:42:08.862453+0000","last_peered":"2024-09-16T21:42:08.862453+0000","last_clean":"2024-09-16T21:42:08.862453+0000","last_became_active":"2024-09-16T20:06:49.540480+0000","last_became_peered":"2024-09-16T20:06:49.540480+0000","last_unstale":"2024-09-16T21:42:08.862453+0000","last_undegraded":"2024-09-16T21:42:08.862453+0000","last_fullsized":"2024-09-16T21:42:08.862453+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T06:04:12.378929+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001181486,"stat_sum":{"num_bytes":162,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":9,"num_read_kb":5,"num_write":3,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"26'184","reported_seq":291,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:43:03.870512+0000","last_change":"2024-09-16T20:06:51.544628+0000","last_active":"2024-09-16T21:43:03.870512+0000","last_peered":"2024-09-16T21:43:03.870512+0000","last_clean":"2024-09-16T21:43:03.870512+0000","last_became_active":"2024-09-16T20:06:49.536937+0000","last_became_peered":"2024-09-16T20:06:49.536937+0000","last_unstale":"2024-09-16T21:43:03.870512+0000","last_undegraded":"2024-09-16T21:43:03.870512+0000","last_fullsized":"2024-09-16T21:43:03.870512+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":184,"log_dups_size":0,"ondisk_log_size":184,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:45:27.747170+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019239700000000001,"stat_sum":{"num_bytes":392,"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":1043,"num_read_kb":856,"num_write":349,"num_write_kb":337,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"27'135","reported_seq":638,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.866781+0000","last_change":"2024-09-16T20:06:51.543841+0000","last_active":"2024-09-16T21:42:38.866781+0000","last_peered":"2024-09-16T21:42:38.866781+0000","last_clean":"2024-09-16T21:42:38.866781+0000","last_became_active":"2024-09-16T20:06:49.537517+0000","last_became_peered":"2024-09-16T20:06:49.537517+0000","last_unstale":"2024-09-16T21:42:38.866781+0000","last_undegraded":"2024-09-16T21:42:38.866781+0000","last_fullsized":"2024-09-16T21:42:38.866781+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":135,"log_dups_size":0,"ondisk_log_size":135,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:04:23.311440+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00119455,"stat_sum":{"num_bytes":114,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":1105,"num_read_kb":976,"num_write":115,"num_write_kb":104,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":3,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"26'159","reported_seq":2061,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:53.872438+0000","last_change":"2024-09-16T20:07:04.077703+0000","last_active":"2024-09-16T21:42:53.872438+0000","last_peered":"2024-09-16T21:42:53.872438+0000","last_clean":"2024-09-16T21:42:53.872438+0000","last_became_active":"2024-09-16T20:07:01.682581+0000","last_became_peered":"2024-09-16T20:07:01.682581+0000","last_unstale":"2024-09-16T21:42:53.872438+0000","last_undegraded":"2024-09-16T21:42:53.872438+0000","last_fullsized":"2024-09-16T21:42:53.872438+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":159,"log_dups_size":0,"ondisk_log_size":159,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T08:03:53.678720+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00091432500000000001,"stat_sum":{"num_bytes":482672640,"num_objects":145,"num_object_clones":0,"num_object_copies":290,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":145,"num_whiteouts":0,"num_read":1869,"num_read_kb":347508,"num_write":193,"num_write_kb":300272,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"26'5","reported_seq":165,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.870134+0000","last_change":"2024-09-16T20:06:51.537183+0000","last_active":"2024-09-16T21:42:38.870134+0000","last_peered":"2024-09-16T21:42:38.870134+0000","last_clean":"2024-09-16T21:42:38.870134+0000","last_became_active":"2024-09-16T20:06:49.537602+0000","last_became_peered":"2024-09-16T20:06:49.537602+0000","last_unstale":"2024-09-16T21:42:38.870134+0000","last_undegraded":"2024-09-16T21:42:38.870134+0000","last_fullsized":"2024-09-16T21:42:38.870134+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":5,"log_dups_size":0,"ondisk_log_size":5,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T20:24:20.174728+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0011634499999999999,"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":72,"num_read_kb":72,"num_write":5,"num_write_kb":5,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"26'150","reported_seq":1611,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:41:28.856214+0000","last_change":"2024-09-16T20:07:03.690931+0000","last_active":"2024-09-16T21:41:28.856214+0000","last_peered":"2024-09-16T21:41:28.856214+0000","last_clean":"2024-09-16T21:41:28.856214+0000","last_became_active":"2024-09-16T20:07:01.682825+0000","last_became_peered":"2024-09-16T20:07:01.682825+0000","last_unstale":"2024-09-16T21:41:28.856214+0000","last_undegraded":"2024-09-16T21:41:28.856214+0000","last_fullsized":"2024-09-16T21:41:28.856214+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":150,"log_dups_size":0,"ondisk_log_size":150,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:20:54.328071+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00097435499999999999,"stat_sum":{"num_bytes":466108416,"num_objects":141,"num_object_clones":0,"num_object_copies":282,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":141,"num_whiteouts":0,"num_read":1407,"num_read_kb":325268,"num_write":192,"num_write_kb":292720,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"27'17","reported_seq":186,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.865962+0000","last_change":"2024-09-16T20:06:51.993400+0000","last_active":"2024-09-16T21:42:38.865962+0000","last_peered":"2024-09-16T21:42:38.865962+0000","last_clean":"2024-09-16T21:42:38.865962+0000","last_became_active":"2024-09-16T20:06:49.540430+0000","last_became_peered":"2024-09-16T20:06:49.540430+0000","last_unstale":"2024-09-16T21:42:38.865962+0000","last_undegraded":"2024-09-16T21:42:38.865962+0000","last_fullsized":"2024-09-16T21:42:38.865962+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":17,"log_dups_size":0,"ondisk_log_size":17,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:13:50.215611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000665275,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":202,"num_read_kb":162,"num_write":12,"num_write_kb":8,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"26'174","reported_seq":1674,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:53.872397+0000","last_change":"2024-09-16T20:07:04.077825+0000","last_active":"2024-09-16T21:42:53.872397+0000","last_peered":"2024-09-16T21:42:53.872397+0000","last_clean":"2024-09-16T21:42:53.872397+0000","last_became_active":"2024-09-16T20:07:01.681135+0000","last_became_peered":"2024-09-16T20:07:01.681135+0000","last_unstale":"2024-09-16T21:42:53.872397+0000","last_undegraded":"2024-09-16T21:42:53.872397+0000","last_fullsized":"2024-09-16T21:42:53.872397+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":174,"log_dups_size":0,"ondisk_log_size":174,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:46:14.181096+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00099199399999999995,"stat_sum":{"num_bytes":493780992,"num_objects":153,"num_object_clones":0,"num_object_copies":306,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":153,"num_whiteouts":0,"num_read":1475,"num_read_kb":345168,"num_write":212,"num_write_kb":317504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"24'3","reported_seq":124,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:43:18.871578+0000","last_change":"2024-09-16T20:06:51.993550+0000","last_active":"2024-09-16T21:43:18.871578+0000","last_peered":"2024-09-16T21:43:18.871578+0000","last_clean":"2024-09-16T21:43:18.871578+0000","last_became_active":"2024-09-16T20:06:49.540350+0000","last_became_peered":"2024-09-16T20:06:49.540350+0000","last_unstale":"2024-09-16T21:43:18.871578+0000","last_undegraded":"2024-09-16T21:43:18.871578+0000","last_fullsized":"2024-09-16T21:43:18.871578+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:25:44.482214+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00067112499999999996,"stat_sum":{"num_bytes":194,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":53,"num_read_kb":19,"num_write":3,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"26'140","reported_seq":1533,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:53.868974+0000","last_change":"2024-09-16T20:07:03.692371+0000","last_active":"2024-09-16T21:42:53.868974+0000","last_peered":"2024-09-16T21:42:53.868974+0000","last_clean":"2024-09-16T21:42:53.868974+0000","last_became_active":"2024-09-16T20:07:01.683006+0000","last_became_peered":"2024-09-16T20:07:01.683006+0000","last_unstale":"2024-09-16T21:42:53.868974+0000","last_undegraded":"2024-09-16T21:42:53.868974+0000","last_fullsized":"2024-09-16T21:42:53.868974+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:07:00.662055+0000","last_clean_scrub_stamp":"2024-09-16T20:07:00.662055+0000","objects_scrubbed":0,"log_size":140,"log_dups_size":0,"ondisk_log_size":140,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:04:17.152196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002047526,"stat_sum":{"num_bytes":403816467,"num_objects":125,"num_object_clones":0,"num_object_copies":250,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":125,"num_whiteouts":0,"num_read":1347,"num_read_kb":317497,"num_write":183,"num_write_kb":272754,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"27'340","reported_seq":639,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:42:38.866747+0000","last_change":"2024-09-16T20:06:51.544819+0000","last_active":"2024-09-16T21:42:38.866747+0000","last_peered":"2024-09-16T21:42:38.866747+0000","last_clean":"2024-09-16T21:42:38.866747+0000","last_became_active":"2024-09-16T20:06:49.538618+0000","last_became_peered":"2024-09-16T20:06:49.538618+0000","last_unstale":"2024-09-16T21:42:38.866747+0000","last_undegraded":"2024-09-16T21:42:38.866747+0000","last_fullsized":"2024-09-16T21:42:38.866747+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:48.510969+0000","last_clean_scrub_stamp":"2024-09-16T20:06:48.510969+0000","objects_scrubbed":0,"log_size":340,"log_dups_size":0,"ondisk_log_size":340,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:49:35.106512+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002075903,"stat_sum":{"num_bytes":324,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":2430,"num_read_kb":2029,"num_write":632,"num_write_kb":620,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'52","reported_seq":161,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:43:13.872020+0000","last_change":"2024-09-16T20:06:45.518398+0000","last_active":"2024-09-16T21:43:13.872020+0000","last_peered":"2024-09-16T21:43:13.872020+0000","last_clean":"2024-09-16T21:43:13.872020+0000","last_became_active":"2024-09-16T20:06:45.515775+0000","last_became_peered":"2024-09-16T20:06:45.515775+0000","last_unstale":"2024-09-16T21:43:13.872020+0000","last_undegraded":"2024-09-16T21:43:13.872020+0000","last_fullsized":"2024-09-16T21:43:13.872020+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:44.492932+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:44.492932+0000","last_clean_scrub_stamp":"2024-09-16T20:06:44.492932+0000","objects_scrubbed":0,"log_size":52,"log_dups_size":0,"ondisk_log_size":52,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:51:22.050031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":1846378515,"num_objects":564,"num_object_clones":0,"num_object_copies":1128,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":564,"num_whiteouts":0,"num_read":6098,"num_read_kb":1335441,"num_write":780,"num_write_kb":1183250,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2423300096,"data_stored":2423291942,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":623,"ondisk_log_size":623,"up":8,"acting":8,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":1547,"num_objects":28,"num_object_clones":0,"num_object_copies":56,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":28,"num_whiteouts":0,"num_read":5812,"num_read_kb":4841,"num_write":1333,"num_write_kb":1284,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":155648,"data_stored":3094,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":811,"ondisk_log_size":811,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359739554,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1214684,"kb_used_data":1183500,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93157156,"statfs":{"total":96636764160,"available":95392927744,"internally_reserved":0,"allocated":1211904000,"data_stored":1211730128,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359739554,"num_pgs":11,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":597540,"kb_used_data":566356,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93774300,"statfs":{"total":96636764160,"available":96024883200,"internally_reserved":0,"allocated":579948544,"data_stored":579718885,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359739554,"num_pgs":8,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":649816,"kb_used_data":618632,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93722024,"statfs":{"total":96636764160,"available":95971352576,"internally_reserved":0,"allocated":633479168,"data_stored":633277628,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":53248,"data_stored":1013,"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":77824,"data_stored":1547,"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":24576,"data_stored":534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":632602624,"data_stored":632602624,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":579047424,"data_stored":579043347,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1211650048,"data_stored":1211645971,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T21:45:23.029 INFO:tasks.ceph:pgid 2.7 last_scrub_stamp 2024-09-16T20:06:48.510969+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=48, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.029 INFO:tasks.ceph:pgid 2.6 last_scrub_stamp 2024-09-16T20:06:48.510969+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=48, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.029 INFO:tasks.ceph:pgid 2.5 last_scrub_stamp 2024-09-16T20:06:48.510969+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=48, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.029 INFO:tasks.ceph:pgid 2.4 last_scrub_stamp 2024-09-16T20:06:48.510969+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=48, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.029 INFO:tasks.ceph:pgid 3.3 last_scrub_stamp 2024-09-16T20:07:00.662055+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=7, tm_sec=0, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.029 INFO:tasks.ceph:pgid 2.2 last_scrub_stamp 2024-09-16T20:06:48.510969+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=48, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.029 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2024-09-16T20:07:00.662055+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=7, tm_sec=0, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.029 INFO:tasks.ceph:pgid 2.1 last_scrub_stamp 2024-09-16T20:06:48.510969+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=48, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.030 INFO:tasks.ceph:pgid 3.1 last_scrub_stamp 2024-09-16T20:07:00.662055+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=7, tm_sec=0, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.030 INFO:tasks.ceph:pgid 2.0 last_scrub_stamp 2024-09-16T20:06:48.510969+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=48, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.030 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2024-09-16T20:07:00.662055+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=7, tm_sec=0, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.030 INFO:tasks.ceph:pgid 2.3 last_scrub_stamp 2024-09-16T20:06:48.510969+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=48, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.030 INFO:tasks.ceph:pgid 1.0 last_scrub_stamp 2024-09-16T20:06:44.492932+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=44, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=20, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:23.030 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2024-09-16T21:45:43.032 DEBUG:teuthology.orchestra.run.smithi103:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-16T21:45:43.343 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-09-16T21:45:43.343 INFO:teuthology.orchestra.run.smithi103.stderr:dumped all 2024-09-16T21:45:43.361 INFO:teuthology.orchestra.run.smithi103.stdout:{"pg_ready":true,"pg_map":{"version":2994,"stamp":"2024-09-16T21:45:43.287552+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1846970430,"num_objects":594,"num_object_clones":0,"num_object_copies":1188,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":594,"num_whiteouts":0,"num_read":11966,"num_read_kb":1340328,"num_write":2192,"num_write_kb":1185640,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":1305,"num_omap_keys":78,"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":2080,"ondisk_log_size":2080,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":2462040,"kb_used_data":2368488,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":280653480,"statfs":{"total":289910292480,"available":287389163520,"internally_reserved":0,"allocated":2425331712,"data_stored":2424726641,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":95743311},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":351,"num_omap_keys":21,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003337"},"pg_stats":[{"pgid":"2.7","version":"27'129","reported_seq":351,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:26.426616+0000","last_change":"2024-09-16T21:45:26.426616+0000","last_active":"2024-09-16T21:45:26.426616+0000","last_peered":"2024-09-16T21:45:26.426616+0000","last_clean":"2024-09-16T21:45:26.426616+0000","last_became_active":"2024-09-16T20:06:49.540576+0000","last_became_peered":"2024-09-16T20:06:49.540576+0000","last_unstale":"2024-09-16T21:45:26.426616+0000","last_undegraded":"2024-09-16T21:45:26.426616+0000","last_fullsized":"2024-09-16T21:45:26.426616+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'129","last_scrub_stamp":"2024-09-16T21:45:26.426411+0000","last_deep_scrub":"27'129","last_deep_scrub_stamp":"2024-09-16T21:45:26.426411+0000","last_clean_scrub_stamp":"2024-09-16T21:45:26.426411+0000","objects_scrubbed":6,"log_size":129,"log_dups_size":0,"ondisk_log_size":129,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:40:58.633470+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0.0024667220000000002,"stat_sum":{"num_bytes":326,"num_objects":6,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":898,"num_read_kb":722,"num_write":214,"num_write_kb":206,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":205,"num_omap_keys":11,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"27'5","reported_seq":104,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:25.454524+0000","last_change":"2024-09-16T21:45:25.454524+0000","last_active":"2024-09-16T21:45:25.454524+0000","last_peered":"2024-09-16T21:45:25.454524+0000","last_clean":"2024-09-16T21:45:25.454524+0000","last_became_active":"2024-09-16T20:06:49.540480+0000","last_became_peered":"2024-09-16T20:06:49.540480+0000","last_unstale":"2024-09-16T21:45:25.454524+0000","last_undegraded":"2024-09-16T21:45:25.454524+0000","last_fullsized":"2024-09-16T21:45:25.454524+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'5","last_scrub_stamp":"2024-09-16T21:45:25.454372+0000","last_deep_scrub":"27'5","last_deep_scrub_stamp":"2024-09-16T21:45:25.454372+0000","last_clean_scrub_stamp":"2024-09-16T21:45:25.454372+0000","objects_scrubbed":1,"log_size":5,"log_dups_size":0,"ondisk_log_size":5,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T07:45:17.072868+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.001181486,"stat_sum":{"num_bytes":162,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":9,"num_read_kb":5,"num_write":3,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"27'188","reported_seq":303,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:22.349666+0000","last_change":"2024-09-16T21:45:22.349666+0000","last_active":"2024-09-16T21:45:22.349666+0000","last_peered":"2024-09-16T21:45:22.349666+0000","last_clean":"2024-09-16T21:45:22.349666+0000","last_became_active":"2024-09-16T20:06:49.536937+0000","last_became_peered":"2024-09-16T20:06:49.536937+0000","last_unstale":"2024-09-16T21:45:22.349666+0000","last_undegraded":"2024-09-16T21:45:22.349666+0000","last_fullsized":"2024-09-16T21:45:22.349666+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'188","last_scrub_stamp":"2024-09-16T21:45:22.349483+0000","last_deep_scrub":"27'188","last_deep_scrub_stamp":"2024-09-16T21:45:22.349483+0000","last_clean_scrub_stamp":"2024-09-16T21:45:22.349483+0000","objects_scrubbed":4,"log_size":188,"log_dups_size":0,"ondisk_log_size":188,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:58:20.878172+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0.0019239700000000001,"stat_sum":{"num_bytes":392,"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":1043,"num_read_kb":856,"num_write":349,"num_write_kb":337,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"27'140","reported_seq":651,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:24.428336+0000","last_change":"2024-09-16T21:45:24.428336+0000","last_active":"2024-09-16T21:45:24.428336+0000","last_peered":"2024-09-16T21:45:24.428336+0000","last_clean":"2024-09-16T21:45:24.428336+0000","last_became_active":"2024-09-16T20:06:49.537517+0000","last_became_peered":"2024-09-16T20:06:49.537517+0000","last_unstale":"2024-09-16T21:45:24.428336+0000","last_undegraded":"2024-09-16T21:45:24.428336+0000","last_fullsized":"2024-09-16T21:45:24.428336+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'140","last_scrub_stamp":"2024-09-16T21:45:24.428149+0000","last_deep_scrub":"27'140","last_deep_scrub_stamp":"2024-09-16T21:45:24.428149+0000","last_clean_scrub_stamp":"2024-09-16T21:45:24.428149+0000","objects_scrubbed":5,"log_size":140,"log_dups_size":0,"ondisk_log_size":140,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T00:42:21.654432+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0.00119455,"stat_sum":{"num_bytes":114,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":1105,"num_read_kb":976,"num_write":115,"num_write_kb":104,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":3,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":484,"num_omap_keys":32,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"27'304","reported_seq":2219,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:25.571725+0000","last_change":"2024-09-16T21:45:25.571725+0000","last_active":"2024-09-16T21:45:25.571725+0000","last_peered":"2024-09-16T21:45:25.571725+0000","last_clean":"2024-09-16T21:45:25.571725+0000","last_became_active":"2024-09-16T20:07:01.682581+0000","last_became_peered":"2024-09-16T20:07:01.682581+0000","last_unstale":"2024-09-16T21:45:25.571725+0000","last_undegraded":"2024-09-16T21:45:25.571725+0000","last_fullsized":"2024-09-16T21:45:25.571725+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'304","last_scrub_stamp":"2024-09-16T21:45:25.571490+0000","last_deep_scrub":"27'304","last_deep_scrub_stamp":"2024-09-16T21:45:25.571490+0000","last_clean_scrub_stamp":"2024-09-16T21:45:25.571490+0000","objects_scrubbed":145,"log_size":304,"log_dups_size":0,"ondisk_log_size":304,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":2,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T08:10:27.987385+0000","scrub_duration":1019,"objects_trimmed":0,"snaptrim_duration":0.00091432500000000001,"stat_sum":{"num_bytes":482672640,"num_objects":145,"num_object_clones":0,"num_object_copies":290,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":145,"num_whiteouts":0,"num_read":1869,"num_read_kb":347508,"num_write":193,"num_write_kb":300272,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'7","reported_seq":175,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:22.593991+0000","last_change":"2024-09-16T21:45:22.593991+0000","last_active":"2024-09-16T21:45:22.593991+0000","last_peered":"2024-09-16T21:45:22.593991+0000","last_clean":"2024-09-16T21:45:22.593991+0000","last_became_active":"2024-09-16T20:06:49.537602+0000","last_became_peered":"2024-09-16T20:06:49.537602+0000","last_unstale":"2024-09-16T21:45:22.593991+0000","last_undegraded":"2024-09-16T21:45:22.593991+0000","last_fullsized":"2024-09-16T21:45:22.593991+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'7","last_scrub_stamp":"2024-09-16T21:45:22.593807+0000","last_deep_scrub":"27'7","last_deep_scrub_stamp":"2024-09-16T21:45:22.593807+0000","last_clean_scrub_stamp":"2024-09-16T21:45:22.593807+0000","objects_scrubbed":2,"log_size":7,"log_dups_size":0,"ondisk_log_size":7,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T07:46:50.227935+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.0011634499999999999,"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":72,"num_read_kb":72,"num_write":5,"num_write_kb":5,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":60,"num_omap_keys":3,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"27'291","reported_seq":1766,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:28.429249+0000","last_change":"2024-09-16T21:45:28.429137+0000","last_active":"2024-09-16T21:45:28.429249+0000","last_peered":"2024-09-16T21:45:28.429249+0000","last_clean":"2024-09-16T21:45:28.429249+0000","last_became_active":"2024-09-16T20:07:01.682825+0000","last_became_peered":"2024-09-16T20:07:01.682825+0000","last_unstale":"2024-09-16T21:45:28.429249+0000","last_undegraded":"2024-09-16T21:45:28.429249+0000","last_fullsized":"2024-09-16T21:45:28.429249+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'291","last_scrub_stamp":"2024-09-16T21:45:28.428946+0000","last_deep_scrub":"27'291","last_deep_scrub_stamp":"2024-09-16T21:45:28.428946+0000","last_clean_scrub_stamp":"2024-09-16T21:45:28.428946+0000","objects_scrubbed":141,"log_size":291,"log_dups_size":0,"ondisk_log_size":291,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":2,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T02:27:15.016934+0000","scrub_duration":1003,"objects_trimmed":0,"snaptrim_duration":0.00097435499999999999,"stat_sum":{"num_bytes":466108416,"num_objects":141,"num_object_clones":0,"num_object_copies":282,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":141,"num_whiteouts":0,"num_read":1407,"num_read_kb":325268,"num_write":192,"num_write_kb":292720,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"27'19","reported_seq":196,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:23.890860+0000","last_change":"2024-09-16T21:45:23.890860+0000","last_active":"2024-09-16T21:45:23.890860+0000","last_peered":"2024-09-16T21:45:23.890860+0000","last_clean":"2024-09-16T21:45:23.890860+0000","last_became_active":"2024-09-16T20:06:49.540430+0000","last_became_peered":"2024-09-16T20:06:49.540430+0000","last_unstale":"2024-09-16T21:45:23.890860+0000","last_undegraded":"2024-09-16T21:45:23.890860+0000","last_fullsized":"2024-09-16T21:45:23.890860+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'19","last_scrub_stamp":"2024-09-16T21:45:23.890582+0000","last_deep_scrub":"27'19","last_deep_scrub_stamp":"2024-09-16T21:45:23.890582+0000","last_clean_scrub_stamp":"2024-09-16T21:45:23.890582+0000","objects_scrubbed":2,"log_size":19,"log_dups_size":0,"ondisk_log_size":19,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:36:36.584458+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.000665275,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":202,"num_read_kb":162,"num_write":12,"num_write_kb":8,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":205,"num_omap_keys":11,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"27'327","reported_seq":1842,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:24.697804+0000","last_change":"2024-09-16T21:45:24.697804+0000","last_active":"2024-09-16T21:45:24.697804+0000","last_peered":"2024-09-16T21:45:24.697804+0000","last_clean":"2024-09-16T21:45:24.697804+0000","last_became_active":"2024-09-16T20:07:01.681135+0000","last_became_peered":"2024-09-16T20:07:01.681135+0000","last_unstale":"2024-09-16T21:45:24.697804+0000","last_undegraded":"2024-09-16T21:45:24.697804+0000","last_fullsized":"2024-09-16T21:45:24.697804+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'327","last_scrub_stamp":"2024-09-16T21:45:24.697677+0000","last_deep_scrub":"27'327","last_deep_scrub_stamp":"2024-09-16T21:45:24.697677+0000","last_clean_scrub_stamp":"2024-09-16T21:45:24.697677+0000","objects_scrubbed":153,"log_size":327,"log_dups_size":0,"ondisk_log_size":327,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":2,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:51:01.210148+0000","scrub_duration":1111,"objects_trimmed":0,"snaptrim_duration":0.00099199399999999995,"stat_sum":{"num_bytes":493780992,"num_objects":153,"num_object_clones":0,"num_object_copies":306,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":153,"num_whiteouts":0,"num_read":1475,"num_read_kb":345168,"num_write":212,"num_write_kb":317504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"27'6","reported_seq":135,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:22.843317+0000","last_change":"2024-09-16T21:45:22.843317+0000","last_active":"2024-09-16T21:45:22.843317+0000","last_peered":"2024-09-16T21:45:22.843317+0000","last_clean":"2024-09-16T21:45:22.843317+0000","last_became_active":"2024-09-16T20:06:49.540350+0000","last_became_peered":"2024-09-16T20:06:49.540350+0000","last_unstale":"2024-09-16T21:45:22.843317+0000","last_undegraded":"2024-09-16T21:45:22.843317+0000","last_fullsized":"2024-09-16T21:45:22.843317+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'6","last_scrub_stamp":"2024-09-16T21:45:22.843249+0000","last_deep_scrub":"27'6","last_deep_scrub_stamp":"2024-09-16T21:45:22.843249+0000","last_clean_scrub_stamp":"2024-09-16T21:45:22.843249+0000","objects_scrubbed":3,"log_size":6,"log_dups_size":0,"ondisk_log_size":6,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T06:18:59.633947+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.00067112499999999996,"stat_sum":{"num_bytes":194,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":53,"num_read_kb":19,"num_write":3,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"27'265","reported_seq":1672,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:29.304118+0000","last_change":"2024-09-16T21:45:29.304118+0000","last_active":"2024-09-16T21:45:29.304118+0000","last_peered":"2024-09-16T21:45:29.304118+0000","last_clean":"2024-09-16T21:45:29.304118+0000","last_became_active":"2024-09-16T20:07:01.683006+0000","last_became_peered":"2024-09-16T20:07:01.683006+0000","last_unstale":"2024-09-16T21:45:29.304118+0000","last_undegraded":"2024-09-16T21:45:29.304118+0000","last_fullsized":"2024-09-16T21:45:29.304118+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'265","last_scrub_stamp":"2024-09-16T21:45:29.303933+0000","last_deep_scrub":"27'265","last_deep_scrub_stamp":"2024-09-16T21:45:29.303933+0000","last_clean_scrub_stamp":"2024-09-16T21:45:29.303933+0000","objects_scrubbed":125,"log_size":265,"log_dups_size":0,"ondisk_log_size":265,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T02:46:52.743917+0000","scrub_duration":915,"objects_trimmed":0,"snaptrim_duration":0.002047526,"stat_sum":{"num_bytes":403816467,"num_objects":125,"num_object_clones":0,"num_object_copies":250,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":125,"num_whiteouts":0,"num_read":1347,"num_read_kb":317497,"num_write":183,"num_write_kb":272754,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"27'345","reported_seq":652,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:29.395803+0000","last_change":"2024-09-16T21:45:29.395803+0000","last_active":"2024-09-16T21:45:29.395803+0000","last_peered":"2024-09-16T21:45:29.395803+0000","last_clean":"2024-09-16T21:45:29.395803+0000","last_became_active":"2024-09-16T20:06:49.538618+0000","last_became_peered":"2024-09-16T20:06:49.538618+0000","last_unstale":"2024-09-16T21:45:29.395803+0000","last_undegraded":"2024-09-16T21:45:29.395803+0000","last_fullsized":"2024-09-16T21:45:29.395803+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'345","last_scrub_stamp":"2024-09-16T21:45:29.395618+0000","last_deep_scrub":"27'345","last_deep_scrub_stamp":"2024-09-16T21:45:29.395618+0000","last_clean_scrub_stamp":"2024-09-16T21:45:29.395618+0000","objects_scrubbed":5,"log_size":345,"log_dups_size":0,"ondisk_log_size":345,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T00:46:35.782871+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.002075903,"stat_sum":{"num_bytes":324,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":2430,"num_read_kb":2029,"num_write":632,"num_write_kb":620,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":351,"num_omap_keys":21,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"27'54","reported_seq":171,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T21:45:23.381906+0000","last_change":"2024-09-16T21:45:23.381906+0000","last_active":"2024-09-16T21:45:23.381906+0000","last_peered":"2024-09-16T21:45:23.381906+0000","last_clean":"2024-09-16T21:45:23.381906+0000","last_became_active":"2024-09-16T20:06:45.515775+0000","last_became_peered":"2024-09-16T20:06:45.515775+0000","last_unstale":"2024-09-16T21:45:23.381906+0000","last_undegraded":"2024-09-16T21:45:23.381906+0000","last_fullsized":"2024-09-16T21:45:23.381906+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'54","last_scrub_stamp":"2024-09-16T21:45:23.381666+0000","last_deep_scrub":"27'54","last_deep_scrub_stamp":"2024-09-16T21:45:23.381666+0000","last_clean_scrub_stamp":"2024-09-16T21:45:23.381666+0000","objects_scrubbed":2,"log_size":54,"log_dups_size":0,"ondisk_log_size":54,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T06:58:36.876915+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":1846378515,"num_objects":564,"num_object_clones":0,"num_object_copies":1128,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":564,"num_whiteouts":0,"num_read":6098,"num_read_kb":1335441,"num_write":780,"num_write_kb":1183250,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2423300096,"data_stored":2423291942,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":1187,"ondisk_log_size":1187,"up":8,"acting":8,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":1547,"num_objects":28,"num_object_clones":0,"num_object_copies":56,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":28,"num_whiteouts":0,"num_read":5812,"num_read_kb":4841,"num_write":1333,"num_write_kb":1284,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":1305,"num_omap_keys":78,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":155648,"data_stored":3094,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":839,"ondisk_log_size":839,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":54,"ondisk_log_size":54,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359739558,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1214684,"kb_used_data":1183500,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93157156,"statfs":{"total":96636764160,"available":95392927744,"internally_reserved":0,"allocated":1211904000,"data_stored":1211730128,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359739558,"num_pgs":11,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":597540,"kb_used_data":566356,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93774300,"statfs":{"total":96636764160,"available":96024883200,"internally_reserved":0,"allocated":579948544,"data_stored":579718885,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359739558,"num_pgs":8,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":649816,"kb_used_data":618632,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93722024,"statfs":{"total":96636764160,"available":95971352576,"internally_reserved":0,"allocated":633479168,"data_stored":633277628,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":53248,"data_stored":1013,"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":77824,"data_stored":1547,"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":24576,"data_stored":534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":632602624,"data_stored":632602624,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":579047424,"data_stored":579043347,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1211650048,"data_stored":1211645971,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T21:45:43.362 DEBUG:teuthology.orchestra.run.smithi103:> sudo ceph --cluster cluster2 config set global mon_health_to_clog false 2024-09-16T21:45:43.684 INFO:teuthology.misc:Shutting down mds daemons... 2024-09-16T21:45:43.684 INFO:teuthology.misc:Shutting down osd daemons... 2024-09-16T21:45:43.684 DEBUG:tasks.ceph.cluster2.osd.0:waiting for process to exit 2024-09-16T21:45:43.684 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T21:45:43.743 INFO:tasks.ceph.cluster2.osd.0:Stopped 2024-09-16T21:45:43.743 DEBUG:tasks.ceph.cluster2.osd.1:waiting for process to exit 2024-09-16T21:45:43.743 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T21:45:43.826 INFO:tasks.ceph.cluster2.osd.1:Stopped 2024-09-16T21:45:43.826 DEBUG:tasks.ceph.cluster2.osd.2:waiting for process to exit 2024-09-16T21:45:43.826 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T21:45:43.927 INFO:tasks.ceph.cluster2.osd.2:Stopped 2024-09-16T21:45:43.927 INFO:teuthology.misc:Shutting down mgr daemons... 2024-09-16T21:45:43.927 DEBUG:tasks.ceph.cluster2.mgr.x:waiting for process to exit 2024-09-16T21:45:43.927 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T21:45:43.954 INFO:tasks.ceph.cluster2.mgr.x:Stopped 2024-09-16T21:45:43.955 INFO:teuthology.misc:Shutting down mon daemons... 2024-09-16T21:45:43.955 DEBUG:tasks.ceph.cluster2.mon.a:waiting for process to exit 2024-09-16T21:45:43.955 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T21:45:44.015 INFO:tasks.ceph.cluster2.mon.a:Stopped 2024-09-16T21:45:44.015 INFO:tasks.ceph:Checking cluster log for badness... 2024-09-16T21:45:44.015 DEBUG:teuthology.orchestra.run.smithi103:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/cluster2.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-16T21:45:44.071 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster2-0 on ubuntu@smithi103.front.sepia.ceph.com 2024-09-16T21:45:44.071 DEBUG:teuthology.orchestra.run.smithi103:> sync && sudo umount -f /var/lib/ceph/osd/cluster2-0 2024-09-16T21:45:44.517 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster2-1 on ubuntu@smithi103.front.sepia.ceph.com 2024-09-16T21:45:44.518 DEBUG:teuthology.orchestra.run.smithi103:> sync && sudo umount -f /var/lib/ceph/osd/cluster2-1 2024-09-16T21:45:44.728 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster2-2 on ubuntu@smithi103.front.sepia.ceph.com 2024-09-16T21:45:44.728 DEBUG:teuthology.orchestra.run.smithi103:> sync && sudo umount -f /var/lib/ceph/osd/cluster2-2 2024-09-16T21:45:44.878 INFO:tasks.ceph:Archiving mon data... 2024-09-16T21:45:44.879 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/lib/ceph/mon/cluster2-a to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418/data/cluster2.mon.a.tgz 2024-09-16T21:45:44.880 DEBUG:teuthology.orchestra.run.smithi103:> mktemp 2024-09-16T21:45:44.885 INFO:teuthology.orchestra.run.smithi103.stdout:/tmp/tmp.V66vslpYVo 2024-09-16T21:45:44.886 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar cz -f - -C /var/lib/ceph/mon/cluster2-a -- . > /tmp/tmp.V66vslpYVo 2024-09-16T21:45:44.990 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 0666 /tmp/tmp.V66vslpYVo 2024-09-16T21:45:45.051 DEBUG:teuthology.orchestra.remote:smithi103:/tmp/tmp.V66vslpYVo is 222KB 2024-09-16T21:45:45.113 DEBUG:teuthology.orchestra.run.smithi103:> rm -fr /tmp/tmp.V66vslpYVo 2024-09-16T21:45:45.119 INFO:tasks.ceph:Cleaning ceph cluster... 2024-09-16T21:45:45.119 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -rf -- /etc/ceph/cluster2.conf /etc/ceph/cluster2.keyring /home/ubuntu/cephtest/cluster2.data /home/ubuntu/cephtest/cluster2.monmap /home/ubuntu/cephtest/../*.pid 2024-09-16T21:45:45.122 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -rf -- /etc/ceph/cluster2.conf /etc/ceph/cluster2.keyring /home/ubuntu/cephtest/cluster2.data /home/ubuntu/cephtest/cluster2.monmap /home/ubuntu/cephtest/../*.pid 2024-09-16T21:45:45.176 DEBUG:teuthology.run_tasks:Unwinding manager ceph 2024-09-16T21:45:45.189 INFO:tasks.ceph.ceph_manager.cluster1:waiting for clean 2024-09-16T21:45:45.189 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-16T21:45:45.631 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T21:45:45.632 INFO:teuthology.orchestra.run.smithi059.stderr:dumped all 2024-09-16T21:45:45.650 INFO:teuthology.orchestra.run.smithi059.stdout:{"pg_ready":true,"pg_map":{"version":3011,"stamp":"2024-09-16T21:45:45.477723+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":22840708034,"num_objects":5610,"num_object_clones":655,"num_object_copies":11220,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5610,"num_whiteouts":0,"num_read":438625,"num_read_kb":13694828,"num_write":629415,"num_write_kb":84429220,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":47378,"ondisk_log_size":47378,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":47473940,"kb_used_data":43373920,"kb_used_omap":58,"kb_used_meta":4099909,"kb_avail":235641580,"statfs":{"total":289910292480,"available":241296977920,"internally_reserved":0,"allocated":44414894080,"data_stored":44810564765,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":60366,"internal_metadata":4198306866},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003001"},"pg_stats":[{"pgid":"2.7","version":"24'2825","reported_seq":2921,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:43:41.653418+0000","last_change":"2024-09-16T20:06:13.566486+0000","last_active":"2024-09-16T21:43:41.653418+0000","last_peered":"2024-09-16T21:43:41.653418+0000","last_clean":"2024-09-16T21:43:41.653418+0000","last_became_active":"2024-09-16T20:06:11.554026+0000","last_became_peered":"2024-09-16T20:06:11.554026+0000","last_unstale":"2024-09-16T21:43:41.653418+0000","last_undegraded":"2024-09-16T21:43:41.653418+0000","last_fullsized":"2024-09-16T21:43:41.653418+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":2825,"log_dups_size":0,"ondisk_log_size":2825,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:25:24.074016+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00176772,"stat_sum":{"num_bytes":690,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":16929,"num_read_kb":14095,"num_write":5641,"num_write_kb":5635,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"24'779","reported_seq":2755,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.118684+0000","last_change":"2024-09-16T20:06:13.565896+0000","last_active":"2024-09-16T21:45:08.118684+0000","last_peered":"2024-09-16T21:45:08.118684+0000","last_clean":"2024-09-16T21:45:08.118684+0000","last_became_active":"2024-09-16T20:06:11.553483+0000","last_became_peered":"2024-09-16T20:06:11.553483+0000","last_unstale":"2024-09-16T21:45:08.118684+0000","last_undegraded":"2024-09-16T21:45:08.118684+0000","last_fullsized":"2024-09-16T21:45:08.118684+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":779,"log_dups_size":0,"ondisk_log_size":779,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T00:40:03.574454+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0016173680000000001,"stat_sum":{"num_bytes":162,"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":3133,"num_read_kb":2445,"num_write":1282,"num_write_kb":1276,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"24'339","reported_seq":1569,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.128758+0000","last_change":"2024-09-16T20:06:13.567007+0000","last_active":"2024-09-16T21:45:08.128758+0000","last_peered":"2024-09-16T21:45:08.128758+0000","last_clean":"2024-09-16T21:45:08.128758+0000","last_became_active":"2024-09-16T20:06:11.556010+0000","last_became_peered":"2024-09-16T20:06:11.556010+0000","last_unstale":"2024-09-16T21:45:08.128758+0000","last_undegraded":"2024-09-16T21:45:08.128758+0000","last_fullsized":"2024-09-16T21:45:08.128758+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":339,"log_dups_size":0,"ondisk_log_size":339,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T06:57:30.159715+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019435450000000001,"stat_sum":{"num_bytes":98,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1457,"num_read_kb":1122,"num_write":591,"num_write_kb":585,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"24'801","reported_seq":900,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:44:06.714901+0000","last_change":"2024-09-16T20:06:13.565659+0000","last_active":"2024-09-16T21:44:06.714901+0000","last_peered":"2024-09-16T21:44:06.714901+0000","last_clean":"2024-09-16T21:44:06.714901+0000","last_became_active":"2024-09-16T20:06:11.553887+0000","last_became_peered":"2024-09-16T20:06:11.553887+0000","last_unstale":"2024-09-16T21:44:06.714901+0000","last_undegraded":"2024-09-16T21:44:06.714901+0000","last_fullsized":"2024-09-16T21:44:06.714901+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":801,"log_dups_size":0,"ondisk_log_size":801,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:19:12.835474+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014838780000000001,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4770,"num_read_kb":3974,"num_write":1591,"num_write_kb":1585,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"24'116070","reported_seq":194162,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:07.925920+0000","last_change":"2024-09-16T20:06:59.957713+0000","last_active":"2024-09-16T21:45:07.925920+0000","last_peered":"2024-09-16T21:45:07.925920+0000","last_clean":"2024-09-16T21:45:07.925920+0000","last_became_active":"2024-09-16T20:06:57.934584+0000","last_became_peered":"2024-09-16T20:06:57.934584+0000","last_unstale":"2024-09-16T21:45:07.925920+0000","last_undegraded":"2024-09-16T21:45:07.925920+0000","last_fullsized":"2024-09-16T21:45:07.925920+0000","mapping_epoch":17,"log_start":"24'106000","ondisk_log_start":"24'106000","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10070,"log_dups_size":0,"ondisk_log_size":10070,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:31:36.671806+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000991343,"stat_sum":{"num_bytes":5909899264,"num_objects":1445,"num_object_clones":175,"num_object_copies":2890,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1445,"num_whiteouts":0,"num_read":78297,"num_read_kb":3997274,"num_write":115910,"num_write_kb":21689902,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"15'2","reported_seq":114,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:01.275923+0000","last_change":"2024-09-16T20:06:13.559032+0000","last_active":"2024-09-16T21:42:01.275923+0000","last_peered":"2024-09-16T21:42:01.275923+0000","last_clean":"2024-09-16T21:42:01.275923+0000","last_became_active":"2024-09-16T20:06:11.556032+0000","last_became_peered":"2024-09-16T20:06:11.556032+0000","last_unstale":"2024-09-16T21:42:01.275923+0000","last_undegraded":"2024-09-16T21:42:01.275923+0000","last_fullsized":"2024-09-16T21:42:01.275923+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T00:37:09.437378+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001228367,"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":27,"num_read_kb":27,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"24'84802","reported_seq":139191,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.093702+0000","last_change":"2024-09-16T20:06:59.947263+0000","last_active":"2024-09-16T21:45:08.093702+0000","last_peered":"2024-09-16T21:45:08.093702+0000","last_clean":"2024-09-16T21:45:08.093702+0000","last_became_active":"2024-09-16T20:06:57.932817+0000","last_became_peered":"2024-09-16T20:06:57.932817+0000","last_unstale":"2024-09-16T21:45:08.093702+0000","last_undegraded":"2024-09-16T21:45:08.093702+0000","last_fullsized":"2024-09-16T21:45:08.093702+0000","mapping_epoch":17,"log_start":"24'74800","ondisk_log_start":"24'74800","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10002,"log_dups_size":0,"ondisk_log_size":10002,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:52:18.941716+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0011761810000000001,"stat_sum":{"num_bytes":5596845568,"num_objects":1371,"num_object_clones":154,"num_object_copies":2742,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1371,"num_whiteouts":0,"num_read":54568,"num_read_kb":2394214,"num_write":84664,"num_write_kb":17370578,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"23'1","reported_seq":88,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:01.100894+0000","last_change":"2024-09-16T20:06:14.455739+0000","last_active":"2024-09-16T21:42:01.100894+0000","last_peered":"2024-09-16T21:42:01.100894+0000","last_clean":"2024-09-16T21:42:01.100894+0000","last_became_active":"2024-09-16T20:06:11.555315+0000","last_became_peered":"2024-09-16T20:06:11.555315+0000","last_unstale":"2024-09-16T21:42:01.100894+0000","last_undegraded":"2024-09-16T21:42:01.100894+0000","last_fullsized":"2024-09-16T21:42:01.100894+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T02:30:03.986433+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054934899999999997,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":8,"num_read_kb":2,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"24'314533","reported_seq":515304,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:07.723372+0000","last_change":"2024-09-16T20:06:59.957792+0000","last_active":"2024-09-16T21:45:07.723372+0000","last_peered":"2024-09-16T21:45:07.723372+0000","last_clean":"2024-09-16T21:45:07.723372+0000","last_became_active":"2024-09-16T20:06:57.932826+0000","last_became_peered":"2024-09-16T20:06:57.932826+0000","last_unstale":"2024-09-16T21:45:07.723372+0000","last_undegraded":"2024-09-16T21:45:07.723372+0000","last_fullsized":"2024-09-16T21:45:07.723372+0000","mapping_epoch":17,"log_start":"24'304500","ondisk_log_start":"24'304500","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10033,"log_dups_size":0,"ondisk_log_size":10033,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:01:49.836311+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001124648,"stat_sum":{"num_bytes":5813429248,"num_objects":1423,"num_object_clones":157,"num_object_copies":2846,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1423,"num_whiteouts":0,"num_read":200958,"num_read_kb":4501845,"num_write":314402,"num_write_kb":27116667,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"24'258","reported_seq":349,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:36.127782+0000","last_change":"2024-09-16T20:06:14.455625+0000","last_active":"2024-09-16T21:42:36.127782+0000","last_peered":"2024-09-16T21:42:36.127782+0000","last_clean":"2024-09-16T21:42:36.127782+0000","last_became_active":"2024-09-16T20:06:11.556142+0000","last_became_peered":"2024-09-16T20:06:11.556142+0000","last_unstale":"2024-09-16T21:42:36.127782+0000","last_undegraded":"2024-09-16T21:42:36.127782+0000","last_fullsized":"2024-09-16T21:42:36.127782+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":258,"log_dups_size":0,"ondisk_log_size":258,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T02:49:07.845327+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047998799999999999,"stat_sum":{"num_bytes":114,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1292,"num_read_kb":1027,"num_write":514,"num_write_kb":514,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"24'100720","reported_seq":165014,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.087969+0000","last_change":"2024-09-16T20:06:59.948617+0000","last_active":"2024-09-16T21:45:08.087969+0000","last_peered":"2024-09-16T21:45:08.087969+0000","last_clean":"2024-09-16T21:45:08.087969+0000","last_became_active":"2024-09-16T20:06:57.934775+0000","last_became_peered":"2024-09-16T20:06:57.934775+0000","last_unstale":"2024-09-16T21:45:08.087969+0000","last_undegraded":"2024-09-16T21:45:08.087969+0000","last_fullsized":"2024-09-16T21:45:08.087969+0000","mapping_epoch":17,"log_start":"24'90700","ondisk_log_start":"24'90700","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10020,"log_dups_size":0,"ondisk_log_size":10020,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:31:25.811245+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002168344,"stat_sum":{"num_bytes":5519941139,"num_objects":1354,"num_object_clones":169,"num_object_copies":2708,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1354,"num_whiteouts":0,"num_read":64490,"num_read_kb":2768237,"num_write":100574,"num_write_kb":18237218,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"24'2196","reported_seq":4994,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.108385+0000","last_change":"2024-09-16T20:06:13.566352+0000","last_active":"2024-09-16T21:45:08.108385+0000","last_peered":"2024-09-16T21:45:08.108385+0000","last_clean":"2024-09-16T21:45:08.108385+0000","last_became_active":"2024-09-16T20:06:11.552104+0000","last_became_peered":"2024-09-16T20:06:11.552104+0000","last_unstale":"2024-09-16T21:45:08.108385+0000","last_undegraded":"2024-09-16T21:45:08.108385+0000","last_fullsized":"2024-09-16T21:45:08.108385+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":2196,"log_dups_size":0,"ondisk_log_size":2196,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:07:59.965578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0020752600000000002,"stat_sum":{"num_bytes":674,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":12640,"num_read_kb":10520,"num_write":4164,"num_write_kb":4151,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'52","reported_seq":155,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:36.444042+0000","last_change":"2024-09-16T20:06:07.534854+0000","last_active":"2024-09-16T21:42:36.444042+0000","last_peered":"2024-09-16T21:42:36.444042+0000","last_clean":"2024-09-16T21:42:36.444042+0000","last_became_active":"2024-09-16T20:06:07.532454+0000","last_became_peered":"2024-09-16T20:06:07.532454+0000","last_unstale":"2024-09-16T21:42:36.444042+0000","last_undegraded":"2024-09-16T21:42:36.444042+0000","last_fullsized":"2024-09-16T21:42:36.444042+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:06.510368+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:06.510368+0000","last_clean_scrub_stamp":"2024-09-16T20:06:06.510368+0000","objects_scrubbed":0,"log_size":52,"log_dups_size":0,"ondisk_log_size":52,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:03:38.834962+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":22840115219,"num_objects":5593,"num_object_clones":655,"num_object_copies":11186,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5593,"num_whiteouts":0,"num_read":398313,"num_read_kb":13661570,"num_write":615550,"num_write_kb":84414365,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":44413009920,"data_stored":44809162790,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40125,"ondisk_log_size":40125,"up":8,"acting":8,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2447,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":15,"num_whiteouts":0,"num_read":40256,"num_read_kb":33212,"num_write":13786,"num_write_kb":13749,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":81920,"data_stored":4894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":946,"internal_metadata":0},"log_size":7201,"ondisk_log_size":7201,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359739567,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":23065472,"kb_used_data":21686256,"kb_used_omap":55,"kb_used_meta":1379144,"kb_avail":71306368,"statfs":{"total":96636764160,"available":73017720832,"internally_reserved":0,"allocated":22206726144,"data_stored":22404654314,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":57176,"internal_metadata":1412243624},"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":34359739567,"num_pgs":11,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11540444,"kb_used_data":10573832,"kb_used_omap":1,"kb_used_meta":966590,"kb_avail":82831396,"statfs":{"total":96636764160,"available":84819349504,"internally_reserved":0,"allocated":10827603968,"data_stored":10931367285,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":989788613},"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":34359739566,"num_pgs":8,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":12868024,"kb_used_data":11113832,"kb_used_omap":1,"kb_used_meta":1754174,"kb_avail":81503816,"statfs":{"total":96636764160,"available":83459907584,"internally_reserved":0,"allocated":11380563968,"data_stored":11474543166,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":1796274629},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":1643,"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":40960,"data_stored":2447,"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":16384,"data_stored":804,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":946,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":11379740672,"data_stored":11473879040,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":10826764288,"data_stored":10930702355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":22206504960,"data_stored":22404581395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T21:45:45.651 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-16T21:45:45.960 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T21:45:45.961 INFO:teuthology.orchestra.run.smithi059.stderr:dumped all 2024-09-16T21:45:45.979 INFO:teuthology.orchestra.run.smithi059.stdout:{"pg_ready":true,"pg_map":{"version":3011,"stamp":"2024-09-16T21:45:45.477723+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":22840708034,"num_objects":5610,"num_object_clones":655,"num_object_copies":11220,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5610,"num_whiteouts":0,"num_read":438625,"num_read_kb":13694828,"num_write":629415,"num_write_kb":84429220,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":47378,"ondisk_log_size":47378,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":47473940,"kb_used_data":43373920,"kb_used_omap":58,"kb_used_meta":4099909,"kb_avail":235641580,"statfs":{"total":289910292480,"available":241296977920,"internally_reserved":0,"allocated":44414894080,"data_stored":44810564765,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":60366,"internal_metadata":4198306866},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003001"},"pg_stats":[{"pgid":"2.7","version":"24'2825","reported_seq":2921,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:43:41.653418+0000","last_change":"2024-09-16T20:06:13.566486+0000","last_active":"2024-09-16T21:43:41.653418+0000","last_peered":"2024-09-16T21:43:41.653418+0000","last_clean":"2024-09-16T21:43:41.653418+0000","last_became_active":"2024-09-16T20:06:11.554026+0000","last_became_peered":"2024-09-16T20:06:11.554026+0000","last_unstale":"2024-09-16T21:43:41.653418+0000","last_undegraded":"2024-09-16T21:43:41.653418+0000","last_fullsized":"2024-09-16T21:43:41.653418+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":2825,"log_dups_size":0,"ondisk_log_size":2825,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:25:24.074016+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00176772,"stat_sum":{"num_bytes":690,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":16929,"num_read_kb":14095,"num_write":5641,"num_write_kb":5635,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"24'779","reported_seq":2755,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.118684+0000","last_change":"2024-09-16T20:06:13.565896+0000","last_active":"2024-09-16T21:45:08.118684+0000","last_peered":"2024-09-16T21:45:08.118684+0000","last_clean":"2024-09-16T21:45:08.118684+0000","last_became_active":"2024-09-16T20:06:11.553483+0000","last_became_peered":"2024-09-16T20:06:11.553483+0000","last_unstale":"2024-09-16T21:45:08.118684+0000","last_undegraded":"2024-09-16T21:45:08.118684+0000","last_fullsized":"2024-09-16T21:45:08.118684+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":779,"log_dups_size":0,"ondisk_log_size":779,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T00:40:03.574454+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0016173680000000001,"stat_sum":{"num_bytes":162,"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":3133,"num_read_kb":2445,"num_write":1282,"num_write_kb":1276,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"24'339","reported_seq":1569,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.128758+0000","last_change":"2024-09-16T20:06:13.567007+0000","last_active":"2024-09-16T21:45:08.128758+0000","last_peered":"2024-09-16T21:45:08.128758+0000","last_clean":"2024-09-16T21:45:08.128758+0000","last_became_active":"2024-09-16T20:06:11.556010+0000","last_became_peered":"2024-09-16T20:06:11.556010+0000","last_unstale":"2024-09-16T21:45:08.128758+0000","last_undegraded":"2024-09-16T21:45:08.128758+0000","last_fullsized":"2024-09-16T21:45:08.128758+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":339,"log_dups_size":0,"ondisk_log_size":339,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T06:57:30.159715+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019435450000000001,"stat_sum":{"num_bytes":98,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1457,"num_read_kb":1122,"num_write":591,"num_write_kb":585,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"24'801","reported_seq":900,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:44:06.714901+0000","last_change":"2024-09-16T20:06:13.565659+0000","last_active":"2024-09-16T21:44:06.714901+0000","last_peered":"2024-09-16T21:44:06.714901+0000","last_clean":"2024-09-16T21:44:06.714901+0000","last_became_active":"2024-09-16T20:06:11.553887+0000","last_became_peered":"2024-09-16T20:06:11.553887+0000","last_unstale":"2024-09-16T21:44:06.714901+0000","last_undegraded":"2024-09-16T21:44:06.714901+0000","last_fullsized":"2024-09-16T21:44:06.714901+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":801,"log_dups_size":0,"ondisk_log_size":801,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:19:12.835474+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014838780000000001,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4770,"num_read_kb":3974,"num_write":1591,"num_write_kb":1585,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"24'116070","reported_seq":194162,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:07.925920+0000","last_change":"2024-09-16T20:06:59.957713+0000","last_active":"2024-09-16T21:45:07.925920+0000","last_peered":"2024-09-16T21:45:07.925920+0000","last_clean":"2024-09-16T21:45:07.925920+0000","last_became_active":"2024-09-16T20:06:57.934584+0000","last_became_peered":"2024-09-16T20:06:57.934584+0000","last_unstale":"2024-09-16T21:45:07.925920+0000","last_undegraded":"2024-09-16T21:45:07.925920+0000","last_fullsized":"2024-09-16T21:45:07.925920+0000","mapping_epoch":17,"log_start":"24'106000","ondisk_log_start":"24'106000","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10070,"log_dups_size":0,"ondisk_log_size":10070,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:31:36.671806+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000991343,"stat_sum":{"num_bytes":5909899264,"num_objects":1445,"num_object_clones":175,"num_object_copies":2890,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1445,"num_whiteouts":0,"num_read":78297,"num_read_kb":3997274,"num_write":115910,"num_write_kb":21689902,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"15'2","reported_seq":114,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:01.275923+0000","last_change":"2024-09-16T20:06:13.559032+0000","last_active":"2024-09-16T21:42:01.275923+0000","last_peered":"2024-09-16T21:42:01.275923+0000","last_clean":"2024-09-16T21:42:01.275923+0000","last_became_active":"2024-09-16T20:06:11.556032+0000","last_became_peered":"2024-09-16T20:06:11.556032+0000","last_unstale":"2024-09-16T21:42:01.275923+0000","last_undegraded":"2024-09-16T21:42:01.275923+0000","last_fullsized":"2024-09-16T21:42:01.275923+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T00:37:09.437378+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001228367,"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":27,"num_read_kb":27,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"24'84802","reported_seq":139191,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.093702+0000","last_change":"2024-09-16T20:06:59.947263+0000","last_active":"2024-09-16T21:45:08.093702+0000","last_peered":"2024-09-16T21:45:08.093702+0000","last_clean":"2024-09-16T21:45:08.093702+0000","last_became_active":"2024-09-16T20:06:57.932817+0000","last_became_peered":"2024-09-16T20:06:57.932817+0000","last_unstale":"2024-09-16T21:45:08.093702+0000","last_undegraded":"2024-09-16T21:45:08.093702+0000","last_fullsized":"2024-09-16T21:45:08.093702+0000","mapping_epoch":17,"log_start":"24'74800","ondisk_log_start":"24'74800","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10002,"log_dups_size":0,"ondisk_log_size":10002,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:52:18.941716+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0011761810000000001,"stat_sum":{"num_bytes":5596845568,"num_objects":1371,"num_object_clones":154,"num_object_copies":2742,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1371,"num_whiteouts":0,"num_read":54568,"num_read_kb":2394214,"num_write":84664,"num_write_kb":17370578,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"23'1","reported_seq":88,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:01.100894+0000","last_change":"2024-09-16T20:06:14.455739+0000","last_active":"2024-09-16T21:42:01.100894+0000","last_peered":"2024-09-16T21:42:01.100894+0000","last_clean":"2024-09-16T21:42:01.100894+0000","last_became_active":"2024-09-16T20:06:11.555315+0000","last_became_peered":"2024-09-16T20:06:11.555315+0000","last_unstale":"2024-09-16T21:42:01.100894+0000","last_undegraded":"2024-09-16T21:42:01.100894+0000","last_fullsized":"2024-09-16T21:42:01.100894+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T02:30:03.986433+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054934899999999997,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":8,"num_read_kb":2,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"24'314533","reported_seq":515304,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:07.723372+0000","last_change":"2024-09-16T20:06:59.957792+0000","last_active":"2024-09-16T21:45:07.723372+0000","last_peered":"2024-09-16T21:45:07.723372+0000","last_clean":"2024-09-16T21:45:07.723372+0000","last_became_active":"2024-09-16T20:06:57.932826+0000","last_became_peered":"2024-09-16T20:06:57.932826+0000","last_unstale":"2024-09-16T21:45:07.723372+0000","last_undegraded":"2024-09-16T21:45:07.723372+0000","last_fullsized":"2024-09-16T21:45:07.723372+0000","mapping_epoch":17,"log_start":"24'304500","ondisk_log_start":"24'304500","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10033,"log_dups_size":0,"ondisk_log_size":10033,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:01:49.836311+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001124648,"stat_sum":{"num_bytes":5813429248,"num_objects":1423,"num_object_clones":157,"num_object_copies":2846,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1423,"num_whiteouts":0,"num_read":200958,"num_read_kb":4501845,"num_write":314402,"num_write_kb":27116667,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"24'258","reported_seq":349,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:36.127782+0000","last_change":"2024-09-16T20:06:14.455625+0000","last_active":"2024-09-16T21:42:36.127782+0000","last_peered":"2024-09-16T21:42:36.127782+0000","last_clean":"2024-09-16T21:42:36.127782+0000","last_became_active":"2024-09-16T20:06:11.556142+0000","last_became_peered":"2024-09-16T20:06:11.556142+0000","last_unstale":"2024-09-16T21:42:36.127782+0000","last_undegraded":"2024-09-16T21:42:36.127782+0000","last_fullsized":"2024-09-16T21:42:36.127782+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":258,"log_dups_size":0,"ondisk_log_size":258,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T02:49:07.845327+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047998799999999999,"stat_sum":{"num_bytes":114,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1292,"num_read_kb":1027,"num_write":514,"num_write_kb":514,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"24'100720","reported_seq":165014,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.087969+0000","last_change":"2024-09-16T20:06:59.948617+0000","last_active":"2024-09-16T21:45:08.087969+0000","last_peered":"2024-09-16T21:45:08.087969+0000","last_clean":"2024-09-16T21:45:08.087969+0000","last_became_active":"2024-09-16T20:06:57.934775+0000","last_became_peered":"2024-09-16T20:06:57.934775+0000","last_unstale":"2024-09-16T21:45:08.087969+0000","last_undegraded":"2024-09-16T21:45:08.087969+0000","last_fullsized":"2024-09-16T21:45:08.087969+0000","mapping_epoch":17,"log_start":"24'90700","ondisk_log_start":"24'90700","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10020,"log_dups_size":0,"ondisk_log_size":10020,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:31:25.811245+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002168344,"stat_sum":{"num_bytes":5519941139,"num_objects":1354,"num_object_clones":169,"num_object_copies":2708,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1354,"num_whiteouts":0,"num_read":64490,"num_read_kb":2768237,"num_write":100574,"num_write_kb":18237218,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"24'2196","reported_seq":4994,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.108385+0000","last_change":"2024-09-16T20:06:13.566352+0000","last_active":"2024-09-16T21:45:08.108385+0000","last_peered":"2024-09-16T21:45:08.108385+0000","last_clean":"2024-09-16T21:45:08.108385+0000","last_became_active":"2024-09-16T20:06:11.552104+0000","last_became_peered":"2024-09-16T20:06:11.552104+0000","last_unstale":"2024-09-16T21:45:08.108385+0000","last_undegraded":"2024-09-16T21:45:08.108385+0000","last_fullsized":"2024-09-16T21:45:08.108385+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":2196,"log_dups_size":0,"ondisk_log_size":2196,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:07:59.965578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0020752600000000002,"stat_sum":{"num_bytes":674,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":12640,"num_read_kb":10520,"num_write":4164,"num_write_kb":4151,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'52","reported_seq":155,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:36.444042+0000","last_change":"2024-09-16T20:06:07.534854+0000","last_active":"2024-09-16T21:42:36.444042+0000","last_peered":"2024-09-16T21:42:36.444042+0000","last_clean":"2024-09-16T21:42:36.444042+0000","last_became_active":"2024-09-16T20:06:07.532454+0000","last_became_peered":"2024-09-16T20:06:07.532454+0000","last_unstale":"2024-09-16T21:42:36.444042+0000","last_undegraded":"2024-09-16T21:42:36.444042+0000","last_fullsized":"2024-09-16T21:42:36.444042+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:06.510368+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:06.510368+0000","last_clean_scrub_stamp":"2024-09-16T20:06:06.510368+0000","objects_scrubbed":0,"log_size":52,"log_dups_size":0,"ondisk_log_size":52,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:03:38.834962+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":22840115219,"num_objects":5593,"num_object_clones":655,"num_object_copies":11186,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5593,"num_whiteouts":0,"num_read":398313,"num_read_kb":13661570,"num_write":615550,"num_write_kb":84414365,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":44413009920,"data_stored":44809162790,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40125,"ondisk_log_size":40125,"up":8,"acting":8,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2447,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":15,"num_whiteouts":0,"num_read":40256,"num_read_kb":33212,"num_write":13786,"num_write_kb":13749,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":81920,"data_stored":4894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":946,"internal_metadata":0},"log_size":7201,"ondisk_log_size":7201,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359739567,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":23065472,"kb_used_data":21686256,"kb_used_omap":55,"kb_used_meta":1379144,"kb_avail":71306368,"statfs":{"total":96636764160,"available":73017720832,"internally_reserved":0,"allocated":22206726144,"data_stored":22404654314,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":57176,"internal_metadata":1412243624},"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":34359739567,"num_pgs":11,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11540444,"kb_used_data":10573832,"kb_used_omap":1,"kb_used_meta":966590,"kb_avail":82831396,"statfs":{"total":96636764160,"available":84819349504,"internally_reserved":0,"allocated":10827603968,"data_stored":10931367285,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":989788613},"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":34359739566,"num_pgs":8,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":12868024,"kb_used_data":11113832,"kb_used_omap":1,"kb_used_meta":1754174,"kb_avail":81503816,"statfs":{"total":96636764160,"available":83459907584,"internally_reserved":0,"allocated":11380563968,"data_stored":11474543166,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":1796274629},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":1643,"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":40960,"data_stored":2447,"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":16384,"data_stored":804,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":946,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":11379740672,"data_stored":11473879040,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":10826764288,"data_stored":10930702355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":22206504960,"data_stored":22404581395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T21:45:45.980 INFO:tasks.ceph.ceph_manager.cluster1:clean! 2024-09-16T21:45:45.980 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-16T21:45:46.286 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T21:45:46.286 INFO:teuthology.orchestra.run.smithi059.stderr:dumped all 2024-09-16T21:45:46.304 INFO:teuthology.orchestra.run.smithi059.stdout:{"pg_ready":true,"pg_map":{"version":3011,"stamp":"2024-09-16T21:45:45.477723+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":22840708034,"num_objects":5610,"num_object_clones":655,"num_object_copies":11220,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5610,"num_whiteouts":0,"num_read":438625,"num_read_kb":13694828,"num_write":629415,"num_write_kb":84429220,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":47378,"ondisk_log_size":47378,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":47473940,"kb_used_data":43373920,"kb_used_omap":58,"kb_used_meta":4099909,"kb_avail":235641580,"statfs":{"total":289910292480,"available":241296977920,"internally_reserved":0,"allocated":44414894080,"data_stored":44810564765,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":60366,"internal_metadata":4198306866},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003001"},"pg_stats":[{"pgid":"2.7","version":"24'2825","reported_seq":2921,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:43:41.653418+0000","last_change":"2024-09-16T20:06:13.566486+0000","last_active":"2024-09-16T21:43:41.653418+0000","last_peered":"2024-09-16T21:43:41.653418+0000","last_clean":"2024-09-16T21:43:41.653418+0000","last_became_active":"2024-09-16T20:06:11.554026+0000","last_became_peered":"2024-09-16T20:06:11.554026+0000","last_unstale":"2024-09-16T21:43:41.653418+0000","last_undegraded":"2024-09-16T21:43:41.653418+0000","last_fullsized":"2024-09-16T21:43:41.653418+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":2825,"log_dups_size":0,"ondisk_log_size":2825,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:25:24.074016+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00176772,"stat_sum":{"num_bytes":690,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":16929,"num_read_kb":14095,"num_write":5641,"num_write_kb":5635,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"24'779","reported_seq":2755,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.118684+0000","last_change":"2024-09-16T20:06:13.565896+0000","last_active":"2024-09-16T21:45:08.118684+0000","last_peered":"2024-09-16T21:45:08.118684+0000","last_clean":"2024-09-16T21:45:08.118684+0000","last_became_active":"2024-09-16T20:06:11.553483+0000","last_became_peered":"2024-09-16T20:06:11.553483+0000","last_unstale":"2024-09-16T21:45:08.118684+0000","last_undegraded":"2024-09-16T21:45:08.118684+0000","last_fullsized":"2024-09-16T21:45:08.118684+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":779,"log_dups_size":0,"ondisk_log_size":779,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T00:40:03.574454+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0016173680000000001,"stat_sum":{"num_bytes":162,"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":3133,"num_read_kb":2445,"num_write":1282,"num_write_kb":1276,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"24'339","reported_seq":1569,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.128758+0000","last_change":"2024-09-16T20:06:13.567007+0000","last_active":"2024-09-16T21:45:08.128758+0000","last_peered":"2024-09-16T21:45:08.128758+0000","last_clean":"2024-09-16T21:45:08.128758+0000","last_became_active":"2024-09-16T20:06:11.556010+0000","last_became_peered":"2024-09-16T20:06:11.556010+0000","last_unstale":"2024-09-16T21:45:08.128758+0000","last_undegraded":"2024-09-16T21:45:08.128758+0000","last_fullsized":"2024-09-16T21:45:08.128758+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":339,"log_dups_size":0,"ondisk_log_size":339,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T06:57:30.159715+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019435450000000001,"stat_sum":{"num_bytes":98,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1457,"num_read_kb":1122,"num_write":591,"num_write_kb":585,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"24'801","reported_seq":900,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:44:06.714901+0000","last_change":"2024-09-16T20:06:13.565659+0000","last_active":"2024-09-16T21:44:06.714901+0000","last_peered":"2024-09-16T21:44:06.714901+0000","last_clean":"2024-09-16T21:44:06.714901+0000","last_became_active":"2024-09-16T20:06:11.553887+0000","last_became_peered":"2024-09-16T20:06:11.553887+0000","last_unstale":"2024-09-16T21:44:06.714901+0000","last_undegraded":"2024-09-16T21:44:06.714901+0000","last_fullsized":"2024-09-16T21:44:06.714901+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":801,"log_dups_size":0,"ondisk_log_size":801,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:19:12.835474+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014838780000000001,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4770,"num_read_kb":3974,"num_write":1591,"num_write_kb":1585,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"24'116070","reported_seq":194162,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:07.925920+0000","last_change":"2024-09-16T20:06:59.957713+0000","last_active":"2024-09-16T21:45:07.925920+0000","last_peered":"2024-09-16T21:45:07.925920+0000","last_clean":"2024-09-16T21:45:07.925920+0000","last_became_active":"2024-09-16T20:06:57.934584+0000","last_became_peered":"2024-09-16T20:06:57.934584+0000","last_unstale":"2024-09-16T21:45:07.925920+0000","last_undegraded":"2024-09-16T21:45:07.925920+0000","last_fullsized":"2024-09-16T21:45:07.925920+0000","mapping_epoch":17,"log_start":"24'106000","ondisk_log_start":"24'106000","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10070,"log_dups_size":0,"ondisk_log_size":10070,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:31:36.671806+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000991343,"stat_sum":{"num_bytes":5909899264,"num_objects":1445,"num_object_clones":175,"num_object_copies":2890,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1445,"num_whiteouts":0,"num_read":78297,"num_read_kb":3997274,"num_write":115910,"num_write_kb":21689902,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"15'2","reported_seq":114,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:01.275923+0000","last_change":"2024-09-16T20:06:13.559032+0000","last_active":"2024-09-16T21:42:01.275923+0000","last_peered":"2024-09-16T21:42:01.275923+0000","last_clean":"2024-09-16T21:42:01.275923+0000","last_became_active":"2024-09-16T20:06:11.556032+0000","last_became_peered":"2024-09-16T20:06:11.556032+0000","last_unstale":"2024-09-16T21:42:01.275923+0000","last_undegraded":"2024-09-16T21:42:01.275923+0000","last_fullsized":"2024-09-16T21:42:01.275923+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T00:37:09.437378+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001228367,"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":27,"num_read_kb":27,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"24'84802","reported_seq":139191,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.093702+0000","last_change":"2024-09-16T20:06:59.947263+0000","last_active":"2024-09-16T21:45:08.093702+0000","last_peered":"2024-09-16T21:45:08.093702+0000","last_clean":"2024-09-16T21:45:08.093702+0000","last_became_active":"2024-09-16T20:06:57.932817+0000","last_became_peered":"2024-09-16T20:06:57.932817+0000","last_unstale":"2024-09-16T21:45:08.093702+0000","last_undegraded":"2024-09-16T21:45:08.093702+0000","last_fullsized":"2024-09-16T21:45:08.093702+0000","mapping_epoch":17,"log_start":"24'74800","ondisk_log_start":"24'74800","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10002,"log_dups_size":0,"ondisk_log_size":10002,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:52:18.941716+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0011761810000000001,"stat_sum":{"num_bytes":5596845568,"num_objects":1371,"num_object_clones":154,"num_object_copies":2742,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1371,"num_whiteouts":0,"num_read":54568,"num_read_kb":2394214,"num_write":84664,"num_write_kb":17370578,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"23'1","reported_seq":88,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:01.100894+0000","last_change":"2024-09-16T20:06:14.455739+0000","last_active":"2024-09-16T21:42:01.100894+0000","last_peered":"2024-09-16T21:42:01.100894+0000","last_clean":"2024-09-16T21:42:01.100894+0000","last_became_active":"2024-09-16T20:06:11.555315+0000","last_became_peered":"2024-09-16T20:06:11.555315+0000","last_unstale":"2024-09-16T21:42:01.100894+0000","last_undegraded":"2024-09-16T21:42:01.100894+0000","last_fullsized":"2024-09-16T21:42:01.100894+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T02:30:03.986433+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054934899999999997,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":8,"num_read_kb":2,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"24'314533","reported_seq":515304,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:07.723372+0000","last_change":"2024-09-16T20:06:59.957792+0000","last_active":"2024-09-16T21:45:07.723372+0000","last_peered":"2024-09-16T21:45:07.723372+0000","last_clean":"2024-09-16T21:45:07.723372+0000","last_became_active":"2024-09-16T20:06:57.932826+0000","last_became_peered":"2024-09-16T20:06:57.932826+0000","last_unstale":"2024-09-16T21:45:07.723372+0000","last_undegraded":"2024-09-16T21:45:07.723372+0000","last_fullsized":"2024-09-16T21:45:07.723372+0000","mapping_epoch":17,"log_start":"24'304500","ondisk_log_start":"24'304500","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10033,"log_dups_size":0,"ondisk_log_size":10033,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:01:49.836311+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001124648,"stat_sum":{"num_bytes":5813429248,"num_objects":1423,"num_object_clones":157,"num_object_copies":2846,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1423,"num_whiteouts":0,"num_read":200958,"num_read_kb":4501845,"num_write":314402,"num_write_kb":27116667,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"24'258","reported_seq":349,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:36.127782+0000","last_change":"2024-09-16T20:06:14.455625+0000","last_active":"2024-09-16T21:42:36.127782+0000","last_peered":"2024-09-16T21:42:36.127782+0000","last_clean":"2024-09-16T21:42:36.127782+0000","last_became_active":"2024-09-16T20:06:11.556142+0000","last_became_peered":"2024-09-16T20:06:11.556142+0000","last_unstale":"2024-09-16T21:42:36.127782+0000","last_undegraded":"2024-09-16T21:42:36.127782+0000","last_fullsized":"2024-09-16T21:42:36.127782+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":258,"log_dups_size":0,"ondisk_log_size":258,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T02:49:07.845327+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047998799999999999,"stat_sum":{"num_bytes":114,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1292,"num_read_kb":1027,"num_write":514,"num_write_kb":514,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"24'100720","reported_seq":165014,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.087969+0000","last_change":"2024-09-16T20:06:59.948617+0000","last_active":"2024-09-16T21:45:08.087969+0000","last_peered":"2024-09-16T21:45:08.087969+0000","last_clean":"2024-09-16T21:45:08.087969+0000","last_became_active":"2024-09-16T20:06:57.934775+0000","last_became_peered":"2024-09-16T20:06:57.934775+0000","last_unstale":"2024-09-16T21:45:08.087969+0000","last_undegraded":"2024-09-16T21:45:08.087969+0000","last_fullsized":"2024-09-16T21:45:08.087969+0000","mapping_epoch":17,"log_start":"24'90700","ondisk_log_start":"24'90700","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10020,"log_dups_size":0,"ondisk_log_size":10020,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:31:25.811245+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002168344,"stat_sum":{"num_bytes":5519941139,"num_objects":1354,"num_object_clones":169,"num_object_copies":2708,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1354,"num_whiteouts":0,"num_read":64490,"num_read_kb":2768237,"num_write":100574,"num_write_kb":18237218,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"24'2196","reported_seq":4994,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.108385+0000","last_change":"2024-09-16T20:06:13.566352+0000","last_active":"2024-09-16T21:45:08.108385+0000","last_peered":"2024-09-16T21:45:08.108385+0000","last_clean":"2024-09-16T21:45:08.108385+0000","last_became_active":"2024-09-16T20:06:11.552104+0000","last_became_peered":"2024-09-16T20:06:11.552104+0000","last_unstale":"2024-09-16T21:45:08.108385+0000","last_undegraded":"2024-09-16T21:45:08.108385+0000","last_fullsized":"2024-09-16T21:45:08.108385+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":2196,"log_dups_size":0,"ondisk_log_size":2196,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:07:59.965578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0020752600000000002,"stat_sum":{"num_bytes":674,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":12640,"num_read_kb":10520,"num_write":4164,"num_write_kb":4151,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'52","reported_seq":155,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:36.444042+0000","last_change":"2024-09-16T20:06:07.534854+0000","last_active":"2024-09-16T21:42:36.444042+0000","last_peered":"2024-09-16T21:42:36.444042+0000","last_clean":"2024-09-16T21:42:36.444042+0000","last_became_active":"2024-09-16T20:06:07.532454+0000","last_became_peered":"2024-09-16T20:06:07.532454+0000","last_unstale":"2024-09-16T21:42:36.444042+0000","last_undegraded":"2024-09-16T21:42:36.444042+0000","last_fullsized":"2024-09-16T21:42:36.444042+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:06.510368+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:06.510368+0000","last_clean_scrub_stamp":"2024-09-16T20:06:06.510368+0000","objects_scrubbed":0,"log_size":52,"log_dups_size":0,"ondisk_log_size":52,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:03:38.834962+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":22840115219,"num_objects":5593,"num_object_clones":655,"num_object_copies":11186,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5593,"num_whiteouts":0,"num_read":398313,"num_read_kb":13661570,"num_write":615550,"num_write_kb":84414365,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":44413009920,"data_stored":44809162790,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40125,"ondisk_log_size":40125,"up":8,"acting":8,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2447,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":15,"num_whiteouts":0,"num_read":40256,"num_read_kb":33212,"num_write":13786,"num_write_kb":13749,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":81920,"data_stored":4894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":946,"internal_metadata":0},"log_size":7201,"ondisk_log_size":7201,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359739567,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":23065472,"kb_used_data":21686256,"kb_used_omap":55,"kb_used_meta":1379144,"kb_avail":71306368,"statfs":{"total":96636764160,"available":73017720832,"internally_reserved":0,"allocated":22206726144,"data_stored":22404654314,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":57176,"internal_metadata":1412243624},"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":34359739567,"num_pgs":11,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11540444,"kb_used_data":10573832,"kb_used_omap":1,"kb_used_meta":966590,"kb_avail":82831396,"statfs":{"total":96636764160,"available":84819349504,"internally_reserved":0,"allocated":10827603968,"data_stored":10931367285,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":989788613},"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":34359739566,"num_pgs":8,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":12868024,"kb_used_data":11113832,"kb_used_omap":1,"kb_used_meta":1754174,"kb_avail":81503816,"statfs":{"total":96636764160,"available":83459907584,"internally_reserved":0,"allocated":11380563968,"data_stored":11474543166,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":1796274629},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":1643,"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":40960,"data_stored":2447,"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":16384,"data_stored":804,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":946,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":11379740672,"data_stored":11473879040,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":10826764288,"data_stored":10930702355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":22206504960,"data_stored":22404581395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T21:45:46.305 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2024-09-16T21:45:46.599 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T21:45:46.599 INFO:teuthology.orchestra.run.smithi059.stdout:{"epoch":24,"fsid":"f362c522-d133-4ebb-b701-9d859f2141b0","created":"2024-09-16T20:05:54.873395+0000","modified":"2024-09-16T20:12:25.289217+0000","last_up_change":"2024-09-16T20:06:05.508935+0000","last_in_change":"2024-09-16T20:05:55.773326+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":3,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T20:06:05.879967+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"11","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"2024-09-16T20:06:10.161153+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"15","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":2,"snap_epoch":15,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.8799999952316284,"score_stable":1.8799999952316284,"optimal_score":1,"raw_score_acting":1.8799999952316284,"raw_score_stable":1.8799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"datapool","create_time":"2024-09-16T20:06:56.063686+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":4,"pg_placement_num":4,"pg_placement_num_target":4,"pg_num_target":4,"pg_num_pending":4,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":5,"snap_epoch":24,"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,"options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"5761a499-33aa-4396-b5a6-b4fe035f95cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6808","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6809","nonce":2258061271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6810","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6811","nonce":2258061271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6814","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6815","nonce":2258061271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6812","nonce":2258061271},{"type":"v1","addr":"172.21.15.59:6813","nonce":2258061271}]},"public_addr":"172.21.15.59:6809/2258061271","cluster_addr":"172.21.15.59:6811/2258061271","heartbeat_back_addr":"172.21.15.59:6815/2258061271","heartbeat_front_addr":"172.21.15.59:6813/2258061271","state":["exists","up"]},{"osd":1,"uuid":"0af6bf02-78e4-40ca-a4d0-b0108b5d5c36","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6800","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6801","nonce":1159563101}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6802","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6803","nonce":1159563101}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6806","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6807","nonce":1159563101}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6804","nonce":1159563101},{"type":"v1","addr":"172.21.15.59:6805","nonce":1159563101}]},"public_addr":"172.21.15.59:6801/1159563101","cluster_addr":"172.21.15.59:6803/1159563101","heartbeat_back_addr":"172.21.15.59:6807/1159563101","heartbeat_front_addr":"172.21.15.59:6805/1159563101","state":["exists","up"]},{"osd":2,"uuid":"c24cfad8-1da5-4ca7-aab0-93df20303fd2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6816","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6817","nonce":827540012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6818","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6819","nonce":827540012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6822","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6823","nonce":827540012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.59:6820","nonce":827540012},{"type":"v1","addr":"172.21.15.59:6821","nonce":827540012}]},"public_addr":"172.21.15.59:6817/827540012","cluster_addr":"172.21.15.59:6819/827540012","heartbeat_back_addr":"172.21.15.59:6823/827540012","heartbeat_front_addr":"172.21.15.59:6821/827540012","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:02.531860+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:02.487507+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T20:06:02.406384+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":"jerasure","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}} 2024-09-16T21:45:47.618 INFO:tasks.ceph:Scrubbing cluster1.osd.0 2024-09-16T21:45:47.618 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.0 config set osd_debug_deep_scrub_sleep 0 2024-09-16T21:45:47.789 INFO:teuthology.orchestra.run.smithi059.stdout:{ 2024-09-16T21:45:47.789 INFO:teuthology.orchestra.run.smithi059.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T21:45:47.789 INFO:teuthology.orchestra.run.smithi059.stdout:} 2024-09-16T21:45:47.806 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd deep-scrub 0 2024-09-16T21:45:48.108 INFO:teuthology.orchestra.run.smithi059.stderr:instructed osd(s) 0 to deep-scrub 2024-09-16T21:45:48.128 INFO:tasks.ceph:Scrubbing cluster1.osd.1 2024-09-16T21:45:48.128 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.1 config set osd_debug_deep_scrub_sleep 0 2024-09-16T21:45:48.274 INFO:teuthology.orchestra.run.smithi059.stdout:{ 2024-09-16T21:45:48.274 INFO:teuthology.orchestra.run.smithi059.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T21:45:48.274 INFO:teuthology.orchestra.run.smithi059.stdout:} 2024-09-16T21:45:48.292 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd deep-scrub 1 2024-09-16T21:45:48.606 INFO:teuthology.orchestra.run.smithi059.stderr:instructed osd(s) 1 to deep-scrub 2024-09-16T21:45:48.629 INFO:tasks.ceph:Scrubbing cluster1.osd.2 2024-09-16T21:45:48.629 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.2 config set osd_debug_deep_scrub_sleep 0 2024-09-16T21:45:48.793 INFO:teuthology.orchestra.run.smithi059.stdout:{ 2024-09-16T21:45:48.793 INFO:teuthology.orchestra.run.smithi059.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T21:45:48.793 INFO:teuthology.orchestra.run.smithi059.stdout:} 2024-09-16T21:45:48.813 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd deep-scrub 2 2024-09-16T21:45:49.205 INFO:teuthology.orchestra.run.smithi059.stderr:instructed osd(s) 2 to deep-scrub 2024-09-16T21:45:49.229 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-16T21:45:49.576 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T21:45:49.576 INFO:teuthology.orchestra.run.smithi059.stderr:dumped all 2024-09-16T21:45:49.598 INFO:teuthology.orchestra.run.smithi059.stdout:{"pg_ready":true,"pg_map":{"version":3013,"stamp":"2024-09-16T21:45:49.478584+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":22840708034,"num_objects":5610,"num_object_clones":655,"num_object_copies":11220,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5610,"num_whiteouts":0,"num_read":438625,"num_read_kb":13694828,"num_write":629415,"num_write_kb":84429220,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":47378,"ondisk_log_size":47378,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":47473940,"kb_used_data":43373920,"kb_used_omap":58,"kb_used_meta":4099909,"kb_avail":235641580,"statfs":{"total":289910292480,"available":241296977920,"internally_reserved":0,"allocated":44414894080,"data_stored":44810564765,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":60366,"internal_metadata":4198306866},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002847"},"pg_stats":[{"pgid":"2.7","version":"24'2825","reported_seq":2921,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:43:41.653418+0000","last_change":"2024-09-16T20:06:13.566486+0000","last_active":"2024-09-16T21:43:41.653418+0000","last_peered":"2024-09-16T21:43:41.653418+0000","last_clean":"2024-09-16T21:43:41.653418+0000","last_became_active":"2024-09-16T20:06:11.554026+0000","last_became_peered":"2024-09-16T20:06:11.554026+0000","last_unstale":"2024-09-16T21:43:41.653418+0000","last_undegraded":"2024-09-16T21:43:41.653418+0000","last_fullsized":"2024-09-16T21:43:41.653418+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":2825,"log_dups_size":0,"ondisk_log_size":2825,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:25:24.074016+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00176772,"stat_sum":{"num_bytes":690,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":16929,"num_read_kb":14095,"num_write":5641,"num_write_kb":5635,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"24'779","reported_seq":2755,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.118684+0000","last_change":"2024-09-16T20:06:13.565896+0000","last_active":"2024-09-16T21:45:08.118684+0000","last_peered":"2024-09-16T21:45:08.118684+0000","last_clean":"2024-09-16T21:45:08.118684+0000","last_became_active":"2024-09-16T20:06:11.553483+0000","last_became_peered":"2024-09-16T20:06:11.553483+0000","last_unstale":"2024-09-16T21:45:08.118684+0000","last_undegraded":"2024-09-16T21:45:08.118684+0000","last_fullsized":"2024-09-16T21:45:08.118684+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":779,"log_dups_size":0,"ondisk_log_size":779,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T00:40:03.574454+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0016173680000000001,"stat_sum":{"num_bytes":162,"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":3133,"num_read_kb":2445,"num_write":1282,"num_write_kb":1276,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"24'339","reported_seq":1569,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.128758+0000","last_change":"2024-09-16T20:06:13.567007+0000","last_active":"2024-09-16T21:45:08.128758+0000","last_peered":"2024-09-16T21:45:08.128758+0000","last_clean":"2024-09-16T21:45:08.128758+0000","last_became_active":"2024-09-16T20:06:11.556010+0000","last_became_peered":"2024-09-16T20:06:11.556010+0000","last_unstale":"2024-09-16T21:45:08.128758+0000","last_undegraded":"2024-09-16T21:45:08.128758+0000","last_fullsized":"2024-09-16T21:45:08.128758+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":339,"log_dups_size":0,"ondisk_log_size":339,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T06:57:30.159715+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019435450000000001,"stat_sum":{"num_bytes":98,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1457,"num_read_kb":1122,"num_write":591,"num_write_kb":585,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"24'801","reported_seq":900,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:44:06.714901+0000","last_change":"2024-09-16T20:06:13.565659+0000","last_active":"2024-09-16T21:44:06.714901+0000","last_peered":"2024-09-16T21:44:06.714901+0000","last_clean":"2024-09-16T21:44:06.714901+0000","last_became_active":"2024-09-16T20:06:11.553887+0000","last_became_peered":"2024-09-16T20:06:11.553887+0000","last_unstale":"2024-09-16T21:44:06.714901+0000","last_undegraded":"2024-09-16T21:44:06.714901+0000","last_fullsized":"2024-09-16T21:44:06.714901+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":801,"log_dups_size":0,"ondisk_log_size":801,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:19:12.835474+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014838780000000001,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4770,"num_read_kb":3974,"num_write":1591,"num_write_kb":1585,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"24'116070","reported_seq":194162,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:07.925920+0000","last_change":"2024-09-16T20:06:59.957713+0000","last_active":"2024-09-16T21:45:07.925920+0000","last_peered":"2024-09-16T21:45:07.925920+0000","last_clean":"2024-09-16T21:45:07.925920+0000","last_became_active":"2024-09-16T20:06:57.934584+0000","last_became_peered":"2024-09-16T20:06:57.934584+0000","last_unstale":"2024-09-16T21:45:07.925920+0000","last_undegraded":"2024-09-16T21:45:07.925920+0000","last_fullsized":"2024-09-16T21:45:07.925920+0000","mapping_epoch":17,"log_start":"24'106000","ondisk_log_start":"24'106000","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10070,"log_dups_size":0,"ondisk_log_size":10070,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:31:36.671806+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000991343,"stat_sum":{"num_bytes":5909899264,"num_objects":1445,"num_object_clones":175,"num_object_copies":2890,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1445,"num_whiteouts":0,"num_read":78297,"num_read_kb":3997274,"num_write":115910,"num_write_kb":21689902,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"15'2","reported_seq":114,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:01.275923+0000","last_change":"2024-09-16T20:06:13.559032+0000","last_active":"2024-09-16T21:42:01.275923+0000","last_peered":"2024-09-16T21:42:01.275923+0000","last_clean":"2024-09-16T21:42:01.275923+0000","last_became_active":"2024-09-16T20:06:11.556032+0000","last_became_peered":"2024-09-16T20:06:11.556032+0000","last_unstale":"2024-09-16T21:42:01.275923+0000","last_undegraded":"2024-09-16T21:42:01.275923+0000","last_fullsized":"2024-09-16T21:42:01.275923+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T00:37:09.437378+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001228367,"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":27,"num_read_kb":27,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"24'84802","reported_seq":139191,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.093702+0000","last_change":"2024-09-16T20:06:59.947263+0000","last_active":"2024-09-16T21:45:08.093702+0000","last_peered":"2024-09-16T21:45:08.093702+0000","last_clean":"2024-09-16T21:45:08.093702+0000","last_became_active":"2024-09-16T20:06:57.932817+0000","last_became_peered":"2024-09-16T20:06:57.932817+0000","last_unstale":"2024-09-16T21:45:08.093702+0000","last_undegraded":"2024-09-16T21:45:08.093702+0000","last_fullsized":"2024-09-16T21:45:08.093702+0000","mapping_epoch":17,"log_start":"24'74800","ondisk_log_start":"24'74800","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10002,"log_dups_size":0,"ondisk_log_size":10002,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T21:52:18.941716+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0011761810000000001,"stat_sum":{"num_bytes":5596845568,"num_objects":1371,"num_object_clones":154,"num_object_copies":2742,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1371,"num_whiteouts":0,"num_read":54568,"num_read_kb":2394214,"num_write":84664,"num_write_kb":17370578,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"23'1","reported_seq":88,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:01.100894+0000","last_change":"2024-09-16T20:06:14.455739+0000","last_active":"2024-09-16T21:42:01.100894+0000","last_peered":"2024-09-16T21:42:01.100894+0000","last_clean":"2024-09-16T21:42:01.100894+0000","last_became_active":"2024-09-16T20:06:11.555315+0000","last_became_peered":"2024-09-16T20:06:11.555315+0000","last_unstale":"2024-09-16T21:42:01.100894+0000","last_undegraded":"2024-09-16T21:42:01.100894+0000","last_fullsized":"2024-09-16T21:42:01.100894+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+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 @ 2024-09-18T02:30:03.986433+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054934899999999997,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":8,"num_read_kb":2,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"24'314533","reported_seq":515304,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:07.723372+0000","last_change":"2024-09-16T20:06:59.957792+0000","last_active":"2024-09-16T21:45:07.723372+0000","last_peered":"2024-09-16T21:45:07.723372+0000","last_clean":"2024-09-16T21:45:07.723372+0000","last_became_active":"2024-09-16T20:06:57.932826+0000","last_became_peered":"2024-09-16T20:06:57.932826+0000","last_unstale":"2024-09-16T21:45:07.723372+0000","last_undegraded":"2024-09-16T21:45:07.723372+0000","last_fullsized":"2024-09-16T21:45:07.723372+0000","mapping_epoch":17,"log_start":"24'304500","ondisk_log_start":"24'304500","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10033,"log_dups_size":0,"ondisk_log_size":10033,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:01:49.836311+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001124648,"stat_sum":{"num_bytes":5813429248,"num_objects":1423,"num_object_clones":157,"num_object_copies":2846,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1423,"num_whiteouts":0,"num_read":200958,"num_read_kb":4501845,"num_write":314402,"num_write_kb":27116667,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"24'258","reported_seq":349,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:36.127782+0000","last_change":"2024-09-16T20:06:14.455625+0000","last_active":"2024-09-16T21:42:36.127782+0000","last_peered":"2024-09-16T21:42:36.127782+0000","last_clean":"2024-09-16T21:42:36.127782+0000","last_became_active":"2024-09-16T20:06:11.556142+0000","last_became_peered":"2024-09-16T20:06:11.556142+0000","last_unstale":"2024-09-16T21:42:36.127782+0000","last_undegraded":"2024-09-16T21:42:36.127782+0000","last_fullsized":"2024-09-16T21:42:36.127782+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":258,"log_dups_size":0,"ondisk_log_size":258,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T02:49:07.845327+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047998799999999999,"stat_sum":{"num_bytes":114,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1292,"num_read_kb":1027,"num_write":514,"num_write_kb":514,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"24'100720","reported_seq":165014,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.087969+0000","last_change":"2024-09-16T20:06:59.948617+0000","last_active":"2024-09-16T21:45:08.087969+0000","last_peered":"2024-09-16T21:45:08.087969+0000","last_clean":"2024-09-16T21:45:08.087969+0000","last_became_active":"2024-09-16T20:06:57.934775+0000","last_became_peered":"2024-09-16T20:06:57.934775+0000","last_unstale":"2024-09-16T21:45:08.087969+0000","last_undegraded":"2024-09-16T21:45:08.087969+0000","last_fullsized":"2024-09-16T21:45:08.087969+0000","mapping_epoch":17,"log_start":"24'90700","ondisk_log_start":"24'90700","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":0,"log_size":10020,"log_dups_size":0,"ondisk_log_size":10020,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:31:25.811245+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002168344,"stat_sum":{"num_bytes":5519941139,"num_objects":1354,"num_object_clones":169,"num_object_copies":2708,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1354,"num_whiteouts":0,"num_read":64490,"num_read_kb":2768237,"num_write":100574,"num_write_kb":18237218,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"24'2196","reported_seq":4994,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:08.108385+0000","last_change":"2024-09-16T20:06:13.566352+0000","last_active":"2024-09-16T21:45:08.108385+0000","last_peered":"2024-09-16T21:45:08.108385+0000","last_clean":"2024-09-16T21:45:08.108385+0000","last_became_active":"2024-09-16T20:06:11.552104+0000","last_became_peered":"2024-09-16T20:06:11.552104+0000","last_unstale":"2024-09-16T21:45:08.108385+0000","last_undegraded":"2024-09-16T21:45:08.108385+0000","last_fullsized":"2024-09-16T21:45:08.108385+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:10.531635+0000","last_clean_scrub_stamp":"2024-09-16T20:06:10.531635+0000","objects_scrubbed":0,"log_size":2196,"log_dups_size":0,"ondisk_log_size":2196,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T22:07:59.965578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0020752600000000002,"stat_sum":{"num_bytes":674,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":12640,"num_read_kb":10520,"num_write":4164,"num_write_kb":4151,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'52","reported_seq":155,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:42:36.444042+0000","last_change":"2024-09-16T20:06:07.534854+0000","last_active":"2024-09-16T21:42:36.444042+0000","last_peered":"2024-09-16T21:42:36.444042+0000","last_clean":"2024-09-16T21:42:36.444042+0000","last_became_active":"2024-09-16T20:06:07.532454+0000","last_became_peered":"2024-09-16T20:06:07.532454+0000","last_unstale":"2024-09-16T21:42:36.444042+0000","last_undegraded":"2024-09-16T21:42:36.444042+0000","last_fullsized":"2024-09-16T21:42:36.444042+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:06.510368+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:06.510368+0000","last_clean_scrub_stamp":"2024-09-16T20:06:06.510368+0000","objects_scrubbed":0,"log_size":52,"log_dups_size":0,"ondisk_log_size":52,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T05:03:38.834962+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":22840115219,"num_objects":5593,"num_object_clones":655,"num_object_copies":11186,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5593,"num_whiteouts":0,"num_read":398313,"num_read_kb":13661570,"num_write":615550,"num_write_kb":84414365,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":44413009920,"data_stored":44809162790,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40125,"ondisk_log_size":40125,"up":8,"acting":8,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2447,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":15,"num_whiteouts":0,"num_read":40256,"num_read_kb":33212,"num_write":13786,"num_write_kb":13749,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":81920,"data_stored":4894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":946,"internal_metadata":0},"log_size":7201,"ondisk_log_size":7201,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359739568,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":23065472,"kb_used_data":21686256,"kb_used_omap":55,"kb_used_meta":1379144,"kb_avail":71306368,"statfs":{"total":96636764160,"available":73017720832,"internally_reserved":0,"allocated":22206726144,"data_stored":22404654314,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":57176,"internal_metadata":1412243624},"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":34359739568,"num_pgs":11,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11540444,"kb_used_data":10573832,"kb_used_omap":1,"kb_used_meta":966590,"kb_avail":82831396,"statfs":{"total":96636764160,"available":84819349504,"internally_reserved":0,"allocated":10827603968,"data_stored":10931367285,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":989788613},"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":34359739567,"num_pgs":8,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":12868024,"kb_used_data":11113832,"kb_used_omap":1,"kb_used_meta":1754174,"kb_avail":81503816,"statfs":{"total":96636764160,"available":83459907584,"internally_reserved":0,"allocated":11380563968,"data_stored":11474543166,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":1796274629},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":1643,"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":40960,"data_stored":2447,"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":16384,"data_stored":804,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":946,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":11379740672,"data_stored":11473879040,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":10826764288,"data_stored":10930702355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":22206504960,"data_stored":22404581395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T21:45:49.599 INFO:tasks.ceph:pgid 2.7 last_scrub_stamp 2024-09-16T20:06:10.531635+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=10, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.600 INFO:tasks.ceph:pgid 2.6 last_scrub_stamp 2024-09-16T20:06:10.531635+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=10, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.600 INFO:tasks.ceph:pgid 2.5 last_scrub_stamp 2024-09-16T20:06:10.531635+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=10, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.600 INFO:tasks.ceph:pgid 2.4 last_scrub_stamp 2024-09-16T20:06:10.531635+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=10, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.600 INFO:tasks.ceph:pgid 3.3 last_scrub_stamp 2024-09-16T20:06:56.906964+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=56, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.600 INFO:tasks.ceph:pgid 2.2 last_scrub_stamp 2024-09-16T20:06:10.531635+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=10, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.600 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2024-09-16T20:06:56.906964+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=56, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.600 INFO:tasks.ceph:pgid 2.1 last_scrub_stamp 2024-09-16T20:06:10.531635+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=10, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.600 INFO:tasks.ceph:pgid 3.1 last_scrub_stamp 2024-09-16T20:06:56.906964+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=56, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.601 INFO:tasks.ceph:pgid 2.0 last_scrub_stamp 2024-09-16T20:06:10.531635+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=10, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.601 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2024-09-16T20:06:56.906964+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=56, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.601 INFO:tasks.ceph:pgid 2.3 last_scrub_stamp 2024-09-16T20:06:10.531635+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=10, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.601 INFO:tasks.ceph:pgid 1.0 last_scrub_stamp 2024-09-16T20:06:06.510368+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=6, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:45:49.601 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2024-09-16T21:46:00.347 INFO:tasks.ceph.cluster1.mgr.x.smithi059.stderr:2024-09-16T21:46:00.340+0000 7fc7951dd640 -1 calc_pg_upmaps abort due to max <= 0 2024-09-16T21:46:09.602 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-16T21:46:10.040 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T21:46:10.040 INFO:teuthology.orchestra.run.smithi059.stderr:dumped all 2024-09-16T21:46:10.069 INFO:teuthology.orchestra.run.smithi059.stdout:{"pg_ready":true,"pg_map":{"version":3023,"stamp":"2024-09-16T21:46:09.482373+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":22840708034,"num_objects":5610,"num_object_clones":655,"num_object_copies":11220,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5610,"num_whiteouts":0,"num_read":438625,"num_read_kb":13694828,"num_write":629415,"num_write_kb":84429220,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":932,"num_omap_keys":38,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":47404,"ondisk_log_size":47404,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":47504464,"kb_used_data":43373920,"kb_used_omap":58,"kb_used_meta":4130437,"kb_avail":235611056,"statfs":{"total":289910292480,"available":241265721344,"internally_reserved":0,"allocated":44414894080,"data_stored":44810564765,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":60366,"internal_metadata":4229567538},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002181"},"pg_stats":[{"pgid":"2.7","version":"24'2827","reported_seq":2932,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:55.418520+0000","last_change":"2024-09-16T21:45:55.418520+0000","last_active":"2024-09-16T21:45:55.418520+0000","last_peered":"2024-09-16T21:45:55.418520+0000","last_clean":"2024-09-16T21:45:55.418520+0000","last_became_active":"2024-09-16T20:06:11.554026+0000","last_became_peered":"2024-09-16T20:06:11.554026+0000","last_unstale":"2024-09-16T21:45:55.418520+0000","last_undegraded":"2024-09-16T21:45:55.418520+0000","last_fullsized":"2024-09-16T21:45:55.418520+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'2827","last_scrub_stamp":"2024-09-16T21:45:55.418368+0000","last_deep_scrub":"24'2827","last_deep_scrub_stamp":"2024-09-16T21:45:55.418368+0000","last_clean_scrub_stamp":"2024-09-16T21:45:55.418368+0000","objects_scrubbed":2,"log_size":2827,"log_dups_size":0,"ondisk_log_size":2827,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:16:46.484918+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.00176772,"stat_sum":{"num_bytes":690,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":16929,"num_read_kb":14095,"num_write":5641,"num_write_kb":5635,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"24'781","reported_seq":2766,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:53.383773+0000","last_change":"2024-09-16T21:45:53.383773+0000","last_active":"2024-09-16T21:45:53.383773+0000","last_peered":"2024-09-16T21:45:53.383773+0000","last_clean":"2024-09-16T21:45:53.383773+0000","last_became_active":"2024-09-16T20:06:11.553483+0000","last_became_peered":"2024-09-16T20:06:11.553483+0000","last_unstale":"2024-09-16T21:45:53.383773+0000","last_undegraded":"2024-09-16T21:45:53.383773+0000","last_fullsized":"2024-09-16T21:45:53.383773+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'781","last_scrub_stamp":"2024-09-16T21:45:53.383642+0000","last_deep_scrub":"24'781","last_deep_scrub_stamp":"2024-09-16T21:45:53.383642+0000","last_clean_scrub_stamp":"2024-09-16T21:45:53.383642+0000","objects_scrubbed":2,"log_size":781,"log_dups_size":0,"ondisk_log_size":781,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T08:30:30.911187+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.0016173680000000001,"stat_sum":{"num_bytes":162,"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":3133,"num_read_kb":2445,"num_write":1282,"num_write_kb":1276,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":348,"num_omap_keys":11,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"24'341","reported_seq":1579,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:52.389528+0000","last_change":"2024-09-16T21:45:52.389528+0000","last_active":"2024-09-16T21:45:52.389528+0000","last_peered":"2024-09-16T21:45:52.389528+0000","last_clean":"2024-09-16T21:45:52.389528+0000","last_became_active":"2024-09-16T20:06:11.556010+0000","last_became_peered":"2024-09-16T20:06:11.556010+0000","last_unstale":"2024-09-16T21:45:52.389528+0000","last_undegraded":"2024-09-16T21:45:52.389528+0000","last_fullsized":"2024-09-16T21:45:52.389528+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'341","last_scrub_stamp":"2024-09-16T21:45:52.389399+0000","last_deep_scrub":"24'341","last_deep_scrub_stamp":"2024-09-16T21:45:52.389399+0000","last_clean_scrub_stamp":"2024-09-16T21:45:52.389399+0000","objects_scrubbed":2,"log_size":341,"log_dups_size":0,"ondisk_log_size":341,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:08:36.242961+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.0019435450000000001,"stat_sum":{"num_bytes":98,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1457,"num_read_kb":1122,"num_write":591,"num_write_kb":585,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":348,"num_omap_keys":11,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"24'803","reported_seq":910,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:50.375185+0000","last_change":"2024-09-16T21:45:50.375185+0000","last_active":"2024-09-16T21:45:50.375185+0000","last_peered":"2024-09-16T21:45:50.375185+0000","last_clean":"2024-09-16T21:45:50.375185+0000","last_became_active":"2024-09-16T20:06:11.553887+0000","last_became_peered":"2024-09-16T20:06:11.553887+0000","last_unstale":"2024-09-16T21:45:50.375185+0000","last_undegraded":"2024-09-16T21:45:50.375185+0000","last_fullsized":"2024-09-16T21:45:50.375185+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'803","last_scrub_stamp":"2024-09-16T21:45:50.374959+0000","last_deep_scrub":"24'803","last_deep_scrub_stamp":"2024-09-16T21:45:50.374959+0000","last_clean_scrub_stamp":"2024-09-16T21:45:50.374959+0000","objects_scrubbed":2,"log_size":803,"log_dups_size":0,"ondisk_log_size":803,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T03:42:51.737173+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.0014838780000000001,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4770,"num_read_kb":3974,"num_write":1591,"num_write_kb":1585,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":90,"num_omap_keys":6,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"24'117040","reported_seq":195176,"reported_epoch":24,"state":"active+clean+scrubbing+deep","last_fresh":"2024-09-16T21:46:06.524497+0000","last_change":"2024-09-16T21:45:50.468961+0000","last_active":"2024-09-16T21:46:06.524497+0000","last_peered":"2024-09-16T21:46:06.524497+0000","last_clean":"2024-09-16T21:46:06.524497+0000","last_became_active":"2024-09-16T20:06:57.934584+0000","last_became_peered":"2024-09-16T20:06:57.934584+0000","last_unstale":"2024-09-16T21:46:06.524497+0000","last_undegraded":"2024-09-16T21:46:06.524497+0000","last_fullsized":"2024-09-16T21:46:06.524497+0000","mapping_epoch":17,"log_start":"24'107000","ondisk_log_start":"24'107000","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":970,"log_size":10040,"log_dups_size":0,"ondisk_log_size":10040,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"deep scrubbing for 16s","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000991343,"stat_sum":{"num_bytes":5909899264,"num_objects":1445,"num_object_clones":175,"num_object_copies":2890,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1445,"num_whiteouts":0,"num_read":78297,"num_read_kb":3997274,"num_write":115910,"num_write_kb":21689902,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"24'3","reported_seq":123,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:49.474324+0000","last_change":"2024-09-16T21:45:49.474324+0000","last_active":"2024-09-16T21:45:49.474324+0000","last_peered":"2024-09-16T21:45:49.474324+0000","last_clean":"2024-09-16T21:45:49.474324+0000","last_became_active":"2024-09-16T20:06:11.556032+0000","last_became_peered":"2024-09-16T20:06:11.556032+0000","last_unstale":"2024-09-16T21:45:49.474324+0000","last_undegraded":"2024-09-16T21:45:49.474324+0000","last_fullsized":"2024-09-16T21:45:49.474324+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'3","last_scrub_stamp":"2024-09-16T21:45:49.474239+0000","last_deep_scrub":"24'3","last_deep_scrub_stamp":"2024-09-16T21:45:49.474239+0000","last_clean_scrub_stamp":"2024-09-16T21:45:49.474239+0000","objects_scrubbed":1,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T07:58:29.160225+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.001228367,"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":27,"num_read_kb":27,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"24'85521","reported_seq":139943,"reported_epoch":24,"state":"active+clean+scrubbing+deep","last_fresh":"2024-09-16T21:46:06.829778+0000","last_change":"2024-09-16T21:45:54.412329+0000","last_active":"2024-09-16T21:46:06.829778+0000","last_peered":"2024-09-16T21:46:06.829778+0000","last_clean":"2024-09-16T21:46:06.829778+0000","last_became_active":"2024-09-16T20:06:57.932817+0000","last_became_peered":"2024-09-16T20:06:57.932817+0000","last_unstale":"2024-09-16T21:46:06.829778+0000","last_undegraded":"2024-09-16T21:46:06.829778+0000","last_fullsized":"2024-09-16T21:46:06.829778+0000","mapping_epoch":17,"log_start":"24'75500","ondisk_log_start":"24'75500","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":719,"log_size":10021,"log_dups_size":0,"ondisk_log_size":10021,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"deep scrubbing for 12s","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0011761810000000001,"stat_sum":{"num_bytes":5596845568,"num_objects":1371,"num_object_clones":154,"num_object_copies":2742,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1371,"num_whiteouts":0,"num_read":54568,"num_read_kb":2394214,"num_write":84664,"num_write_kb":17370578,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"24'2","reported_seq":97,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:50.554575+0000","last_change":"2024-09-16T21:45:50.554575+0000","last_active":"2024-09-16T21:45:50.554575+0000","last_peered":"2024-09-16T21:45:50.554575+0000","last_clean":"2024-09-16T21:45:50.554575+0000","last_became_active":"2024-09-16T20:06:11.555315+0000","last_became_peered":"2024-09-16T20:06:11.555315+0000","last_unstale":"2024-09-16T21:45:50.554575+0000","last_undegraded":"2024-09-16T21:45:50.554575+0000","last_fullsized":"2024-09-16T21:45:50.554575+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'2","last_scrub_stamp":"2024-09-16T21:45:50.554402+0000","last_deep_scrub":"24'2","last_deep_scrub_stamp":"2024-09-16T21:45:50.554402+0000","last_clean_scrub_stamp":"2024-09-16T21:45:50.554402+0000","objects_scrubbed":1,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T08:56:41.254667+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0.00054934899999999997,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":8,"num_read_kb":2,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"24'315655","reported_seq":516476,"reported_epoch":24,"state":"active+clean+scrubbing+deep","last_fresh":"2024-09-16T21:46:06.522081+0000","last_change":"2024-09-16T21:45:48.448722+0000","last_active":"2024-09-16T21:46:06.522081+0000","last_peered":"2024-09-16T21:46:06.522081+0000","last_clean":"2024-09-16T21:46:06.522081+0000","last_became_active":"2024-09-16T20:06:57.932826+0000","last_became_peered":"2024-09-16T20:06:57.932826+0000","last_unstale":"2024-09-16T21:46:06.522081+0000","last_undegraded":"2024-09-16T21:46:06.522081+0000","last_fullsized":"2024-09-16T21:46:06.522081+0000","mapping_epoch":17,"log_start":"24'305600","ondisk_log_start":"24'305600","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":1122,"log_size":10055,"log_dups_size":0,"ondisk_log_size":10055,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"deep scrubbing for 18s","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001124648,"stat_sum":{"num_bytes":5813429248,"num_objects":1423,"num_object_clones":157,"num_object_copies":2846,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1423,"num_whiteouts":0,"num_read":200958,"num_read_kb":4501845,"num_write":314402,"num_write_kb":27116667,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"24'260","reported_seq":359,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:49.437744+0000","last_change":"2024-09-16T21:45:49.437744+0000","last_active":"2024-09-16T21:45:49.437744+0000","last_peered":"2024-09-16T21:45:49.437744+0000","last_clean":"2024-09-16T21:45:49.437744+0000","last_became_active":"2024-09-16T20:06:11.556142+0000","last_became_peered":"2024-09-16T20:06:11.556142+0000","last_unstale":"2024-09-16T21:45:49.437744+0000","last_undegraded":"2024-09-16T21:45:49.437744+0000","last_fullsized":"2024-09-16T21:45:49.437744+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'260","last_scrub_stamp":"2024-09-16T21:45:49.437668+0000","last_deep_scrub":"24'260","last_deep_scrub_stamp":"2024-09-16T21:45:49.437668+0000","last_clean_scrub_stamp":"2024-09-16T21:45:49.437668+0000","objects_scrubbed":2,"log_size":260,"log_dups_size":0,"ondisk_log_size":260,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:58:26.521003+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.00047998799999999999,"stat_sum":{"num_bytes":114,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1292,"num_read_kb":1027,"num_write":514,"num_write_kb":514,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"24'101318","reported_seq":165619,"reported_epoch":24,"state":"active+clean+scrubbing+deep","last_fresh":"2024-09-16T21:46:06.906262+0000","last_change":"2024-09-16T21:45:56.387084+0000","last_active":"2024-09-16T21:46:06.906262+0000","last_peered":"2024-09-16T21:46:06.906262+0000","last_clean":"2024-09-16T21:46:06.906262+0000","last_became_active":"2024-09-16T20:06:57.934775+0000","last_became_peered":"2024-09-16T20:06:57.934775+0000","last_unstale":"2024-09-16T21:46:06.906262+0000","last_undegraded":"2024-09-16T21:46:06.906262+0000","last_fullsized":"2024-09-16T21:46:06.906262+0000","mapping_epoch":17,"log_start":"24'91300","ondisk_log_start":"24'91300","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T20:06:56.906964+0000","last_clean_scrub_stamp":"2024-09-16T20:06:56.906964+0000","objects_scrubbed":598,"log_size":10018,"log_dups_size":0,"ondisk_log_size":10018,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"deep scrubbing for 10s","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.002168344,"stat_sum":{"num_bytes":5519941139,"num_objects":1354,"num_object_clones":169,"num_object_copies":2708,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1354,"num_whiteouts":0,"num_read":64490,"num_read_kb":2768237,"num_write":100574,"num_write_kb":18237218,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"24'2199","reported_seq":5005,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:49.373610+0000","last_change":"2024-09-16T21:45:49.373610+0000","last_active":"2024-09-16T21:45:49.373610+0000","last_peered":"2024-09-16T21:45:49.373610+0000","last_clean":"2024-09-16T21:45:49.373610+0000","last_became_active":"2024-09-16T20:06:11.552104+0000","last_became_peered":"2024-09-16T20:06:11.552104+0000","last_unstale":"2024-09-16T21:45:49.373610+0000","last_undegraded":"2024-09-16T21:45:49.373610+0000","last_fullsized":"2024-09-16T21:45:49.373610+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'2199","last_scrub_stamp":"2024-09-16T21:45:49.373528+0000","last_deep_scrub":"24'2199","last_deep_scrub_stamp":"2024-09-16T21:45:49.373528+0000","last_clean_scrub_stamp":"2024-09-16T21:45:49.373528+0000","objects_scrubbed":3,"log_size":2199,"log_dups_size":0,"ondisk_log_size":2199,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T00:19:08.293603+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.0020752600000000002,"stat_sum":{"num_bytes":674,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":12640,"num_read_kb":10520,"num_write":4164,"num_write_kb":4151,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":146,"num_omap_keys":10,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"24'54","reported_seq":165,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:51.422782+0000","last_change":"2024-09-16T21:45:51.422782+0000","last_active":"2024-09-16T21:45:51.422782+0000","last_peered":"2024-09-16T21:45:51.422782+0000","last_clean":"2024-09-16T21:45:51.422782+0000","last_became_active":"2024-09-16T20:06:07.532454+0000","last_became_peered":"2024-09-16T20:06:07.532454+0000","last_unstale":"2024-09-16T21:45:51.422782+0000","last_undegraded":"2024-09-16T21:45:51.422782+0000","last_fullsized":"2024-09-16T21:45:51.422782+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'54","last_scrub_stamp":"2024-09-16T21:45:51.422612+0000","last_deep_scrub":"24'54","last_deep_scrub_stamp":"2024-09-16T21:45:51.422612+0000","last_clean_scrub_stamp":"2024-09-16T21:45:51.422612+0000","objects_scrubbed":2,"log_size":54,"log_dups_size":0,"ondisk_log_size":54,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:34:38.778456+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":22840115219,"num_objects":5593,"num_object_clones":655,"num_object_copies":11186,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5593,"num_whiteouts":0,"num_read":398313,"num_read_kb":13661570,"num_write":615550,"num_write_kb":84414365,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":44413009920,"data_stored":44809162790,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40134,"ondisk_log_size":40134,"up":8,"acting":8,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2447,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":15,"num_whiteouts":0,"num_read":40256,"num_read_kb":33212,"num_write":13786,"num_write_kb":13749,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":932,"num_omap_keys":38,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":81920,"data_stored":4894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":946,"internal_metadata":0},"log_size":7216,"ondisk_log_size":7216,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":54,"ondisk_log_size":54,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359739572,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":23096000,"kb_used_data":21686256,"kb_used_omap":55,"kb_used_meta":1409672,"kb_avail":71275840,"statfs":{"total":96636764160,"available":72986460160,"internally_reserved":0,"allocated":22206726144,"data_stored":22404654314,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":57176,"internal_metadata":1443504296},"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":34359739572,"num_pgs":11,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11548760,"kb_used_data":10573832,"kb_used_omap":1,"kb_used_meta":974910,"kb_avail":82823080,"statfs":{"total":96636764160,"available":84810833920,"internally_reserved":0,"allocated":10827603968,"data_stored":10931367285,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":998308293},"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":34359739571,"num_pgs":8,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":12859704,"kb_used_data":11113832,"kb_used_omap":1,"kb_used_meta":1745854,"kb_avail":81512136,"statfs":{"total":96636764160,"available":83468427264,"internally_reserved":0,"allocated":11380563968,"data_stored":11474543166,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":1787754949},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":1643,"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":40960,"data_stored":2447,"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":16384,"data_stored":804,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":946,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":11379740672,"data_stored":11473879040,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":10826764288,"data_stored":10930702355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":22206504960,"data_stored":22404581395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T21:46:10.070 INFO:tasks.ceph:pgid 3.3 last_scrub_stamp 2024-09-16T20:06:56.906964+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=56, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:46:10.070 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2024-09-16T20:06:56.906964+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=56, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:46:10.071 INFO:tasks.ceph:pgid 3.1 last_scrub_stamp 2024-09-16T20:06:56.906964+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=56, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:46:10.071 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2024-09-16T20:06:56.906964+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=20, tm_min=6, tm_sec=56, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=21, tm_min=45, tm_sec=46, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T21:46:10.071 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2024-09-16T21:46:30.072 DEBUG:teuthology.orchestra.run.smithi059:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-16T21:46:30.391 INFO:teuthology.orchestra.run.smithi059.stdout: 2024-09-16T21:46:30.392 INFO:teuthology.orchestra.run.smithi059.stderr:dumped all 2024-09-16T21:46:30.410 INFO:teuthology.orchestra.run.smithi059.stdout:{"pg_ready":true,"pg_map":{"version":3033,"stamp":"2024-09-16T21:46:29.487198+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":22840708034,"num_objects":5610,"num_object_clones":655,"num_object_copies":11220,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5610,"num_whiteouts":0,"num_read":438625,"num_read_kb":13694828,"num_write":629415,"num_write_kb":84429220,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":932,"num_omap_keys":38,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":47488,"ondisk_log_size":47488,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":47504464,"kb_used_data":43373920,"kb_used_omap":58,"kb_used_meta":4130437,"kb_avail":235611056,"statfs":{"total":289910292480,"available":241265721344,"internally_reserved":0,"allocated":44414894080,"data_stored":44810564765,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":60366,"internal_metadata":4229567538},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003447"},"pg_stats":[{"pgid":"2.7","version":"24'2827","reported_seq":2932,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:55.418520+0000","last_change":"2024-09-16T21:45:55.418520+0000","last_active":"2024-09-16T21:45:55.418520+0000","last_peered":"2024-09-16T21:45:55.418520+0000","last_clean":"2024-09-16T21:45:55.418520+0000","last_became_active":"2024-09-16T20:06:11.554026+0000","last_became_peered":"2024-09-16T20:06:11.554026+0000","last_unstale":"2024-09-16T21:45:55.418520+0000","last_undegraded":"2024-09-16T21:45:55.418520+0000","last_fullsized":"2024-09-16T21:45:55.418520+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'2827","last_scrub_stamp":"2024-09-16T21:45:55.418368+0000","last_deep_scrub":"24'2827","last_deep_scrub_stamp":"2024-09-16T21:45:55.418368+0000","last_clean_scrub_stamp":"2024-09-16T21:45:55.418368+0000","objects_scrubbed":2,"log_size":2827,"log_dups_size":0,"ondisk_log_size":2827,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:16:46.484918+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.00176772,"stat_sum":{"num_bytes":690,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":16929,"num_read_kb":14095,"num_write":5641,"num_write_kb":5635,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"24'781","reported_seq":2766,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:53.383773+0000","last_change":"2024-09-16T21:45:53.383773+0000","last_active":"2024-09-16T21:45:53.383773+0000","last_peered":"2024-09-16T21:45:53.383773+0000","last_clean":"2024-09-16T21:45:53.383773+0000","last_became_active":"2024-09-16T20:06:11.553483+0000","last_became_peered":"2024-09-16T20:06:11.553483+0000","last_unstale":"2024-09-16T21:45:53.383773+0000","last_undegraded":"2024-09-16T21:45:53.383773+0000","last_fullsized":"2024-09-16T21:45:53.383773+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'781","last_scrub_stamp":"2024-09-16T21:45:53.383642+0000","last_deep_scrub":"24'781","last_deep_scrub_stamp":"2024-09-16T21:45:53.383642+0000","last_clean_scrub_stamp":"2024-09-16T21:45:53.383642+0000","objects_scrubbed":2,"log_size":781,"log_dups_size":0,"ondisk_log_size":781,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T08:30:30.911187+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.0016173680000000001,"stat_sum":{"num_bytes":162,"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":3133,"num_read_kb":2445,"num_write":1282,"num_write_kb":1276,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":348,"num_omap_keys":11,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"24'341","reported_seq":1579,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:52.389528+0000","last_change":"2024-09-16T21:45:52.389528+0000","last_active":"2024-09-16T21:45:52.389528+0000","last_peered":"2024-09-16T21:45:52.389528+0000","last_clean":"2024-09-16T21:45:52.389528+0000","last_became_active":"2024-09-16T20:06:11.556010+0000","last_became_peered":"2024-09-16T20:06:11.556010+0000","last_unstale":"2024-09-16T21:45:52.389528+0000","last_undegraded":"2024-09-16T21:45:52.389528+0000","last_fullsized":"2024-09-16T21:45:52.389528+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'341","last_scrub_stamp":"2024-09-16T21:45:52.389399+0000","last_deep_scrub":"24'341","last_deep_scrub_stamp":"2024-09-16T21:45:52.389399+0000","last_clean_scrub_stamp":"2024-09-16T21:45:52.389399+0000","objects_scrubbed":2,"log_size":341,"log_dups_size":0,"ondisk_log_size":341,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:08:36.242961+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.0019435450000000001,"stat_sum":{"num_bytes":98,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1457,"num_read_kb":1122,"num_write":591,"num_write_kb":585,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":348,"num_omap_keys":11,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"24'803","reported_seq":911,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:50.375460+0000","last_change":"2024-09-16T21:45:50.375185+0000","last_active":"2024-09-16T21:45:50.375460+0000","last_peered":"2024-09-16T21:45:50.375460+0000","last_clean":"2024-09-16T21:45:50.375460+0000","last_became_active":"2024-09-16T20:06:11.553887+0000","last_became_peered":"2024-09-16T20:06:11.553887+0000","last_unstale":"2024-09-16T21:45:50.375460+0000","last_undegraded":"2024-09-16T21:45:50.375460+0000","last_fullsized":"2024-09-16T21:45:50.375460+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'803","last_scrub_stamp":"2024-09-16T21:45:50.374959+0000","last_deep_scrub":"24'803","last_deep_scrub_stamp":"2024-09-16T21:45:50.374959+0000","last_clean_scrub_stamp":"2024-09-16T21:45:50.374959+0000","objects_scrubbed":2,"log_size":803,"log_dups_size":0,"ondisk_log_size":803,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T03:42:51.737173+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.0014838780000000001,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4770,"num_read_kb":3974,"num_write":1591,"num_write_kb":1585,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":90,"num_omap_keys":6,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"24'117515","reported_seq":195675,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:46:14.406601+0000","last_change":"2024-09-16T21:46:14.406601+0000","last_active":"2024-09-16T21:46:14.406601+0000","last_peered":"2024-09-16T21:46:14.406601+0000","last_clean":"2024-09-16T21:46:14.406601+0000","last_became_active":"2024-09-16T20:06:57.934584+0000","last_became_peered":"2024-09-16T20:06:57.934584+0000","last_unstale":"2024-09-16T21:46:14.406601+0000","last_undegraded":"2024-09-16T21:46:14.406601+0000","last_fullsized":"2024-09-16T21:46:14.406601+0000","mapping_epoch":17,"log_start":"24'107500","ondisk_log_start":"24'107500","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'117515","last_scrub_stamp":"2024-09-16T21:46:14.406502+0000","last_deep_scrub":"24'117515","last_deep_scrub_stamp":"2024-09-16T21:46:14.406502+0000","last_clean_scrub_stamp":"2024-09-16T21:46:14.406502+0000","objects_scrubbed":1445,"log_size":10015,"log_dups_size":0,"ondisk_log_size":10015,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":24,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T00:05:27.485258+0000","scrub_duration":23935,"objects_trimmed":0,"snaptrim_duration":0.000991343,"stat_sum":{"num_bytes":5909899264,"num_objects":1445,"num_object_clones":175,"num_object_copies":2890,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1445,"num_whiteouts":0,"num_read":78297,"num_read_kb":3997274,"num_write":115910,"num_write_kb":21689902,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"24'3","reported_seq":124,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:49.474429+0000","last_change":"2024-09-16T21:45:49.474324+0000","last_active":"2024-09-16T21:45:49.474429+0000","last_peered":"2024-09-16T21:45:49.474429+0000","last_clean":"2024-09-16T21:45:49.474429+0000","last_became_active":"2024-09-16T20:06:11.556032+0000","last_became_peered":"2024-09-16T20:06:11.556032+0000","last_unstale":"2024-09-16T21:45:49.474429+0000","last_undegraded":"2024-09-16T21:45:49.474429+0000","last_fullsized":"2024-09-16T21:45:49.474429+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'3","last_scrub_stamp":"2024-09-16T21:45:49.474239+0000","last_deep_scrub":"24'3","last_deep_scrub_stamp":"2024-09-16T21:45:49.474239+0000","last_clean_scrub_stamp":"2024-09-16T21:45:49.474239+0000","objects_scrubbed":1,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T07:58:29.160225+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.001228367,"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":27,"num_read_kb":27,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"24'86173","reported_seq":140627,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:46:16.886285+0000","last_change":"2024-09-16T21:46:16.886285+0000","last_active":"2024-09-16T21:46:16.886285+0000","last_peered":"2024-09-16T21:46:16.886285+0000","last_clean":"2024-09-16T21:46:16.886285+0000","last_became_active":"2024-09-16T20:06:57.932817+0000","last_became_peered":"2024-09-16T20:06:57.932817+0000","last_unstale":"2024-09-16T21:46:16.886285+0000","last_undegraded":"2024-09-16T21:46:16.886285+0000","last_fullsized":"2024-09-16T21:46:16.886285+0000","mapping_epoch":17,"log_start":"24'76100","ondisk_log_start":"24'76100","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'86173","last_scrub_stamp":"2024-09-16T21:46:16.886195+0000","last_deep_scrub":"24'86173","last_deep_scrub_stamp":"2024-09-16T21:46:16.886195+0000","last_clean_scrub_stamp":"2024-09-16T21:46:16.886195+0000","objects_scrubbed":1371,"log_size":10073,"log_dups_size":0,"ondisk_log_size":10073,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":23,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T02:33:29.616671+0000","scrub_duration":22471,"objects_trimmed":0,"snaptrim_duration":0.0011761810000000001,"stat_sum":{"num_bytes":5596845568,"num_objects":1371,"num_object_clones":154,"num_object_copies":2742,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1371,"num_whiteouts":0,"num_read":54568,"num_read_kb":2394214,"num_write":84664,"num_write_kb":17370578,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"24'2","reported_seq":98,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:50.554719+0000","last_change":"2024-09-16T21:45:50.554575+0000","last_active":"2024-09-16T21:45:50.554719+0000","last_peered":"2024-09-16T21:45:50.554719+0000","last_clean":"2024-09-16T21:45:50.554719+0000","last_became_active":"2024-09-16T20:06:11.555315+0000","last_became_peered":"2024-09-16T20:06:11.555315+0000","last_unstale":"2024-09-16T21:45:50.554719+0000","last_undegraded":"2024-09-16T21:45:50.554719+0000","last_fullsized":"2024-09-16T21:45:50.554719+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'2","last_scrub_stamp":"2024-09-16T21:45:50.554402+0000","last_deep_scrub":"24'2","last_deep_scrub_stamp":"2024-09-16T21:45:50.554402+0000","last_clean_scrub_stamp":"2024-09-16T21:45:50.554402+0000","objects_scrubbed":1,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T08:56:41.254667+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0.00054934899999999997,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":8,"num_read_kb":2,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"24'315956","reported_seq":516794,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:46:11.824114+0000","last_change":"2024-09-16T21:46:11.824114+0000","last_active":"2024-09-16T21:46:11.824114+0000","last_peered":"2024-09-16T21:46:11.824114+0000","last_clean":"2024-09-16T21:46:11.824114+0000","last_became_active":"2024-09-16T20:06:57.932826+0000","last_became_peered":"2024-09-16T20:06:57.932826+0000","last_unstale":"2024-09-16T21:46:11.824114+0000","last_undegraded":"2024-09-16T21:46:11.824114+0000","last_fullsized":"2024-09-16T21:46:11.824114+0000","mapping_epoch":17,"log_start":"24'305900","ondisk_log_start":"24'305900","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'315956","last_scrub_stamp":"2024-09-16T21:46:11.824018+0000","last_deep_scrub":"24'315956","last_deep_scrub_stamp":"2024-09-16T21:46:11.824018+0000","last_clean_scrub_stamp":"2024-09-16T21:46:11.824018+0000","objects_scrubbed":1423,"log_size":10056,"log_dups_size":0,"ondisk_log_size":10056,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":24,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T23:45:25.342895+0000","scrub_duration":23371,"objects_trimmed":0,"snaptrim_duration":0.001124648,"stat_sum":{"num_bytes":5813429248,"num_objects":1423,"num_object_clones":157,"num_object_copies":2846,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1423,"num_whiteouts":0,"num_read":200958,"num_read_kb":4501845,"num_write":314402,"num_write_kb":27116667,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2],"acting":[0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"24'260","reported_seq":359,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:49.437744+0000","last_change":"2024-09-16T21:45:49.437744+0000","last_active":"2024-09-16T21:45:49.437744+0000","last_peered":"2024-09-16T21:45:49.437744+0000","last_clean":"2024-09-16T21:45:49.437744+0000","last_became_active":"2024-09-16T20:06:11.556142+0000","last_became_peered":"2024-09-16T20:06:11.556142+0000","last_unstale":"2024-09-16T21:45:49.437744+0000","last_undegraded":"2024-09-16T21:45:49.437744+0000","last_fullsized":"2024-09-16T21:45:49.437744+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'260","last_scrub_stamp":"2024-09-16T21:45:49.437668+0000","last_deep_scrub":"24'260","last_deep_scrub_stamp":"2024-09-16T21:45:49.437668+0000","last_clean_scrub_stamp":"2024-09-16T21:45:49.437668+0000","objects_scrubbed":2,"log_size":260,"log_dups_size":0,"ondisk_log_size":260,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:58:26.521003+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.00047998799999999999,"stat_sum":{"num_bytes":114,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":1292,"num_read_kb":1027,"num_write":514,"num_write_kb":514,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"24'102074","reported_seq":166432,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:46:18.898214+0000","last_change":"2024-09-16T21:46:18.898214+0000","last_active":"2024-09-16T21:46:18.898214+0000","last_peered":"2024-09-16T21:46:18.898214+0000","last_clean":"2024-09-16T21:46:18.898214+0000","last_became_active":"2024-09-16T20:06:57.934775+0000","last_became_peered":"2024-09-16T20:06:57.934775+0000","last_unstale":"2024-09-16T21:46:18.898214+0000","last_undegraded":"2024-09-16T21:46:18.898214+0000","last_fullsized":"2024-09-16T21:46:18.898214+0000","mapping_epoch":17,"log_start":"24'92000","ondisk_log_start":"24'92000","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'102074","last_scrub_stamp":"2024-09-16T21:46:18.898027+0000","last_deep_scrub":"24'102074","last_deep_scrub_stamp":"2024-09-16T21:46:18.898027+0000","last_clean_scrub_stamp":"2024-09-16T21:46:18.898027+0000","objects_scrubbed":1354,"log_size":10074,"log_dups_size":0,"ondisk_log_size":10074,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":23,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T04:13:11.279375+0000","scrub_duration":22511,"objects_trimmed":0,"snaptrim_duration":0.002168344,"stat_sum":{"num_bytes":5519941139,"num_objects":1354,"num_object_clones":169,"num_object_copies":2708,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1354,"num_whiteouts":0,"num_read":64490,"num_read_kb":2768237,"num_write":100574,"num_write_kb":18237218,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"24'2199","reported_seq":5006,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:49.373685+0000","last_change":"2024-09-16T21:45:49.373610+0000","last_active":"2024-09-16T21:45:49.373685+0000","last_peered":"2024-09-16T21:45:49.373685+0000","last_clean":"2024-09-16T21:45:49.373685+0000","last_became_active":"2024-09-16T20:06:11.552104+0000","last_became_peered":"2024-09-16T20:06:11.552104+0000","last_unstale":"2024-09-16T21:45:49.373685+0000","last_undegraded":"2024-09-16T21:45:49.373685+0000","last_fullsized":"2024-09-16T21:45:49.373685+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'2199","last_scrub_stamp":"2024-09-16T21:45:49.373528+0000","last_deep_scrub":"24'2199","last_deep_scrub_stamp":"2024-09-16T21:45:49.373528+0000","last_clean_scrub_stamp":"2024-09-16T21:45:49.373528+0000","objects_scrubbed":3,"log_size":2199,"log_dups_size":0,"ondisk_log_size":2199,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T00:19:08.293603+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.0020752600000000002,"stat_sum":{"num_bytes":674,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":12640,"num_read_kb":10520,"num_write":4164,"num_write_kb":4151,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":146,"num_omap_keys":10,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"24'54","reported_seq":165,"reported_epoch":24,"state":"active+clean","last_fresh":"2024-09-16T21:45:51.422782+0000","last_change":"2024-09-16T21:45:51.422782+0000","last_active":"2024-09-16T21:45:51.422782+0000","last_peered":"2024-09-16T21:45:51.422782+0000","last_clean":"2024-09-16T21:45:51.422782+0000","last_became_active":"2024-09-16T20:06:07.532454+0000","last_became_peered":"2024-09-16T20:06:07.532454+0000","last_unstale":"2024-09-16T21:45:51.422782+0000","last_undegraded":"2024-09-16T21:45:51.422782+0000","last_fullsized":"2024-09-16T21:45:51.422782+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"24'54","last_scrub_stamp":"2024-09-16T21:45:51.422612+0000","last_deep_scrub":"24'54","last_deep_scrub_stamp":"2024-09-16T21:45:51.422612+0000","last_clean_scrub_stamp":"2024-09-16T21:45:51.422612+0000","objects_scrubbed":2,"log_size":54,"log_dups_size":0,"ondisk_log_size":54,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T01:34:38.778456+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":22840115219,"num_objects":5593,"num_object_clones":655,"num_object_copies":11186,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5593,"num_whiteouts":0,"num_read":398313,"num_read_kb":13661570,"num_write":615550,"num_write_kb":84414365,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":44413009920,"data_stored":44809162790,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40218,"ondisk_log_size":40218,"up":8,"acting":8,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2447,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":15,"num_whiteouts":0,"num_read":40256,"num_read_kb":33212,"num_write":13786,"num_write_kb":13749,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":932,"num_omap_keys":38,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":81920,"data_stored":4894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":946,"internal_metadata":0},"log_size":7216,"ondisk_log_size":7216,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":56,"num_read_kb":46,"num_write":79,"num_write_kb":1106,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":54,"ondisk_log_size":54,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359739576,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":23087680,"kb_used_data":21686256,"kb_used_omap":55,"kb_used_meta":1401352,"kb_avail":71284160,"statfs":{"total":96636764160,"available":72994979840,"internally_reserved":0,"allocated":22206726144,"data_stored":22404654314,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":57176,"internal_metadata":1434984616},"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":34359739576,"num_pgs":11,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11552920,"kb_used_data":10573832,"kb_used_omap":1,"kb_used_meta":979070,"kb_avail":82818920,"statfs":{"total":96636764160,"available":84806574080,"internally_reserved":0,"allocated":10827603968,"data_stored":10931367285,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":1002568133},"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":34359739575,"num_pgs":8,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":12863864,"kb_used_data":11113832,"kb_used_omap":1,"kb_used_meta":1750014,"kb_avail":81507976,"statfs":{"total":96636764160,"available":83464167424,"internally_reserved":0,"allocated":11380563968,"data_stored":11474543166,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":1792014789},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":1643,"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":40960,"data_stored":2447,"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":16384,"data_stored":804,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":946,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":11379740672,"data_stored":11473879040,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":10826764288,"data_stored":10930702355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":22206504960,"data_stored":22404581395,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T21:46:30.412 DEBUG:teuthology.orchestra.run.smithi059:> sudo ceph --cluster cluster1 config set global mon_health_to_clog false 2024-09-16T21:46:30.747 INFO:teuthology.misc:Shutting down mds daemons... 2024-09-16T21:46:30.748 INFO:teuthology.misc:Shutting down osd daemons... 2024-09-16T21:46:30.748 DEBUG:tasks.ceph.cluster1.osd.0:waiting for process to exit 2024-09-16T21:46:30.748 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T21:46:35.644 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.0 is failed for ~0s 2024-09-16T21:46:36.850 INFO:tasks.ceph.cluster1.osd.0:Stopped 2024-09-16T21:46:36.850 DEBUG:tasks.ceph.cluster1.osd.1:waiting for process to exit 2024-09-16T21:46:36.850 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T21:46:40.947 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.1 is failed for ~0s 2024-09-16T21:46:40.947 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.0 has been restored 2024-09-16T21:46:42.952 INFO:tasks.ceph.cluster1.osd.1:Stopped 2024-09-16T21:46:42.953 DEBUG:tasks.ceph.cluster1.osd.2:waiting for process to exit 2024-09-16T21:46:42.953 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T21:46:46.149 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~0s 2024-09-16T21:46:46.149 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.1 has been restored 2024-09-16T21:46:49.054 INFO:tasks.ceph.cluster1.osd.2:Stopped 2024-09-16T21:46:49.054 INFO:teuthology.misc:Shutting down mgr daemons... 2024-09-16T21:46:49.055 DEBUG:tasks.ceph.cluster1.mgr.x:waiting for process to exit 2024-09-16T21:46:49.055 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T21:46:49.086 INFO:tasks.ceph.cluster1.mgr.x:Stopped 2024-09-16T21:46:49.086 INFO:teuthology.misc:Shutting down mon daemons... 2024-09-16T21:46:49.086 DEBUG:tasks.ceph.cluster1.mon.a:waiting for process to exit 2024-09-16T21:46:49.086 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T21:46:49.152 INFO:tasks.ceph.cluster1.mon.a:Stopped 2024-09-16T21:46:49.152 INFO:tasks.ceph:Checking cluster log for badness... 2024-09-16T21:46:49.152 DEBUG:teuthology.orchestra.run.smithi059:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/cluster1.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-16T21:46:49.292 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster1-0 on ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T21:46:49.292 DEBUG:teuthology.orchestra.run.smithi059:> sync && sudo umount -f /var/lib/ceph/osd/cluster1-0 2024-09-16T21:46:49.544 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster1-1 on ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T21:46:49.544 DEBUG:teuthology.orchestra.run.smithi059:> sync && sudo umount -f /var/lib/ceph/osd/cluster1-1 2024-09-16T21:46:49.756 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster1-2 on ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T21:46:49.756 DEBUG:teuthology.orchestra.run.smithi059:> sync && sudo umount -f /var/lib/ceph/osd/cluster1-2 2024-09-16T21:46:50.123 INFO:tasks.ceph:Archiving mon data... 2024-09-16T21:46:50.124 DEBUG:teuthology.misc:Transferring archived files from smithi059:/var/lib/ceph/mon/cluster1-a to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418/data/cluster1.mon.a.tgz 2024-09-16T21:46:50.124 DEBUG:teuthology.orchestra.run.smithi059:> mktemp 2024-09-16T21:46:50.148 INFO:teuthology.orchestra.run.smithi059.stdout:/tmp/tmp.dD63lJtMXc 2024-09-16T21:46:50.148 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar cz -f - -C /var/lib/ceph/mon/cluster1-a -- . > /tmp/tmp.dD63lJtMXc 2024-09-16T21:46:50.264 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 0666 /tmp/tmp.dD63lJtMXc 2024-09-16T21:46:50.345 DEBUG:teuthology.orchestra.remote:smithi059:/tmp/tmp.dD63lJtMXc is 264KB 2024-09-16T21:46:50.403 DEBUG:teuthology.orchestra.run.smithi059:> rm -fr /tmp/tmp.dD63lJtMXc 2024-09-16T21:46:50.409 INFO:tasks.ceph:Cleaning ceph cluster... 2024-09-16T21:46:50.409 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -rf -- /etc/ceph/cluster1.conf /etc/ceph/cluster1.keyring /home/ubuntu/cephtest/cluster1.data /home/ubuntu/cephtest/cluster1.monmap /home/ubuntu/cephtest/../*.pid 2024-09-16T21:46:50.455 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -rf -- /etc/ceph/cluster1.conf /etc/ceph/cluster1.keyring /home/ubuntu/cephtest/cluster1.data /home/ubuntu/cephtest/cluster1.monmap /home/ubuntu/cephtest/../*.pid 2024-09-16T21:46:50.526 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2024-09-16T21:46:50.532 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2024-09-16T21:46:50.532 INFO:tasks.ceph:Archiving crash dumps... 2024-09-16T21:46:50.534 DEBUG:teuthology.misc:Transferring archived files from smithi059:/var/lib/ceph/crash to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418/remote/smithi059/crash 2024-09-16T21:46:50.534 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2024-09-16T21:46:50.583 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/lib/ceph/crash to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418/remote/smithi103/crash 2024-09-16T21:46:50.583 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2024-09-16T21:46:50.596 INFO:tasks.ceph:Compressing logs... 2024-09-16T21:46:50.597 DEBUG:teuthology.orchestra.run.smithi059:> time sudo find /var/log/ceph -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T21:46:50.627 DEBUG:teuthology.orchestra.run.smithi103:> time sudo find /var/log/ceph -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T21:46:50.649 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29936.log 2024-09-16T21:46:50.650 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34458.log 2024-09-16T21:46:50.650 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29936.log: gzip -5 0.0% --verbose -- replaced with /var/log/ceph/cluster1-client.admin.29936.log.gz -- 2024-09-16T21:46:50.650 INFO:teuthology.orchestra.run.smithi059.stderr: /var/log/ceph/cluster1-client.admin.34405.log 2024-09-16T21:46:50.652 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34458.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30321.log 2024-09-16T21:46:50.652 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34458.log.gz 2024-09-16T21:46:50.652 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34405.log: gzip -5 --verbose -- /var/log/ceph/cluster1.audit.log 2024-09-16T21:46:50.652 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34405.log.gz 2024-09-16T21:46:50.652 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster2-client.admin.30321.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29832.log 2024-09-16T21:46:50.652 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30321.log.gz 2024-09-16T21:46:50.652 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1.audit.log: gzip -5 --verbose -- /var/log/ceph/cluster1-mon.a.log 2024-09-16T21:46:50.654 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29832.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34301.log 2024-09-16T21:46:50.654 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29832.log.gz 2024-09-16T21:46:50.654 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34223.log 2024-09-16T21:46:50.654 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-mon.a.log: /var/log/ceph/cluster1-client.admin.34301.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.31541.log 2024-09-16T21:46:50.654 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34301.log.gz 2024-09-16T21:46:50.654 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34223.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30796.log 2024-09-16T21:46:50.654 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34223.log.gz 2024-09-16T21:46:50.654 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster2-client.admin.31541.log: gzip -5 --verbose -- /var/log/ceph/ceph.tmp-client.admin.21443.log 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30237.log 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30796.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30796.log.gz 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30022.log 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/ceph.tmp-client.admin.21443.log: 0.0% -- replaced with /var/log/ceph/ceph.tmp-client.admin.21443.log.gz 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30237.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29709.log 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30237.log.gz 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30118.log 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30022.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30022.log.gz 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29709.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30212.log 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29709.log.gz 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30118.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29684.log 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30118.log.gz 2024-09-16T21:46:50.657 INFO:teuthology.orchestra.run.smithi059.stderr: 87.5%/var/log/ceph/cluster1-client.admin.30212.log: -- replaced with /var/log/ceph/cluster1.audit.log.gz 2024-09-16T21:46:50.658 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30716.log 2024-09-16T21:46:50.658 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30212.log.gz 2024-09-16T21:46:50.658 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29684.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34171.log 2024-09-16T21:46:50.658 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29684.log.gz 2024-09-16T21:46:50.660 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster2-client.admin.30716.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30716.log.gz 2024-09-16T21:46:50.661 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30279.log 2024-09-16T21:46:50.661 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34171.log: gzip -5 --verbose -- /var/log/ceph/cluster1-mgr.x.log 2024-09-16T21:46:50.661 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34171.log.gz 2024-09-16T21:46:50.661 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30279.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29780.log 2024-09-16T21:46:50.661 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30279.log.gz 2024-09-16T21:46:50.661 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30237.log 2024-09-16T21:46:50.661 INFO:teuthology.orchestra.run.smithi059.stderr: 21.2% -- replaced with /var/log/ceph/cluster2-client.admin.31541.log.gz 2024-09-16T21:46:50.661 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29780.log: gzip -5 --verbose -- /var/log/ceph/cluster1-osd.2.log 2024-09-16T21:46:50.661 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29780.log.gz 2024-09-16T21:46:50.661 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster2-client.admin.30237.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.32474.log 2024-09-16T21:46:50.661 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30237.log.gz 2024-09-16T21:46:50.661 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29943.log 2024-09-16T21:46:50.662 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster2-client.admin.32474.log: gzip -5 --verbose -- /var/log/ceph/cluster1-osd.0.log 2024-09-16T21:46:50.662 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29943.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34275.log 2024-09-16T21:46:50.662 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29943.log.gz 2024-09-16T21:46:50.662 INFO:teuthology.orchestra.run.smithi059.stderr: 20.8% -- replaced with /var/log/ceph/cluster2-client.admin.32474.log.gz 2024-09-16T21:46:50.662 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-osd.0.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30716.log 2024-09-16T21:46:50.662 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34275.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30186.log 2024-09-16T21:46:50.662 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34275.log.gz 2024-09-16T21:46:50.668 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30716.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34432.log 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30716.log.gz 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30186.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.32326.log 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30186.log.gz 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34432.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.25133.log 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34432.log.gz 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.32326.log: gzip -5 0.0% --verbose -- replaced with /var/log/ceph/cluster1-client.admin.32326.log.gz -- 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr: /var/log/ceph/cluster1-client.admin.30321.log 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.25133.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.25133.log.gz 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.32474.log 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30321.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34327.log 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30321.log.gz 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.32474.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.32474.log.gz 2024-09-16T21:46:50.669 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.25157.log 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34327.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30092.log 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34327.log.gz 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.25157.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.25157.log.gz 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27802.log 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30092.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.25260.log 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30092.log.gz 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.27802.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29754.log 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27802.log.gz 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.25260.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29734.log 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.25260.log.gz 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29754.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29754.log.gz 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34145.log 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29734.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.25015.log 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29734.log.gz 2024-09-16T21:46:50.670 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29806.log 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34145.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34145.log.gz 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.25015.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29863.log 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.25015.log.gz 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29806.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30279.log 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29806.log.gz 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29863.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34353.log 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29863.log.gz 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5/var/log/ceph/cluster2-client.admin.30279.log: --verbose -- /var/log/ceph/cluster1-client.admin.29866.log 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30279.log.gz 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34353.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34249.log 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34353.log.gz 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29866.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.0.30883.log 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29866.log.gz 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34249.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34482.log 2024-09-16T21:46:50.671 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34249.log.gz 2024-09-16T21:46:50.672 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.0.30883.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31541.log 2024-09-16T21:46:50.681 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34482.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30756.log 2024-09-16T21:46:50.681 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34482.log.gz 2024-09-16T21:46:50.681 INFO:teuthology.orchestra.run.smithi059.stderr: 55.5% -- replaced with /var/log/ceph/cluster1-client.0.30883.log.gz 2024-09-16T21:46:50.681 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30021.log 2024-09-16T21:46:50.681 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.31541.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31541.log.gz 2024-09-16T21:46:50.681 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster2-client.admin.30756.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30014.log 2024-09-16T21:46:50.681 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30756.log.gz 2024-09-16T21:46:50.681 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30021.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30144.log 2024-09-16T21:46:50.681 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30021.log.gz 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30014.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34379.log 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30014.log.gz 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30144.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30796.log 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30144.log.gz 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34379.log: gzip -5 --verbose -- /var/log/ceph/cluster1.log 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34379.log.gz 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster2-client.admin.30796.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30883.log 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30796.log.gz 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29865.log 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster2-client.admin.30883.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.25109.log 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29865.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29944.log 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29865.log.gz 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.25109.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.25192.log 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.25109.log.gz 2024-09-16T21:46:50.682 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.29944.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30756.log 2024-09-16T21:46:50.683 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29944.log.gz 2024-09-16T21:46:50.683 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.25192.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.25192.log.gz 2024-09-16T21:46:50.683 INFO:teuthology.orchestra.run.smithi059.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34197.log 2024-09-16T21:46:50.683 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.30756.log: gzip -5 --verbose -- /var/log/ceph/cluster1-osd.1.log 2024-09-16T21:46:50.683 INFO:teuthology.orchestra.run.smithi059.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30756.log.gz 2024-09-16T21:46:50.683 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-client.admin.34197.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34197.log.gz 2024-09-16T21:46:50.683 INFO:teuthology.orchestra.run.smithi059.stderr:/var/log/ceph/cluster1-osd.1.log: 55.8% -- replaced with /var/log/ceph/cluster2-client.admin.30883.log.gz 2024-09-16T21:46:50.683 INFO:teuthology.orchestra.run.smithi059.stderr: 89.7% -- replaced with /var/log/ceph/cluster1.log.gz 2024-09-16T21:46:50.697 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/ceph.tmp-client.admin.21521.log 2024-09-16T21:46:50.697 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30280.log 2024-09-16T21:46:50.697 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/ceph.tmp-client.admin.21521.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29930.log 2024-09-16T21:46:50.697 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/ceph.tmp-client.admin.21521.log.gz 2024-09-16T21:46:50.697 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30280.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.31043.log 2024-09-16T21:46:50.697 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30280.log.gz 2024-09-16T21:46:50.697 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.29930.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30991.log 2024-09-16T21:46:50.697 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29930.log.gz 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.31043.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.31043.log.gz 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30530.log 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30991.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.31017.log 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30991.log.gz 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30530.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30427.log 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30530.log.gz 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.31017.log: gzip 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.31017.log.gz -5 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr: --verbose -- /var/log/ceph/cluster2-client.admin.30634.log 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30427.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30209.log 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30427.log.gz 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30634.log: gzip 0.0% -5 -- replaced with /var/log/ceph/cluster2-client.admin.30634.log.gz --verbose 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr: -- /var/log/ceph/cluster2-client.admin.30343.log 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30209.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30209.log.gz 2024-09-16T21:46:50.698 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-osd.1.log 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5/var/log/ceph/cluster2-client.admin.30343.log: --verbose -- /var/log/ceph/cluster2-mon.a.log 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30343.log.gz 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-osd.1.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.25209.log 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30488.log 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.25209.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30302.log 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25209.log.gz 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30488.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30385.log 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30488.log.gz 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30302.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30302.log.gz 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29819.log 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30385.log: gzip -5 --verbose -- /var/log/ceph/cluster2-mgr.x.log 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30385.log.gz 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.29819.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29819.log.gz 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30406.log 2024-09-16T21:46:50.699 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30887.log 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30406.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30001.log 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30406.log.gz 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30887.log: gzip 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30887.log.gz 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr: -5 --verbose -- /var/log/ceph/cluster2.audit.log 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30001.log: gzip -5 --verbose -- /var/log/ceph/cluster2.log 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30001.log.gz 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2.audit.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30573.log 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2.log: 87.4% -- replaced with /var/log/ceph/cluster2.audit.log.gz 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30676.log 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30573.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30157.log 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30573.log.gz 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30676.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30676.log.gz 2024-09-16T21:46:50.700 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.31095.log 2024-09-16T21:46:50.701 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30157.log: 0.0%gzip -- replaced with /var/log/ceph/cluster2-client.admin.30157.log.gz -5 2024-09-16T21:46:50.701 INFO:teuthology.orchestra.run.smithi103.stderr: --verbose -- /var/log/ceph/cluster2-client.admin.27878.log 2024-09-16T21:46:50.701 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5/var/log/ceph/cluster2-client.admin.31095.log: --verbose -- /var/log/ceph/cluster2-client.admin.29799.log 2024-09-16T21:46:50.701 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.31095.log.gz 2024-09-16T21:46:50.701 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.27878.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30965.log 2024-09-16T21:46:50.701 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.27878.log.gz 2024-09-16T21:46:50.701 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.29799.log: gzip -5 --verbose -- 0.0% /var/log/ceph/cluster2-client.admin.29871.log -- replaced with /var/log/ceph/cluster2-client.admin.29799.log.gz 2024-09-16T21:46:50.701 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-16T21:46:50.701 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30697.log 2024-09-16T21:46:50.701 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30965.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30965.log.gz 2024-09-16T21:46:50.701 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.29871.log: 0.0%gzip -- replaced with /var/log/ceph/cluster2-client.admin.29871.log.gz 2024-09-16T21:46:50.701 INFO:teuthology.orchestra.run.smithi103.stderr: -5 --verbose -- /var/log/ceph/cluster2-client.admin.29931.log 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30697.log: gzip -5 --verbose 0.0% -- -- replaced with /var/log/ceph/cluster2-client.admin.30697.log.gz /var/log/ceph/cluster2-client.admin.25233.log 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.29931.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29897.log 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29931.log.gz 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.25233.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25233.log.gz 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30551.log 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.29897.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29897.log.gz 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30448.log 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30079.log 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30551.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30551.log.gz 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30448.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30448.log.gz 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30364.log 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30079.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30008.log 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30079.log.gz 2024-09-16T21:46:50.702 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30364.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30509.log 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30364.log.gz 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30008.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30719.log 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr: 91.1% -- replaced with /var/log/ceph/cluster2.log.gz 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30008.log.gz 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30509.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30594.log 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30509.log.gz 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30719.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30655.log 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30719.log.gz 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30594.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29774.log 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30594.log.gz 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30655.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.31069.log 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30655.log.gz 2024-09-16T21:46:50.703 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.29774.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30861.log 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29774.log.gz 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.31069.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30939.log 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.31069.log.gz 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30861.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30183.log 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30861.log.gz 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30939.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30087.log 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30939.log.gz 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30183.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.25332.log 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30183.log.gz 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30087.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29845.log 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30087.log.gz 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.25332.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30612.log 2024-09-16T21:46:50.704 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25332.log.gz 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.29845.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29929.log 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29845.log.gz 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30612.log: gzip 0.0% -5 --verbose -- replaced with /var/log/ceph/cluster2-client.admin.30612.log.gz -- 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr: /var/log/ceph/cluster2-client.admin.30009.log 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.29929.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.31119.log 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29929.log.gz 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30009.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.25091.log 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30009.log.gz 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.31119.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30083.log 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.31119.log.gz 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.25091.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30466.log 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25091.log.gz 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30083.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.25185.log 2024-09-16T21:46:50.705 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30083.log.gz 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30466.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30809.log 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30466.log.gz 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.25185.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29749.log 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25185.log.gz 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30809.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30835.log 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30809.log.gz 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.29749.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.25268.log 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29749.log.gz 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30835.log: gzip -5 --verbose -- 0.0% /var/log/ceph/cluster2-client.admin.30234.log -- replaced with /var/log/ceph/cluster2-client.admin.30835.log.gz 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.25268.log: gzip -5 --verbose -- /var/log/ceph/cluster2-osd.0.log 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25268.log.gz 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30234.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30260.log 2024-09-16T21:46:50.706 INFO:teuthology.orchestra.run.smithi103.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30234.log.gz 2024-09-16T21:46:50.707 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-osd.0.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30913.log 2024-09-16T21:46:50.707 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30260.log: gzip -5 --verbose 0.0% -- /var/log/ceph/cluster2-osd.2.log -- replaced with /var/log/ceph/cluster2-client.admin.30260.log.gz 2024-09-16T21:46:50.707 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-16T21:46:50.707 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-client.admin.30913.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30913.log.gz 2024-09-16T21:46:51.150 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 has been restored 2024-09-16T21:46:51.261 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cluster2-osd.2.log: 92.1% -- replaced with /var/log/ceph/cluster2-mgr.x.log.gz 2024-09-16T21:46:51.441 INFO:teuthology.orchestra.run.smithi103.stderr: 94.1% -- replaced with /var/log/ceph/cluster2-osd.2.log.gz 2024-09-16T21:46:51.672 INFO:teuthology.orchestra.run.smithi103.stderr: 92.1% -- replaced with /var/log/ceph/cluster2-mon.a.log.gz 2024-09-16T21:46:51.920 INFO:teuthology.orchestra.run.smithi103.stderr: 94.4% -- replaced with /var/log/ceph/cluster2-osd.0.log.gz 2024-09-16T21:46:52.057 INFO:teuthology.orchestra.run.smithi103.stderr: 94.0% -- replaced with /var/log/ceph/cluster2-osd.1.log.gz 2024-09-16T21:46:52.059 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-09-16T21:46:52.059 INFO:teuthology.orchestra.run.smithi103.stderr:real 0m1.416s 2024-09-16T21:46:52.059 INFO:teuthology.orchestra.run.smithi103.stderr:user 0m4.871s 2024-09-16T21:46:52.059 INFO:teuthology.orchestra.run.smithi103.stderr:sys 0m0.181s 2024-09-16T21:46:52.334 INFO:teuthology.orchestra.run.smithi059.stderr: 92.0% -- replaced with /var/log/ceph/cluster1-mgr.x.log.gz 2024-09-16T21:46:54.122 INFO:teuthology.orchestra.run.smithi059.stderr: 90.7% -- replaced with /var/log/ceph/cluster1-mon.a.log.gz 2024-09-16T21:48:18.312 INFO:teuthology.orchestra.run.smithi059.stderr: 95.0% -- replaced with /var/log/ceph/cluster1-osd.2.log.gz 2024-09-16T21:48:44.864 INFO:teuthology.orchestra.run.smithi059.stderr: 94.7% -- replaced with /var/log/ceph/cluster1-osd.1.log.gz 2024-09-16T21:49:48.926 INFO:teuthology.orchestra.run.smithi059.stderr: 94.9% -- replaced with /var/log/ceph/cluster1-osd.0.log.gz 2024-09-16T21:49:48.928 INFO:teuthology.orchestra.run.smithi059.stderr: 2024-09-16T21:49:48.928 INFO:teuthology.orchestra.run.smithi059.stderr:real 2m58.298s 2024-09-16T21:49:48.928 INFO:teuthology.orchestra.run.smithi059.stderr:user 4m35.467s 2024-09-16T21:49:48.928 INFO:teuthology.orchestra.run.smithi059.stderr:sys 0m11.059s 2024-09-16T21:49:48.928 INFO:tasks.ceph:Archiving logs... 2024-09-16T21:49:48.929 DEBUG:teuthology.misc:Transferring archived files from smithi059:/var/log/ceph to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418/remote/smithi059/log 2024-09-16T21:49:48.931 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T21:50:11.388 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/log/ceph to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418/remote/smithi103/log 2024-09-16T21:50:11.389 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T21:50:12.020 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-16T21:50:12.029 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-16T21:50:12.029 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T21:50:12.032 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T21:50:12.099 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-16T21:50:12.108 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-16T21:50:12.108 DEBUG:teuthology.orchestra.run.smithi059:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T21:50:12.111 DEBUG:teuthology.orchestra.run.smithi103:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T21:50:12.130 INFO:teuthology.orchestra.run.smithi103.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T21:50:12.130 INFO:teuthology.orchestra.run.smithi103.stdout:============================================================================== 2024-09-16T21:50:12.130 INFO:teuthology.orchestra.run.smithi103.stdout:+hv01.front.sepi 67.205.162.81 3 u 57 256 377 0.204 -6.242 1.048 2024-09-16T21:50:12.130 INFO:teuthology.orchestra.run.smithi103.stdout:*hv02.front.sepi 63.231.80.2 3 u 45 256 377 0.181 -1.692 0.381 2024-09-16T21:50:12.130 INFO:teuthology.orchestra.run.smithi103.stdout:+hv03.front.sepi 74.6.168.72 3 u 71 256 377 0.189 +1.056 0.667 2024-09-16T21:50:12.130 INFO:teuthology.orchestra.run.smithi103.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-09-16T21:50:12.160 INFO:teuthology.orchestra.run.smithi059.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T21:50:12.161 INFO:teuthology.orchestra.run.smithi059.stdout:============================================================================== 2024-09-16T21:50:12.161 INFO:teuthology.orchestra.run.smithi059.stdout:+hv01.front.sepi 67.205.162.81 3 u 31 256 377 0.190 -4.548 0.325 2024-09-16T21:50:12.161 INFO:teuthology.orchestra.run.smithi059.stdout:*hv02.front.sepi 63.231.80.2 3 u 179 256 377 0.173 +0.623 0.947 2024-09-16T21:50:12.161 INFO:teuthology.orchestra.run.smithi059.stdout:+hv03.front.sepi 74.6.168.72 3 u 10 256 377 0.165 +2.740 0.408 2024-09-16T21:50:12.161 INFO:teuthology.orchestra.run.smithi059.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-09-16T21:50:12.162 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-16T21:50:12.200 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-16T21:50:12.201 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-16T21:50:12.211 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-16T21:50:12.221 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-16T21:50:12.230 INFO:teuthology.task.internal:Duration was 6848.899021 seconds 2024-09-16T21:50:12.230 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-16T21:50:12.239 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-16T21:50:12.240 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T21:50:12.242 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T21:50:12.382 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-16T21:50:12.383 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi059.front.sepia.ceph.com 2024-09-16T21:50:12.383 DEBUG:teuthology.orchestra.run.smithi059:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-16T21:50:12.393 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi103.front.sepia.ceph.com 2024-09-16T21:50:12.393 DEBUG:teuthology.orchestra.run.smithi103:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-16T21:50:12.404 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-16T21:50:12.404 DEBUG:teuthology.orchestra.run.smithi059:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T21:50:12.442 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T21:50:12.479 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-16T21:50:12.480 DEBUG:teuthology.orchestra.run.smithi059:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T21:50:12.523 DEBUG:teuthology.orchestra.run.smithi103:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T21:50:12.636 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-16T21:50:12.647 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-16T21:50:12.647 DEBUG:teuthology.orchestra.run.smithi059:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T21:50:12.674 DEBUG:teuthology.orchestra.run.smithi103:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T21:50:12.687 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-16T21:50:12.697 DEBUG:teuthology.orchestra.run.smithi059:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-16T21:50:12.719 DEBUG:teuthology.orchestra.run.smithi103:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-16T21:50:12.745 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = core 2024-09-16T21:50:12.746 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = core 2024-09-16T21:50:12.765 DEBUG:teuthology.orchestra.run.smithi059:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T21:50:12.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T21:50:12.805 DEBUG:teuthology.orchestra.run.smithi103:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T21:50:12.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T21:50:12.811 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-16T21:50:12.820 INFO:teuthology.task.internal:Transferring archived files... 2024-09-16T21:50:12.822 DEBUG:teuthology.misc:Transferring archived files from smithi059:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418/remote/smithi059 2024-09-16T21:50:12.822 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T21:50:12.874 DEBUG:teuthology.misc:Transferring archived files from smithi103:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907418/remote/smithi103 2024-09-16T21:50:12.874 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T21:50:12.896 INFO:teuthology.task.internal:Removing archive directory... 2024-09-16T21:50:12.896 DEBUG:teuthology.orchestra.run.smithi059:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T21:50:12.910 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T21:50:12.944 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-16T21:50:12.955 INFO:teuthology.task.internal:Not uploading archives. 2024-09-16T21:50:12.955 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-16T21:50:12.965 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-16T21:50:12.965 DEBUG:teuthology.orchestra.run.smithi059:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T21:50:12.967 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T21:50:12.970 INFO:teuthology.orchestra.run.smithi059.stdout: 658638 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 21:50 /home/ubuntu/cephtest 2024-09-16T21:50:12.991 INFO:teuthology.orchestra.run.smithi103.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 21:50 /home/ubuntu/cephtest 2024-09-16T21:50:12.993 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-16T21:50:13.006 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-16T21:50:13.033 INFO:teuthology.run:Summary data: description: rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-bitmap 4-supported-random-distro$/{ubuntu_latest} 5-data-pool/replicated 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}} duration: 6848.8990206718445 flavor: default owner: scheduled_dis@teuthology success: true 2024-09-16T21:50:13.033 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T21:50:13.115 INFO:teuthology.run:pass