2024-09-12T07:37:19.779 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-12T07:37:19.799 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-12T07:37:19.893 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429 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/ec 6-prepare/native-standalone 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: '7902429' 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-12_04:46:10-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 enable experimental unrecoverable data corrupting features: '*' mon osd backfillfull_ratio: 0.85 mon osd full ratio: 0.9 mon osd nearfull ratio: 0.8 osd debug randomize hobject sort order: false osd failsafe full ratio: 0.95 osd objectstore: bluestore flavor: default fs: xfs log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: d61b08865d4d98738f45ff2e4806d7fb6d03eca1 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: d61b08865d4d98738f45ff2e4806d7fb6d03eca1 thrashosds: bdev_inject_crash: 2 bdev_inject_crash_probability: 0.5 workunit: branch: wip-dis-testing sha1: d61b08865d4d98738f45ff2e4806d7fb6d03eca1 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: 1680 sha1: d61b08865d4d98738f45ff2e4806d7fb6d03eca1 sleep_before_teardown: 0 subset: 42/100 suite: rbd suite_branch: wip-dis-testing suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_d61b08865d4d98738f45ff2e4806d7fb6d03eca1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci suite_sha1: d61b08865d4d98738f45ff2e4806d7fb6d03eca1 targets: smithi039.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPbZMdkeL88uRW9/y77C2jznr9Qv817nd8DnnEqXos1a9Ab3A2PzPi2I3DLbsblVBjc5l4/xeSL4XAWBeIX4PzE= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKKCNciQ3s6JSi+ZpwwOE95aHxYD1hoe6eFlegbWbiAgkSFDbPmEdGHsPDbLUwgC4NkJrnn81E+hCQoF4KUKZ2w= tasks: - install: null - ceph: cluster: cluster1 - ceph: cluster: cluster2 - exec: cluster1.client.0: - sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2 - sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile - sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true - rbd --cluster cluster1 pool init datapool cluster2.client.0: - sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2 - sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile - sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true - rbd --cluster cluster2 pool init datapool - exec: cluster2.client.0: - echo '{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0 - rbd --cluster cluster2 migration execute client.0.0 - rbd --cluster cluster2 migration commit client.0.0 - rbd --cluster cluster2 snap create client.0.0@snap - rbd --cluster cluster2 create --size 1G client.0.1 - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.1 - rbd --cluster cluster2 snap create client.0.1@snap - rbd --cluster cluster2 create --size 1G client.0.2 - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2 - rbd --cluster cluster2 snap create client.0.2@snap - exec: cluster1.client.0: - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0 - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1 - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2 - parallel: - io_workload - migrate_workload teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-12_04:46:10 tube: smithi user: dis verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-12T07:37:19.893 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_d61b08865d4d98738f45ff2e4806d7fb6d03eca1/qa; will attempt to use it 2024-09-12T07:37:19.894 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_d61b08865d4d98738f45ff2e4806d7fb6d03eca1/qa/tasks 2024-09-12T07:37:19.894 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-12T07:37:19.896 INFO:teuthology.task.internal:Checking packages... 2024-09-12T07:37:19.917 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1' 2024-09-12T07:37:19.917 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-12T07:37:19.917 INFO:teuthology.packaging:ref: None 2024-09-12T07:37:19.917 INFO:teuthology.packaging:tag: None 2024-09-12T07:37:19.917 INFO:teuthology.packaging:branch: wip-dis-testing 2024-09-12T07:37:19.917 INFO:teuthology.packaging:sha1: d61b08865d4d98738f45ff2e4806d7fb6d03eca1 2024-09-12T07:37:19.917 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-12T07:37:20.091 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4883-gd61b0886-1jammy 2024-09-12T07:37:20.092 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-12T07:37:20.101 INFO:teuthology.task.internal:no buildpackages task found 2024-09-12T07:37:20.101 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-12T07:37:20.122 INFO:teuthology.task.internal:Saving configuration 2024-09-12T07:37:20.139 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-12T07:37:20.159 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-12T07:37:20.192 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi039.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429', '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-12 07:30:43.595660', 'locked_by': 'scheduled_dis@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINX97KltHR/UeOisj7abZn9NhiNPWny/7p+c8eCNYI/r'} 2024-09-12T07:37:20.225 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429', '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-12 07:30:43.593373', 'locked_by': 'scheduled_dis@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKHn8NHoy2JR3bb7CtFAIcOhWrRY/LqPw8QDYQdY6gNA'} 2024-09-12T07:37:20.225 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-12T07:37:20.231 INFO:teuthology.task.internal:roles: ubuntu@smithi039.front.sepia.ceph.com - ['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'] 2024-09-12T07:37:20.231 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0'] 2024-09-12T07:37:20.232 INFO:teuthology.run_tasks:Running task console_log... 2024-09-12T07:37:20.351 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fde7c1fbac0>, signals=[15]) 2024-09-12T07:37:20.351 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-12T07:37:20.359 INFO:teuthology.task.internal:Opening connections... 2024-09-12T07:37:20.359 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T07:37:20.361 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T07:37:20.452 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-09-12T07:37:20.453 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T07:37:20.554 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-12T07:37:20.560 DEBUG:teuthology.orchestra.run.smithi039:> uname -m 2024-09-12T07:37:20.566 INFO:teuthology.orchestra.run.smithi039.stdout:x86_64 2024-09-12T07:37:20.567 DEBUG:teuthology.orchestra.run.smithi039:> cat /etc/os-release 2024-09-12T07:37:20.618 INFO:teuthology.orchestra.run.smithi039.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-12T07:37:20.618 INFO:teuthology.orchestra.run.smithi039.stdout:NAME="Ubuntu" 2024-09-12T07:37:20.618 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION_ID="22.04" 2024-09-12T07:37:20.618 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-12T07:37:20.618 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION_CODENAME=jammy 2024-09-12T07:37:20.619 INFO:teuthology.orchestra.run.smithi039.stdout:ID=ubuntu 2024-09-12T07:37:20.619 INFO:teuthology.orchestra.run.smithi039.stdout:ID_LIKE=debian 2024-09-12T07:37:20.619 INFO:teuthology.orchestra.run.smithi039.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-12T07:37:20.619 INFO:teuthology.orchestra.run.smithi039.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-12T07:37:20.619 INFO:teuthology.orchestra.run.smithi039.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-12T07:37:20.619 INFO:teuthology.orchestra.run.smithi039.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-12T07:37:20.619 INFO:teuthology.orchestra.run.smithi039.stdout:UBUNTU_CODENAME=jammy 2024-09-12T07:37:20.620 INFO:teuthology.lock.ops:Updating smithi039.front.sepia.ceph.com on lock server 2024-09-12T07:37:20.648 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-09-12T07:37:20.654 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-09-12T07:37:20.654 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-09-12T07:37:20.701 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-12T07:37:20.702 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="Ubuntu" 2024-09-12T07:37:20.702 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="22.04" 2024-09-12T07:37:20.702 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-12T07:37:20.702 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_CODENAME=jammy 2024-09-12T07:37:20.702 INFO:teuthology.orchestra.run.smithi098.stdout:ID=ubuntu 2024-09-12T07:37:20.702 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE=debian 2024-09-12T07:37:20.702 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-12T07:37:20.702 INFO:teuthology.orchestra.run.smithi098.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-12T07:37:20.703 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-12T07:37:20.703 INFO:teuthology.orchestra.run.smithi098.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-12T07:37:20.703 INFO:teuthology.orchestra.run.smithi098.stdout:UBUNTU_CODENAME=jammy 2024-09-12T07:37:20.703 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-09-12T07:37:20.741 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-12T07:37:20.750 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-12T07:37:20.766 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-12T07:37:20.766 DEBUG:teuthology.orchestra.run.smithi039:> test '!' -e /home/ubuntu/cephtest 2024-09-12T07:37:20.769 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-09-12T07:37:20.773 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-12T07:37:20.799 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-12T07:37:20.799 DEBUG:teuthology.orchestra.run.smithi039:> test -z $(ls -A /var/lib/ceph) 2024-09-12T07:37:20.816 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-09-12T07:37:20.822 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-12T07:37:20.897 INFO:teuthology.run_tasks:Running task kernel... 2024-09-12T07:37:20.912 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-12T07:37:20.912 INFO:teuthology.task.kernel:config {'cluster1.mon.a': {'kdb': 1, 'sha1': 'distro'}, 'cluster2.mon.a': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-12T07:37:20.912 DEBUG:teuthology.orchestra.run.smithi039:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-12T07:37:20.913 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-12T07:37:20.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T07:37:20.917 DEBUG:teuthology.orchestra.run.smithi039:> uname -r 2024-09-12T07:37:20.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T07:37:20.918 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-09-12T07:37:20.962 INFO:teuthology.orchestra.run.smithi039.stdout:5.15.0-56-generic 2024-09-12T07:37:20.963 INFO:teuthology.task.kernel:Running kernel on smithi039: 5.15.0-56-generic 2024-09-12T07:37:20.963 DEBUG:teuthology.orchestra.run.smithi039:> sudo apt-get clean 2024-09-12T07:37:20.964 INFO:teuthology.orchestra.run.smithi098.stdout:5.15.0-56-generic 2024-09-12T07:37:20.964 INFO:teuthology.task.kernel:Running kernel on smithi098: 5.15.0-56-generic 2024-09-12T07:37:20.965 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get clean 2024-09-12T07:37:21.076 DEBUG:teuthology.orchestra.run.smithi039:> sudo apt-get update 2024-09-12T07:37:21.094 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2024-09-12T07:37:21.216 INFO:teuthology.orchestra.run.smithi098.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-12T07:37:21.223 INFO:teuthology.orchestra.run.smithi039.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-12T07:37:21.346 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-12T07:37:21.347 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-12T07:37:21.428 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-12T07:37:21.429 INFO:teuthology.orchestra.run.smithi039.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-12T07:37:21.434 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [533 kB] 2024-09-12T07:37:21.499 INFO:teuthology.orchestra.run.smithi039.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,771 kB] 2024-09-12T07:37:21.501 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,771 kB] 2024-09-12T07:37:21.543 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [291 kB] 2024-09-12T07:37:21.548 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-12T07:37:21.548 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-12T07:37:21.549 INFO:teuthology.orchestra.run.smithi098.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,327 kB] 2024-09-12T07:37:21.569 INFO:teuthology.orchestra.run.smithi098.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [400 kB] 2024-09-12T07:37:21.572 INFO:teuthology.orchestra.run.smithi098.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-12T07:37:21.573 INFO:teuthology.orchestra.run.smithi098.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [626 kB] 2024-09-12T07:37:21.577 INFO:teuthology.orchestra.run.smithi098.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [901 kB] 2024-09-12T07:37:21.584 INFO:teuthology.orchestra.run.smithi098.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-12T07:37:21.585 INFO:teuthology.orchestra.run.smithi098.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-12T07:37:21.585 INFO:teuthology.orchestra.run.smithi098.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-12T07:37:21.586 INFO:teuthology.orchestra.run.smithi098.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-12T07:37:21.605 INFO:teuthology.orchestra.run.smithi098.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-12T07:37:21.605 INFO:teuthology.orchestra.run.smithi098.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-12T07:37:21.611 INFO:teuthology.orchestra.run.smithi039.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [533 kB] 2024-09-12T07:37:21.615 INFO:teuthology.orchestra.run.smithi039.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [291 kB] 2024-09-12T07:37:21.618 INFO:teuthology.orchestra.run.smithi039.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-12T07:37:21.619 INFO:teuthology.orchestra.run.smithi039.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-12T07:37:21.619 INFO:teuthology.orchestra.run.smithi039.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,327 kB] 2024-09-12T07:37:21.640 INFO:teuthology.orchestra.run.smithi039.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [400 kB] 2024-09-12T07:37:21.644 INFO:teuthology.orchestra.run.smithi039.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-12T07:37:21.644 INFO:teuthology.orchestra.run.smithi039.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [626 kB] 2024-09-12T07:37:21.650 INFO:teuthology.orchestra.run.smithi039.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [901 kB] 2024-09-12T07:37:21.657 INFO:teuthology.orchestra.run.smithi039.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-12T07:37:21.658 INFO:teuthology.orchestra.run.smithi039.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-12T07:37:21.658 INFO:teuthology.orchestra.run.smithi039.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-12T07:37:21.659 INFO:teuthology.orchestra.run.smithi039.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-12T07:37:21.659 INFO:teuthology.orchestra.run.smithi039.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-12T07:37:21.670 INFO:teuthology.orchestra.run.smithi039.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-12T07:37:21.783 INFO:teuthology.orchestra.run.smithi098.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-12T07:37:21.785 INFO:teuthology.orchestra.run.smithi039.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-12T07:37:21.924 INFO:teuthology.orchestra.run.smithi098.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-09-12T07:37:21.925 INFO:teuthology.orchestra.run.smithi039.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [690 kB] 2024-09-12T07:37:22.119 INFO:teuthology.orchestra.run.smithi039.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-09-12T07:37:22.237 INFO:teuthology.orchestra.run.smithi098.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [690 kB] 2024-09-12T07:37:22.273 INFO:teuthology.orchestra.run.smithi098.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [349 kB] 2024-09-12T07:37:22.277 INFO:teuthology.orchestra.run.smithi039.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [349 kB] 2024-09-12T07:37:22.287 INFO:teuthology.orchestra.run.smithi098.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-12T07:37:22.288 INFO:teuthology.orchestra.run.smithi098.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,386 kB] 2024-09-12T07:37:22.291 INFO:teuthology.orchestra.run.smithi039.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-12T07:37:22.292 INFO:teuthology.orchestra.run.smithi039.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,386 kB] 2024-09-12T07:37:22.354 INFO:teuthology.orchestra.run.smithi098.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-12T07:37:22.357 INFO:teuthology.orchestra.run.smithi098.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [410 kB] 2024-09-12T07:37:22.358 INFO:teuthology.orchestra.run.smithi039.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-12T07:37:22.361 INFO:teuthology.orchestra.run.smithi039.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [410 kB] 2024-09-12T07:37:22.372 INFO:teuthology.orchestra.run.smithi098.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-12T07:37:22.373 INFO:teuthology.orchestra.run.smithi098.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,123 kB] 2024-09-12T07:37:22.376 INFO:teuthology.orchestra.run.smithi039.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-12T07:37:22.377 INFO:teuthology.orchestra.run.smithi039.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,123 kB] 2024-09-12T07:37:22.404 INFO:teuthology.orchestra.run.smithi098.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [731 kB] 2024-09-12T07:37:22.408 INFO:teuthology.orchestra.run.smithi039.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [731 kB] 2024-09-12T07:37:22.424 INFO:teuthology.orchestra.run.smithi098.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-12T07:37:22.429 INFO:teuthology.orchestra.run.smithi039.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-12T07:37:22.430 INFO:teuthology.orchestra.run.smithi098.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.2 kB] 2024-09-12T07:37:22.431 INFO:teuthology.orchestra.run.smithi098.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-12T07:37:22.432 INFO:teuthology.orchestra.run.smithi098.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-12T07:37:22.434 INFO:teuthology.orchestra.run.smithi039.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.2 kB] 2024-09-12T07:37:22.442 INFO:teuthology.orchestra.run.smithi039.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-12T07:37:22.442 INFO:teuthology.orchestra.run.smithi039.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-12T07:37:22.443 INFO:teuthology.orchestra.run.smithi039.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-12T07:37:22.482 INFO:teuthology.orchestra.run.smithi098.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-12T07:37:22.482 INFO:teuthology.orchestra.run.smithi098.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-12T07:37:22.483 INFO:teuthology.orchestra.run.smithi098.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-12T07:37:22.484 INFO:teuthology.orchestra.run.smithi098.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-12T07:37:22.515 INFO:teuthology.orchestra.run.smithi098.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-12T07:37:22.515 INFO:teuthology.orchestra.run.smithi098.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-12T07:37:22.516 INFO:teuthology.orchestra.run.smithi098.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-12T07:37:22.517 INFO:teuthology.orchestra.run.smithi039.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-12T07:37:22.517 INFO:teuthology.orchestra.run.smithi098.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-12T07:37:22.517 INFO:teuthology.orchestra.run.smithi039.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-12T07:37:22.518 INFO:teuthology.orchestra.run.smithi098.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-12T07:37:22.519 INFO:teuthology.orchestra.run.smithi039.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-12T07:37:22.520 INFO:teuthology.orchestra.run.smithi039.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-12T07:37:22.521 INFO:teuthology.orchestra.run.smithi039.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-12T07:37:22.523 INFO:teuthology.orchestra.run.smithi039.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-12T07:37:22.524 INFO:teuthology.orchestra.run.smithi039.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-12T07:37:22.563 INFO:teuthology.orchestra.run.smithi098.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-12T07:37:22.605 INFO:teuthology.orchestra.run.smithi039.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-12T07:37:22.606 INFO:teuthology.orchestra.run.smithi039.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-12T07:37:27.871 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 15.8 MB in 2s (7,618 kB/s) 2024-09-12T07:37:28.303 INFO:teuthology.orchestra.run.smithi039.stdout:Fetched 15.8 MB in 2s (6,946 kB/s) 2024-09-12T07:37:29.366 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-09-12T07:37:29.383 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-12T07:37:29.446 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-09-12T07:37:29.661 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2024-09-12T07:37:29.662 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2024-09-12T07:37:29.837 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages were automatically installed and are no longer required: 2024-09-12T07:37:29.837 INFO:teuthology.orchestra.run.smithi098.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-12T07:37:29.837 INFO:teuthology.orchestra.run.smithi098.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-12T07:37:29.838 INFO:teuthology.orchestra.run.smithi098.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-12T07:37:29.838 INFO:teuthology.orchestra.run.smithi098.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-12T07:37:29.838 INFO:teuthology.orchestra.run.smithi098.stdout: python2.7-minimal 2024-09-12T07:37:29.838 INFO:teuthology.orchestra.run.smithi098.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-12T07:37:29.839 INFO:teuthology.orchestra.run.smithi098.stdout:The following additional packages will be installed: 2024-09-12T07:37:29.839 INFO:teuthology.orchestra.run.smithi098.stdout: linux-generic linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-12T07:37:29.839 INFO:teuthology.orchestra.run.smithi098.stdout: linux-headers-generic linux-image-5.15.0-119-generic 2024-09-12T07:37:29.840 INFO:teuthology.orchestra.run.smithi098.stdout: linux-modules-5.15.0-119-generic linux-modules-extra-5.15.0-119-generic 2024-09-12T07:37:29.841 INFO:teuthology.orchestra.run.smithi098.stdout:Suggested packages: 2024-09-12T07:37:29.841 INFO:teuthology.orchestra.run.smithi098.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-12T07:37:29.841 INFO:teuthology.orchestra.run.smithi098.stdout:Recommended packages: 2024-09-12T07:37:29.841 INFO:teuthology.orchestra.run.smithi098.stdout: thermald 2024-09-12T07:37:29.870 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-09-12T07:37:29.882 INFO:teuthology.orchestra.run.smithi098.stdout:The following NEW packages will be installed: 2024-09-12T07:37:29.882 INFO:teuthology.orchestra.run.smithi098.stdout: linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-12T07:37:29.882 INFO:teuthology.orchestra.run.smithi098.stdout: linux-image-5.15.0-119-generic linux-modules-5.15.0-119-generic 2024-09-12T07:37:29.882 INFO:teuthology.orchestra.run.smithi098.stdout: linux-modules-extra-5.15.0-119-generic 2024-09-12T07:37:29.884 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages will be upgraded: 2024-09-12T07:37:29.884 INFO:teuthology.orchestra.run.smithi098.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-12T07:37:29.889 DEBUG:teuthology.orchestra.run.smithi039:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-12T07:37:29.946 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-09-12T07:37:30.064 INFO:teuthology.orchestra.run.smithi098.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-12T07:37:30.064 INFO:teuthology.orchestra.run.smithi098.stdout:Need to get 113 MB of archives. 2024-09-12T07:37:30.064 INFO:teuthology.orchestra.run.smithi098.stdout:After this operation, 583 MB of additional disk space will be used. 2024-09-12T07:37:30.065 INFO:teuthology.orchestra.run.smithi098.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-119-generic amd64 5.15.0-119.129 [22.6 MB] 2024-09-12T07:37:30.156 INFO:teuthology.orchestra.run.smithi039.stdout:Building dependency tree... 2024-09-12T07:37:30.157 INFO:teuthology.orchestra.run.smithi039.stdout:Reading state information... 2024-09-12T07:37:30.330 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages were automatically installed and are no longer required: 2024-09-12T07:37:30.330 INFO:teuthology.orchestra.run.smithi039.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-12T07:37:30.330 INFO:teuthology.orchestra.run.smithi039.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-12T07:37:30.331 INFO:teuthology.orchestra.run.smithi039.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-12T07:37:30.331 INFO:teuthology.orchestra.run.smithi039.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-12T07:37:30.331 INFO:teuthology.orchestra.run.smithi039.stdout: python2.7-minimal 2024-09-12T07:37:30.331 INFO:teuthology.orchestra.run.smithi039.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-12T07:37:30.332 INFO:teuthology.orchestra.run.smithi039.stdout:The following additional packages will be installed: 2024-09-12T07:37:30.332 INFO:teuthology.orchestra.run.smithi039.stdout: linux-generic linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-12T07:37:30.332 INFO:teuthology.orchestra.run.smithi039.stdout: linux-headers-generic linux-image-5.15.0-119-generic 2024-09-12T07:37:30.333 INFO:teuthology.orchestra.run.smithi039.stdout: linux-modules-5.15.0-119-generic linux-modules-extra-5.15.0-119-generic 2024-09-12T07:37:30.334 INFO:teuthology.orchestra.run.smithi039.stdout:Suggested packages: 2024-09-12T07:37:30.334 INFO:teuthology.orchestra.run.smithi039.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-12T07:37:30.334 INFO:teuthology.orchestra.run.smithi039.stdout:Recommended packages: 2024-09-12T07:37:30.334 INFO:teuthology.orchestra.run.smithi039.stdout: thermald 2024-09-12T07:37:30.384 INFO:teuthology.orchestra.run.smithi039.stdout:The following NEW packages will be installed: 2024-09-12T07:37:30.384 INFO:teuthology.orchestra.run.smithi039.stdout: linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-12T07:37:30.384 INFO:teuthology.orchestra.run.smithi039.stdout: linux-image-5.15.0-119-generic linux-modules-5.15.0-119-generic 2024-09-12T07:37:30.385 INFO:teuthology.orchestra.run.smithi039.stdout: linux-modules-extra-5.15.0-119-generic 2024-09-12T07:37:30.386 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages will be upgraded: 2024-09-12T07:37:30.386 INFO:teuthology.orchestra.run.smithi039.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-12T07:37:30.567 INFO:teuthology.orchestra.run.smithi039.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-12T07:37:30.568 INFO:teuthology.orchestra.run.smithi039.stdout:Need to get 113 MB of archives. 2024-09-12T07:37:30.568 INFO:teuthology.orchestra.run.smithi039.stdout:After this operation, 583 MB of additional disk space will be used. 2024-09-12T07:37:30.568 INFO:teuthology.orchestra.run.smithi039.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-119-generic amd64 5.15.0-119.129 [22.6 MB] 2024-09-12T07:37:31.480 INFO:teuthology.orchestra.run.smithi098.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-119-generic amd64 5.15.0-119.129 [11.5 MB] 2024-09-12T07:37:31.834 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-119-generic amd64 5.15.0-119.129 [63.9 MB] 2024-09-12T07:37:31.957 INFO:teuthology.orchestra.run.smithi039.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-119-generic amd64 5.15.0-119.129 [11.5 MB] 2024-09-12T07:37:32.312 INFO:teuthology.orchestra.run.smithi039.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-119-generic amd64 5.15.0-119.129 [63.9 MB] 2024-09-12T07:37:34.031 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.119.119 [1,694 B] 2024-09-12T07:37:34.032 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.119.119 [2,502 B] 2024-09-12T07:37:34.032 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119 all 5.15.0-119.129 [12.3 MB] 2024-09-12T07:37:34.446 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119-generic amd64 5.15.0-119.129 [2,879 kB] 2024-09-12T07:37:34.494 INFO:teuthology.orchestra.run.smithi039.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.119.119 [1,694 B] 2024-09-12T07:37:34.494 INFO:teuthology.orchestra.run.smithi039.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.119.119 [2,502 B] 2024-09-12T07:37:34.494 INFO:teuthology.orchestra.run.smithi039.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119 all 5.15.0-119.129 [12.3 MB] 2024-09-12T07:37:34.530 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.119.119 [2,350 B] 2024-09-12T07:37:34.838 INFO:teuthology.orchestra.run.smithi039.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119-generic amd64 5.15.0-119.129 [2,879 kB] 2024-09-12T07:37:34.922 INFO:teuthology.orchestra.run.smithi039.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.119.119 [2,350 B] 2024-09-12T07:37:34.932 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 113 MB in 5s (24.4 MB/s) 2024-09-12T07:37:35.120 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-modules-5.15.0-119-generic. 2024-09-12T07:37:35.361 INFO:teuthology.orchestra.run.smithi039.stdout:Fetched 113 MB in 5s (25.0 MB/s) 2024-09-12T07:37:35.555 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package linux-modules-5.15.0-119-generic. 2024-09-12T07:37:37.096 INFO:teuthology.orchestra.run.smithi098.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-12T07:37:37.101 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../0-linux-modules-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-12T07:37:37.169 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:37.558 INFO:teuthology.orchestra.run.smithi039.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-12T07:37:37.563 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../0-linux-modules-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-12T07:37:37.751 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:39.179 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-image-5.15.0-119-generic. 2024-09-12T07:37:39.201 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../1-linux-image-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-12T07:37:39.297 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:39.944 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package linux-image-5.15.0-119-generic. 2024-09-12T07:37:39.965 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../1-linux-image-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-12T07:37:40.054 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:40.149 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-119-generic. 2024-09-12T07:37:40.170 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-12T07:37:40.207 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:40.572 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-119-generic. 2024-09-12T07:37:40.592 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-12T07:37:40.655 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:46.365 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../3-linux-generic_5.15.0.119.119_amd64.deb ... 2024-09-12T07:37:46.485 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-12T07:37:46.818 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.119.119_amd64.deb ... 2024-09-12T07:37:46.955 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-image-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-12T07:37:47.241 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-headers-5.15.0-119. 2024-09-12T07:37:47.256 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../5-linux-headers-5.15.0-119_5.15.0-119.129_all.deb ... 2024-09-12T07:37:47.299 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-12T07:37:47.956 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../3-linux-generic_5.15.0.119.119_amd64.deb ... 2024-09-12T07:37:48.080 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-12T07:37:48.447 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.119.119_amd64.deb ... 2024-09-12T07:37:48.575 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-image-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-12T07:37:48.911 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package linux-headers-5.15.0-119. 2024-09-12T07:37:48.935 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../5-linux-headers-5.15.0-119_5.15.0-119.129_all.deb ... 2024-09-12T07:37:48.978 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-12T07:37:53.105 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-headers-5.15.0-119-generic. 2024-09-12T07:37:53.142 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../6-linux-headers-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-12T07:37:53.180 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:55.191 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package linux-headers-5.15.0-119-generic. 2024-09-12T07:37:55.210 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../6-linux-headers-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-12T07:37:55.241 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:55.819 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.119.119_amd64.deb ... 2024-09-12T07:37:55.943 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-headers-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-12T07:37:56.284 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-12T07:37:56.407 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:56.524 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-headers-generic (5.15.0.119.119) ... 2024-09-12T07:37:56.653 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:58.286 INFO:teuthology.orchestra.run.smithi098.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-12T07:37:58.286 INFO:teuthology.orchestra.run.smithi098.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-12T07:37:58.286 INFO:teuthology.orchestra.run.smithi098.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-119-generic 2024-09-12T07:37:58.286 INFO:teuthology.orchestra.run.smithi098.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-119-generic 2024-09-12T07:37:58.430 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:59.150 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.119.119_amd64.deb ... 2024-09-12T07:37:59.296 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-headers-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-12T07:37:59.680 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-12T07:37:59.818 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:59.848 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:37:59.936 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-headers-generic (5.15.0.119.119) ... 2024-09-12T07:38:00.064 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:38:01.217 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-image-generic (5.15.0.119.119) ... 2024-09-12T07:38:01.343 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-generic (5.15.0.119.119) ... 2024-09-12T07:38:01.466 INFO:teuthology.orchestra.run.smithi039.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-12T07:38:01.466 INFO:teuthology.orchestra.run.smithi039.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-12T07:38:01.467 INFO:teuthology.orchestra.run.smithi039.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-119-generic 2024-09-12T07:38:01.467 INFO:teuthology.orchestra.run.smithi039.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-119-generic 2024-09-12T07:38:01.469 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:38:01.536 INFO:teuthology.orchestra.run.smithi098.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-12T07:38:01.536 INFO:teuthology.orchestra.run.smithi098.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-119-generic 2024-09-12T07:38:01.650 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:38:03.769 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:38:05.203 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-image-generic (5.15.0.119.119) ... 2024-09-12T07:38:05.354 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-generic (5.15.0.119.119) ... 2024-09-12T07:38:05.481 INFO:teuthology.orchestra.run.smithi039.stdout:Processing triggers for linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-12T07:38:05.573 INFO:teuthology.orchestra.run.smithi039.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-12T07:38:05.573 INFO:teuthology.orchestra.run.smithi039.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-119-generic 2024-09-12T07:38:15.335 INFO:teuthology.orchestra.run.smithi098.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-12T07:38:15.336 INFO:teuthology.orchestra.run.smithi098.stdout:Sourcing file `/etc/default/grub' 2024-09-12T07:38:15.361 INFO:teuthology.orchestra.run.smithi098.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-12T07:38:15.381 INFO:teuthology.orchestra.run.smithi098.stdout:Generating grub configuration file ... 2024-09-12T07:38:15.648 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-12T07:38:15.669 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-12T07:38:15.938 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-12T07:38:15.943 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-12T07:38:16.005 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-12T07:38:16.010 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-12T07:38:16.167 INFO:teuthology.orchestra.run.smithi098.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-12T07:38:16.167 INFO:teuthology.orchestra.run.smithi098.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-12T07:38:16.167 INFO:teuthology.orchestra.run.smithi098.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-12T07:38:16.226 INFO:teuthology.orchestra.run.smithi098.stdout:done 2024-09-12T07:38:16.683 DEBUG:teuthology.orchestra.run.smithi098:> dpkg -s linux-image-generic 2024-09-12T07:38:16.709 INFO:teuthology.orchestra.run.smithi098.stdout:Package: linux-image-generic 2024-09-12T07:38:16.709 INFO:teuthology.orchestra.run.smithi098.stdout:Status: install ok installed 2024-09-12T07:38:16.709 INFO:teuthology.orchestra.run.smithi098.stdout:Priority: optional 2024-09-12T07:38:16.709 INFO:teuthology.orchestra.run.smithi098.stdout:Section: kernel 2024-09-12T07:38:16.709 INFO:teuthology.orchestra.run.smithi098.stdout:Installed-Size: 21 2024-09-12T07:38:16.709 INFO:teuthology.orchestra.run.smithi098.stdout:Maintainer: Ubuntu Kernel Team 2024-09-12T07:38:16.710 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: amd64 2024-09-12T07:38:16.710 INFO:teuthology.orchestra.run.smithi098.stdout:Source: linux-meta 2024-09-12T07:38:16.710 INFO:teuthology.orchestra.run.smithi098.stdout:Version: 5.15.0.119.119 2024-09-12T07:38:16.710 INFO:teuthology.orchestra.run.smithi098.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-12T07:38:16.710 INFO:teuthology.orchestra.run.smithi098.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-12T07:38:16.710 INFO:teuthology.orchestra.run.smithi098.stdout:Recommends: thermald 2024-09-12T07:38:16.710 INFO:teuthology.orchestra.run.smithi098.stdout:Description: Generic Linux kernel image 2024-09-12T07:38:16.710 INFO:teuthology.orchestra.run.smithi098.stdout: This package will always depend on the latest generic kernel image 2024-09-12T07:38:16.710 INFO:teuthology.orchestra.run.smithi098.stdout: available. 2024-09-12T07:38:16.710 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-119-generic 2024-09-12T07:38:16.710 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-12T07:38:16.711 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-12T07:38:16.711 INFO:teuthology.task.kernel:Installing distro kernel on cluster2.mon.a... 2024-09-12T07:38:16.711 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2024-09-12T07:38:16.711 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get clean 2024-09-12T07:38:16.879 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2024-09-12T07:38:16.999 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-12T07:38:17.009 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-12T07:38:17.026 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-12T07:38:17.120 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-12T07:38:18.424 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-09-12T07:38:18.443 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-12T07:38:18.497 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-09-12T07:38:18.682 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2024-09-12T07:38:18.682 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2024-09-12T07:38:18.850 INFO:teuthology.orchestra.run.smithi098.stdout:linux-image-generic is already the newest version (5.15.0.119.119). 2024-09-12T07:38:18.850 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages were automatically installed and are no longer required: 2024-09-12T07:38:18.850 INFO:teuthology.orchestra.run.smithi098.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-12T07:38:18.850 INFO:teuthology.orchestra.run.smithi098.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-12T07:38:18.850 INFO:teuthology.orchestra.run.smithi098.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-12T07:38:18.850 INFO:teuthology.orchestra.run.smithi098.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-12T07:38:18.850 INFO:teuthology.orchestra.run.smithi098.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-12T07:38:18.851 INFO:teuthology.orchestra.run.smithi098.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-12T07:38:18.890 INFO:teuthology.orchestra.run.smithi098.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-12T07:38:18.892 DEBUG:teuthology.orchestra.run.smithi098:> dpkg -s linux-image-generic 2024-09-12T07:38:18.955 INFO:teuthology.orchestra.run.smithi098.stdout:Package: linux-image-generic 2024-09-12T07:38:18.955 INFO:teuthology.orchestra.run.smithi098.stdout:Status: install ok installed 2024-09-12T07:38:18.955 INFO:teuthology.orchestra.run.smithi098.stdout:Priority: optional 2024-09-12T07:38:18.955 INFO:teuthology.orchestra.run.smithi098.stdout:Section: kernel 2024-09-12T07:38:18.955 INFO:teuthology.orchestra.run.smithi098.stdout:Installed-Size: 21 2024-09-12T07:38:18.955 INFO:teuthology.orchestra.run.smithi098.stdout:Maintainer: Ubuntu Kernel Team 2024-09-12T07:38:18.955 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: amd64 2024-09-12T07:38:18.955 INFO:teuthology.orchestra.run.smithi098.stdout:Source: linux-meta 2024-09-12T07:38:18.955 INFO:teuthology.orchestra.run.smithi098.stdout:Version: 5.15.0.119.119 2024-09-12T07:38:18.956 INFO:teuthology.orchestra.run.smithi098.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-12T07:38:18.956 INFO:teuthology.orchestra.run.smithi098.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-12T07:38:18.956 INFO:teuthology.orchestra.run.smithi098.stdout:Recommends: thermald 2024-09-12T07:38:18.956 INFO:teuthology.orchestra.run.smithi098.stdout:Description: Generic Linux kernel image 2024-09-12T07:38:18.956 INFO:teuthology.orchestra.run.smithi098.stdout: This package will always depend on the latest generic kernel image 2024-09-12T07:38:18.956 INFO:teuthology.orchestra.run.smithi098.stdout: available. 2024-09-12T07:38:18.956 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2024-09-12T07:38:18.999 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.2G58f15YGF 2024-09-12T07:38:19.000 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub/grub.cfg /tmp/tmp.2G58f15YGF 2024-09-12T07:38:19.056 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.2G58f15YGF 2024-09-12T07:38:19.176 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.2G58f15YGF is 10KB 2024-09-12T07:38:19.188 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.2G58f15YGF 2024-09-12T07:38:19.194 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-12T07:38:19.248 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:38:19.248 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-12T07:38:19.248 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-12T07:38:19.315 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-119-generic 2024-09-12T07:38:19.315 DEBUG:teuthology.orchestra.run.smithi098:> sudo update-grub 2024-09-12T07:38:20.525 INFO:teuthology.orchestra.run.smithi098.stderr:Sourcing file `/etc/default/grub' 2024-09-12T07:38:20.527 INFO:teuthology.orchestra.run.smithi098.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-12T07:38:20.528 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2024-09-12T07:38:20.651 INFO:teuthology.orchestra.run.smithi039.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-12T07:38:20.651 INFO:teuthology.orchestra.run.smithi039.stdout:Sourcing file `/etc/default/grub' 2024-09-12T07:38:20.674 INFO:teuthology.orchestra.run.smithi039.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-12T07:38:20.697 INFO:teuthology.orchestra.run.smithi039.stdout:Generating grub configuration file ... 2024-09-12T07:38:20.700 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-12T07:38:20.705 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-12T07:38:20.927 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-12T07:38:20.932 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-12T07:38:20.974 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-12T07:38:20.980 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-12T07:38:20.997 INFO:teuthology.orchestra.run.smithi039.stdout:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-12T07:38:21.016 INFO:teuthology.orchestra.run.smithi039.stdout:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-12T07:38:21.101 INFO:teuthology.orchestra.run.smithi098.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-12T07:38:21.101 INFO:teuthology.orchestra.run.smithi098.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-12T07:38:21.101 INFO:teuthology.orchestra.run.smithi098.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-12T07:38:21.116 INFO:teuthology.orchestra.run.smithi098.stderr:done 2024-09-12T07:38:21.125 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2024-09-12T07:38:21.369 INFO:teuthology.orchestra.run.smithi039.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-12T07:38:21.375 INFO:teuthology.orchestra.run.smithi039.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-12T07:38:21.444 INFO:teuthology.orchestra.run.smithi039.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-12T07:38:21.449 INFO:teuthology.orchestra.run.smithi039.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-12T07:38:21.608 INFO:teuthology.orchestra.run.smithi039.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-12T07:38:21.609 INFO:teuthology.orchestra.run.smithi039.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-12T07:38:21.609 INFO:teuthology.orchestra.run.smithi039.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-12T07:38:21.657 INFO:teuthology.orchestra.run.smithi039.stdout:done 2024-09-12T07:38:22.153 DEBUG:teuthology.orchestra.run.smithi039:> dpkg -s linux-image-generic 2024-09-12T07:38:22.170 INFO:teuthology.orchestra.run.smithi039.stdout:Package: linux-image-generic 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.stdout:Status: install ok installed 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.stdout:Priority: optional 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.stdout:Section: kernel 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.stdout:Installed-Size: 21 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.stdout:Maintainer: Ubuntu Kernel Team 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.stdout:Architecture: amd64 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.stdout:Source: linux-meta 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.stdout:Version: 5.15.0.119.119 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.stdout:Recommends: thermald 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.stdout:Description: Generic Linux kernel image 2024-09-12T07:38:22.171 INFO:teuthology.orchestra.run.smithi039.stdout: This package will always depend on the latest generic kernel image 2024-09-12T07:38:22.172 INFO:teuthology.orchestra.run.smithi039.stdout: available. 2024-09-12T07:38:22.172 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-119-generic 2024-09-12T07:38:22.172 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-12T07:38:22.172 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-12T07:38:22.172 INFO:teuthology.task.kernel:Installing distro kernel on cluster1.mon.a... 2024-09-12T07:38:22.172 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi039.front.sepia.ceph.com, path=None, version=distro) 2024-09-12T07:38:22.172 DEBUG:teuthology.orchestra.run.smithi039:> sudo apt-get clean 2024-09-12T07:38:22.379 DEBUG:teuthology.orchestra.run.smithi039:> sudo apt-get update 2024-09-12T07:38:22.629 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-12T07:38:22.640 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-12T07:38:22.721 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-12T07:38:22.803 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-12T07:38:24.083 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-09-12T07:38:24.101 DEBUG:teuthology.orchestra.run.smithi039:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-12T07:38:24.167 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-09-12T07:38:24.395 INFO:teuthology.orchestra.run.smithi039.stdout:Building dependency tree... 2024-09-12T07:38:24.396 INFO:teuthology.orchestra.run.smithi039.stdout:Reading state information... 2024-09-12T07:38:24.600 INFO:teuthology.orchestra.run.smithi039.stdout:linux-image-generic is already the newest version (5.15.0.119.119). 2024-09-12T07:38:24.600 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages were automatically installed and are no longer required: 2024-09-12T07:38:24.600 INFO:teuthology.orchestra.run.smithi039.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-12T07:38:24.600 INFO:teuthology.orchestra.run.smithi039.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-12T07:38:24.600 INFO:teuthology.orchestra.run.smithi039.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-12T07:38:24.601 INFO:teuthology.orchestra.run.smithi039.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-12T07:38:24.601 INFO:teuthology.orchestra.run.smithi039.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-12T07:38:24.601 INFO:teuthology.orchestra.run.smithi039.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-12T07:38:24.646 INFO:teuthology.orchestra.run.smithi039.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-12T07:38:24.648 DEBUG:teuthology.orchestra.run.smithi039:> dpkg -s linux-image-generic 2024-09-12T07:38:24.664 INFO:teuthology.orchestra.run.smithi039.stdout:Package: linux-image-generic 2024-09-12T07:38:24.664 INFO:teuthology.orchestra.run.smithi039.stdout:Status: install ok installed 2024-09-12T07:38:24.664 INFO:teuthology.orchestra.run.smithi039.stdout:Priority: optional 2024-09-12T07:38:24.664 INFO:teuthology.orchestra.run.smithi039.stdout:Section: kernel 2024-09-12T07:38:24.664 INFO:teuthology.orchestra.run.smithi039.stdout:Installed-Size: 21 2024-09-12T07:38:24.665 INFO:teuthology.orchestra.run.smithi039.stdout:Maintainer: Ubuntu Kernel Team 2024-09-12T07:38:24.665 INFO:teuthology.orchestra.run.smithi039.stdout:Architecture: amd64 2024-09-12T07:38:24.665 INFO:teuthology.orchestra.run.smithi039.stdout:Source: linux-meta 2024-09-12T07:38:24.665 INFO:teuthology.orchestra.run.smithi039.stdout:Version: 5.15.0.119.119 2024-09-12T07:38:24.665 INFO:teuthology.orchestra.run.smithi039.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-12T07:38:24.665 INFO:teuthology.orchestra.run.smithi039.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-12T07:38:24.665 INFO:teuthology.orchestra.run.smithi039.stdout:Recommends: thermald 2024-09-12T07:38:24.665 INFO:teuthology.orchestra.run.smithi039.stdout:Description: Generic Linux kernel image 2024-09-12T07:38:24.665 INFO:teuthology.orchestra.run.smithi039.stdout: This package will always depend on the latest generic kernel image 2024-09-12T07:38:24.665 INFO:teuthology.orchestra.run.smithi039.stdout: available. 2024-09-12T07:38:24.666 DEBUG:teuthology.orchestra.run.smithi039:> mktemp 2024-09-12T07:38:24.710 INFO:teuthology.orchestra.run.smithi039.stdout:/tmp/tmp.SGRPd1Tox7 2024-09-12T07:38:24.710 DEBUG:teuthology.orchestra.run.smithi039:> sudo cp /boot/grub/grub.cfg /tmp/tmp.SGRPd1Tox7 2024-09-12T07:38:24.765 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 0666 /tmp/tmp.SGRPd1Tox7 2024-09-12T07:38:24.886 DEBUG:teuthology.orchestra.remote:smithi039:/tmp/tmp.SGRPd1Tox7 is 10KB 2024-09-12T07:38:24.899 DEBUG:teuthology.orchestra.run.smithi039:> rm -fr /tmp/tmp.SGRPd1Tox7 2024-09-12T07:38:24.905 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-12T07:38:24.958 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:38:24.959 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-12T07:38:24.959 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-12T07:38:25.044 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-119-generic 2024-09-12T07:38:25.045 DEBUG:teuthology.orchestra.run.smithi039:> sudo update-grub 2024-09-12T07:38:26.531 INFO:teuthology.orchestra.run.smithi039.stderr:Sourcing file `/etc/default/grub' 2024-09-12T07:38:26.532 INFO:teuthology.orchestra.run.smithi039.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-12T07:38:26.543 INFO:teuthology.orchestra.run.smithi039.stderr:Generating grub configuration file ... 2024-09-12T07:38:26.730 INFO:teuthology.orchestra.run.smithi039.stderr:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-12T07:38:26.736 INFO:teuthology.orchestra.run.smithi039.stderr:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-12T07:38:26.989 INFO:teuthology.orchestra.run.smithi039.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-12T07:38:26.993 INFO:teuthology.orchestra.run.smithi039.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-12T07:38:27.039 INFO:teuthology.orchestra.run.smithi039.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-12T07:38:27.044 INFO:teuthology.orchestra.run.smithi039.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-12T07:38:27.174 INFO:teuthology.orchestra.run.smithi039.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-12T07:38:27.174 INFO:teuthology.orchestra.run.smithi039.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-12T07:38:27.175 INFO:teuthology.orchestra.run.smithi039.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-12T07:38:27.192 INFO:teuthology.orchestra.run.smithi039.stderr:done 2024-09-12T07:38:27.201 DEBUG:teuthology.orchestra.run.smithi039:> sudo shutdown -r now 2024-09-12T07:38:51.149 INFO:teuthology.task.kernel:Checking client cluster2.mon.a for new kernel version... 2024-09-12T07:38:51.150 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-12T07:38:51.150 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T07:38:57.253 INFO:teuthology.task.kernel:Checking client cluster1.mon.a for new kernel version... 2024-09-12T07:38:57.253 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-12T07:38:57.254 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T07:39:31.773 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.39 2024-09-12T07:39:40.783 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-12T07:39:40.784 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T07:39:43.869 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.39 2024-09-12T07:39:51.169 DEBUG:teuthology.orchestra.remote:timed out 2024-09-12T07:39:55.874 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-12T07:39:55.875 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T07:40:00.173 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-12T07:40:00.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T07:40:00.838 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-09-12T07:40:01.909 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-12T07:40:01.909 INFO:teuthology.task.kernel:Checking kernel version of cluster2.mon.a, want "5.15.0-119-generic"... 2024-09-12T07:40:01.909 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-09-12T07:40:01.915 INFO:teuthology.orchestra.run.smithi098.stdout:5.15.0-119-generic 2024-09-12T07:40:01.915 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-119-generic vs 5.15.0-119-generic 2024-09-12T07:40:01.915 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-12T07:40:01.915 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-12T07:40:02.916 INFO:teuthology.task.kernel:Enabling kdb on cluster2.mon.a... 2024-09-12T07:40:02.916 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-12T07:40:03.089 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-09-12T07:40:03.106 DEBUG:teuthology.parallel:result is None 2024-09-12T07:40:55.886 DEBUG:teuthology.orchestra.remote:timed out 2024-09-12T07:41:10.888 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-12T07:41:10.889 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T07:41:11.110 DEBUG:teuthology.orchestra.run.smithi039:> true 2024-09-12T07:41:11.993 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-12T07:41:11.994 INFO:teuthology.task.kernel:Checking kernel version of cluster1.mon.a, want "5.15.0-119-generic"... 2024-09-12T07:41:11.994 DEBUG:teuthology.orchestra.run.smithi039:> uname -r 2024-09-12T07:41:12.041 INFO:teuthology.orchestra.run.smithi039.stdout:5.15.0-119-generic 2024-09-12T07:41:12.041 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-119-generic vs 5.15.0-119-generic 2024-09-12T07:41:12.041 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-12T07:41:12.041 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-12T07:41:13.042 INFO:teuthology.task.kernel:Enabling kdb on cluster1.mon.a... 2024-09-12T07:41:13.043 DEBUG:teuthology.orchestra.run.smithi039:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-12T07:41:13.112 INFO:teuthology.orchestra.run.smithi039.stdout:ttyS1 2024-09-12T07:41:13.134 DEBUG:teuthology.parallel:result is None 2024-09-12T07:41:13.135 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-12T07:41:13.142 INFO:teuthology.task.internal:Creating test directory... 2024-09-12T07:41:13.142 DEBUG:teuthology.orchestra.run.smithi039:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-12T07:41:13.145 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-12T07:41:13.151 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-12T07:41:13.562 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-12T07:41:13.994 INFO:teuthology.task.internal:Creating archive directory... 2024-09-12T07:41:13.994 DEBUG:teuthology.orchestra.run.smithi039:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-12T07:41:13.997 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-12T07:41:14.092 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-12T07:41:14.098 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-12T07:41:14.099 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:41:14.101 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:41:14.118 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-12T07:41:14.127 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-12T07:41:14.132 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-12T07:41:14.140 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-12T07:41:14.141 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-12T07:41:14.148 INFO:teuthology.task.internal:Configuring sudo... 2024-09-12T07:41:14.148 DEBUG:teuthology.orchestra.run.smithi039:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-12T07:41:14.178 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-12T07:41:14.219 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-12T07:41:14.227 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-12T07:41:14.228 DEBUG:teuthology.orchestra.run.smithi039:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-12T07:41:14.233 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-12T07:41:14.267 DEBUG:teuthology.orchestra.run.smithi039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-12T07:41:14.285 DEBUG:teuthology.orchestra.run.smithi039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-12T07:41:14.333 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:41:14.333 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-12T07:41:14.394 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-12T07:41:14.400 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-12T07:41:14.447 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:41:14.448 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-12T07:41:14.508 DEBUG:teuthology.orchestra.run.smithi039:> sudo service rsyslog restart 2024-09-12T07:41:14.510 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-09-12T07:41:14.586 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-12T07:41:14.593 INFO:teuthology.task.internal:Starting timer... 2024-09-12T07:41:14.593 INFO:teuthology.run_tasks:Running task pcp... 2024-09-12T07:41:14.632 INFO:teuthology.run_tasks:Running task selinux... 2024-09-12T07:41:14.672 DEBUG:teuthology.task.selinux:Excluding smithi039: OS 'ubuntu' does not support SELinux 2024-09-12T07:41:14.672 DEBUG:teuthology.task.selinux:Excluding smithi098: OS 'ubuntu' does not support SELinux 2024-09-12T07:41:14.672 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-12T07:41:14.672 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-12T07:41:14.672 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-12T07:41:14.673 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-12T07:41:14.713 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-12T07:41:14.716 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-12T07:41:14.849 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-12T07:41:14.878 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-12T07:41:14.879 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi039.front.sepia.ceph.com,smithi098.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-12T07:48:52.425 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi039.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com')] 2024-09-12T07:48:52.426 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-12T07:48:52.427 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T07:48:52.518 DEBUG:teuthology.orchestra.run.smithi039:> true 2024-09-12T07:48:52.596 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-12T07:48:52.597 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-12T07:48:52.597 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-12T07:48:52.702 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-09-12T07:48:52.780 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-12T07:48:52.781 INFO:teuthology.run_tasks:Running task clock... 2024-09-12T07:48:52.793 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-12T07:48:52.793 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-12T07:48:52.794 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:48:52.796 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-12T07:48:52.796 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:48:52.823 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-12T07:48:52.823 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: Command line: ntpd -gq 2024-09-12T07:48:52.823 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: ---------------------------------------------------- 2024-09-12T07:48:52.823 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: ntp-4 is maintained by Network Time Foundation, 2024-09-12T07:48:52.823 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-12T07:48:52.823 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: corporation. Support and training for ntp-4 are 2024-09-12T07:48:52.823 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: available at https://www.nwtime.org/support 2024-09-12T07:48:52.823 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: ---------------------------------------------------- 2024-09-12T07:48:52.825 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: proto: precision = 0.065 usec (-24) 2024-09-12T07:48:52.825 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: basedate set to 2022-02-04 2024-09-12T07:48:52.825 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: gps base set to 2022-02-06 (week 2196) 2024-09-12T07:48:52.825 INFO:teuthology.orchestra.run.smithi039.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-12T07:48:52.825 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-12T07:48:52.826 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: restrict ::: KOD does nothing without LIMITED. 2024-09-12T07:48:52.826 INFO:teuthology.orchestra.run.smithi039.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-12T07:48:52.827 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: Listen and drop on 0 v6wildcard [::]:123 2024-09-12T07:48:52.827 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-12T07:48:52.827 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: Listen normally on 2 lo 127.0.0.1:123 2024-09-12T07:48:52.827 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: Listen normally on 3 ens1f0 172.21.15.39:123 2024-09-12T07:48:52.827 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: Listen normally on 4 lo [::1]:123 2024-09-12T07:48:52.827 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1370%4]:123 2024-09-12T07:48:52.827 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:52 ntpd[18352]: Listening on routing socket on fd #22 for interface updates 2024-09-12T07:48:52.849 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-12T07:48:52.849 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: Command line: ntpd -gq 2024-09-12T07:48:52.849 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: ---------------------------------------------------- 2024-09-12T07:48:52.849 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: ntp-4 is maintained by Network Time Foundation, 2024-09-12T07:48:52.849 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-12T07:48:52.849 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: corporation. Support and training for ntp-4 are 2024-09-12T07:48:52.850 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: available at https://www.nwtime.org/support 2024-09-12T07:48:52.850 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: ---------------------------------------------------- 2024-09-12T07:48:52.850 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: proto: precision = 0.044 usec (-24) 2024-09-12T07:48:52.850 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: basedate set to 2022-02-04 2024-09-12T07:48:52.850 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: gps base set to 2022-02-06 (week 2196) 2024-09-12T07:48:52.851 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-12T07:48:52.851 INFO:teuthology.orchestra.run.smithi098.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-12T07:48:52.851 INFO:teuthology.orchestra.run.smithi098.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-12T07:48:52.852 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: restrict ::: KOD does nothing without LIMITED. 2024-09-12T07:48:52.852 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: Listen and drop on 0 v6wildcard [::]:123 2024-09-12T07:48:52.852 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-12T07:48:52.852 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: Listen normally on 2 lo 127.0.0.1:123 2024-09-12T07:48:52.852 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: Listen normally on 3 enp3s0f1 172.21.15.98:123 2024-09-12T07:48:52.852 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: Listen normally on 4 lo [::1]:123 2024-09-12T07:48:52.852 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d26b%5]:123 2024-09-12T07:48:52.852 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:52 ntpd[18492]: Listening on routing socket on fd #22 for interface updates 2024-09-12T07:48:53.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:53 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:53.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:53 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:53.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:53 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:53.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:53 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:53.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:53 ntpd[18352]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:53.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:53 ntpd[18352]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:53.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:53 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:53.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:53 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:53.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:53 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:53.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:53 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:53.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:53 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:53.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:53 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:54.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:54 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:54.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:54 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:54.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:54 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:54.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:54 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:54.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:54 ntpd[18352]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:54.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:54 ntpd[18352]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:54.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:54 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:54.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:54 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:54.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:54 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:54.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:54 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:54.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:54 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:54.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:54 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:55.823 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:55 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:55.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:55 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:55.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:55 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:55.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:55 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:55.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:55 ntpd[18352]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:55.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:55 ntpd[18352]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:55.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:55 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:55.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:55 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:55.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:55 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:55.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:55 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:55.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:55 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:55.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:55 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:55.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:55 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:55.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:55 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:55.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:55 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:55.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:55 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:55.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:55 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:55.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:55 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:56.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:56 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:56.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:56 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:56.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:56 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:56.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:56 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:56.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:56 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:56.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:56 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:56.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:56 ntpd[18352]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:56.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:56 ntpd[18352]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:56.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:56 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:56.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:56 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:56.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:56 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:56.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:56 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:56.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:56 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:56.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:56 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:56.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:56 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:56.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:56 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:57.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:57 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:57.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:57 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:57.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:57 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:57.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:57 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:57.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:57 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:57.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:57 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:57.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:57 ntpd[18352]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:57.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:57 ntpd[18352]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:57.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:57 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:57.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:57 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:57.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:57 ntpd[18352]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:57.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:57 ntpd[18352]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:57.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:57 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:57.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:57 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:57.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:57 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:57.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:57 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:57.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:57 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:57.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:57 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:57.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:57 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:57.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:57 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:57.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:57 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:57.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:57 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:57.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:57 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:57.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:57 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:58.823 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:58 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:58.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:58 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:58.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:58 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:58.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:58 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:58.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:58 ntpd[18352]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:58.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:58 ntpd[18352]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:58.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:58 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:58.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:58 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:58.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:58 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:58.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:58 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:58.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:58 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:58.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:58 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:59.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:59.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:59.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:59.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:59.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:59.824 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:59.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:59.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:59.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:59.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:59.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:59.825 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:59.825 INFO:teuthology.orchestra.run.smithi039.stdout:12 Sep 07:48:59 ntpd[18352]: ntpd: time slew -0.000109 s 2024-09-12T07:48:59.825 INFO:teuthology.orchestra.run.smithi039.stdout:ntpd: time slew -0.000109s 2024-09-12T07:48:59.826 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-12T07:48:59.826 INFO:teuthology.orchestra.run.smithi039.stderr:12 Sep 07:48:59 ntpd[18352]: can't open /var/log/ntpstats/loopstats.20240912: Permission denied 2024-09-12T07:48:59.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:59.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:59.850 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:59.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:59.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:59.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:59.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:59.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:59.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-12T07:48:59.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240912: Permission denied 2024-09-12T07:48:59.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-12T07:48:59.851 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240912: Permission denied 2024-09-12T07:48:59.852 INFO:teuthology.orchestra.run.smithi098.stdout:12 Sep 07:48:59 ntpd[18492]: ntpd: time slew -0.000127 s 2024-09-12T07:48:59.852 INFO:teuthology.orchestra.run.smithi098.stdout:ntpd: time slew -0.000127s 2024-09-12T07:48:59.852 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-12T07:48:59.852 INFO:teuthology.orchestra.run.smithi098.stderr:12 Sep 07:48:59 ntpd[18492]: can't open /var/log/ntpstats/loopstats.20240912: Permission denied 2024-09-12T07:48:59.875 INFO:teuthology.orchestra.run.smithi039.stdout: remote refid st t when poll reach delay offset jitter 2024-09-12T07:48:59.875 INFO:teuthology.orchestra.run.smithi039.stdout:============================================================================== 2024-09-12T07:48:59.875 INFO:teuthology.orchestra.run.smithi039.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-12T07:48:59.875 INFO:teuthology.orchestra.run.smithi039.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-12T07:48:59.875 INFO:teuthology.orchestra.run.smithi039.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-12T07:48:59.875 INFO:teuthology.orchestra.run.smithi039.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-12T07:48:59.909 INFO:teuthology.orchestra.run.smithi098.stdout: remote refid st t when poll reach delay offset jitter 2024-09-12T07:48:59.909 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================== 2024-09-12T07:48:59.909 INFO:teuthology.orchestra.run.smithi098.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-12T07:48:59.909 INFO:teuthology.orchestra.run.smithi098.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-12T07:48:59.910 INFO:teuthology.orchestra.run.smithi098.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-12T07:48:59.910 INFO:teuthology.orchestra.run.smithi098.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-12T07:48:59.910 INFO:teuthology.run_tasks:Running task install... 2024-09-12T07:48:59.919 DEBUG:teuthology.task.install:project ceph 2024-09-12T07:48:59.919 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1'}} 2024-09-12T07:48:59.919 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1'} 2024-09-12T07:48:59.919 INFO:teuthology.task.install:Using flavor: default 2024-09-12T07:48:59.925 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-12T07:48:59.925 INFO:teuthology.task.install:extra packages: [] 2024-09-12T07:48:59.926 DEBUG:teuthology.orchestra.run.smithi039:> sudo apt-key list | grep Ceph 2024-09-12T07:48:59.926 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-key list | grep Ceph 2024-09-12T07:48:59.986 INFO:teuthology.orchestra.run.smithi039.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-12T07:49:00.013 INFO:teuthology.orchestra.run.smithi098.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-12T07:49:00.014 INFO:teuthology.orchestra.run.smithi039.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-12T07:49:00.014 INFO:teuthology.orchestra.run.smithi039.stdout:uid [ unknown] Ceph.com (release key) 2024-09-12T07:49:00.015 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-12T07:49:00.015 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d61b08865d4d98738f45ff2e4806d7fb6d03eca1 2024-09-12T07:49:00.035 INFO:teuthology.orchestra.run.smithi098.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-12T07:49:00.035 INFO:teuthology.orchestra.run.smithi098.stdout:uid [ unknown] Ceph.com (release key) 2024-09-12T07:49:00.036 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-12T07:49:00.036 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d61b08865d4d98738f45ff2e4806d7fb6d03eca1 2024-09-12T07:49:00.170 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default/ 2024-09-12T07:49:00.170 INFO:teuthology.task.install.deb:Package version is 19.3.0-4883-gd61b0886-1jammy 2024-09-12T07:49:00.186 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default/ 2024-09-12T07:49:00.186 INFO:teuthology.task.install.deb:Package version is 19.3.0-4883-gd61b0886-1jammy 2024-09-12T07:49:00.293 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:49:00.293 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-12T07:49:00.307 DEBUG:teuthology.orchestra.run.smithi039:> sudo apt-get update 2024-09-12T07:49:00.312 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:49:00.313 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-12T07:49:00.326 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2024-09-12T07:49:00.484 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-12T07:49:00.494 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-12T07:49:00.496 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-12T07:49:00.513 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-12T07:49:00.538 INFO:teuthology.orchestra.run.smithi039.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy InRelease 2024-09-12T07:49:00.554 INFO:teuthology.orchestra.run.smithi098.stdout:Ign:2 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy InRelease 2024-09-12T07:49:00.562 INFO:teuthology.orchestra.run.smithi039.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-12T07:49:00.576 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-12T07:49:00.586 INFO:teuthology.orchestra.run.smithi039.stdout:Ign:6 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-12T07:49:00.601 INFO:teuthology.orchestra.run.smithi098.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-12T07:49:00.603 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:7 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-12T07:49:00.608 INFO:teuthology.orchestra.run.smithi039.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,424 B] 2024-09-12T07:49:00.622 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-12T07:49:00.625 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,424 B] 2024-09-12T07:49:00.636 INFO:teuthology.orchestra.run.smithi039.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-12T07:49:00.653 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-12T07:49:00.706 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-12T07:49:00.789 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-12T07:49:00.851 INFO:teuthology.orchestra.run.smithi039.stdout:Fetched 29.3 kB in 0s (81.0 kB/s) 2024-09-12T07:49:00.927 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 29.3 kB in 0s (69.8 kB/s) 2024-09-12T07:49:01.885 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-09-12T07:49:01.898 DEBUG:teuthology.orchestra.run.smithi039:> 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-gd61b0886-1jammy cephadm=19.3.0-4883-gd61b0886-1jammy ceph-mds=19.3.0-4883-gd61b0886-1jammy ceph-mgr=19.3.0-4883-gd61b0886-1jammy ceph-common=19.3.0-4883-gd61b0886-1jammy ceph-fuse=19.3.0-4883-gd61b0886-1jammy ceph-test=19.3.0-4883-gd61b0886-1jammy ceph-volume=19.3.0-4883-gd61b0886-1jammy radosgw=19.3.0-4883-gd61b0886-1jammy python3-rados=19.3.0-4883-gd61b0886-1jammy python3-rgw=19.3.0-4883-gd61b0886-1jammy python3-cephfs=19.3.0-4883-gd61b0886-1jammy python3-rbd=19.3.0-4883-gd61b0886-1jammy libcephfs2=19.3.0-4883-gd61b0886-1jammy libcephfs-dev=19.3.0-4883-gd61b0886-1jammy librados2=19.3.0-4883-gd61b0886-1jammy librbd1=19.3.0-4883-gd61b0886-1jammy rbd-fuse=19.3.0-4883-gd61b0886-1jammy 2024-09-12T07:49:01.955 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-09-12T07:49:01.966 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-09-12T07:49:01.972 DEBUG:teuthology.orchestra.run.smithi098:> 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-gd61b0886-1jammy cephadm=19.3.0-4883-gd61b0886-1jammy ceph-mds=19.3.0-4883-gd61b0886-1jammy ceph-mgr=19.3.0-4883-gd61b0886-1jammy ceph-common=19.3.0-4883-gd61b0886-1jammy ceph-fuse=19.3.0-4883-gd61b0886-1jammy ceph-test=19.3.0-4883-gd61b0886-1jammy ceph-volume=19.3.0-4883-gd61b0886-1jammy radosgw=19.3.0-4883-gd61b0886-1jammy python3-rados=19.3.0-4883-gd61b0886-1jammy python3-rgw=19.3.0-4883-gd61b0886-1jammy python3-cephfs=19.3.0-4883-gd61b0886-1jammy python3-rbd=19.3.0-4883-gd61b0886-1jammy libcephfs2=19.3.0-4883-gd61b0886-1jammy libcephfs-dev=19.3.0-4883-gd61b0886-1jammy librados2=19.3.0-4883-gd61b0886-1jammy librbd1=19.3.0-4883-gd61b0886-1jammy rbd-fuse=19.3.0-4883-gd61b0886-1jammy 2024-09-12T07:49:02.036 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-09-12T07:49:02.174 INFO:teuthology.orchestra.run.smithi039.stdout:Building dependency tree... 2024-09-12T07:49:02.175 INFO:teuthology.orchestra.run.smithi039.stdout:Reading state information... 2024-09-12T07:49:02.243 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2024-09-12T07:49:02.244 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2024-09-12T07:49:02.394 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages were automatically installed and are no longer required: 2024-09-12T07:49:02.394 INFO:teuthology.orchestra.run.smithi039.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-12T07:49:02.394 INFO:teuthology.orchestra.run.smithi039.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-12T07:49:02.394 INFO:teuthology.orchestra.run.smithi039.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-12T07:49:02.395 INFO:teuthology.orchestra.run.smithi039.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-12T07:49:02.395 INFO:teuthology.orchestra.run.smithi039.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-12T07:49:02.395 INFO:teuthology.orchestra.run.smithi039.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-12T07:49:02.396 INFO:teuthology.orchestra.run.smithi039.stdout:The following additional packages will be installed: 2024-09-12T07:49:02.396 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-12T07:49:02.396 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-12T07:49:02.397 INFO:teuthology.orchestra.run.smithi039.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-12T07:49:02.397 INFO:teuthology.orchestra.run.smithi039.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-12T07:49:02.398 INFO:teuthology.orchestra.run.smithi039.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-12T07:49:02.398 INFO:teuthology.orchestra.run.smithi039.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-12T07:49:02.398 INFO:teuthology.orchestra.run.smithi039.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-12T07:49:02.398 INFO:teuthology.orchestra.run.smithi039.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-12T07:49:02.398 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-12T07:49:02.398 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-12T07:49:02.398 INFO:teuthology.orchestra.run.smithi039.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-12T07:49:02.398 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-12T07:49:02.398 INFO:teuthology.orchestra.run.smithi039.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-12T07:49:02.398 INFO:teuthology.orchestra.run.smithi039.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-12T07:49:02.398 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-12T07:49:02.398 INFO:teuthology.orchestra.run.smithi039.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-12T07:49:02.399 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-12T07:49:02.399 INFO:teuthology.orchestra.run.smithi039.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-12T07:49:02.399 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-12T07:49:02.399 INFO:teuthology.orchestra.run.smithi039.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-12T07:49:02.399 INFO:teuthology.orchestra.run.smithi039.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-12T07:49:02.399 INFO:teuthology.orchestra.run.smithi039.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-12T07:49:02.399 INFO:teuthology.orchestra.run.smithi039.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-12T07:49:02.399 INFO:teuthology.orchestra.run.smithi039.stdout: xmlstarlet zip 2024-09-12T07:49:02.400 INFO:teuthology.orchestra.run.smithi039.stdout:Suggested packages: 2024-09-12T07:49:02.400 INFO:teuthology.orchestra.run.smithi039.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-12T07:49:02.400 INFO:teuthology.orchestra.run.smithi039.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-12T07:49:02.400 INFO:teuthology.orchestra.run.smithi039.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-12T07:49:02.400 INFO:teuthology.orchestra.run.smithi039.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-12T07:49:02.400 INFO:teuthology.orchestra.run.smithi039.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-12T07:49:02.400 INFO:teuthology.orchestra.run.smithi039.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-12T07:49:02.400 INFO:teuthology.orchestra.run.smithi039.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-12T07:49:02.400 INFO:teuthology.orchestra.run.smithi039.stdout:Recommended packages: 2024-09-12T07:49:02.400 INFO:teuthology.orchestra.run.smithi039.stdout: btrfs-tools 2024-09-12T07:49:02.434 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages were automatically installed and are no longer required: 2024-09-12T07:49:02.434 INFO:teuthology.orchestra.run.smithi098.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-12T07:49:02.434 INFO:teuthology.orchestra.run.smithi098.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-12T07:49:02.434 INFO:teuthology.orchestra.run.smithi098.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-12T07:49:02.434 INFO:teuthology.orchestra.run.smithi098.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-12T07:49:02.435 INFO:teuthology.orchestra.run.smithi098.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-12T07:49:02.436 INFO:teuthology.orchestra.run.smithi098.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-12T07:49:02.436 INFO:teuthology.orchestra.run.smithi098.stdout:The following additional packages will be installed: 2024-09-12T07:49:02.436 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-12T07:49:02.436 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-12T07:49:02.436 INFO:teuthology.orchestra.run.smithi098.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-12T07:49:02.436 INFO:teuthology.orchestra.run.smithi098.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-12T07:49:02.436 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-12T07:49:02.437 INFO:teuthology.orchestra.run.smithi098.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-12T07:49:02.437 INFO:teuthology.orchestra.run.smithi098.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-12T07:49:02.437 INFO:teuthology.orchestra.run.smithi098.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-12T07:49:02.437 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-12T07:49:02.437 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-12T07:49:02.437 INFO:teuthology.orchestra.run.smithi098.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-12T07:49:02.438 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-12T07:49:02.438 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-12T07:49:02.438 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-12T07:49:02.438 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-12T07:49:02.438 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-12T07:49:02.438 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-12T07:49:02.438 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-12T07:49:02.438 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-12T07:49:02.438 INFO:teuthology.orchestra.run.smithi098.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-12T07:49:02.438 INFO:teuthology.orchestra.run.smithi098.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-12T07:49:02.438 INFO:teuthology.orchestra.run.smithi098.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-12T07:49:02.438 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-12T07:49:02.439 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet zip 2024-09-12T07:49:02.439 INFO:teuthology.orchestra.run.smithi098.stdout:Suggested packages: 2024-09-12T07:49:02.439 INFO:teuthology.orchestra.run.smithi098.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-12T07:49:02.439 INFO:teuthology.orchestra.run.smithi098.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-12T07:49:02.439 INFO:teuthology.orchestra.run.smithi098.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-12T07:49:02.439 INFO:teuthology.orchestra.run.smithi098.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-12T07:49:02.439 INFO:teuthology.orchestra.run.smithi098.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-12T07:49:02.439 INFO:teuthology.orchestra.run.smithi098.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-12T07:49:02.440 INFO:teuthology.orchestra.run.smithi098.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-12T07:49:02.440 INFO:teuthology.orchestra.run.smithi098.stdout:Recommended packages: 2024-09-12T07:49:02.440 INFO:teuthology.orchestra.run.smithi098.stdout: btrfs-tools 2024-09-12T07:49:02.511 INFO:teuthology.orchestra.run.smithi039.stdout:The following NEW packages will be installed: 2024-09-12T07:49:02.511 INFO:teuthology.orchestra.run.smithi039.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-12T07:49:02.511 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-12T07:49:02.511 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-12T07:49:02.511 INFO:teuthology.orchestra.run.smithi039.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-12T07:49:02.511 INFO:teuthology.orchestra.run.smithi039.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-12T07:49:02.512 INFO:teuthology.orchestra.run.smithi039.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-12T07:49:02.513 INFO:teuthology.orchestra.run.smithi039.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-12T07:49:02.513 INFO:teuthology.orchestra.run.smithi039.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-12T07:49:02.513 INFO:teuthology.orchestra.run.smithi039.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-12T07:49:02.513 INFO:teuthology.orchestra.run.smithi039.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-12T07:49:02.513 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-12T07:49:02.513 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-12T07:49:02.513 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-12T07:49:02.513 INFO:teuthology.orchestra.run.smithi039.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-12T07:49:02.513 INFO:teuthology.orchestra.run.smithi039.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-12T07:49:02.514 INFO:teuthology.orchestra.run.smithi039.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-12T07:49:02.514 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-12T07:49:02.514 INFO:teuthology.orchestra.run.smithi039.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-12T07:49:02.514 INFO:teuthology.orchestra.run.smithi039.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-12T07:49:02.514 INFO:teuthology.orchestra.run.smithi039.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-12T07:49:02.514 INFO:teuthology.orchestra.run.smithi039.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-12T07:49:02.514 INFO:teuthology.orchestra.run.smithi039.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-12T07:49:02.514 INFO:teuthology.orchestra.run.smithi039.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-12T07:49:02.514 INFO:teuthology.orchestra.run.smithi039.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-12T07:49:02.514 INFO:teuthology.orchestra.run.smithi039.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-12T07:49:02.514 INFO:teuthology.orchestra.run.smithi039.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-12T07:49:02.542 INFO:teuthology.orchestra.run.smithi098.stdout:The following NEW packages will be installed: 2024-09-12T07:49:02.542 INFO:teuthology.orchestra.run.smithi098.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-12T07:49:02.542 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-12T07:49:02.542 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-12T07:49:02.542 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-12T07:49:02.542 INFO:teuthology.orchestra.run.smithi098.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-12T07:49:02.543 INFO:teuthology.orchestra.run.smithi098.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-12T07:49:02.544 INFO:teuthology.orchestra.run.smithi098.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-12T07:49:02.544 INFO:teuthology.orchestra.run.smithi098.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-12T07:49:02.544 INFO:teuthology.orchestra.run.smithi098.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-12T07:49:02.544 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-12T07:49:02.544 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-12T07:49:02.544 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-12T07:49:02.544 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-12T07:49:02.544 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-12T07:49:02.545 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-12T07:49:02.545 INFO:teuthology.orchestra.run.smithi098.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-12T07:49:02.545 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-12T07:49:02.545 INFO:teuthology.orchestra.run.smithi098.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-12T07:49:02.545 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-12T07:49:02.545 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-12T07:49:02.545 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-12T07:49:02.545 INFO:teuthology.orchestra.run.smithi098.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-12T07:49:02.545 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-12T07:49:02.545 INFO:teuthology.orchestra.run.smithi098.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-12T07:49:02.545 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-12T07:49:02.546 INFO:teuthology.orchestra.run.smithi098.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-12T07:49:02.660 INFO:teuthology.orchestra.run.smithi039.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-12T07:49:02.660 INFO:teuthology.orchestra.run.smithi039.stdout:Need to get 251 MB of archives. 2024-09-12T07:49:02.660 INFO:teuthology.orchestra.run.smithi039.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-12T07:49:02.661 INFO:teuthology.orchestra.run.smithi039.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4883-gd61b0886-1jammy [3,634 kB] 2024-09-12T07:49:02.692 INFO:teuthology.orchestra.run.smithi098.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-12T07:49:02.692 INFO:teuthology.orchestra.run.smithi098.stdout:Need to get 251 MB of archives. 2024-09-12T07:49:02.692 INFO:teuthology.orchestra.run.smithi098.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-12T07:49:02.692 INFO:teuthology.orchestra.run.smithi098.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4883-gd61b0886-1jammy [3,634 kB] 2024-09-12T07:49:02.705 INFO:teuthology.orchestra.run.smithi039.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-12T07:49:02.735 INFO:teuthology.orchestra.run.smithi098.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-12T07:49:02.856 INFO:teuthology.orchestra.run.smithi039.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4883-gd61b0886-1jammy [3,336 kB] 2024-09-12T07:49:02.921 INFO:teuthology.orchestra.run.smithi039.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4883-gd61b0886-1jammy [722 kB] 2024-09-12T07:49:02.932 INFO:teuthology.orchestra.run.smithi039.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4883-gd61b0886-1jammy [356 kB] 2024-09-12T07:49:02.937 INFO:teuthology.orchestra.run.smithi039.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4883-gd61b0886-1jammy [32.8 kB] 2024-09-12T07:49:02.938 INFO:teuthology.orchestra.run.smithi039.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4883-gd61b0886-1jammy [180 kB] 2024-09-12T07:49:02.941 INFO:teuthology.orchestra.run.smithi039.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4883-gd61b0886-1jammy [71.3 kB] 2024-09-12T07:49:02.942 INFO:teuthology.orchestra.run.smithi039.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4883-gd61b0886-1jammy [340 kB] 2024-09-12T07:49:02.947 INFO:teuthology.orchestra.run.smithi039.stdout:Get:10 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4883-gd61b0886-1jammy [7,987 kB] 2024-09-12T07:49:02.953 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4883-gd61b0886-1jammy [3,336 kB] 2024-09-12T07:49:03.104 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4883-gd61b0886-1jammy [722 kB] 2024-09-12T07:49:03.119 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4883-gd61b0886-1jammy [356 kB] 2024-09-12T07:49:03.127 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4883-gd61b0886-1jammy [32.8 kB] 2024-09-12T07:49:03.129 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4883-gd61b0886-1jammy [180 kB] 2024-09-12T07:49:03.132 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4883-gd61b0886-1jammy [71.3 kB] 2024-09-12T07:49:03.134 INFO:teuthology.orchestra.run.smithi098.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4883-gd61b0886-1jammy [340 kB] 2024-09-12T07:49:03.137 INFO:teuthology.orchestra.run.smithi039.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-12T07:49:03.153 INFO:teuthology.orchestra.run.smithi039.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-12T07:49:03.165 INFO:teuthology.orchestra.run.smithi098.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-12T07:49:03.165 INFO:teuthology.orchestra.run.smithi039.stdout:Get:13 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4883-gd61b0886-1jammy [112 kB] 2024-09-12T07:49:03.168 INFO:teuthology.orchestra.run.smithi039.stdout:Get:14 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4883-gd61b0886-1jammy [473 kB] 2024-09-12T07:49:03.229 INFO:teuthology.orchestra.run.smithi039.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4883-gd61b0886-1jammy [28.3 MB] 2024-09-12T07:49:03.230 INFO:teuthology.orchestra.run.smithi098.stdout:Get:11 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4883-gd61b0886-1jammy [7,987 kB] 2024-09-12T07:49:03.230 INFO:teuthology.orchestra.run.smithi098.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-12T07:49:03.233 INFO:teuthology.orchestra.run.smithi039.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-12T07:49:03.259 INFO:teuthology.orchestra.run.smithi098.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-12T07:49:03.437 INFO:teuthology.orchestra.run.smithi098.stdout:Get:14 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4883-gd61b0886-1jammy [112 kB] 2024-09-12T07:49:03.447 INFO:teuthology.orchestra.run.smithi098.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4883-gd61b0886-1jammy [473 kB] 2024-09-12T07:49:03.454 INFO:teuthology.orchestra.run.smithi098.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4883-gd61b0886-1jammy [28.3 MB] 2024-09-12T07:49:03.469 INFO:teuthology.orchestra.run.smithi039.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-12T07:49:03.479 INFO:teuthology.orchestra.run.smithi039.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-12T07:49:03.492 INFO:teuthology.orchestra.run.smithi098.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-12T07:49:03.504 INFO:teuthology.orchestra.run.smithi098.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-12T07:49:03.509 INFO:teuthology.orchestra.run.smithi039.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-12T07:49:03.518 INFO:teuthology.orchestra.run.smithi039.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-12T07:49:03.520 INFO:teuthology.orchestra.run.smithi039.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-12T07:49:03.521 INFO:teuthology.orchestra.run.smithi039.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-12T07:49:03.523 INFO:teuthology.orchestra.run.smithi039.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-12T07:49:03.533 INFO:teuthology.orchestra.run.smithi098.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-12T07:49:03.539 INFO:teuthology.orchestra.run.smithi039.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-12T07:49:03.542 INFO:teuthology.orchestra.run.smithi098.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-12T07:49:03.544 INFO:teuthology.orchestra.run.smithi039.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-12T07:49:03.544 INFO:teuthology.orchestra.run.smithi098.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-12T07:49:03.545 INFO:teuthology.orchestra.run.smithi098.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-12T07:49:03.546 INFO:teuthology.orchestra.run.smithi098.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-12T07:49:03.553 INFO:teuthology.orchestra.run.smithi039.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-12T07:49:03.564 INFO:teuthology.orchestra.run.smithi098.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-12T07:49:03.568 INFO:teuthology.orchestra.run.smithi098.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-12T07:49:03.574 INFO:teuthology.orchestra.run.smithi098.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-12T07:49:03.632 INFO:teuthology.orchestra.run.smithi039.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-12T07:49:03.632 INFO:teuthology.orchestra.run.smithi039.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-12T07:49:03.637 INFO:teuthology.orchestra.run.smithi039.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-12T07:49:03.641 INFO:teuthology.orchestra.run.smithi039.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-12T07:49:03.645 INFO:teuthology.orchestra.run.smithi039.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-12T07:49:03.646 INFO:teuthology.orchestra.run.smithi039.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-12T07:49:03.647 INFO:teuthology.orchestra.run.smithi039.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-12T07:49:03.649 INFO:teuthology.orchestra.run.smithi039.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-12T07:49:03.649 INFO:teuthology.orchestra.run.smithi039.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-12T07:49:03.655 INFO:teuthology.orchestra.run.smithi098.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-12T07:49:03.655 INFO:teuthology.orchestra.run.smithi098.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-12T07:49:03.659 INFO:teuthology.orchestra.run.smithi098.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-12T07:49:03.664 INFO:teuthology.orchestra.run.smithi098.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-12T07:49:03.667 INFO:teuthology.orchestra.run.smithi098.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-12T07:49:03.668 INFO:teuthology.orchestra.run.smithi098.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-12T07:49:03.669 INFO:teuthology.orchestra.run.smithi098.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-12T07:49:03.671 INFO:teuthology.orchestra.run.smithi098.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-12T07:49:03.671 INFO:teuthology.orchestra.run.smithi098.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-12T07:49:03.716 INFO:teuthology.orchestra.run.smithi039.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-12T07:49:03.732 INFO:teuthology.orchestra.run.smithi039.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-12T07:49:03.733 INFO:teuthology.orchestra.run.smithi039.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-12T07:49:03.733 INFO:teuthology.orchestra.run.smithi039.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-12T07:49:03.734 INFO:teuthology.orchestra.run.smithi039.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-12T07:49:03.737 INFO:teuthology.orchestra.run.smithi098.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-12T07:49:03.739 INFO:teuthology.orchestra.run.smithi039.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-12T07:49:03.741 INFO:teuthology.orchestra.run.smithi039.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-12T07:49:03.754 INFO:teuthology.orchestra.run.smithi098.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-12T07:49:03.755 INFO:teuthology.orchestra.run.smithi098.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-12T07:49:03.755 INFO:teuthology.orchestra.run.smithi098.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-12T07:49:03.756 INFO:teuthology.orchestra.run.smithi098.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-12T07:49:03.761 INFO:teuthology.orchestra.run.smithi098.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-12T07:49:03.762 INFO:teuthology.orchestra.run.smithi098.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-12T07:49:03.798 INFO:teuthology.orchestra.run.smithi039.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-12T07:49:03.799 INFO:teuthology.orchestra.run.smithi039.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-12T07:49:03.801 INFO:teuthology.orchestra.run.smithi039.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-12T07:49:03.820 INFO:teuthology.orchestra.run.smithi098.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-12T07:49:03.820 INFO:teuthology.orchestra.run.smithi098.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-12T07:49:03.822 INFO:teuthology.orchestra.run.smithi098.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-12T07:49:03.879 INFO:teuthology.orchestra.run.smithi039.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-12T07:49:03.880 INFO:teuthology.orchestra.run.smithi039.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-12T07:49:03.882 INFO:teuthology.orchestra.run.smithi039.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-12T07:49:03.884 INFO:teuthology.orchestra.run.smithi039.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-12T07:49:03.885 INFO:teuthology.orchestra.run.smithi039.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-12T07:49:03.895 INFO:teuthology.orchestra.run.smithi039.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-12T07:49:03.900 INFO:teuthology.orchestra.run.smithi098.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-12T07:49:03.901 INFO:teuthology.orchestra.run.smithi098.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-12T07:49:03.903 INFO:teuthology.orchestra.run.smithi098.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-12T07:49:03.905 INFO:teuthology.orchestra.run.smithi098.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-12T07:49:03.906 INFO:teuthology.orchestra.run.smithi098.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-12T07:49:03.916 INFO:teuthology.orchestra.run.smithi098.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-12T07:49:03.961 INFO:teuthology.orchestra.run.smithi039.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-12T07:49:03.962 INFO:teuthology.orchestra.run.smithi039.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-12T07:49:03.963 INFO:teuthology.orchestra.run.smithi039.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-12T07:49:03.965 INFO:teuthology.orchestra.run.smithi039.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-12T07:49:03.982 INFO:teuthology.orchestra.run.smithi098.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-12T07:49:03.983 INFO:teuthology.orchestra.run.smithi098.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-12T07:49:03.984 INFO:teuthology.orchestra.run.smithi098.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-12T07:49:03.987 INFO:teuthology.orchestra.run.smithi098.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-12T07:49:04.042 INFO:teuthology.orchestra.run.smithi039.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-12T07:49:04.044 INFO:teuthology.orchestra.run.smithi039.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-12T07:49:04.046 INFO:teuthology.orchestra.run.smithi039.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-12T07:49:04.048 INFO:teuthology.orchestra.run.smithi039.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-12T07:49:04.052 INFO:teuthology.orchestra.run.smithi039.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-12T07:49:04.053 INFO:teuthology.orchestra.run.smithi039.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-12T07:49:04.064 INFO:teuthology.orchestra.run.smithi098.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-12T07:49:04.065 INFO:teuthology.orchestra.run.smithi098.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-12T07:49:04.068 INFO:teuthology.orchestra.run.smithi098.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-12T07:49:04.070 INFO:teuthology.orchestra.run.smithi098.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-12T07:49:04.074 INFO:teuthology.orchestra.run.smithi098.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-12T07:49:04.075 INFO:teuthology.orchestra.run.smithi098.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-12T07:49:04.124 INFO:teuthology.orchestra.run.smithi039.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-12T07:49:04.145 INFO:teuthology.orchestra.run.smithi039.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-12T07:49:04.146 INFO:teuthology.orchestra.run.smithi098.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-12T07:49:04.150 INFO:teuthology.orchestra.run.smithi098.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-12T07:49:04.207 INFO:teuthology.orchestra.run.smithi039.stdout:Get:64 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4883-gd61b0886-1jammy [5,207 kB] 2024-09-12T07:49:04.288 INFO:teuthology.orchestra.run.smithi039.stdout:Get:65 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4883-gd61b0886-1jammy [251 kB] 2024-09-12T07:49:04.291 INFO:teuthology.orchestra.run.smithi039.stdout:Get:66 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4883-gd61b0886-1jammy [124 kB] 2024-09-12T07:49:04.294 INFO:teuthology.orchestra.run.smithi039.stdout:Get:67 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4883-gd61b0886-1jammy [1,562 kB] 2024-09-12T07:49:04.302 INFO:teuthology.orchestra.run.smithi039.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-12T07:49:04.304 INFO:teuthology.orchestra.run.smithi039.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-12T07:49:04.307 INFO:teuthology.orchestra.run.smithi039.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-12T07:49:04.308 INFO:teuthology.orchestra.run.smithi039.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-12T07:49:04.310 INFO:teuthology.orchestra.run.smithi039.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-12T07:49:04.313 INFO:teuthology.orchestra.run.smithi098.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-12T07:49:04.315 INFO:teuthology.orchestra.run.smithi098.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-12T07:49:04.317 INFO:teuthology.orchestra.run.smithi098.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-12T07:49:04.318 INFO:teuthology.orchestra.run.smithi098.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-12T07:49:04.320 INFO:teuthology.orchestra.run.smithi098.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-12T07:49:04.343 INFO:teuthology.orchestra.run.smithi039.stdout:Get:73 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4883-gd61b0886-1jammy [6,309 kB] 2024-09-12T07:49:04.357 INFO:teuthology.orchestra.run.smithi098.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-12T07:49:04.361 INFO:teuthology.orchestra.run.smithi098.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-12T07:49:04.361 INFO:teuthology.orchestra.run.smithi098.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-12T07:49:04.373 INFO:teuthology.orchestra.run.smithi039.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-12T07:49:04.377 INFO:teuthology.orchestra.run.smithi039.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-12T07:49:04.377 INFO:teuthology.orchestra.run.smithi039.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-12T07:49:04.450 INFO:teuthology.orchestra.run.smithi098.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-12T07:49:04.451 INFO:teuthology.orchestra.run.smithi098.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-12T07:49:04.451 INFO:teuthology.orchestra.run.smithi039.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-12T07:49:04.451 INFO:teuthology.orchestra.run.smithi039.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-12T07:49:04.470 INFO:teuthology.orchestra.run.smithi039.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-12T07:49:04.470 INFO:teuthology.orchestra.run.smithi039.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-12T07:49:04.471 INFO:teuthology.orchestra.run.smithi039.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-12T07:49:04.472 INFO:teuthology.orchestra.run.smithi039.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-12T07:49:04.473 INFO:teuthology.orchestra.run.smithi039.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-12T07:49:04.474 INFO:teuthology.orchestra.run.smithi039.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-12T07:49:04.480 INFO:teuthology.orchestra.run.smithi039.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-12T07:49:04.482 INFO:teuthology.orchestra.run.smithi098.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-12T07:49:04.513 INFO:teuthology.orchestra.run.smithi039.stdout:Get:86 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4883-gd61b0886-1jammy [23.1 MB] 2024-09-12T07:49:04.517 INFO:teuthology.orchestra.run.smithi098.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-12T07:49:04.518 INFO:teuthology.orchestra.run.smithi098.stdout:Get:76 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4883-gd61b0886-1jammy [5,207 kB] 2024-09-12T07:49:04.518 INFO:teuthology.orchestra.run.smithi098.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-12T07:49:04.520 INFO:teuthology.orchestra.run.smithi098.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-12T07:49:04.520 INFO:teuthology.orchestra.run.smithi098.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-12T07:49:04.522 INFO:teuthology.orchestra.run.smithi098.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-12T07:49:04.530 INFO:teuthology.orchestra.run.smithi098.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-12T07:49:04.552 INFO:teuthology.orchestra.run.smithi039.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-12T07:49:04.556 INFO:teuthology.orchestra.run.smithi039.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-12T07:49:04.558 INFO:teuthology.orchestra.run.smithi039.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-12T07:49:04.564 INFO:teuthology.orchestra.run.smithi098.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-12T07:49:04.568 INFO:teuthology.orchestra.run.smithi098.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-12T07:49:04.569 INFO:teuthology.orchestra.run.smithi098.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-12T07:49:04.612 INFO:teuthology.orchestra.run.smithi098.stdout:Get:85 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4883-gd61b0886-1jammy [251 kB] 2024-09-12T07:49:04.622 INFO:teuthology.orchestra.run.smithi098.stdout:Get:86 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4883-gd61b0886-1jammy [124 kB] 2024-09-12T07:49:04.627 INFO:teuthology.orchestra.run.smithi098.stdout:Get:87 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4883-gd61b0886-1jammy [1,562 kB] 2024-09-12T07:49:04.636 INFO:teuthology.orchestra.run.smithi039.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-12T07:49:04.643 INFO:teuthology.orchestra.run.smithi039.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-12T07:49:04.645 INFO:teuthology.orchestra.run.smithi039.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-12T07:49:04.646 INFO:teuthology.orchestra.run.smithi098.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-12T07:49:04.647 INFO:teuthology.orchestra.run.smithi039.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.2 [473 kB] 2024-09-12T07:49:04.653 INFO:teuthology.orchestra.run.smithi098.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-12T07:49:04.655 INFO:teuthology.orchestra.run.smithi098.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-12T07:49:04.656 INFO:teuthology.orchestra.run.smithi098.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.2 [473 kB] 2024-09-12T07:49:04.658 INFO:teuthology.orchestra.run.smithi039.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-12T07:49:04.659 INFO:teuthology.orchestra.run.smithi039.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-12T07:49:04.667 INFO:teuthology.orchestra.run.smithi039.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-12T07:49:04.667 INFO:teuthology.orchestra.run.smithi098.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-12T07:49:04.669 INFO:teuthology.orchestra.run.smithi098.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-12T07:49:04.676 INFO:teuthology.orchestra.run.smithi098.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-12T07:49:04.680 INFO:teuthology.orchestra.run.smithi098.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4883-gd61b0886-1jammy [6,309 kB] 2024-09-12T07:49:04.722 INFO:teuthology.orchestra.run.smithi039.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-12T07:49:04.724 INFO:teuthology.orchestra.run.smithi039.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-12T07:49:04.725 INFO:teuthology.orchestra.run.smithi039.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-12T07:49:04.729 INFO:teuthology.orchestra.run.smithi098.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-12T07:49:04.731 INFO:teuthology.orchestra.run.smithi098.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-12T07:49:04.731 INFO:teuthology.orchestra.run.smithi098.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-12T07:49:04.808 INFO:teuthology.orchestra.run.smithi039.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-12T07:49:04.809 INFO:teuthology.orchestra.run.smithi039.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-12T07:49:04.812 INFO:teuthology.orchestra.run.smithi098.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-12T07:49:04.814 INFO:teuthology.orchestra.run.smithi098.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-12T07:49:04.827 INFO:teuthology.orchestra.run.smithi039.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-12T07:49:04.828 INFO:teuthology.orchestra.run.smithi039.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-12T07:49:04.829 INFO:teuthology.orchestra.run.smithi039.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-12T07:49:04.831 INFO:teuthology.orchestra.run.smithi098.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-12T07:49:04.832 INFO:teuthology.orchestra.run.smithi098.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-12T07:49:04.832 INFO:teuthology.orchestra.run.smithi098.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-12T07:49:04.834 INFO:teuthology.orchestra.run.smithi039.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-12T07:49:04.836 INFO:teuthology.orchestra.run.smithi039.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-12T07:49:04.838 INFO:teuthology.orchestra.run.smithi098.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-12T07:49:04.839 INFO:teuthology.orchestra.run.smithi098.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-12T07:49:04.910 INFO:teuthology.orchestra.run.smithi098.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4883-gd61b0886-1jammy [23.1 MB] 2024-09-12T07:49:05.264 INFO:teuthology.orchestra.run.smithi039.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4883-gd61b0886-1jammy [14.1 kB] 2024-09-12T07:49:05.265 INFO:teuthology.orchestra.run.smithi039.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4883-gd61b0886-1jammy [880 kB] 2024-09-12T07:49:05.282 INFO:teuthology.orchestra.run.smithi039.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4883-gd61b0886-1jammy [2,454 kB] 2024-09-12T07:49:05.324 INFO:teuthology.orchestra.run.smithi039.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4883-gd61b0886-1jammy [814 kB] 2024-09-12T07:49:05.334 INFO:teuthology.orchestra.run.smithi039.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4883-gd61b0886-1jammy [160 kB] 2024-09-12T07:49:05.336 INFO:teuthology.orchestra.run.smithi039.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4883-gd61b0886-1jammy [61.5 MB] 2024-09-12T07:49:05.806 INFO:teuthology.orchestra.run.smithi098.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4883-gd61b0886-1jammy [14.1 kB] 2024-09-12T07:49:05.807 INFO:teuthology.orchestra.run.smithi098.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4883-gd61b0886-1jammy [880 kB] 2024-09-12T07:49:05.824 INFO:teuthology.orchestra.run.smithi098.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4883-gd61b0886-1jammy [2,454 kB] 2024-09-12T07:49:05.866 INFO:teuthology.orchestra.run.smithi098.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4883-gd61b0886-1jammy [814 kB] 2024-09-12T07:49:05.915 INFO:teuthology.orchestra.run.smithi098.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4883-gd61b0886-1jammy [160 kB] 2024-09-12T07:49:05.919 INFO:teuthology.orchestra.run.smithi098.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4883-gd61b0886-1jammy [61.5 MB] 2024-09-12T07:49:07.555 INFO:teuthology.orchestra.run.smithi039.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4883-gd61b0886-1jammy [8,625 kB] 2024-09-12T07:49:07.751 INFO:teuthology.orchestra.run.smithi039.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4883-gd61b0886-1jammy [14.2 kB] 2024-09-12T07:49:07.752 INFO:teuthology.orchestra.run.smithi039.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4883-gd61b0886-1jammy [55.8 MB] 2024-09-12T07:49:08.043 INFO:teuthology.orchestra.run.smithi098.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4883-gd61b0886-1jammy [8,625 kB] 2024-09-12T07:49:08.229 INFO:teuthology.orchestra.run.smithi098.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4883-gd61b0886-1jammy [14.2 kB] 2024-09-12T07:49:08.229 INFO:teuthology.orchestra.run.smithi098.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4883-gd61b0886-1jammy [55.8 MB] 2024-09-12T07:49:09.659 INFO:teuthology.orchestra.run.smithi039.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4883-gd61b0886-1jammy [130 kB] 2024-09-12T07:49:09.662 INFO:teuthology.orchestra.run.smithi039.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4883-gd61b0886-1jammy [39.0 kB] 2024-09-12T07:49:09.663 INFO:teuthology.orchestra.run.smithi039.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4883-gd61b0886-1jammy [15.9 MB] 2024-09-12T07:49:10.121 INFO:teuthology.orchestra.run.smithi039.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4883-gd61b0886-1jammy [91.2 kB] 2024-09-12T07:49:10.131 INFO:teuthology.orchestra.run.smithi098.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4883-gd61b0886-1jammy [130 kB] 2024-09-12T07:49:10.133 INFO:teuthology.orchestra.run.smithi098.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4883-gd61b0886-1jammy [39.0 kB] 2024-09-12T07:49:10.182 INFO:teuthology.orchestra.run.smithi098.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4883-gd61b0886-1jammy [15.9 MB] 2024-09-12T07:49:10.489 INFO:teuthology.orchestra.run.smithi098.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-dis-testing/d61b08865d4d98738f45ff2e4806d7fb6d03eca1/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4883-gd61b0886-1jammy [91.2 kB] 2024-09-12T07:49:10.718 INFO:teuthology.orchestra.run.smithi039.stdout:Fetched 251 MB in 8s (33.0 MB/s) 2024-09-12T07:49:10.838 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-12T07:49:10.934 INFO:teuthology.orchestra.run.smithi039.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 ... 165988 files and directories currently installed.) 2024-09-12T07:49:10.940 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-12T07:49:11.012 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-12T07:49:11.057 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 251 MB in 8s (31.6 MB/s) 2024-09-12T07:49:11.216 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-12T07:49:11.290 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-12T07:49:11.316 INFO:teuthology.orchestra.run.smithi098.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 ... 165988 files and directories currently installed.) 2024-09-12T07:49:11.317 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-12T07:49:11.322 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-12T07:49:11.356 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-12T07:49:11.406 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-12T07:49:11.684 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-12T07:49:11.711 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-12T07:49:11.743 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-12T07:49:11.751 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-12T07:49:11.770 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-12T07:49:11.810 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-12T07:49:12.088 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-12T07:49:12.103 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-12T07:49:12.138 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-12T07:49:12.180 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-12T07:49:12.206 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-12T07:49:12.254 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-12T07:49:12.567 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-12T07:49:12.594 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-12T07:49:12.607 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-12T07:49:12.634 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-12T07:49:12.642 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-12T07:49:12.666 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-12T07:49:12.977 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-12T07:49:13.004 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-12T07:49:13.020 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-12T07:49:13.044 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-12T07:49:13.046 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-12T07:49:13.087 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-12T07:49:13.389 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-12T07:49:13.415 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-12T07:49:13.455 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-12T07:49:13.456 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-12T07:49:13.483 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-12T07:49:13.523 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-12T07:49:13.782 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package librados2. 2024-09-12T07:49:13.809 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../007-librados2_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:13.834 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-12T07:49:13.849 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking librados2 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:13.850 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-12T07:49:13.884 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-12T07:49:14.188 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librados2. 2024-09-12T07:49:14.214 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../007-librados2_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:14.254 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librados2 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:14.294 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libnbd0. 2024-09-12T07:49:14.321 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-12T07:49:14.360 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-12T07:49:14.655 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package librbd1. 2024-09-12T07:49:14.682 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../009-librbd1_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:14.722 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking librbd1 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:14.832 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libnbd0. 2024-09-12T07:49:14.858 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-12T07:49:14.899 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-12T07:49:15.166 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libcephfs2. 2024-09-12T07:49:15.185 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librbd1. 2024-09-12T07:49:15.193 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:15.211 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../009-librbd1_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:15.232 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libcephfs2 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:15.260 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librbd1 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:15.535 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-rados. 2024-09-12T07:49:15.551 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:15.593 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-rados (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:15.680 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libcephfs2. 2024-09-12T07:49:15.706 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:15.747 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libcephfs2 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:16.025 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rados. 2024-09-12T07:49:16.050 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:16.088 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-12T07:49:16.091 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rados (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:16.114 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:16.146 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-ceph-argparse (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:16.365 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-cephfs. 2024-09-12T07:49:16.392 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:16.410 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-12T07:49:16.432 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-cephfs (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:16.437 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:16.477 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-ceph-argparse (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:16.713 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cephfs. 2024-09-12T07:49:16.734 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-12T07:49:16.739 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:16.761 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:16.771 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cephfs (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:16.801 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-ceph-common (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:17.066 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-12T07:49:17.092 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:17.121 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-12T07:49:17.132 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-ceph-common (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:17.147 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-12T07:49:17.187 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-12T07:49:17.452 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-12T07:49:17.478 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-12T07:49:17.482 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-prettytable. 2024-09-12T07:49:17.505 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-12T07:49:17.519 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-12T07:49:17.540 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-12T07:49:17.784 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-rbd. 2024-09-12T07:49:17.800 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:17.842 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-rbd (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:17.864 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-prettytable. 2024-09-12T07:49:17.890 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-12T07:49:17.930 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-12T07:49:18.166 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rbd. 2024-09-12T07:49:18.179 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-12T07:49:18.181 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:18.206 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-12T07:49:18.216 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rbd (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:18.245 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-12T07:49:18.523 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-12T07:49:18.539 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-12T07:49:18.544 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-12T07:49:18.571 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-12T07:49:18.581 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-12T07:49:18.611 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-12T07:49:18.875 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-12T07:49:18.891 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-12T07:49:18.925 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-12T07:49:18.930 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-12T07:49:18.957 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-12T07:49:18.997 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-12T07:49:19.221 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package lua5.1. 2024-09-12T07:49:19.247 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-12T07:49:19.288 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-12T07:49:19.292 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-12T07:49:19.318 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-12T07:49:19.358 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-12T07:49:19.607 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package lua-any. 2024-09-12T07:49:19.634 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-12T07:49:19.662 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua5.1. 2024-09-12T07:49:19.673 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-12T07:49:19.688 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-12T07:49:19.728 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-12T07:49:19.909 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package zip. 2024-09-12T07:49:19.925 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-12T07:49:19.967 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking zip (3.0-12build2) ... 2024-09-12T07:49:20.032 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua-any. 2024-09-12T07:49:20.058 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-12T07:49:20.098 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-12T07:49:20.271 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package unzip. 2024-09-12T07:49:20.297 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-12T07:49:20.337 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-12T07:49:20.351 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package zip. 2024-09-12T07:49:20.367 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-12T07:49:20.409 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking zip (3.0-12build2) ... 2024-09-12T07:49:20.674 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package luarocks. 2024-09-12T07:49:20.701 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-12T07:49:20.721 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package unzip. 2024-09-12T07:49:20.741 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-12T07:49:20.747 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-12T07:49:20.779 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-12T07:49:21.099 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package librgw2. 2024-09-12T07:49:21.125 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../026-librgw2_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:21.165 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking librgw2 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:21.183 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package luarocks. 2024-09-12T07:49:21.209 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-12T07:49:21.250 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-12T07:49:21.633 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librgw2. 2024-09-12T07:49:21.660 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../026-librgw2_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:21.699 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librgw2 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:21.801 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-rgw. 2024-09-12T07:49:21.817 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:21.859 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-rgw (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:22.196 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-12T07:49:22.222 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-12T07:49:22.262 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-12T07:49:22.327 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rgw. 2024-09-12T07:49:22.342 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:22.385 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rgw (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:22.515 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libradosstriper1. 2024-09-12T07:49:22.542 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:22.573 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libradosstriper1 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:22.714 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-12T07:49:22.740 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-12T07:49:22.780 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-12T07:49:23.001 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-common. 2024-09-12T07:49:23.028 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:23.041 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libradosstriper1. 2024-09-12T07:49:23.067 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:23.068 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-common (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:23.100 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libradosstriper1 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:23.520 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-common. 2024-09-12T07:49:23.546 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:23.586 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-common (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:24.573 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-base. 2024-09-12T07:49:24.600 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:24.649 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-base (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:25.100 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-base. 2024-09-12T07:49:25.127 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:25.176 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-base (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:25.252 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-12T07:49:25.279 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-12T07:49:25.352 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-12T07:49:25.655 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-cheroot. 2024-09-12T07:49:25.682 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-12T07:49:25.721 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-12T07:49:25.747 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-12T07:49:25.773 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-12T07:49:25.813 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-12T07:49:26.016 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-12T07:49:26.043 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-12T07:49:26.083 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-12T07:49:26.116 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cheroot. 2024-09-12T07:49:26.142 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-12T07:49:26.182 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-12T07:49:26.369 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-12T07:49:26.396 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-12T07:49:26.435 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-12T07:49:26.502 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-12T07:49:26.529 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-12T07:49:26.569 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-12T07:49:26.738 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-12T07:49:26.766 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-12T07:49:26.805 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-12T07:49:26.805 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-12T07:49:26.820 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-12T07:49:26.863 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-12T07:49:27.083 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-tempora. 2024-09-12T07:49:27.099 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-12T07:49:27.133 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-12T07:49:27.166 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-12T07:49:27.193 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-12T07:49:27.233 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-12T07:49:27.352 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-portend. 2024-09-12T07:49:27.365 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-12T07:49:27.402 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-12T07:49:27.561 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-tempora. 2024-09-12T07:49:27.587 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-12T07:49:27.628 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-12T07:49:27.707 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-12T07:49:27.734 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-12T07:49:27.773 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-12T07:49:28.035 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-12T07:49:28.062 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-12T07:49:28.093 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-12T07:49:28.198 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-portend. 2024-09-12T07:49:28.224 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-12T07:49:28.264 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-12T07:49:28.447 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-natsort. 2024-09-12T07:49:28.474 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-12T07:49:28.513 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-12T07:49:28.534 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-12T07:49:28.560 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-12T07:49:28.600 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-12T07:49:28.792 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-logutils. 2024-09-12T07:49:28.819 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-12T07:49:28.850 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-12T07:49:28.903 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-12T07:49:28.930 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-12T07:49:28.970 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-12T07:49:29.111 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-12T07:49:29.138 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-12T07:49:29.186 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-12T07:49:29.315 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-natsort. 2024-09-12T07:49:29.342 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-12T07:49:29.382 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-12T07:49:29.489 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-mako. 2024-09-12T07:49:29.516 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-12T07:49:29.556 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-12T07:49:29.635 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-logutils. 2024-09-12T07:49:29.661 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-12T07:49:29.693 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-12T07:49:29.884 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-12T07:49:29.911 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-12T07:49:29.951 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-12T07:49:29.996 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-12T07:49:30.023 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-12T07:49:30.063 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-12T07:49:30.220 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-12T07:49:30.248 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-12T07:49:30.287 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-12T07:49:30.366 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-mako. 2024-09-12T07:49:30.392 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-12T07:49:30.433 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-12T07:49:30.590 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-webob. 2024-09-12T07:49:30.617 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-12T07:49:30.656 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-12T07:49:30.769 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-12T07:49:30.795 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-12T07:49:30.836 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-12T07:49:31.018 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-waitress. 2024-09-12T07:49:31.045 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-12T07:49:31.088 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-12T07:49:31.105 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-12T07:49:31.121 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-12T07:49:31.155 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-12T07:49:31.396 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-tempita. 2024-09-12T07:49:31.423 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-12T07:49:31.442 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-webob. 2024-09-12T07:49:31.462 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-12T07:49:31.468 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-12T07:49:31.508 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-12T07:49:31.716 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-paste. 2024-09-12T07:49:31.743 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-12T07:49:31.774 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-12T07:49:31.853 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-waitress. 2024-09-12T07:49:31.879 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-12T07:49:31.939 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-12T07:49:32.256 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-tempita. 2024-09-12T07:49:32.283 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-12T07:49:32.302 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-12T07:49:32.318 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-12T07:49:32.323 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-12T07:49:32.360 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-12T07:49:32.601 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-paste. 2024-09-12T07:49:32.613 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-12T07:49:32.616 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-12T07:49:32.640 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-12T07:49:32.650 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-12T07:49:32.671 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-12T07:49:32.962 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-12T07:49:32.989 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-12T07:49:33.000 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-webtest. 2024-09-12T07:49:33.027 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-12T07:49:33.029 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-12T07:49:33.066 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-12T07:49:33.299 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-12T07:49:33.325 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-12T07:49:33.357 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-12T07:49:33.378 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-pecan. 2024-09-12T07:49:33.405 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-12T07:49:33.444 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-12T07:49:33.593 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-webtest. 2024-09-12T07:49:33.620 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-12T07:49:33.660 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-12T07:49:33.858 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-certifi. 2024-09-12T07:49:33.885 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-12T07:49:33.924 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-12T07:49:33.963 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pecan. 2024-09-12T07:49:33.989 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-12T07:49:34.038 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-12T07:49:34.236 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-idna. 2024-09-12T07:49:34.263 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-12T07:49:34.302 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-12T07:49:34.376 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-certifi. 2024-09-12T07:49:34.403 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-12T07:49:34.442 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-12T07:49:34.597 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-urllib3. 2024-09-12T07:49:34.624 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-12T07:49:34.663 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-12T07:49:34.754 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-idna. 2024-09-12T07:49:34.780 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-12T07:49:34.820 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-12T07:49:34.942 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-requests. 2024-09-12T07:49:34.958 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-12T07:49:34.992 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-12T07:49:35.126 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-urllib3. 2024-09-12T07:49:35.152 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-12T07:49:35.192 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-12T07:49:35.245 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-12T07:49:35.272 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-12T07:49:35.303 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-12T07:49:35.512 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-requests. 2024-09-12T07:49:35.538 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-12T07:49:35.570 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-12T07:49:35.590 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-12T07:49:35.617 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:35.657 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:36.674 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-12T07:49:36.701 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-12T07:49:36.749 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-12T07:49:36.936 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-12T07:49:36.964 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:37.003 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:37.035 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-12T07:49:37.051 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:37.094 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:37.306 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-12T07:49:37.333 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-12T07:49:37.381 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-12T07:49:37.449 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-12T07:49:37.476 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:37.524 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:37.625 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-openssl. 2024-09-12T07:49:37.652 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-12T07:49:37.683 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-12T07:49:37.835 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-12T07:49:37.862 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-12T07:49:37.901 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-12T07:49:38.012 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-mgr. 2024-09-12T07:49:38.039 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:38.078 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-mgr (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:38.205 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-openssl. 2024-09-12T07:49:38.231 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-12T07:49:38.271 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-12T07:49:38.423 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-mon. 2024-09-12T07:49:38.451 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:38.490 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-mon (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:38.574 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr. 2024-09-12T07:49:38.601 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:38.632 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:39.027 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mon. 2024-09-12T07:49:39.091 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:39.093 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mon (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:39.094 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-osd. 2024-09-12T07:49:39.121 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:39.160 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-osd (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:39.706 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-osd. 2024-09-12T07:49:39.733 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:39.772 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-osd (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:40.238 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph. 2024-09-12T07:49:40.254 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../067-ceph_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:40.296 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:40.624 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-fuse. 2024-09-12T07:49:40.652 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:40.707 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-fuse (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:40.850 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph. 2024-09-12T07:49:40.866 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../067-ceph_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:40.900 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:41.027 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-mds. 2024-09-12T07:49:41.054 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:41.085 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-mds (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:41.195 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-fuse. 2024-09-12T07:49:41.222 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:41.261 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-fuse (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:41.488 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package cephadm. 2024-09-12T07:49:41.516 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../070-cephadm_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:41.555 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking cephadm (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:41.648 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mds. 2024-09-12T07:49:41.674 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:41.714 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mds (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:41.925 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-12T07:49:41.952 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-12T07:49:41.991 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-12T07:49:42.109 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package cephadm. 2024-09-12T07:49:42.136 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../070-cephadm_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:42.176 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking cephadm (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:42.302 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-12T07:49:42.319 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-12T07:49:42.361 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-12T07:49:42.437 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-12T07:49:42.452 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-12T07:49:42.495 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-12T07:49:42.798 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-12T07:49:42.816 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-12T07:49:42.848 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-12T07:49:43.399 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-babel. 2024-09-12T07:49:43.427 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-12T07:49:43.457 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-12T07:49:43.744 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-jinja2. 2024-09-12T07:49:43.772 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-12T07:49:43.802 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-12T07:49:44.095 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-babel. 2024-09-12T07:49:44.122 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-12T07:49:44.139 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-12T07:49:44.161 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-12T07:49:44.166 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:44.197 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:44.498 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jinja2. 2024-09-12T07:49:44.525 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-12T07:49:44.564 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-12T07:49:44.567 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-12T07:49:44.595 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-12T07:49:44.633 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-12T07:49:44.917 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-12T07:49:44.936 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-routes. 2024-09-12T07:49:44.944 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:44.964 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-12T07:49:45.000 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:45.003 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-12T07:49:45.346 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-12T07:49:45.348 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-12T07:49:45.372 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-12T07:49:45.376 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:45.412 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-12T07:49:45.414 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:45.715 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-routes. 2024-09-12T07:49:45.742 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-12T07:49:45.781 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-12T07:49:46.110 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-12T07:49:46.123 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:46.160 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:48.163 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-12T07:49:48.189 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-12T07:49:48.228 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-12T07:49:48.690 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-joblib. 2024-09-12T07:49:48.718 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-12T07:49:48.748 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-12T07:49:48.865 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-12T07:49:48.895 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-12T07:49:48.931 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-12T07:49:49.110 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-12T07:49:49.138 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-12T07:49:49.177 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-12T07:49:49.427 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-joblib. 2024-09-12T07:49:49.454 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-12T07:49:49.463 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-sklearn. 2024-09-12T07:49:49.491 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-12T07:49:49.493 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-12T07:49:49.615 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-12T07:49:49.864 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-12T07:49:49.891 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-12T07:49:49.930 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-12T07:49:50.201 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-sklearn. 2024-09-12T07:49:50.227 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-12T07:49:50.367 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-12T07:49:50.377 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-12T07:49:50.393 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:50.433 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:51.062 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-12T07:49:51.090 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:51.128 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:51.412 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-cachetools. 2024-09-12T07:49:51.440 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-12T07:49:51.478 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-12T07:49:51.781 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-12T07:49:51.809 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-12T07:49:51.847 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-12T07:49:52.073 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cachetools. 2024-09-12T07:49:52.101 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-12T07:49:52.173 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-12T07:49:52.201 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-12T07:49:52.230 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-12T07:49:52.268 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-12T07:49:52.485 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-12T07:49:52.512 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-12T07:49:52.551 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-12T07:49:52.571 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-rsa. 2024-09-12T07:49:52.599 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-12T07:49:52.637 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-12T07:49:52.847 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-12T07:49:52.875 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-12T07:49:52.905 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-12T07:49:52.975 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-google-auth. 2024-09-12T07:49:53.003 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-12T07:49:53.041 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-12T07:49:53.174 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rsa. 2024-09-12T07:49:53.202 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-12T07:49:53.241 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-12T07:49:53.562 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-google-auth. 2024-09-12T07:49:53.569 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-12T07:49:53.589 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-12T07:49:53.598 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-12T07:49:53.628 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-12T07:49:53.636 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-12T07:49:53.922 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-websocket. 2024-09-12T07:49:53.948 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-12T07:49:53.950 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-12T07:49:53.975 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-12T07:49:53.989 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-12T07:49:54.014 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-12T07:49:54.309 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-12T07:49:54.334 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-websocket. 2024-09-12T07:49:54.337 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-12T07:49:54.362 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-12T07:49:54.375 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-12T07:49:54.401 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-12T07:49:54.688 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-12T07:49:54.715 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-12T07:49:54.746 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-12T07:49:55.106 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-12T07:49:55.135 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:55.181 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:55.501 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-12T07:49:55.529 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:49:55.543 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-12T07:49:55.571 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-12T07:49:55.576 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:55.609 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-12T07:49:55.846 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-12T07:49:55.874 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-12T07:49:55.904 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-12T07:49:56.054 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-12T07:49:56.082 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-12T07:49:56.129 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-12T07:49:56.240 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-12T07:49:56.268 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-12T07:49:56.307 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-12T07:49:56.440 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package jq. 2024-09-12T07:49:56.468 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-12T07:49:56.523 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-12T07:49:56.577 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package jq. 2024-09-12T07:49:56.604 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-12T07:49:56.643 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-12T07:49:56.818 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package socat. 2024-09-12T07:49:56.836 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-12T07:49:56.876 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-12T07:49:56.896 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package socat. 2024-09-12T07:49:56.912 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-12T07:49:56.946 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-12T07:49:57.199 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package xmlstarlet. 2024-09-12T07:49:57.213 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package xmlstarlet. 2024-09-12T07:49:57.215 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-12T07:49:57.237 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-12T07:49:57.249 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-12T07:49:57.287 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-12T07:49:57.612 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-test. 2024-09-12T07:49:57.640 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:57.650 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-test. 2024-09-12T07:49:57.667 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:49:57.678 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-test (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:49:57.700 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-test (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:00.155 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package ceph-volume. 2024-09-12T07:50:00.183 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:50:00.221 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking ceph-volume (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:00.283 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-volume. 2024-09-12T07:50:00.311 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4883-gd61b0886-1jammy_all.deb ... 2024-09-12T07:50:00.349 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-volume (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:00.525 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-12T07:50:00.542 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:50:00.584 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking libcephfs-dev (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:00.653 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-12T07:50:00.670 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:50:00.711 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libcephfs-dev (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:00.861 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-12T07:50:00.887 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-12T07:50:00.928 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-12T07:50:00.990 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-12T07:50:01.006 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-12T07:50:01.039 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-12T07:50:01.233 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-12T07:50:01.250 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-12T07:50:01.291 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-12T07:50:01.353 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-12T07:50:01.381 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-12T07:50:01.419 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-12T07:50:01.645 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package nvme-cli. 2024-09-12T07:50:01.674 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.2_amd64.deb ... 2024-09-12T07:50:01.711 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking nvme-cli (1.16-3ubuntu0.2) ... 2024-09-12T07:50:01.798 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package nvme-cli. 2024-09-12T07:50:01.827 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.2_amd64.deb ... 2024-09-12T07:50:01.865 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking nvme-cli (1.16-3ubuntu0.2) ... 2024-09-12T07:50:02.159 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package pkg-config. 2024-09-12T07:50:02.187 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-12T07:50:02.225 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-12T07:50:02.278 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package pkg-config. 2024-09-12T07:50:02.307 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-12T07:50:02.366 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-12T07:50:02.623 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-12T07:50:02.629 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-12T07:50:02.651 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-12T07:50:02.657 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-12T07:50:02.681 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-12T07:50:02.695 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-12T07:50:03.101 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-12T07:50:03.107 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-12T07:50:03.129 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-12T07:50:03.135 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-12T07:50:03.159 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-12T07:50:03.173 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-12T07:50:03.435 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-pastescript. 2024-09-12T07:50:03.437 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pastescript. 2024-09-12T07:50:03.463 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-12T07:50:03.465 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-12T07:50:03.492 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-12T07:50:03.503 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-12T07:50:03.782 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pluggy. 2024-09-12T07:50:03.810 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-12T07:50:03.813 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-pluggy. 2024-09-12T07:50:03.841 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-12T07:50:03.848 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-12T07:50:03.879 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-12T07:50:04.160 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-psutil. 2024-09-12T07:50:04.188 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-12T07:50:04.208 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-psutil. 2024-09-12T07:50:04.226 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-12T07:50:04.236 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-12T07:50:04.274 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-12T07:50:04.555 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-py. 2024-09-12T07:50:04.583 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-12T07:50:04.594 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-py. 2024-09-12T07:50:04.621 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-12T07:50:04.623 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-12T07:50:04.660 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-12T07:50:04.916 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pygments. 2024-09-12T07:50:04.944 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-12T07:50:04.980 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-pygments. 2024-09-12T07:50:04.982 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-12T07:50:05.009 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-12T07:50:05.047 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-12T07:50:05.454 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-12T07:50:05.482 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-12T07:50:05.520 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-12T07:50:05.526 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-12T07:50:05.555 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-12T07:50:05.593 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-12T07:50:05.831 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-toml. 2024-09-12T07:50:05.859 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-12T07:50:05.862 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-toml. 2024-09-12T07:50:05.879 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-12T07:50:05.897 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-12T07:50:05.912 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-12T07:50:06.167 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pytest. 2024-09-12T07:50:06.196 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-12T07:50:06.206 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-pytest. 2024-09-12T07:50:06.225 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-12T07:50:06.235 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-12T07:50:06.273 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-12T07:50:06.571 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-simplejson. 2024-09-12T07:50:06.599 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-12T07:50:06.612 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package python3-simplejson. 2024-09-12T07:50:06.637 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-12T07:50:06.641 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-12T07:50:06.678 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-12T07:50:06.948 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-12T07:50:06.948 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-12T07:50:06.964 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-12T07:50:06.977 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-12T07:50:07.006 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-12T07:50:07.014 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-12T07:50:07.711 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package radosgw. 2024-09-12T07:50:07.726 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package radosgw. 2024-09-12T07:50:07.739 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../117-radosgw_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:50:07.755 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../117-radosgw_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:50:07.777 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking radosgw (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:07.784 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking radosgw (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:08.655 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package rbd-fuse. 2024-09-12T07:50:08.679 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package rbd-fuse. 2024-09-12T07:50:08.683 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:50:08.708 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4883-gd61b0886-1jammy_amd64.deb ... 2024-09-12T07:50:08.721 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking rbd-fuse (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:08.745 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking rbd-fuse (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:09.020 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-12T07:50:09.042 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-12T07:50:09.277 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-12T07:50:09.283 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-12T07:50:09.401 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up nvme-cli (1.16-3ubuntu0.2) ... 2024-09-12T07:50:09.403 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up nvme-cli (1.16-3ubuntu0.2) ... 2024-09-12T07:50:09.656 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-12T07:50:09.671 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-12T07:50:09.960 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-12T07:50:10.035 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-12T07:50:10.356 INFO:teuthology.orchestra.run.smithi098.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-12T07:50:10.466 INFO:teuthology.orchestra.run.smithi039.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-12T07:50:10.680 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up cephadm (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:10.729 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up cephadm (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:11.187 INFO:teuthology.orchestra.run.smithi039.stdout:Adding system user cephadm....done 2024-09-12T07:50:11.222 INFO:teuthology.orchestra.run.smithi098.stdout:Adding system user cephadm....done 2024-09-12T07:50:11.360 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-12T07:50:11.362 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-12T07:50:11.622 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-12T07:50:11.653 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-12T07:50:11.873 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-12T07:50:11.913 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-12T07:50:11.999 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-12T07:50:12.039 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-12T07:50:12.250 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-12T07:50:12.298 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-12T07:50:12.519 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-12T07:50:12.574 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-12T07:50:12.645 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-12T07:50:12.675 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-12T07:50:12.963 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-12T07:50:12.977 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-12T07:50:13.320 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-12T07:50:13.331 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-12T07:50:13.580 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-12T07:50:13.599 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-12T07:50:13.876 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-12T07:50:13.973 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-12T07:50:14.119 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-12T07:50:14.224 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-12T07:50:14.395 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-12T07:50:14.475 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-12T07:50:14.655 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-12T07:50:14.877 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-12T07:50:14.964 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-ceph-argparse (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:15.194 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-ceph-argparse (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:15.232 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-12T07:50:15.358 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-12T07:50:15.461 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-12T07:50:15.500 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-12T07:50:15.588 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-12T07:50:15.618 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-12T07:50:15.719 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-12T07:50:15.730 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-12T07:50:15.856 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-12T07:50:15.971 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-12T07:50:15.982 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-12T07:50:16.241 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-12T07:50:16.320 INFO:teuthology.orchestra.run.smithi098.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-12T07:50:16.351 INFO:teuthology.orchestra.run.smithi098.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-12T07:50:16.415 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-12T07:50:16.558 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-12T07:50:16.636 INFO:teuthology.orchestra.run.smithi039.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-12T07:50:16.665 INFO:teuthology.orchestra.run.smithi039.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-12T07:50:16.728 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-12T07:50:16.845 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-12T07:50:16.928 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-12T07:50:17.029 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-12T07:50:17.221 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-12T07:50:17.297 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-12T07:50:17.347 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-12T07:50:17.539 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-12T07:50:17.615 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-12T07:50:17.841 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up zip (3.0-12build2) ... 2024-09-12T07:50:17.891 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-12T07:50:17.967 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-12T07:50:18.192 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up zip (3.0-12build2) ... 2024-09-12T07:50:18.293 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-12T07:50:18.619 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-12T07:50:18.870 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-12T07:50:18.970 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-12T07:50:18.979 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-12T07:50:19.089 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-12T07:50:19.271 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-12T07:50:19.373 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-12T07:50:19.397 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-12T07:50:19.523 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-12T07:50:19.832 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-12T07:50:19.933 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-12T07:50:20.192 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-12T07:50:20.208 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-12T07:50:20.451 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-12T07:50:20.569 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-12T07:50:20.836 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-12T07:50:20.861 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-12T07:50:21.137 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-12T07:50:21.221 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-12T07:50:21.473 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-12T07:50:21.497 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-12T07:50:21.598 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-ceph-common (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:21.765 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-12T07:50:21.890 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-ceph-common (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:21.908 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-12T07:50:22.192 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-12T07:50:22.234 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-12T07:50:22.518 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-12T07:50:23.390 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-12T07:50:23.634 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-12T07:50:23.732 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-12T07:50:23.768 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-12T07:50:23.967 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-12T07:50:24.044 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-12T07:50:24.093 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-12T07:50:24.178 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-12T07:50:24.296 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-12T07:50:24.397 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-12T07:50:24.511 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-12T07:50:24.606 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-12T07:50:24.637 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-12T07:50:24.865 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-12T07:50:24.939 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-12T07:50:25.125 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-12T07:50:25.206 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-12T07:50:25.251 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-12T07:50:25.474 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-12T07:50:25.544 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-12T07:50:25.600 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-12T07:50:25.795 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-12T07:50:25.910 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-12T07:50:26.055 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-12T07:50:26.144 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-12T07:50:26.305 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-12T07:50:26.403 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-12T07:50:26.540 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-12T07:50:26.663 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-12T07:50:26.808 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-12T07:50:26.934 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-12T07:50:26.955 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-12T07:50:27.202 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-12T07:50:27.231 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-12T07:50:27.311 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-12T07:50:27.357 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-12T07:50:27.604 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-12T07:50:27.625 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-12T07:50:27.760 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-12T07:50:27.897 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-12T07:50:28.077 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-12T07:50:28.148 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-12T07:50:28.276 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-12T07:50:28.400 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-12T07:50:28.403 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-12T07:50:28.490 INFO:teuthology.orchestra.run.smithi098.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-12T07:50:28.688 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-12T07:50:28.743 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-12T07:50:28.814 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-12T07:50:28.844 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-12T07:50:28.940 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-12T07:50:29.029 INFO:teuthology.orchestra.run.smithi039.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-12T07:50:29.221 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-12T07:50:29.275 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-12T07:50:29.375 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-12T07:50:29.463 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-12T07:50:29.590 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-12T07:50:29.752 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-12T07:50:29.857 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-12T07:50:29.983 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-12T07:50:30.011 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-12T07:50:30.137 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-12T07:50:30.309 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-12T07:50:30.413 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-12T07:50:30.539 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-12T07:50:30.635 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-12T07:50:30.899 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-12T07:50:30.903 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-12T07:50:31.029 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-12T07:50:31.191 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-12T07:50:31.339 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-12T07:50:31.459 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-12T07:50:31.569 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-12T07:50:31.692 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-12T07:50:31.828 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-12T07:50:31.951 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-12T07:50:32.198 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-12T07:50:32.312 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-12T07:50:32.474 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-12T07:50:32.605 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-12T07:50:32.859 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-12T07:50:32.940 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-12T07:50:33.087 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librados2 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:33.169 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-12T07:50:33.218 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:33.344 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-12T07:50:33.521 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-12T07:50:33.647 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up librados2 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:33.664 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libcephfs2 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:33.764 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libradosstriper1 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:33.773 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:33.882 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-12T07:50:33.899 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-12T07:50:34.159 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librbd1 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:34.194 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libcephfs2 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:34.268 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-modules-core (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:34.320 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libradosstriper1 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:34.386 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-fuse (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:34.471 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-12T07:50:34.604 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-12T07:50:34.605 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-12T07:50:34.797 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up librbd1 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:34.940 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-mgr-modules-core (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:35.054 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libcephfs-dev (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:35.065 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-fuse (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:35.180 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rados (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:35.276 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-12T07:50:35.276 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-12T07:50:35.306 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librgw2 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:35.432 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-12T07:50:35.742 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up libcephfs-dev (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:35.860 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-rados (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:35.961 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up librgw2 (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:36.086 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-12T07:50:36.586 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rbd (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:36.729 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up rbd-fuse (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:36.846 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rgw (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:36.947 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cephfs (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:37.048 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-common (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:37.373 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-rbd (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:37.524 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up rbd-fuse (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:37.616 INFO:teuthology.orchestra.run.smithi098.stdout:Adding group ceph....done 2024-09-12T07:50:37.625 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-rgw (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:37.735 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up python3-cephfs (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:37.844 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-common (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:37.992 INFO:teuthology.orchestra.run.smithi098.stdout:Adding system user ceph....done 2024-09-12T07:50:38.153 INFO:teuthology.orchestra.run.smithi098.stdout:Setting system user ceph properties....done 2024-09-12T07:50:38.168 INFO:teuthology.orchestra.run.smithi098.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-12T07:50:38.311 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-12T07:50:38.386 INFO:teuthology.orchestra.run.smithi039.stdout:Adding group ceph....done 2024-09-12T07:50:38.612 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-12T07:50:38.762 INFO:teuthology.orchestra.run.smithi039.stdout:Adding system user ceph....done 2024-09-12T07:50:38.923 INFO:teuthology.orchestra.run.smithi039.stdout:Setting system user ceph properties....done 2024-09-12T07:50:38.940 INFO:teuthology.orchestra.run.smithi039.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-12T07:50:39.083 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-test (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:39.097 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-12T07:50:39.209 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up radosgw (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:39.453 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-12T07:50:39.660 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-12T07:50:39.661 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-12T07:50:39.928 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-test (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:40.054 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up radosgw (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:40.135 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-base (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:40.473 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-12T07:50:40.542 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-12T07:50:40.543 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-12T07:50:40.938 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mds (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:40.997 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-base (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:41.161 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-12T07:50:41.162 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-12T07:50:41.357 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-12T07:50:41.631 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:41.824 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-mds (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:41.851 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-12T07:50:41.851 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-12T07:50:42.068 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-12T07:50:42.068 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-12T07:50:42.324 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-osd (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:42.526 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-mgr (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:42.596 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-12T07:50:42.596 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-12T07:50:42.728 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-12T07:50:42.728 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-12T07:50:43.084 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:43.185 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:43.210 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-osd (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:43.311 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mon (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:43.486 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-12T07:50:43.486 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-12T07:50:43.530 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-12T07:50:43.530 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-12T07:50:43.979 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-cephadm (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:44.003 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:44.105 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:44.129 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:44.231 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-dashboard (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:44.280 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-mon (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:44.382 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-volume (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:44.500 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-12T07:50:44.500 INFO:teuthology.orchestra.run.smithi039.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-12T07:50:44.744 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-12T07:50:44.852 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-12T07:50:44.980 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-mgr-cephadm (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:45.005 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-12T07:50:45.133 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:45.251 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-mgr-dashboard (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:45.385 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up ceph-volume (19.3.0-4883-gd61b0886-1jammy) ... 2024-09-12T07:50:45.830 INFO:teuthology.orchestra.run.smithi039.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-12T07:50:45.964 INFO:teuthology.orchestra.run.smithi039.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-12T07:50:46.082 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-12T07:50:46.116 INFO:teuthology.orchestra.run.smithi039.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-12T07:50:46.743 INFO:teuthology.orchestra.run.smithi098.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-12T07:50:46.749 DEBUG:teuthology.parallel:result is None 2024-09-12T07:50:47.191 INFO:teuthology.orchestra.run.smithi039.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-12T07:50:47.823 INFO:teuthology.orchestra.run.smithi039.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-12T07:50:47.828 DEBUG:teuthology.parallel:result is None 2024-09-12T07:50:47.829 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d61b08865d4d98738f45ff2e4806d7fb6d03eca1 2024-09-12T07:50:47.974 DEBUG:teuthology.orchestra.run.smithi039:> dpkg-query -W -f '${Version}' ceph 2024-09-12T07:50:47.993 INFO:teuthology.orchestra.run.smithi039.stdout:19.3.0-4883-gd61b0886-1jammy 2024-09-12T07:50:47.994 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4883-gd61b0886-1jammy 2024-09-12T07:50:47.994 INFO:teuthology.task.install:The correct ceph version 19.3.0-4883-gd61b0886-1jammy is installed. 2024-09-12T07:50:47.995 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d61b08865d4d98738f45ff2e4806d7fb6d03eca1 2024-09-12T07:50:48.148 DEBUG:teuthology.orchestra.run.smithi098:> dpkg-query -W -f '${Version}' ceph 2024-09-12T07:50:48.167 INFO:teuthology.orchestra.run.smithi098.stdout:19.3.0-4883-gd61b0886-1jammy 2024-09-12T07:50:48.167 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4883-gd61b0886-1jammy 2024-09-12T07:50:48.167 INFO:teuthology.task.install:The correct ceph version 19.3.0-4883-gd61b0886-1jammy is installed. 2024-09-12T07:50:48.169 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-12T07:50:48.169 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:50:48.169 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-12T07:50:48.184 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:50:48.184 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-12T07:50:48.222 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-12T07:50:48.223 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:50:48.223 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/usr/bin/daemon-helper 2024-09-12T07:50:48.241 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-12T07:50:48.296 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:50:48.296 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/daemon-helper 2024-09-12T07:50:48.309 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-12T07:50:48.360 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-12T07:50:48.361 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:50:48.361 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-12T07:50:48.374 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-12T07:50:48.428 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:50:48.428 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-12T07:50:48.441 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-12T07:50:48.498 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-12T07:50:48.499 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:50:48.499 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/usr/bin/stdin-killer 2024-09-12T07:50:48.513 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-12T07:50:48.568 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:50:48.569 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/stdin-killer 2024-09-12T07:50:48.581 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-12T07:50:48.637 INFO:teuthology.run_tasks:Running task ceph... 2024-09-12T07:50:48.736 INFO:tasks.ceph:Making ceph log dir writeable by non-root... 2024-09-12T07:50:48.736 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 777 /var/log/ceph 2024-09-12T07:50:48.739 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /var/log/ceph 2024-09-12T07:50:48.753 INFO:tasks.ceph:Disabling ceph logrotate... 2024-09-12T07:50:48.753 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f -- /etc/logrotate.d/ceph 2024-09-12T07:50:48.794 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/logrotate.d/ceph 2024-09-12T07:50:48.806 INFO:tasks.ceph:Creating extra log directories... 2024-09-12T07:50:48.806 DEBUG:teuthology.orchestra.run.smithi039:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2024-09-12T07:50:48.850 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2024-09-12T07:50:48.871 INFO:tasks.ceph:Creating ceph cluster cluster1... 2024-09-12T07:50:48.871 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', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd 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-12T07:50:48.871 INFO:tasks.ceph:ctx.config {'archive_path': '/home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429', '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/ec 6-prepare/native-standalone 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': '7902429', '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-12_04:46:10-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', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1'}, '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': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1'}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'wip-dis-testing', 'sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1'}}, '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': 1680, 'sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1', 'sleep_before_teardown': 0, 'subset': '42/100', 'suite': 'rbd', 'suite_branch': 'wip-dis-testing', 'suite_path': '/home/teuthworker/src/github.com_ceph_ceph-c_d61b08865d4d98738f45ff2e4806d7fb6d03eca1/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://github.com/ceph/ceph-ci', 'suite_sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1', 'targets': {'smithi039.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPbZMdkeL88uRW9/y77C2jznr9Qv817nd8DnnEqXos1a9Ab3A2PzPi2I3DLbsblVBjc5l4/xeSL4XAWBeIX4PzE=', 'smithi098.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKKCNciQ3s6JSi+ZpwwOE95aHxYD1hoe6eFlegbWbiAgkSFDbPmEdGHsPDbLUwgC4NkJrnn81E+hCQoF4KUKZ2w='}, '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', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1'}}, {'ceph': {'cluster': 'cluster2'}}, {'exec': {'cluster1.client.0': ['sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster1 pool init datapool'], 'cluster2.client.0': ['sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster2 pool init datapool']}}, {'exec': {'cluster2.client.0': ['echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0', 'rbd --cluster cluster2 migration execute client.0.0', 'rbd --cluster cluster2 migration commit client.0.0', 'rbd --cluster cluster2 snap create client.0.0@snap', 'rbd --cluster cluster2 create --size 1G client.0.1', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.1', 'rbd --cluster cluster2 snap create client.0.1@snap', 'rbd --cluster cluster2 create --size 1G client.0.2', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2', 'rbd --cluster cluster2 snap create client.0.2@snap']}}, {'exec': {'cluster1.client.0': ['echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}], 'teuthology': {'fragments_dropped': [], 'meta': {}, 'postmerge': []}, 'teuthology_branch': 'main', 'teuthology_sha1': '3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a', 'timestamp': '2024-09-12_04:46:10', 'tube': 'smithi', 'user': 'dis', 'verbose': True, 'worker_log': '/home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856'} 2024-09-12T07:50:48.872 DEBUG:teuthology.orchestra.run.smithi039:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2024-09-12T07:50:48.906 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2024-09-12T07:50:48.912 DEBUG:teuthology.orchestra.run.smithi039:> sudo install -d -m0777 -- /var/run/ceph 2024-09-12T07:50:48.958 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m0777 -- /var/run/ceph 2024-09-12T07:50:48.971 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:50:48.971 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/scratch_devs of=/dev/stdout 2024-09-12T07:50:49.013 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-12T07:50:49.013 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_1 2024-09-12T07:50:49.061 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-12T07:50:49.061 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T07:50:49.061 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 865 Links: 1 2024-09-12T07:50:49.061 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T07:50:49.061 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-12 07:45:14.873505857 +0000 2024-09-12T07:50:49.061 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-12 07:45:14.645507894 +0000 2024-09-12T07:50:49.062 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-12 07:45:14.645507894 +0000 2024-09-12T07:50:49.062 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: - 2024-09-12T07:50:49.062 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-12T07:50:49.115 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-12T07:50:49.115 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-12T07:50:49.115 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000436333 s, 1.2 MB/s 2024-09-12T07:50:49.117 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-12T07:50:49.168 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_2 2024-09-12T07:50:49.217 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-12T07:50:49.217 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T07:50:49.217 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-09-12T07:50:49.217 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T07:50:49.217 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-12 07:45:15.369501427 +0000 2024-09-12T07:50:49.217 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-12 07:45:15.121503642 +0000 2024-09-12T07:50:49.217 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-12 07:45:15.121503642 +0000 2024-09-12T07:50:49.217 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: - 2024-09-12T07:50:49.217 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-12T07:50:49.271 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-12T07:50:49.271 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-12T07:50:49.271 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000455553 s, 1.1 MB/s 2024-09-12T07:50:49.272 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-12T07:50:49.322 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_3 2024-09-12T07:50:49.369 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-12T07:50:49.369 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T07:50:49.369 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-09-12T07:50:49.369 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T07:50:49.369 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-12 07:45:15.865496997 +0000 2024-09-12T07:50:49.369 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-12 07:45:15.633499068 +0000 2024-09-12T07:50:49.369 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-12 07:45:15.633499068 +0000 2024-09-12T07:50:49.369 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: - 2024-09-12T07:50:49.370 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-12T07:50:49.423 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-12T07:50:49.423 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-12T07:50:49.424 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000481133 s, 1.1 MB/s 2024-09-12T07:50:49.425 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-12T07:50:49.474 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_4 2024-09-12T07:50:49.521 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-12T07:50:49.521 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T07:50:49.521 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-09-12T07:50:49.521 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T07:50:49.522 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-12 07:45:16.329492852 +0000 2024-09-12T07:50:49.522 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-12 07:45:16.089494995 +0000 2024-09-12T07:50:49.522 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-12 07:45:16.089494995 +0000 2024-09-12T07:50:49.522 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: - 2024-09-12T07:50:49.522 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-12T07:50:49.576 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-12T07:50:49.576 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-12T07:50:49.576 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000432765 s, 1.2 MB/s 2024-09-12T07:50:49.577 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-12T07:50:49.626 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-12T07:50:49.626 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@smithi039.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-12T07:50:49.626 INFO:tasks.ceph:Generating config... 2024-09-12T07:50:49.628 INFO:tasks.ceph:[client] rbd default data pool = datapool 2024-09-12T07:50:49.628 INFO:tasks.ceph:[global] mon warn on pool no app = False 2024-09-12T07:50:49.628 INFO:tasks.ceph:[mgr] debug mgr = 20 2024-09-12T07:50:49.628 INFO:tasks.ceph:[mgr] debug ms = 1 2024-09-12T07:50:49.628 INFO:tasks.ceph:[mon] debug mon = 20 2024-09-12T07:50:49.628 INFO:tasks.ceph:[mon] debug ms = 1 2024-09-12T07:50:49.628 INFO:tasks.ceph:[mon] debug paxos = 20 2024-09-12T07:50:49.628 INFO:tasks.ceph:[osd] bdev async discard = True 2024-09-12T07:50:49.628 INFO:tasks.ceph:[osd] bdev enable discard = True 2024-09-12T07:50:49.628 INFO:tasks.ceph:[osd] bluestore allocator = bitmap 2024-09-12T07:50:49.628 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2024-09-12T07:50:49.628 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2024-09-12T07:50:49.629 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2024-09-12T07:50:49.629 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2024-09-12T07:50:49.629 INFO:tasks.ceph:[osd] debug ms = 1 2024-09-12T07:50:49.629 INFO:tasks.ceph:[osd] debug osd = 20 2024-09-12T07:50:49.629 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2024-09-12T07:50:49.629 INFO:tasks.ceph:[osd] enable experimental unrecoverable data corrupting features = * 2024-09-12T07:50:49.629 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2024-09-12T07:50:49.629 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2024-09-12T07:50:49.629 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2024-09-12T07:50:49.629 INFO:tasks.ceph:[osd] osd debug randomize hobject sort order = False 2024-09-12T07:50:49.629 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2024-09-12T07:50:49.629 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2024-09-12T07:50:49.630 INFO:tasks.ceph:Setting up cluster1.mon.a... 2024-09-12T07:50:49.630 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster1.keyring 2024-09-12T07:50:49.702 INFO:teuthology.orchestra.run.smithi039.stdout:creating /etc/ceph/cluster1.keyring 2024-09-12T07:50:49.711 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster1.keyring 2024-09-12T07:50:49.790 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2024-09-12T07:50:49.845 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster1.mon.a', '172.21.15.39')] 2024-09-12T07:50:49.846 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.39', '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', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd 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-12T07:50:49.846 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:50:49.847 DEBUG:teuthology.orchestra.run.smithi039:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2024-09-12T07:50:49.893 DEBUG:teuthology.orchestra.run.smithi039:> 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.39 --print /home/ubuntu/cephtest/cluster1.monmap 2024-09-12T07:50:49.972 INFO:teuthology.orchestra.run.smithi039.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster1.monmap 2024-09-12T07:50:49.973 INFO:teuthology.orchestra.run.smithi039.stdout:monmaptool: generated fsid edd52348-10ad-44db-8d64-a50063962cb4 2024-09-12T07:50:49.973 INFO:teuthology.orchestra.run.smithi039.stdout:setting min_mon_release = quincy 2024-09-12T07:50:49.973 INFO:teuthology.orchestra.run.smithi039.stdout:epoch 0 2024-09-12T07:50:49.973 INFO:teuthology.orchestra.run.smithi039.stdout:fsid edd52348-10ad-44db-8d64-a50063962cb4 2024-09-12T07:50:49.973 INFO:teuthology.orchestra.run.smithi039.stdout:last_changed 2024-09-12T07:50:49.976173+0000 2024-09-12T07:50:49.973 INFO:teuthology.orchestra.run.smithi039.stdout:created 2024-09-12T07:50:49.976173+0000 2024-09-12T07:50:49.973 INFO:teuthology.orchestra.run.smithi039.stdout:min_mon_release 17 (quincy) 2024-09-12T07:50:49.973 INFO:teuthology.orchestra.run.smithi039.stdout:election_strategy: 1 2024-09-12T07:50:49.973 INFO:teuthology.orchestra.run.smithi039.stdout:0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.a 2024-09-12T07:50:49.973 INFO:teuthology.orchestra.run.smithi039.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster1.monmap (1 monitors) 2024-09-12T07:50:49.975 DEBUG:teuthology.orchestra.run.smithi039:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2024-09-12T07:50:50.025 INFO:tasks.ceph:Writing /etc/ceph/cluster1.conf for FSID edd52348-10ad-44db-8d64-a50063962cb4... 2024-09-12T07:50:50.026 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:50:50.069 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:50:50.097 INFO:teuthology.orchestra.run.smithi039.stdout:[global] 2024-09-12T07:50:50.097 INFO:teuthology.orchestra.run.smithi039.stdout: chdir = "" 2024-09-12T07:50:50.098 INFO:teuthology.orchestra.run.smithi039.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-12T07:50:50.098 INFO:teuthology.orchestra.run.smithi039.stdout: auth supported = cephx 2024-09-12T07:50:50.098 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.098 INFO:teuthology.orchestra.run.smithi039.stdout: filestore xattr use omap = true 2024-09-12T07:50:50.098 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.098 INFO:teuthology.orchestra.run.smithi039.stdout: mon clock drift allowed = 1.000 2024-09-12T07:50:50.098 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.098 INFO:teuthology.orchestra.run.smithi039.stdout: osd crush chooseleaf type = 0 2024-09-12T07:50:50.098 INFO:teuthology.orchestra.run.smithi039.stdout: auth debug = true 2024-09-12T07:50:50.099 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.099 INFO:teuthology.orchestra.run.smithi039.stdout: ms die on old message = true 2024-09-12T07:50:50.099 INFO:teuthology.orchestra.run.smithi039.stdout: ms die on bug = true 2024-09-12T07:50:50.099 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.099 INFO:teuthology.orchestra.run.smithi039.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-12T07:50:50.099 INFO:teuthology.orchestra.run.smithi039.stdout: mon pg warn max object skew = 0 2024-09-12T07:50:50.099 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.099 INFO:teuthology.orchestra.run.smithi039.stdout: # disable pg_autoscaler by default for new pools 2024-09-12T07:50:50.099 INFO:teuthology.orchestra.run.smithi039.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-12T07:50:50.099 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.099 INFO:teuthology.orchestra.run.smithi039.stdout: osd pool default size = 2 2024-09-12T07:50:50.099 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.100 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd allow primary affinity = true 2024-09-12T07:50:50.100 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd allow pg remap = true 2024-09-12T07:50:50.100 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on legacy crush tunables = false 2024-09-12T07:50:50.100 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on crush straw calc version zero = false 2024-09-12T07:50:50.100 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on no sortbitwise = false 2024-09-12T07:50:50.100 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on osd down out interval zero = false 2024-09-12T07:50:50.100 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on too few osds = false 2024-09-12T07:50:50.100 INFO:teuthology.orchestra.run.smithi039.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-12T07:50:50.100 INFO:teuthology.orchestra.run.smithi039.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-12T07:50:50.100 INFO:teuthology.orchestra.run.smithi039.stdout: mon_allow_pool_size_one = true 2024-09-12T07:50:50.100 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.100 INFO:teuthology.orchestra.run.smithi039.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: osd default data pool replay window = 5 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: mon allow pool delete = true 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: mon cluster log file level = debug 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: debug asserts on shutdown = true 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: mon health detail to clog = false 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: mon host = 172.21.15.39 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on pool no app = False 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: fsid = edd52348-10ad-44db-8d64-a50063962cb4 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout:[osd] 2024-09-12T07:50:50.101 INFO:teuthology.orchestra.run.smithi039.stdout: osd journal size = 100 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: osd scrub load threshold = 5.0 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: osd scrub max interval = 600 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: osd mclock profile = high_recovery_ops 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: osd recover clone overlap = true 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: osd recovery max chunk = 1048576 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug shutdown = true 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug op order = true 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug verify stray on activate = true 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug trim objects = true 2024-09-12T07:50:50.102 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.103 INFO:teuthology.orchestra.run.smithi039.stdout: osd open classes on start = true 2024-09-12T07:50:50.103 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug pg log writeout = true 2024-09-12T07:50:50.103 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.103 INFO:teuthology.orchestra.run.smithi039.stdout: osd deep scrub update digest min age = 30 2024-09-12T07:50:50.103 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.103 INFO:teuthology.orchestra.run.smithi039.stdout: osd map max advance = 10 2024-09-12T07:50:50.103 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.103 INFO:teuthology.orchestra.run.smithi039.stdout: journal zero on create = true 2024-09-12T07:50:50.103 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.103 INFO:teuthology.orchestra.run.smithi039.stdout: filestore ondisk finisher threads = 3 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: filestore apply finisher threads = 3 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: bdev debug aio = true 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug misdirected ops = true 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: bdev async discard = True 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: bdev enable discard = True 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: bluestore allocator = bitmap 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: bluestore block size = 96636764160 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: bluestore fsck on mount = True 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: debug bluefs = 1/20 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: debug bluestore = 1/20 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: debug ms = 1 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: debug osd = 20 2024-09-12T07:50:50.104 INFO:teuthology.orchestra.run.smithi039.stdout: debug rocksdb = 4/10 2024-09-12T07:50:50.105 INFO:teuthology.orchestra.run.smithi039.stdout: enable experimental unrecoverable data corrupting features = * 2024-09-12T07:50:50.105 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd backfillfull_ratio = 0.85 2024-09-12T07:50:50.105 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd full ratio = 0.9 2024-09-12T07:50:50.105 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd nearfull ratio = 0.8 2024-09-12T07:50:50.105 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug randomize hobject sort order = False 2024-09-12T07:50:50.105 INFO:teuthology.orchestra.run.smithi039.stdout: osd failsafe full ratio = 0.95 2024-09-12T07:50:50.105 INFO:teuthology.orchestra.run.smithi039.stdout: osd objectstore = bluestore 2024-09-12T07:50:50.105 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.105 INFO:teuthology.orchestra.run.smithi039.stdout:[mgr] 2024-09-12T07:50:50.105 INFO:teuthology.orchestra.run.smithi039.stdout: debug ms = 1 2024-09-12T07:50:50.105 INFO:teuthology.orchestra.run.smithi039.stdout: debug mgr = 20 2024-09-12T07:50:50.106 INFO:teuthology.orchestra.run.smithi039.stdout: debug mon = 20 2024-09-12T07:50:50.106 INFO:teuthology.orchestra.run.smithi039.stdout: debug auth = 20 2024-09-12T07:50:50.106 INFO:teuthology.orchestra.run.smithi039.stdout: mon reweight min pgs per osd = 4 2024-09-12T07:50:50.106 INFO:teuthology.orchestra.run.smithi039.stdout: mon reweight min bytes per osd = 10 2024-09-12T07:50:50.106 INFO:teuthology.orchestra.run.smithi039.stdout: mgr/telemetry/nag = false 2024-09-12T07:50:50.106 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.106 INFO:teuthology.orchestra.run.smithi039.stdout:[mon] 2024-09-12T07:50:50.106 INFO:teuthology.orchestra.run.smithi039.stdout: debug ms = 1 2024-09-12T07:50:50.106 INFO:teuthology.orchestra.run.smithi039.stdout: debug mon = 20 2024-09-12T07:50:50.106 INFO:teuthology.orchestra.run.smithi039.stdout: debug paxos = 20 2024-09-12T07:50:50.106 INFO:teuthology.orchestra.run.smithi039.stdout: debug auth = 20 2024-09-12T07:50:50.106 INFO:teuthology.orchestra.run.smithi039.stdout: mon data avail warn = 5 2024-09-12T07:50:50.107 INFO:teuthology.orchestra.run.smithi039.stdout: mon mgr mkfs grace = 240 2024-09-12T07:50:50.107 INFO:teuthology.orchestra.run.smithi039.stdout: mon reweight min pgs per osd = 4 2024-09-12T07:50:50.107 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd reporter subtree level = osd 2024-09-12T07:50:50.107 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd prime pg temp = true 2024-09-12T07:50:50.107 INFO:teuthology.orchestra.run.smithi039.stdout: mon reweight min bytes per osd = 10 2024-09-12T07:50:50.107 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.107 INFO:teuthology.orchestra.run.smithi039.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-12T07:50:50.107 INFO:teuthology.orchestra.run.smithi039.stdout: auth mon ticket ttl = 660 # 11m 2024-09-12T07:50:50.107 INFO:teuthology.orchestra.run.smithi039.stdout: auth service ticket ttl = 240 # 4m 2024-09-12T07:50:50.107 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.107 INFO:teuthology.orchestra.run.smithi039.stdout: # don't complain about insecure global_id in the test suite 2024-09-12T07:50:50.107 INFO:teuthology.orchestra.run.smithi039.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout: # 1m isn't quite enough 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout: mon_down_mkfs_grace = 2m 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout: mon_warn_on_filestore_osds = false 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout:[client] 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout: rgw cache enabled = true 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout: rgw enable ops log = true 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout: rgw enable usage log = true 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-12T07:50:50.108 INFO:teuthology.orchestra.run.smithi039.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-12T07:50:50.109 INFO:teuthology.orchestra.run.smithi039.stdout: rbd default data pool = datapool 2024-09-12T07:50:50.109 INFO:teuthology.orchestra.run.smithi039.stdout:[mon.a] 2024-09-12T07:50:50.110 INFO:teuthology.orchestra.run.smithi098.stdout:[global] 2024-09-12T07:50:50.110 INFO:teuthology.orchestra.run.smithi098.stdout: chdir = "" 2024-09-12T07:50:50.110 INFO:teuthology.orchestra.run.smithi098.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-12T07:50:50.110 INFO:teuthology.orchestra.run.smithi098.stdout: auth supported = cephx 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: filestore xattr use omap = true 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: mon clock drift allowed = 1.000 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: osd crush chooseleaf type = 0 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: auth debug = true 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: ms die on old message = true 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: ms die on bug = true 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: mon pg warn max object skew = 0 2024-09-12T07:50:50.111 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: # disable pg_autoscaler by default for new pools 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: osd pool default size = 2 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd allow primary affinity = true 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd allow pg remap = true 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: mon warn on legacy crush tunables = false 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: mon warn on crush straw calc version zero = false 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: mon warn on no sortbitwise = false 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: mon warn on osd down out interval zero = false 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: mon warn on too few osds = false 2024-09-12T07:50:50.112 INFO:teuthology.orchestra.run.smithi098.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: mon_allow_pool_size_one = true 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: osd default data pool replay window = 5 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: mon allow pool delete = true 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: mon cluster log file level = debug 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: debug asserts on shutdown = true 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: mon health detail to clog = false 2024-09-12T07:50:50.113 INFO:teuthology.orchestra.run.smithi098.stdout: mon host = 172.21.15.39 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: mon warn on pool no app = False 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: fsid = edd52348-10ad-44db-8d64-a50063962cb4 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout:[osd] 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: osd journal size = 100 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: osd scrub load threshold = 5.0 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: osd scrub max interval = 600 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: osd mclock profile = high_recovery_ops 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: osd recover clone overlap = true 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: osd recovery max chunk = 1048576 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.114 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug shutdown = true 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug op order = true 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug verify stray on activate = true 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug trim objects = true 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: osd open classes on start = true 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug pg log writeout = true 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: osd deep scrub update digest min age = 30 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: osd map max advance = 10 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: journal zero on create = true 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.115 INFO:teuthology.orchestra.run.smithi098.stdout: filestore ondisk finisher threads = 3 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: filestore apply finisher threads = 3 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: bdev debug aio = true 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug misdirected ops = true 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: bdev async discard = True 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: bdev enable discard = True 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: bluestore allocator = bitmap 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: bluestore block size = 96636764160 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: bluestore fsck on mount = True 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: debug bluefs = 1/20 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: debug bluestore = 1/20 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: debug ms = 1 2024-09-12T07:50:50.116 INFO:teuthology.orchestra.run.smithi098.stdout: debug osd = 20 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout: debug rocksdb = 4/10 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout: enable experimental unrecoverable data corrupting features = * 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd backfillfull_ratio = 0.85 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd full ratio = 0.9 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd nearfull ratio = 0.8 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug randomize hobject sort order = False 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout: osd failsafe full ratio = 0.95 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout: osd objectstore = bluestore 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout:[mgr] 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout: debug ms = 1 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout: debug mgr = 20 2024-09-12T07:50:50.117 INFO:teuthology.orchestra.run.smithi098.stdout: debug mon = 20 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: debug auth = 20 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: mon reweight min pgs per osd = 4 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: mon reweight min bytes per osd = 10 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: mgr/telemetry/nag = false 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout:[mon] 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: debug ms = 1 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: debug mon = 20 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: debug paxos = 20 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: debug auth = 20 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: mon data avail warn = 5 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: mon mgr mkfs grace = 240 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: mon reweight min pgs per osd = 4 2024-09-12T07:50:50.118 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd reporter subtree level = osd 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd prime pg temp = true 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: mon reweight min bytes per osd = 10 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: auth mon ticket ttl = 660 # 11m 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: auth service ticket ttl = 240 # 4m 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: # don't complain about insecure global_id in the test suite 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: # 1m isn't quite enough 2024-09-12T07:50:50.119 INFO:teuthology.orchestra.run.smithi098.stdout: mon_down_mkfs_grace = 2m 2024-09-12T07:50:50.120 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.120 INFO:teuthology.orchestra.run.smithi098.stdout: mon_warn_on_filestore_osds = false 2024-09-12T07:50:50.120 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:50:50.120 INFO:teuthology.orchestra.run.smithi098.stdout:[client] 2024-09-12T07:50:50.120 INFO:teuthology.orchestra.run.smithi098.stdout: rgw cache enabled = true 2024-09-12T07:50:50.120 INFO:teuthology.orchestra.run.smithi098.stdout: rgw enable ops log = true 2024-09-12T07:50:50.120 INFO:teuthology.orchestra.run.smithi098.stdout: rgw enable usage log = true 2024-09-12T07:50:50.120 INFO:teuthology.orchestra.run.smithi098.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-12T07:50:50.120 INFO:teuthology.orchestra.run.smithi098.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-12T07:50:50.120 INFO:teuthology.orchestra.run.smithi098.stdout: rbd default data pool = datapool 2024-09-12T07:50:50.120 INFO:teuthology.orchestra.run.smithi098.stdout:[mon.a] 2024-09-12T07:50:50.120 INFO:tasks.ceph:Creating admin key on cluster1.mon.a... 2024-09-12T07:50:50.121 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:50:50.199 INFO:tasks.ceph:Copying monmap to all nodes... 2024-09-12T07:50:50.200 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:50:50.200 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/etc/ceph/cluster1.keyring of=/dev/stdout 2024-09-12T07:50:50.249 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:50:50.249 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/home/ubuntu/cephtest/cluster1.monmap of=/dev/stdout 2024-09-12T07:50:50.296 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T07:50:50.296 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:50:50.297 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/ceph/cluster1.keyring 2024-09-12T07:50:50.297 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2024-09-12T07:50:50.362 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:50:50.362 DEBUG:teuthology.orchestra.run.smithi039:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2024-09-12T07:50:50.409 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi098.front.sepia.ceph.com 2024-09-12T07:50:50.409 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:50:50.409 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/cluster1.keyring 2024-09-12T07:50:50.410 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2024-09-12T07:50:50.433 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:50:50.433 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2024-09-12T07:50:50.482 INFO:tasks.ceph:Setting up mon nodes... 2024-09-12T07:50:50.482 INFO:tasks.ceph:Setting up mgr nodes... 2024-09-12T07:50:50.483 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:50:50.531 INFO:teuthology.orchestra.run.smithi039.stdout:creating /var/lib/ceph/mgr/cluster1-x/keyring 2024-09-12T07:50:50.534 INFO:tasks.ceph:Setting up mds nodes... 2024-09-12T07:50:50.534 INFO:tasks.ceph_client:Setting up client nodes... 2024-09-12T07:50:50.534 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:50:50.566 INFO:teuthology.orchestra.run.smithi039.stdout:creating /etc/ceph/cluster1.client.0.keyring 2024-09-12T07:50:50.575 INFO:tasks.ceph:Running mkfs on osd nodes... 2024-09-12T07:50:50.576 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@smithi039.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-12T07:50:50.576 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /var/lib/ceph/osd/cluster1-0 2024-09-12T07:50:50.631 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-12T07:50:50.631 INFO:tasks.ceph:role: cluster1.osd.0 2024-09-12T07:50:50.631 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T07:50:50.632 DEBUG:teuthology.orchestra.run.smithi039:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2024-09-12T07:50:50.713 INFO:teuthology.orchestra.run.smithi039.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2024-09-12T07:50:50.713 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-12T07:50:50.713 INFO:teuthology.orchestra.run.smithi039.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-12T07:50:50.713 INFO:teuthology.orchestra.run.smithi039.stdout: = reflink=1 bigtime=0 inobtcount=0 2024-09-12T07:50:50.713 INFO:teuthology.orchestra.run.smithi039.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-12T07:50:50.713 INFO:teuthology.orchestra.run.smithi039.stdout: = sunit=0 swidth=0 blks 2024-09-12T07:50:50.713 INFO:teuthology.orchestra.run.smithi039.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-12T07:50:50.713 INFO:teuthology.orchestra.run.smithi039.stdout:log =internal log bsize=4096 blocks=11443, version=2 2024-09-12T07:50:50.713 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-12T07:50:50.713 INFO:teuthology.orchestra.run.smithi039.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-12T07:50:52.013 INFO:teuthology.orchestra.run.smithi039.stdout:Discarding blocks...Done. 2024-09-12T07:50:52.015 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi039.front.sepia.ceph.com -o noatime 2024-09-12T07:50:52.015 DEBUG:teuthology.orchestra.run.smithi039:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster1-0 2024-09-12T07:50:52.080 DEBUG:teuthology.orchestra.run.smithi039:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-0 2024-09-12T07:50:52.134 INFO:teuthology.orchestra.run.smithi039.stderr:sudo: /sbin/restorecon: command not found 2024-09-12T07:50:52.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T07:50:52.135 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /var/lib/ceph/osd/cluster1-1 2024-09-12T07:50:52.187 INFO:tasks.ceph:roles_to_devs: {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'} 2024-09-12T07:50:52.188 INFO:tasks.ceph:role: cluster1.osd.1 2024-09-12T07:50:52.188 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T07:50:52.188 DEBUG:teuthology.orchestra.run.smithi039:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2024-09-12T07:50:52.272 INFO:teuthology.orchestra.run.smithi039.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2024-09-12T07:50:52.272 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-12T07:50:52.272 INFO:teuthology.orchestra.run.smithi039.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-12T07:50:52.272 INFO:teuthology.orchestra.run.smithi039.stdout: = reflink=1 bigtime=0 inobtcount=0 2024-09-12T07:50:52.272 INFO:teuthology.orchestra.run.smithi039.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-12T07:50:52.273 INFO:teuthology.orchestra.run.smithi039.stdout: = sunit=0 swidth=0 blks 2024-09-12T07:50:52.273 INFO:teuthology.orchestra.run.smithi039.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-12T07:50:52.273 INFO:teuthology.orchestra.run.smithi039.stdout:log =internal log bsize=4096 blocks=11443, version=2 2024-09-12T07:50:52.273 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-12T07:50:52.273 INFO:teuthology.orchestra.run.smithi039.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-12T07:50:53.569 INFO:teuthology.orchestra.run.smithi039.stdout:Discarding blocks...Done. 2024-09-12T07:50:53.570 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi039.front.sepia.ceph.com -o noatime 2024-09-12T07:50:53.570 DEBUG:teuthology.orchestra.run.smithi039:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster1-1 2024-09-12T07:50:53.631 DEBUG:teuthology.orchestra.run.smithi039:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-1 2024-09-12T07:50:53.683 INFO:teuthology.orchestra.run.smithi039.stderr:sudo: /sbin/restorecon: command not found 2024-09-12T07:50:53.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T07:50:53.684 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /var/lib/ceph/osd/cluster1-2 2024-09-12T07:50:53.740 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-12T07:50:53.740 INFO:tasks.ceph:role: cluster1.osd.2 2024-09-12T07:50:53.740 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T07:50:53.740 DEBUG:teuthology.orchestra.run.smithi039:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2024-09-12T07:50:53.825 INFO:teuthology.orchestra.run.smithi039.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2024-09-12T07:50:53.825 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-12T07:50:53.825 INFO:teuthology.orchestra.run.smithi039.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-12T07:50:53.825 INFO:teuthology.orchestra.run.smithi039.stdout: = reflink=1 bigtime=0 inobtcount=0 2024-09-12T07:50:53.825 INFO:teuthology.orchestra.run.smithi039.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-12T07:50:53.825 INFO:teuthology.orchestra.run.smithi039.stdout: = sunit=0 swidth=0 blks 2024-09-12T07:50:53.825 INFO:teuthology.orchestra.run.smithi039.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-12T07:50:53.825 INFO:teuthology.orchestra.run.smithi039.stdout:log =internal log bsize=4096 blocks=11443, version=2 2024-09-12T07:50:53.825 INFO:teuthology.orchestra.run.smithi039.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-12T07:50:53.825 INFO:teuthology.orchestra.run.smithi039.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-12T07:50:55.125 INFO:teuthology.orchestra.run.smithi039.stdout:Discarding blocks...Done. 2024-09-12T07:50:55.128 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi039.front.sepia.ceph.com -o noatime 2024-09-12T07:50:55.128 DEBUG:teuthology.orchestra.run.smithi039:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster1-2 2024-09-12T07:50:55.193 DEBUG:teuthology.orchestra.run.smithi039:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-2 2024-09-12T07:50:55.245 INFO:teuthology.orchestra.run.smithi039.stderr:sudo: /sbin/restorecon: command not found 2024-09-12T07:50:55.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T07:50:55.246 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:50:55.370 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:55.368+0000 7f3da07fd7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:50:55.370 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:55.368+0000 7f3da07fd7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:50:55.372 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:55.372+0000 7f3da07fd7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:50:55.373 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:55.372+0000 7f3da07fd7c0 -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-12T07:50:55.374 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:55.372+0000 7f3da07fd7c0 -1 created new key in keyring /var/lib/ceph/osd/cluster1-0/keyring 2024-09-12T07:50:55.374 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:55.372+0000 7f3da07fd7c0 -1 bdev(0x55e545735800 /var/lib/ceph/osd/cluster1-0/block) open stat got: (1) Operation not permitted 2024-09-12T07:50:55.374 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:55.372+0000 7f3da07fd7c0 -1 bluestore(/var/lib/ceph/osd/cluster1-0) _read_fsid unparsable uuid 2024-09-12T07:50:58.535 DEBUG:teuthology.orchestra.run.smithi039:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-0 2024-09-12T07:50:58.549 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:50:58.630 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:58.628+0000 7fd5989dd7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:50:58.630 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:58.628+0000 7fd5989dd7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:50:58.632 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:58.628+0000 7fd5989dd7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:50:58.632 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:58.632+0000 7fd5989dd7c0 -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-12T07:50:58.634 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:58.632+0000 7fd5989dd7c0 -1 created new key in keyring /var/lib/ceph/osd/cluster1-1/keyring 2024-09-12T07:50:58.634 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:58.632+0000 7fd5989dd7c0 -1 bdev(0x55cc8be33800 /var/lib/ceph/osd/cluster1-1/block) open stat got: (1) Operation not permitted 2024-09-12T07:50:58.634 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:50:58.632+0000 7fd5989dd7c0 -1 bluestore(/var/lib/ceph/osd/cluster1-1) _read_fsid unparsable uuid 2024-09-12T07:51:01.799 DEBUG:teuthology.orchestra.run.smithi039:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-1 2024-09-12T07:51:01.854 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:51:01.935 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:51:01.932+0000 7f29ff22d7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:01.935 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:51:01.932+0000 7f29ff22d7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:01.936 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:51:01.936+0000 7f29ff22d7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:01.937 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:51:01.936+0000 7f29ff22d7c0 -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-12T07:51:01.938 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:51:01.936+0000 7f29ff22d7c0 -1 created new key in keyring /var/lib/ceph/osd/cluster1-2/keyring 2024-09-12T07:51:01.938 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:51:01.936+0000 7f29ff22d7c0 -1 bdev(0x55e6889b3800 /var/lib/ceph/osd/cluster1-2/block) open stat got: (1) Operation not permitted 2024-09-12T07:51:01.938 INFO:teuthology.orchestra.run.smithi039.stderr:2024-09-12T07:51:01.936+0000 7f29ff22d7c0 -1 bluestore(/var/lib/ceph/osd/cluster1-2) _read_fsid unparsable uuid 2024-09-12T07:51:05.084 DEBUG:teuthology.orchestra.run.smithi039:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-2 2024-09-12T07:51:05.141 INFO:tasks.ceph:Reading keys from all nodes... 2024-09-12T07:51:05.141 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:51:05.141 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/mgr/cluster1-x/keyring of=/dev/stdout 2024-09-12T07:51:05.199 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:51:05.200 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/cluster1-0/keyring of=/dev/stdout 2024-09-12T07:51:05.256 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:51:05.256 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/cluster1-1/keyring of=/dev/stdout 2024-09-12T07:51:05.312 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:51:05.313 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/cluster1-2/keyring of=/dev/stdout 2024-09-12T07:51:05.369 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:51:05.369 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/etc/ceph/cluster1.client.0.keyring of=/dev/stdout 2024-09-12T07:51:05.417 INFO:tasks.ceph:Adding keys to all mons... 2024-09-12T07:51:05.417 DEBUG:teuthology.orchestra.run.smithi039:> sudo tee -a /etc/ceph/cluster1.keyring 2024-09-12T07:51:05.472 INFO:teuthology.orchestra.run.smithi039.stdout:[mgr.x] 2024-09-12T07:51:05.472 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBaneJmg9zcHxAAKUzpNTB3YbVgC6shphlIWg== 2024-09-12T07:51:05.472 INFO:teuthology.orchestra.run.smithi039.stdout:[osd.0] 2024-09-12T07:51:05.472 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBfneJmx+RvFhAA/Mz/Ahb3q056W8matS2trw== 2024-09-12T07:51:05.472 INFO:teuthology.orchestra.run.smithi039.stdout:[osd.1] 2024-09-12T07:51:05.472 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBineJm4VbqJRAAUwUFRp7WC7m2uIAbR0+adg== 2024-09-12T07:51:05.472 INFO:teuthology.orchestra.run.smithi039.stdout:[osd.2] 2024-09-12T07:51:05.472 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBlneJmJH4NOBAAjpT0PRohgIzGBKKF95bPiQ== 2024-09-12T07:51:05.472 INFO:teuthology.orchestra.run.smithi039.stdout:[client.0] 2024-09-12T07:51:05.473 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQBaneJm91/0IRAAFbcwX6NybiGH1yquRPYCsw== 2024-09-12T07:51:05.473 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:51:05.563 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:51:05.652 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:51:05.695 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:51:05.784 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:51:05.876 INFO:tasks.ceph:Running mkfs on mon nodes... 2024-09-12T07:51:05.876 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /var/lib/ceph/mon/cluster1-a 2024-09-12T07:51:05.932 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:51:06.050 DEBUG:teuthology.orchestra.run.smithi039:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster1-a 2024-09-12T07:51:06.064 DEBUG:teuthology.orchestra.run.smithi039:> rm -- /home/ubuntu/cephtest/cluster1.monmap 2024-09-12T07:51:06.112 INFO:tasks.ceph:Starting mon daemons in cluster cluster1... 2024-09-12T07:51:06.113 INFO:tasks.ceph.cluster1.mon.a:Restarting daemon 2024-09-12T07:51:06.113 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster1 -i a 2024-09-12T07:51:06.160 INFO:tasks.ceph.cluster1.mon.a:Started 2024-09-12T07:51:06.160 INFO:tasks.ceph:Starting mgr daemons in cluster cluster1... 2024-09-12T07:51:06.160 INFO:tasks.ceph.cluster1.mgr.x:Restarting daemon 2024-09-12T07:51:06.160 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster1 -i x 2024-09-12T07:51:06.162 INFO:tasks.ceph.cluster1.mgr.x:Started 2024-09-12T07:51:06.162 DEBUG:tasks.ceph:set 0 configs 2024-09-12T07:51:06.163 INFO:tasks.ceph:Setting crush tunables to default 2024-09-12T07:51:06.163 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster cluster1 osd crush tunables default 2024-09-12T07:51:06.413 INFO:teuthology.orchestra.run.smithi039.stderr:adjusted tunables profile to default 2024-09-12T07:51:06.433 INFO:tasks.ceph:check_enable_crimson: False 2024-09-12T07:51:06.433 INFO:tasks.ceph:Starting osd daemons in cluster cluster1... 2024-09-12T07:51:06.433 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:51:06.434 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/cluster1-0/fsid of=/dev/stdout 2024-09-12T07:51:06.446 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:51:06.446 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/cluster1-1/fsid of=/dev/stdout 2024-09-12T07:51:06.498 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:51:06.499 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/osd/cluster1-2/fsid of=/dev/stdout 2024-09-12T07:51:06.551 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster cluster1 osd new fcf18d47-2ed7-4e9a-8017-7bbc3d28efd7 0 2024-09-12T07:51:06.801 INFO:teuthology.orchestra.run.smithi039.stdout:0 2024-09-12T07:51:06.819 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster cluster1 osd new 0248400b-4378-47d1-8d15-6260dc22f856 1 2024-09-12T07:51:07.027 INFO:teuthology.orchestra.run.smithi039.stdout:1 2024-09-12T07:51:07.045 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster cluster1 osd new 823cabe7-9324-4bc1-8e76-e02f7fefefae 2 2024-09-12T07:51:07.242 INFO:teuthology.orchestra.run.smithi039.stdout:2 2024-09-12T07:51:07.258 INFO:tasks.ceph.cluster1.osd.0:Restarting daemon 2024-09-12T07:51:07.258 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 0 2024-09-12T07:51:07.260 INFO:tasks.ceph.cluster1.osd.0:Started 2024-09-12T07:51:07.260 INFO:tasks.ceph.cluster1.osd.1:Restarting daemon 2024-09-12T07:51:07.260 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 1 2024-09-12T07:51:07.262 INFO:tasks.ceph.cluster1.osd.1:Started 2024-09-12T07:51:07.262 INFO:tasks.ceph.cluster1.osd.2:Restarting daemon 2024-09-12T07:51:07.262 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 2 2024-09-12T07:51:07.264 INFO:tasks.ceph.cluster1.osd.2:Started 2024-09-12T07:51:07.265 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2024-09-12T07:51:07.312 INFO:tasks.ceph.cluster1.osd.0.smithi039.stderr:2024-09-12T07:51:07.308+0000 7f3ef0eb77c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:07.317 INFO:tasks.ceph.cluster1.osd.0.smithi039.stderr:2024-09-12T07:51:07.316+0000 7f3ef0eb77c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:07.317 INFO:tasks.ceph.cluster1.osd.0.smithi039.stderr:2024-09-12T07:51:07.316+0000 7f3ef0eb77c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:07.336 INFO:tasks.ceph.cluster1.osd.2.smithi039.stderr:2024-09-12T07:51:07.336+0000 7fbeded0c7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:07.340 INFO:tasks.ceph.cluster1.osd.1.smithi039.stderr:2024-09-12T07:51:07.340+0000 7f1f662a97c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:07.342 INFO:tasks.ceph.cluster1.osd.2.smithi039.stderr:2024-09-12T07:51:07.340+0000 7fbeded0c7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:07.342 INFO:tasks.ceph.cluster1.osd.2.smithi039.stderr:2024-09-12T07:51:07.340+0000 7fbeded0c7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:07.346 INFO:tasks.ceph.cluster1.osd.1.smithi039.stderr:2024-09-12T07:51:07.344+0000 7f1f662a97c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:07.346 INFO:tasks.ceph.cluster1.osd.1.smithi039.stderr:2024-09-12T07:51:07.344+0000 7f1f662a97c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:07.443 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:07.443 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"fsid":"edd52348-10ad-44db-8d64-a50063962cb4","created":"2024-09-12T07:51:06.312316+0000","modified":"2024-09-12T07:51:07.239865+0000","last_up_change":"0.000000","last_in_change":"2024-09-12T07:51:07.239865+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":"fcf18d47-2ed7-4e9a-8017-7bbc3d28efd7","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":"0248400b-4378-47d1-8d15-6260dc22f856","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":"823cabe7-9324-4bc1-8e76-e02f7fefefae","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-12T07:51:07.460 INFO:tasks.ceph.ceph_manager.cluster1:[] 2024-09-12T07:51:07.460 INFO:tasks.ceph:Waiting for OSDs to come up 2024-09-12T07:51:07.764 DEBUG:teuthology.orchestra.run.smithi039:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2024-09-12T07:51:07.950 INFO:teuthology.misc.health.smithi039.stdout: 2024-09-12T07:51:07.951 INFO:teuthology.misc.health.smithi039.stdout:{"epoch":5,"fsid":"edd52348-10ad-44db-8d64-a50063962cb4","created":"2024-09-12T07:51:06.312316+0000","modified":"2024-09-12T07:51:07.239865+0000","last_up_change":"0.000000","last_in_change":"2024-09-12T07:51:07.239865+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":"fcf18d47-2ed7-4e9a-8017-7bbc3d28efd7","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":"0248400b-4378-47d1-8d15-6260dc22f856","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":"823cabe7-9324-4bc1-8e76-e02f7fefefae","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-12T07:51:07.966 DEBUG:teuthology.misc:0 of 3 OSDs are up 2024-09-12T07:51:08.365 INFO:tasks.ceph.cluster1.osd.0.smithi039.stderr:2024-09-12T07:51:08.364+0000 7f3ef0eb77c0 -1 Falling back to public interface 2024-09-12T07:51:08.985 INFO:tasks.ceph.cluster1.osd.1.smithi039.stderr:2024-09-12T07:51:08.984+0000 7f1f662a97c0 -1 Falling back to public interface 2024-09-12T07:51:08.986 INFO:tasks.ceph.cluster1.osd.2.smithi039.stderr:2024-09-12T07:51:08.984+0000 7fbeded0c7c0 -1 Falling back to public interface 2024-09-12T07:51:09.263 INFO:tasks.ceph.cluster1.mgr.x.smithi039.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-12T07:51:09.263 INFO:tasks.ceph.cluster1.mgr.x.smithi039.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-12T07:51:09.263 INFO:tasks.ceph.cluster1.mgr.x.smithi039.stderr: from numpy import show_config as show_numpy_config 2024-09-12T07:51:12.250 INFO:tasks.ceph.cluster1.mgr.x.smithi039.stderr:2024-09-12T07:51:12.248+0000 7f63b5f30640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-12T07:51:12.369 INFO:tasks.ceph.cluster1.osd.0.smithi039.stderr:2024-09-12T07:51:12.368+0000 7f3ef0eb77c0 -1 osd.0 0 log_to_monitors true 2024-09-12T07:51:12.970 INFO:tasks.ceph.cluster1.osd.2.smithi039.stderr:2024-09-12T07:51:12.968+0000 7fbeded0c7c0 -1 osd.2 0 log_to_monitors true 2024-09-12T07:51:13.083 INFO:tasks.ceph.cluster1.osd.1.smithi039.stderr:2024-09-12T07:51:13.080+0000 7f1f662a97c0 -1 osd.1 0 log_to_monitors true 2024-09-12T07:51:14.270 DEBUG:teuthology.orchestra.run.smithi039:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2024-09-12T07:51:14.651 INFO:teuthology.misc.health.smithi039.stdout: 2024-09-12T07:51:14.651 INFO:teuthology.misc.health.smithi039.stdout:{"epoch":7,"fsid":"edd52348-10ad-44db-8d64-a50063962cb4","created":"2024-09-12T07:51:06.312316+0000","modified":"2024-09-12T07:51:14.299218+0000","last_up_change":"0.000000","last_in_change":"2024-09-12T07:51:07.239865+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":"fcf18d47-2ed7-4e9a-8017-7bbc3d28efd7","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":"0248400b-4378-47d1-8d15-6260dc22f856","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":"823cabe7-9324-4bc1-8e76-e02f7fefefae","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-12T07:51:14.678 DEBUG:teuthology.misc:0 of 3 OSDs are up 2024-09-12T07:51:16.133 INFO:tasks.ceph.cluster1.osd.1.smithi039.stderr:2024-09-12T07:51:16.132+0000 7f1f62252640 -1 osd.1 0 waiting for initial osdmap 2024-09-12T07:51:16.133 INFO:tasks.ceph.cluster1.osd.2.smithi039.stderr:2024-09-12T07:51:16.132+0000 7fbedacb5640 -1 osd.2 0 waiting for initial osdmap 2024-09-12T07:51:16.152 INFO:tasks.ceph.cluster1.osd.1.smithi039.stderr:2024-09-12T07:51:16.152+0000 7f1f5a084640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-12T07:51:16.164 INFO:tasks.ceph.cluster1.osd.2.smithi039.stderr:2024-09-12T07:51:16.164+0000 7fbed2ae7640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-12T07:51:16.169 INFO:tasks.ceph.cluster1.osd.0.smithi039.stderr:2024-09-12T07:51:16.168+0000 7f3eece60640 -1 osd.0 0 waiting for initial osdmap 2024-09-12T07:51:16.192 INFO:tasks.ceph.cluster1.osd.0.smithi039.stderr:2024-09-12T07:51:16.192+0000 7f3ee4c92640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-12T07:51:20.981 DEBUG:teuthology.orchestra.run.smithi039:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2024-09-12T07:51:21.293 INFO:teuthology.misc.health.smithi039.stdout: 2024-09-12T07:51:21.294 INFO:teuthology.misc.health.smithi039.stdout:{"epoch":11,"fsid":"edd52348-10ad-44db-8d64-a50063962cb4","created":"2024-09-12T07:51:06.312316+0000","modified":"2024-09-12T07:51:20.149570+0000","last_up_change":"2024-09-12T07:51:17.140142+0000","last_in_change":"2024-09-12T07:51:07.239865+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-12T07:51:17.295654+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":"fcf18d47-2ed7-4e9a-8017-7bbc3d28efd7","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.39:6800","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6801","nonce":4130132979}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6802","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6803","nonce":4130132979}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6807","nonce":4130132979}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6805","nonce":4130132979}]},"public_addr":"172.21.15.39:6801/4130132979","cluster_addr":"172.21.15.39:6803/4130132979","heartbeat_back_addr":"172.21.15.39:6807/4130132979","heartbeat_front_addr":"172.21.15.39:6805/4130132979","state":["exists","up"]},{"osd":1,"uuid":"0248400b-4378-47d1-8d15-6260dc22f856","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.39:6809","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6811","nonce":2943956526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6813","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6815","nonce":2943956526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6821","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6823","nonce":2943956526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6817","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6819","nonce":2943956526}]},"public_addr":"172.21.15.39:6811/2943956526","cluster_addr":"172.21.15.39:6815/2943956526","heartbeat_back_addr":"172.21.15.39:6823/2943956526","heartbeat_front_addr":"172.21.15.39:6819/2943956526","state":["exists","up"]},{"osd":2,"uuid":"823cabe7-9324-4bc1-8e76-e02f7fefefae","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.39:6808","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6810","nonce":2424975012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6812","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6814","nonce":2424975012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6820","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6822","nonce":2424975012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6816","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6818","nonce":2424975012}]},"public_addr":"172.21.15.39:6810/2424975012","cluster_addr":"172.21.15.39:6814/2424975012","heartbeat_back_addr":"172.21.15.39:6822/2424975012","heartbeat_front_addr":"172.21.15.39:6818/2424975012","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-12T07:51:13.386086+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-12T07:51:14.137580+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-12T07:51:13.942692+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-12T07:51:21.311 DEBUG:teuthology.misc:3 of 3 OSDs are up 2024-09-12T07:51:21.312 INFO:tasks.ceph:Creating RBD pool 2024-09-12T07:51:21.312 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster cluster1 osd pool create rbd 8 2024-09-12T07:51:22.160 INFO:teuthology.orchestra.run.smithi039.stderr:pool 'rbd' created 2024-09-12T07:51:22.189 DEBUG:teuthology.orchestra.run.smithi039:> rbd --cluster cluster1 pool init rbd 2024-09-12T07:51:25.208 INFO:tasks.ceph:Starting mds daemons in cluster cluster1... 2024-09-12T07:51:25.209 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 config log 1 --format=json 2024-09-12T07:51:25.210 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2024-09-12T07:51:25.527 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:25.547 INFO:teuthology.orchestra.run.smithi039.stdout:[{"version":4,"timestamp":"2024-09-12T07:51:16.173394+0000","name":"","changes":[{"name":"osd.0/osd_mclock_max_capacity_iops_ssd","new_value":"4802.783124"}]}] 2024-09-12T07:51:25.547 INFO:tasks.ceph_manager:config epoch is 4 2024-09-12T07:51:25.547 INFO:tasks.ceph:Waiting until cluster1 daemons up and pgs clean... 2024-09-12T07:51:25.547 INFO:tasks.ceph.ceph_manager.cluster1:waiting for mgr available 2024-09-12T07:51:25.547 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 mgr dump --format=json 2024-09-12T07:51:25.894 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:25.912 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"flags":0,"active_gid":4099,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6824","nonce":2243467360},{"type":"v1","addr":"172.21.15.39:6825","nonce":2243467360}]},"active_addr":"172.21.15.39:6825/2243467360","active_change":"2024-09-12T07:51:11.237050+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.39:0","nonce":3760063647}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.39:0","nonce":90948924}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.39:0","nonce":3061930835}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.39:0","nonce":4169839216}]}]} 2024-09-12T07:51:25.915 INFO:tasks.ceph.ceph_manager.cluster1:mgr available! 2024-09-12T07:51:25.915 INFO:tasks.ceph.ceph_manager.cluster1:waiting for all up 2024-09-12T07:51:25.916 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2024-09-12T07:51:26.219 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:26.220 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":15,"fsid":"edd52348-10ad-44db-8d64-a50063962cb4","created":"2024-09-12T07:51:06.312316+0000","modified":"2024-09-12T07:51:25.184489+0000","last_up_change":"2024-09-12T07:51:17.140142+0000","last_in_change":"2024-09-12T07:51:07.239865+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-12T07:51:17.295654+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-12T07:51:21.633183+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":"fcf18d47-2ed7-4e9a-8017-7bbc3d28efd7","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.39:6800","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6801","nonce":4130132979}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6802","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6803","nonce":4130132979}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6807","nonce":4130132979}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6805","nonce":4130132979}]},"public_addr":"172.21.15.39:6801/4130132979","cluster_addr":"172.21.15.39:6803/4130132979","heartbeat_back_addr":"172.21.15.39:6807/4130132979","heartbeat_front_addr":"172.21.15.39:6805/4130132979","state":["exists","up"]},{"osd":1,"uuid":"0248400b-4378-47d1-8d15-6260dc22f856","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.39:6809","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6811","nonce":2943956526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6813","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6815","nonce":2943956526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6821","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6823","nonce":2943956526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6817","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6819","nonce":2943956526}]},"public_addr":"172.21.15.39:6811/2943956526","cluster_addr":"172.21.15.39:6815/2943956526","heartbeat_back_addr":"172.21.15.39:6823/2943956526","heartbeat_front_addr":"172.21.15.39:6819/2943956526","state":["exists","up"]},{"osd":2,"uuid":"823cabe7-9324-4bc1-8e76-e02f7fefefae","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.39:6808","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6810","nonce":2424975012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6812","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6814","nonce":2424975012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6820","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6822","nonce":2424975012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6816","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6818","nonce":2424975012}]},"public_addr":"172.21.15.39:6810/2424975012","cluster_addr":"172.21.15.39:6814/2424975012","heartbeat_back_addr":"172.21.15.39:6822/2424975012","heartbeat_front_addr":"172.21.15.39:6818/2424975012","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-12T07:51:13.386086+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-12T07:51:14.137580+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-12T07:51:13.942692+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-12T07:51:26.239 INFO:tasks.ceph.ceph_manager.cluster1:all up! 2024-09-12T07:51:26.239 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2024-09-12T07:51:26.548 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:26.549 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":15,"fsid":"edd52348-10ad-44db-8d64-a50063962cb4","created":"2024-09-12T07:51:06.312316+0000","modified":"2024-09-12T07:51:25.184489+0000","last_up_change":"2024-09-12T07:51:17.140142+0000","last_in_change":"2024-09-12T07:51:07.239865+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-12T07:51:17.295654+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-12T07:51:21.633183+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":"fcf18d47-2ed7-4e9a-8017-7bbc3d28efd7","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.39:6800","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6801","nonce":4130132979}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6802","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6803","nonce":4130132979}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6807","nonce":4130132979}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6805","nonce":4130132979}]},"public_addr":"172.21.15.39:6801/4130132979","cluster_addr":"172.21.15.39:6803/4130132979","heartbeat_back_addr":"172.21.15.39:6807/4130132979","heartbeat_front_addr":"172.21.15.39:6805/4130132979","state":["exists","up"]},{"osd":1,"uuid":"0248400b-4378-47d1-8d15-6260dc22f856","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.39:6809","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6811","nonce":2943956526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6813","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6815","nonce":2943956526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6821","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6823","nonce":2943956526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6817","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6819","nonce":2943956526}]},"public_addr":"172.21.15.39:6811/2943956526","cluster_addr":"172.21.15.39:6815/2943956526","heartbeat_back_addr":"172.21.15.39:6823/2943956526","heartbeat_front_addr":"172.21.15.39:6819/2943956526","state":["exists","up"]},{"osd":2,"uuid":"823cabe7-9324-4bc1-8e76-e02f7fefefae","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.39:6808","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6810","nonce":2424975012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6812","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6814","nonce":2424975012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6820","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6822","nonce":2424975012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6816","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6818","nonce":2424975012}]},"public_addr":"172.21.15.39:6810/2424975012","cluster_addr":"172.21.15.39:6814/2424975012","heartbeat_back_addr":"172.21.15.39:6822/2424975012","heartbeat_front_addr":"172.21.15.39:6818/2424975012","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-12T07:51:13.386086+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-12T07:51:14.137580+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-12T07:51:13.942692+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-12T07:51:26.568 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.0 flush_pg_stats 2024-09-12T07:51:26.569 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.1 flush_pg_stats 2024-09-12T07:51:26.569 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.2 flush_pg_stats 2024-09-12T07:51:26.724 INFO:teuthology.orchestra.run.smithi039.stdout:34359738373 2024-09-12T07:51:26.724 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2024-09-12T07:51:26.725 INFO:teuthology.orchestra.run.smithi039.stdout:34359738374 2024-09-12T07:51:26.726 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2024-09-12T07:51:26.727 INFO:teuthology.orchestra.run.smithi039.stdout:34359738374 2024-09-12T07:51:26.728 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2024-09-12T07:51:27.038 INFO:teuthology.orchestra.run.smithi039.stdout:34359738372 2024-09-12T07:51:27.056 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738373 got 34359738372 for osd.0 2024-09-12T07:51:27.063 INFO:teuthology.orchestra.run.smithi039.stdout:34359738373 2024-09-12T07:51:27.073 INFO:teuthology.orchestra.run.smithi039.stdout:34359738373 2024-09-12T07:51:27.082 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738374 got 34359738373 for osd.1 2024-09-12T07:51:27.092 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738374 got 34359738373 for osd.2 2024-09-12T07:51:28.057 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2024-09-12T07:51:28.083 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2024-09-12T07:51:28.093 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2024-09-12T07:51:28.385 INFO:teuthology.orchestra.run.smithi039.stdout:34359738373 2024-09-12T07:51:28.402 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738373 got 34359738373 for osd.0 2024-09-12T07:51:28.402 DEBUG:teuthology.parallel:result is None 2024-09-12T07:51:28.406 INFO:teuthology.orchestra.run.smithi039.stdout:34359738374 2024-09-12T07:51:28.421 INFO:teuthology.orchestra.run.smithi039.stdout:34359738374 2024-09-12T07:51:28.423 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738374 got 34359738374 for osd.1 2024-09-12T07:51:28.423 DEBUG:teuthology.parallel:result is None 2024-09-12T07:51:28.437 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738374 got 34359738374 for osd.2 2024-09-12T07:51:28.437 DEBUG:teuthology.parallel:result is None 2024-09-12T07:51:28.438 INFO:tasks.ceph.ceph_manager.cluster1:waiting for clean 2024-09-12T07:51:28.438 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-12T07:51:28.767 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:28.768 INFO:teuthology.orchestra.run.smithi039.stderr:dumped all 2024-09-12T07:51:28.785 INFO:teuthology.orchestra.run.smithi039.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2024-09-12T07:51:27.251307+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":10,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":95124,"kb_used_data":1536,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":283020396,"statfs":{"total":289910292480,"available":289812885504,"internally_reserved":0,"allocated":1572864,"data_stored":1288919,"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":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.085609"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-12T07:51:25.196702+0000","last_change":"2024-09-12T07:51:25.197114+0000","last_active":"2024-09-12T07:51:25.196702+0000","last_peered":"2024-09-12T07:51:25.196702+0000","last_clean":"2024-09-12T07:51:25.196702+0000","last_became_active":"2024-09-12T07:51:23.182543+0000","last_became_peered":"2024-09-12T07:51:23.182543+0000","last_unstale":"2024-09-12T07:51:25.196702+0000","last_undegraded":"2024-09-12T07:51:25.196702+0000","last_fullsized":"2024-09-12T07:51:25.196702+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T19:26:59.360967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001298876,"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-12T07:51:25.197029+0000","last_change":"2024-09-12T07:51:25.197332+0000","last_active":"2024-09-12T07:51:25.197029+0000","last_peered":"2024-09-12T07:51:25.197029+0000","last_clean":"2024-09-12T07:51:25.197029+0000","last_became_active":"2024-09-12T07:51:23.181654+0000","last_became_peered":"2024-09-12T07:51:23.181654+0000","last_unstale":"2024-09-12T07:51:25.197029+0000","last_undegraded":"2024-09-12T07:51:25.197029+0000","last_fullsized":"2024-09-12T07:51:25.197029+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T14:39:04.092300+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014726019999999999,"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-12T07:51:25.196581+0000","last_change":"2024-09-12T07:51:25.196921+0000","last_active":"2024-09-12T07:51:25.196581+0000","last_peered":"2024-09-12T07:51:25.196581+0000","last_clean":"2024-09-12T07:51:25.196581+0000","last_became_active":"2024-09-12T07:51:23.181411+0000","last_became_peered":"2024-09-12T07:51:23.181411+0000","last_unstale":"2024-09-12T07:51:25.196581+0000","last_undegraded":"2024-09-12T07:51:25.196581+0000","last_fullsized":"2024-09-12T07:51:25.196581+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T14:54:40.102693+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001146605,"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-12T07:51:25.197205+0000","last_change":"2024-09-12T07:51:25.197564+0000","last_active":"2024-09-12T07:51:25.197205+0000","last_peered":"2024-09-12T07:51:25.197205+0000","last_clean":"2024-09-12T07:51:25.197205+0000","last_became_active":"2024-09-12T07:51:23.185129+0000","last_became_peered":"2024-09-12T07:51:23.185129+0000","last_unstale":"2024-09-12T07:51:25.197205+0000","last_undegraded":"2024-09-12T07:51:25.197205+0000","last_fullsized":"2024-09-12T07:51:25.197205+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T11:47:05.576426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001678288,"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-12T07:51:25.190186+0000","last_change":"2024-09-12T07:51:25.190186+0000","last_active":"2024-09-12T07:51:25.190186+0000","last_peered":"2024-09-12T07:51:25.190186+0000","last_clean":"2024-09-12T07:51:25.190186+0000","last_became_active":"2024-09-12T07:51:23.186933+0000","last_became_peered":"2024-09-12T07:51:23.186933+0000","last_unstale":"2024-09-12T07:51:25.190186+0000","last_undegraded":"2024-09-12T07:51:25.190186+0000","last_fullsized":"2024-09-12T07:51:25.190186+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T17:16:06.388974+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010640020000000001,"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-12T07:51:26.025285+0000","last_change":"2024-09-12T07:51:26.025585+0000","last_active":"2024-09-12T07:51:26.025285+0000","last_peered":"2024-09-12T07:51:26.025285+0000","last_clean":"2024-09-12T07:51:26.025285+0000","last_became_active":"2024-09-12T07:51:23.180648+0000","last_became_peered":"2024-09-12T07:51:23.180648+0000","last_unstale":"2024-09-12T07:51:26.025285+0000","last_undegraded":"2024-09-12T07:51:26.025285+0000","last_fullsized":"2024-09-12T07:51:26.025285+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T09:33:12.168578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058571700000000003,"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-12T07:51:26.025673+0000","last_change":"2024-09-12T07:51:26.026178+0000","last_active":"2024-09-12T07:51:26.025673+0000","last_peered":"2024-09-12T07:51:26.025673+0000","last_clean":"2024-09-12T07:51:26.025673+0000","last_became_active":"2024-09-12T07:51:23.181070+0000","last_became_peered":"2024-09-12T07:51:23.181070+0000","last_unstale":"2024-09-12T07:51:26.025673+0000","last_undegraded":"2024-09-12T07:51:26.025673+0000","last_fullsized":"2024-09-12T07:51:26.025673+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T19:32:46.763851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00098625600000000003,"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-12T07:51:25.197500+0000","last_change":"2024-09-12T07:51:25.198060+0000","last_active":"2024-09-12T07:51:25.197500+0000","last_peered":"2024-09-12T07:51:25.197500+0000","last_clean":"2024-09-12T07:51:25.197500+0000","last_became_active":"2024-09-12T07:51:23.176026+0000","last_became_peered":"2024-09-12T07:51:23.176026+0000","last_unstale":"2024-09-12T07:51:25.197500+0000","last_undegraded":"2024-09-12T07:51:25.197500+0000","last_fullsized":"2024-09-12T07:51:25.197500+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T19:17:37.713782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001498529,"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-12T07:51:25.195382+0000","last_change":"2024-09-12T07:51:19.167225+0000","last_active":"2024-09-12T07:51:25.195382+0000","last_peered":"2024-09-12T07:51:25.195382+0000","last_clean":"2024-09-12T07:51:25.195382+0000","last_became_active":"2024-09-12T07:51:19.163357+0000","last_became_peered":"2024-09-12T07:51:19.163357+0000","last_unstale":"2024-09-12T07:51:25.195382+0000","last_undegraded":"2024-09-12T07:51:25.195382+0000","last_fullsized":"2024-09-12T07:51:25.195382+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-12T07:51:18.141531+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:18.141531+0000","last_clean_scrub_stamp":"2024-09-12T07:51:18.141531+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-13T14:07:04.405631+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":34359738374,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31308,"kb_used_data":112,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340532,"statfs":{"total":96636764160,"available":96604704768,"internally_reserved":0,"allocated":114688,"data_stored":31355,"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738374,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31908,"kb_used_data":712,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94339932,"statfs":{"total":96636764160,"available":96604090368,"internally_reserved":0,"allocated":729088,"data_stored":628782,"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738373,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31908,"kb_used_data":712,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94339932,"statfs":{"total":96636764160,"available":96604090368,"internally_reserved":0,"allocated":729088,"data_stored":628782,"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"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-12T07:51:28.786 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-12T07:51:29.071 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:29.071 INFO:teuthology.orchestra.run.smithi039.stderr:dumped all 2024-09-12T07:51:29.088 INFO:teuthology.orchestra.run.smithi039.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2024-09-12T07:51:27.251307+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":10,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":95124,"kb_used_data":1536,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":283020396,"statfs":{"total":289910292480,"available":289812885504,"internally_reserved":0,"allocated":1572864,"data_stored":1288919,"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":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.085609"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-12T07:51:25.196702+0000","last_change":"2024-09-12T07:51:25.197114+0000","last_active":"2024-09-12T07:51:25.196702+0000","last_peered":"2024-09-12T07:51:25.196702+0000","last_clean":"2024-09-12T07:51:25.196702+0000","last_became_active":"2024-09-12T07:51:23.182543+0000","last_became_peered":"2024-09-12T07:51:23.182543+0000","last_unstale":"2024-09-12T07:51:25.196702+0000","last_undegraded":"2024-09-12T07:51:25.196702+0000","last_fullsized":"2024-09-12T07:51:25.196702+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T19:26:59.360967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001298876,"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-12T07:51:25.197029+0000","last_change":"2024-09-12T07:51:25.197332+0000","last_active":"2024-09-12T07:51:25.197029+0000","last_peered":"2024-09-12T07:51:25.197029+0000","last_clean":"2024-09-12T07:51:25.197029+0000","last_became_active":"2024-09-12T07:51:23.181654+0000","last_became_peered":"2024-09-12T07:51:23.181654+0000","last_unstale":"2024-09-12T07:51:25.197029+0000","last_undegraded":"2024-09-12T07:51:25.197029+0000","last_fullsized":"2024-09-12T07:51:25.197029+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T14:39:04.092300+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014726019999999999,"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-12T07:51:25.196581+0000","last_change":"2024-09-12T07:51:25.196921+0000","last_active":"2024-09-12T07:51:25.196581+0000","last_peered":"2024-09-12T07:51:25.196581+0000","last_clean":"2024-09-12T07:51:25.196581+0000","last_became_active":"2024-09-12T07:51:23.181411+0000","last_became_peered":"2024-09-12T07:51:23.181411+0000","last_unstale":"2024-09-12T07:51:25.196581+0000","last_undegraded":"2024-09-12T07:51:25.196581+0000","last_fullsized":"2024-09-12T07:51:25.196581+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T14:54:40.102693+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001146605,"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-12T07:51:25.197205+0000","last_change":"2024-09-12T07:51:25.197564+0000","last_active":"2024-09-12T07:51:25.197205+0000","last_peered":"2024-09-12T07:51:25.197205+0000","last_clean":"2024-09-12T07:51:25.197205+0000","last_became_active":"2024-09-12T07:51:23.185129+0000","last_became_peered":"2024-09-12T07:51:23.185129+0000","last_unstale":"2024-09-12T07:51:25.197205+0000","last_undegraded":"2024-09-12T07:51:25.197205+0000","last_fullsized":"2024-09-12T07:51:25.197205+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T11:47:05.576426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001678288,"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-12T07:51:25.190186+0000","last_change":"2024-09-12T07:51:25.190186+0000","last_active":"2024-09-12T07:51:25.190186+0000","last_peered":"2024-09-12T07:51:25.190186+0000","last_clean":"2024-09-12T07:51:25.190186+0000","last_became_active":"2024-09-12T07:51:23.186933+0000","last_became_peered":"2024-09-12T07:51:23.186933+0000","last_unstale":"2024-09-12T07:51:25.190186+0000","last_undegraded":"2024-09-12T07:51:25.190186+0000","last_fullsized":"2024-09-12T07:51:25.190186+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T17:16:06.388974+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010640020000000001,"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-12T07:51:26.025285+0000","last_change":"2024-09-12T07:51:26.025585+0000","last_active":"2024-09-12T07:51:26.025285+0000","last_peered":"2024-09-12T07:51:26.025285+0000","last_clean":"2024-09-12T07:51:26.025285+0000","last_became_active":"2024-09-12T07:51:23.180648+0000","last_became_peered":"2024-09-12T07:51:23.180648+0000","last_unstale":"2024-09-12T07:51:26.025285+0000","last_undegraded":"2024-09-12T07:51:26.025285+0000","last_fullsized":"2024-09-12T07:51:26.025285+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T09:33:12.168578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058571700000000003,"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-12T07:51:26.025673+0000","last_change":"2024-09-12T07:51:26.026178+0000","last_active":"2024-09-12T07:51:26.025673+0000","last_peered":"2024-09-12T07:51:26.025673+0000","last_clean":"2024-09-12T07:51:26.025673+0000","last_became_active":"2024-09-12T07:51:23.181070+0000","last_became_peered":"2024-09-12T07:51:23.181070+0000","last_unstale":"2024-09-12T07:51:26.025673+0000","last_undegraded":"2024-09-12T07:51:26.025673+0000","last_fullsized":"2024-09-12T07:51:26.025673+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T19:32:46.763851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00098625600000000003,"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-12T07:51:25.197500+0000","last_change":"2024-09-12T07:51:25.198060+0000","last_active":"2024-09-12T07:51:25.197500+0000","last_peered":"2024-09-12T07:51:25.197500+0000","last_clean":"2024-09-12T07:51:25.197500+0000","last_became_active":"2024-09-12T07:51:23.176026+0000","last_became_peered":"2024-09-12T07:51:23.176026+0000","last_unstale":"2024-09-12T07:51:25.197500+0000","last_undegraded":"2024-09-12T07:51:25.197500+0000","last_fullsized":"2024-09-12T07:51:25.197500+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T19:17:37.713782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001498529,"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-12T07:51:25.195382+0000","last_change":"2024-09-12T07:51:19.167225+0000","last_active":"2024-09-12T07:51:25.195382+0000","last_peered":"2024-09-12T07:51:25.195382+0000","last_clean":"2024-09-12T07:51:25.195382+0000","last_became_active":"2024-09-12T07:51:19.163357+0000","last_became_peered":"2024-09-12T07:51:19.163357+0000","last_unstale":"2024-09-12T07:51:25.195382+0000","last_undegraded":"2024-09-12T07:51:25.195382+0000","last_fullsized":"2024-09-12T07:51:25.195382+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-12T07:51:18.141531+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:18.141531+0000","last_clean_scrub_stamp":"2024-09-12T07:51:18.141531+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-13T14:07:04.405631+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":34359738374,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31308,"kb_used_data":112,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340532,"statfs":{"total":96636764160,"available":96604704768,"internally_reserved":0,"allocated":114688,"data_stored":31355,"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738374,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31908,"kb_used_data":712,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94339932,"statfs":{"total":96636764160,"available":96604090368,"internally_reserved":0,"allocated":729088,"data_stored":628782,"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738373,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31908,"kb_used_data":712,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94339932,"statfs":{"total":96636764160,"available":96604090368,"internally_reserved":0,"allocated":729088,"data_stored":628782,"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"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-12T07:51:29.089 INFO:tasks.ceph.ceph_manager.cluster1:clean! 2024-09-12T07:51:29.089 INFO:tasks.ceph:Waiting until ceph cluster cluster1 is healthy... 2024-09-12T07:51:29.089 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy 2024-09-12T07:51:29.089 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 health --format=json 2024-09-12T07:51:29.412 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:29.413 INFO:teuthology.orchestra.run.smithi039.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-12T07:51:29.430 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy done 2024-09-12T07:51:29.430 INFO:teuthology.run_tasks:Running task ceph... 2024-09-12T07:51:29.440 INFO:tasks.ceph:Creating ceph cluster cluster2... 2024-09-12T07:51:29.440 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', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd 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-12T07:51:29.440 INFO:tasks.ceph:ctx.config {'archive_path': '/home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429', '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/ec 6-prepare/native-standalone 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': '7902429', '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-12_04:46:10-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', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1'}, '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': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1'}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'wip-dis-testing', 'sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1'}}, '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': 1680, 'sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1', 'sleep_before_teardown': 0, 'subset': '42/100', 'suite': 'rbd', 'suite_branch': 'wip-dis-testing', 'suite_path': '/home/teuthworker/src/github.com_ceph_ceph-c_d61b08865d4d98738f45ff2e4806d7fb6d03eca1/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://github.com/ceph/ceph-ci', 'suite_sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1', 'targets': {'smithi039.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPbZMdkeL88uRW9/y77C2jznr9Qv817nd8DnnEqXos1a9Ab3A2PzPi2I3DLbsblVBjc5l4/xeSL4XAWBeIX4PzE=', 'smithi098.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKKCNciQ3s6JSi+ZpwwOE95aHxYD1hoe6eFlegbWbiAgkSFDbPmEdGHsPDbLUwgC4NkJrnn81E+hCQoF4KUKZ2w='}, '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', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1'}}, {'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', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1'}}, {'exec': {'cluster1.client.0': ['sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster1 pool init datapool'], 'cluster2.client.0': ['sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster2 pool init datapool']}}, {'exec': {'cluster2.client.0': ['echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0', 'rbd --cluster cluster2 migration execute client.0.0', 'rbd --cluster cluster2 migration commit client.0.0', 'rbd --cluster cluster2 snap create client.0.0@snap', 'rbd --cluster cluster2 create --size 1G client.0.1', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.1', 'rbd --cluster cluster2 snap create client.0.1@snap', 'rbd --cluster cluster2 create --size 1G client.0.2', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2', 'rbd --cluster cluster2 snap create client.0.2@snap']}}, {'exec': {'cluster1.client.0': ['echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}], 'teuthology': {'fragments_dropped': [], 'meta': {}, 'postmerge': []}, 'teuthology_branch': 'main', 'teuthology_sha1': '3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a', 'timestamp': '2024-09-12_04:46:10', 'tube': 'smithi', 'user': 'dis', 'verbose': True, 'worker_log': '/home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856'} 2024-09-12T07:51:29.441 DEBUG:teuthology.orchestra.run.smithi039:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2024-09-12T07:51:29.443 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2024-09-12T07:51:29.450 DEBUG:teuthology.orchestra.run.smithi039:> sudo install -d -m0777 -- /var/run/ceph 2024-09-12T07:51:29.493 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m0777 -- /var/run/ceph 2024-09-12T07:51:29.507 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:29.507 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2024-09-12T07:51:29.554 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-12T07:51:29.554 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2024-09-12T07:51:29.603 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-12T07:51:29.603 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T07:51:29.603 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 883 Links: 1 2024-09-12T07:51:29.603 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T07:51:29.603 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-09-12 07:45:13.604342543 +0000 2024-09-12T07:51:29.603 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-09-12 07:45:13.356344758 +0000 2024-09-12T07:51:29.603 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-09-12 07:45:13.356344758 +0000 2024-09-12T07:51:29.603 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-09-12T07:51:29.603 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-12T07:51:29.657 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-09-12T07:51:29.657 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-09-12T07:51:29.657 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.00037737 s, 1.4 MB/s 2024-09-12T07:51:29.658 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-12T07:51:29.707 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2024-09-12T07:51:29.754 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-12T07:51:29.754 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T07:51:29.754 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-09-12T07:51:29.754 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T07:51:29.754 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-09-12 07:45:14.144337719 +0000 2024-09-12T07:51:29.754 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-09-12 07:45:13.856340292 +0000 2024-09-12T07:51:29.754 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-09-12 07:45:13.856340292 +0000 2024-09-12T07:51:29.754 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-09-12T07:51:29.755 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-12T07:51:29.808 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-09-12T07:51:29.808 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-09-12T07:51:29.808 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.00040888 s, 1.3 MB/s 2024-09-12T07:51:29.809 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-12T07:51:29.862 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2024-09-12T07:51:29.910 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-12T07:51:29.911 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T07:51:29.911 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-09-12T07:51:29.911 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T07:51:29.911 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-09-12 07:45:14.644333253 +0000 2024-09-12T07:51:29.911 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-09-12 07:45:14.384335575 +0000 2024-09-12T07:51:29.911 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-09-12 07:45:14.384335575 +0000 2024-09-12T07:51:29.911 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-09-12T07:51:29.911 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-12T07:51:29.965 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-09-12T07:51:29.965 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-09-12T07:51:29.965 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000374203 s, 1.4 MB/s 2024-09-12T07:51:29.966 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-12T07:51:30.019 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2024-09-12T07:51:30.066 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-12T07:51:30.066 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-12T07:51:30.066 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-09-12T07:51:30.066 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-12T07:51:30.066 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-09-12 07:45:15.132328895 +0000 2024-09-12T07:51:30.066 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-09-12 07:45:14.872331217 +0000 2024-09-12T07:51:30.066 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-09-12 07:45:14.872331217 +0000 2024-09-12T07:51:30.067 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-09-12T07:51:30.067 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-12T07:51:30.124 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-09-12T07:51:30.124 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-09-12T07:51:30.125 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000378604 s, 1.4 MB/s 2024-09-12T07:51:30.125 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-12T07:51:30.175 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-12T07:51:30.175 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@smithi098.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-12T07:51:30.175 INFO:tasks.ceph:Generating config... 2024-09-12T07:51:30.176 INFO:tasks.ceph:[client] rbd default data pool = datapool 2024-09-12T07:51:30.177 INFO:tasks.ceph:[global] mon warn on pool no app = False 2024-09-12T07:51:30.177 INFO:tasks.ceph:[mgr] debug mgr = 20 2024-09-12T07:51:30.177 INFO:tasks.ceph:[mgr] debug ms = 1 2024-09-12T07:51:30.177 INFO:tasks.ceph:[mon] debug mon = 20 2024-09-12T07:51:30.177 INFO:tasks.ceph:[mon] debug ms = 1 2024-09-12T07:51:30.177 INFO:tasks.ceph:[mon] debug paxos = 20 2024-09-12T07:51:30.177 INFO:tasks.ceph:[osd] bdev async discard = True 2024-09-12T07:51:30.177 INFO:tasks.ceph:[osd] bdev enable discard = True 2024-09-12T07:51:30.177 INFO:tasks.ceph:[osd] bluestore allocator = bitmap 2024-09-12T07:51:30.177 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2024-09-12T07:51:30.177 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2024-09-12T07:51:30.177 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2024-09-12T07:51:30.178 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2024-09-12T07:51:30.178 INFO:tasks.ceph:[osd] debug ms = 1 2024-09-12T07:51:30.178 INFO:tasks.ceph:[osd] debug osd = 20 2024-09-12T07:51:30.178 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2024-09-12T07:51:30.178 INFO:tasks.ceph:[osd] enable experimental unrecoverable data corrupting features = * 2024-09-12T07:51:30.178 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2024-09-12T07:51:30.178 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2024-09-12T07:51:30.178 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2024-09-12T07:51:30.178 INFO:tasks.ceph:[osd] osd debug randomize hobject sort order = False 2024-09-12T07:51:30.178 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2024-09-12T07:51:30.178 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2024-09-12T07:51:30.179 INFO:tasks.ceph:Setting up cluster2.mon.a... 2024-09-12T07:51:30.179 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster2.keyring 2024-09-12T07:51:30.249 INFO:teuthology.orchestra.run.smithi098.stdout:creating /etc/ceph/cluster2.keyring 2024-09-12T07:51:30.267 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster2.keyring 2024-09-12T07:51:30.344 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2024-09-12T07:51:30.398 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster2.mon.a', '172.21.15.98')] 2024-09-12T07:51:30.398 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.98', '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', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd 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-12T07:51:30.399 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:30.399 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2024-09-12T07:51:30.446 DEBUG:teuthology.orchestra.run.smithi098:> 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.98 --print /home/ubuntu/cephtest/cluster2.monmap 2024-09-12T07:51:30.526 INFO:teuthology.orchestra.run.smithi098.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster2.monmap 2024-09-12T07:51:30.527 INFO:teuthology.orchestra.run.smithi098.stdout:monmaptool: generated fsid 2ed9f5f6-aae8-4e86-b511-4523d9036afc 2024-09-12T07:51:30.527 INFO:teuthology.orchestra.run.smithi098.stdout:setting min_mon_release = quincy 2024-09-12T07:51:30.527 INFO:teuthology.orchestra.run.smithi098.stdout:epoch 0 2024-09-12T07:51:30.527 INFO:teuthology.orchestra.run.smithi098.stdout:fsid 2ed9f5f6-aae8-4e86-b511-4523d9036afc 2024-09-12T07:51:30.527 INFO:teuthology.orchestra.run.smithi098.stdout:last_changed 2024-09-12T07:51:30.529501+0000 2024-09-12T07:51:30.527 INFO:teuthology.orchestra.run.smithi098.stdout:created 2024-09-12T07:51:30.529501+0000 2024-09-12T07:51:30.527 INFO:teuthology.orchestra.run.smithi098.stdout:min_mon_release 17 (quincy) 2024-09-12T07:51:30.527 INFO:teuthology.orchestra.run.smithi098.stdout:election_strategy: 1 2024-09-12T07:51:30.527 INFO:teuthology.orchestra.run.smithi098.stdout:0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-12T07:51:30.527 INFO:teuthology.orchestra.run.smithi098.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster2.monmap (1 monitors) 2024-09-12T07:51:30.528 DEBUG:teuthology.orchestra.run.smithi098:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2024-09-12T07:51:30.574 INFO:tasks.ceph:Writing /etc/ceph/cluster2.conf for FSID 2ed9f5f6-aae8-4e86-b511-4523d9036afc... 2024-09-12T07:51:30.574 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:51:30.577 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:30.620 INFO:teuthology.orchestra.run.smithi039.stdout:[global] 2024-09-12T07:51:30.620 INFO:teuthology.orchestra.run.smithi039.stdout: chdir = "" 2024-09-12T07:51:30.620 INFO:teuthology.orchestra.run.smithi039.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-12T07:51:30.620 INFO:teuthology.orchestra.run.smithi039.stdout: auth supported = cephx 2024-09-12T07:51:30.620 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.620 INFO:teuthology.orchestra.run.smithi039.stdout: filestore xattr use omap = true 2024-09-12T07:51:30.620 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.620 INFO:teuthology.orchestra.run.smithi039.stdout: mon clock drift allowed = 1.000 2024-09-12T07:51:30.620 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.620 INFO:teuthology.orchestra.run.smithi039.stdout: osd crush chooseleaf type = 0 2024-09-12T07:51:30.620 INFO:teuthology.orchestra.run.smithi039.stdout: auth debug = true 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: ms die on old message = true 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: ms die on bug = true 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: mon pg warn max object skew = 0 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: # disable pg_autoscaler by default for new pools 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: osd pool default size = 2 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.621 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd allow primary affinity = true 2024-09-12T07:51:30.622 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd allow pg remap = true 2024-09-12T07:51:30.622 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on legacy crush tunables = false 2024-09-12T07:51:30.622 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on crush straw calc version zero = false 2024-09-12T07:51:30.622 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on no sortbitwise = false 2024-09-12T07:51:30.622 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on osd down out interval zero = false 2024-09-12T07:51:30.622 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on too few osds = false 2024-09-12T07:51:30.622 INFO:teuthology.orchestra.run.smithi039.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-12T07:51:30.622 INFO:teuthology.orchestra.run.smithi039.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-12T07:51:30.622 INFO:teuthology.orchestra.run.smithi039.stdout: mon_allow_pool_size_one = true 2024-09-12T07:51:30.622 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.622 INFO:teuthology.orchestra.run.smithi039.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-12T07:51:30.622 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: osd default data pool replay window = 5 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: mon allow pool delete = true 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: mon cluster log file level = debug 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: debug asserts on shutdown = true 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: mon health detail to clog = false 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: mon host = 172.21.15.98 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: mon warn on pool no app = False 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: fsid = 2ed9f5f6-aae8-4e86-b511-4523d9036afc 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout:[osd] 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: osd journal size = 100 2024-09-12T07:51:30.623 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: osd scrub load threshold = 5.0 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: osd scrub max interval = 600 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: osd mclock profile = high_recovery_ops 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: osd recover clone overlap = true 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: osd recovery max chunk = 1048576 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug shutdown = true 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug op order = true 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug verify stray on activate = true 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug trim objects = true 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.624 INFO:teuthology.orchestra.run.smithi039.stdout: osd open classes on start = true 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug pg log writeout = true 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: osd deep scrub update digest min age = 30 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: osd map max advance = 10 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: journal zero on create = true 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: filestore ondisk finisher threads = 3 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: filestore apply finisher threads = 3 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: bdev debug aio = true 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug misdirected ops = true 2024-09-12T07:51:30.625 INFO:teuthology.orchestra.run.smithi039.stdout: bdev async discard = True 2024-09-12T07:51:30.626 INFO:teuthology.orchestra.run.smithi039.stdout: bdev enable discard = True 2024-09-12T07:51:30.626 INFO:teuthology.orchestra.run.smithi039.stdout: bluestore allocator = bitmap 2024-09-12T07:51:30.626 INFO:teuthology.orchestra.run.smithi039.stdout: bluestore block size = 96636764160 2024-09-12T07:51:30.626 INFO:teuthology.orchestra.run.smithi039.stdout: bluestore fsck on mount = True 2024-09-12T07:51:30.626 INFO:teuthology.orchestra.run.smithi039.stdout: debug bluefs = 1/20 2024-09-12T07:51:30.626 INFO:teuthology.orchestra.run.smithi039.stdout: debug bluestore = 1/20 2024-09-12T07:51:30.626 INFO:teuthology.orchestra.run.smithi039.stdout: debug ms = 1 2024-09-12T07:51:30.626 INFO:teuthology.orchestra.run.smithi039.stdout: debug osd = 20 2024-09-12T07:51:30.626 INFO:teuthology.orchestra.run.smithi039.stdout: debug rocksdb = 4/10 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: enable experimental unrecoverable data corrupting features = * 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd backfillfull_ratio = 0.85 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd full ratio = 0.9 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd nearfull ratio = 0.8 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: osd debug randomize hobject sort order = False 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: osd failsafe full ratio = 0.95 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: osd objectstore = bluestore 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout:[mgr] 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: debug ms = 1 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: debug mgr = 20 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: debug mon = 20 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: debug auth = 20 2024-09-12T07:51:30.627 INFO:teuthology.orchestra.run.smithi039.stdout: mon reweight min pgs per osd = 4 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: mon reweight min bytes per osd = 10 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: mgr/telemetry/nag = false 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout:[mon] 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: debug ms = 1 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: debug mon = 20 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: debug paxos = 20 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: debug auth = 20 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: mon data avail warn = 5 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: mon mgr mkfs grace = 240 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: mon reweight min pgs per osd = 4 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd reporter subtree level = osd 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: mon osd prime pg temp = true 2024-09-12T07:51:30.628 INFO:teuthology.orchestra.run.smithi039.stdout: mon reweight min bytes per osd = 10 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: auth mon ticket ttl = 660 # 11m 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: auth service ticket ttl = 240 # 4m 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: # don't complain about insecure global_id in the test suite 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: # 1m isn't quite enough 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: mon_down_mkfs_grace = 2m 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: mon_warn_on_filestore_osds = false 2024-09-12T07:51:30.629 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T07:51:30.630 INFO:teuthology.orchestra.run.smithi039.stdout:[client] 2024-09-12T07:51:30.630 INFO:teuthology.orchestra.run.smithi039.stdout: rgw cache enabled = true 2024-09-12T07:51:30.630 INFO:teuthology.orchestra.run.smithi039.stdout: rgw enable ops log = true 2024-09-12T07:51:30.630 INFO:teuthology.orchestra.run.smithi039.stdout: rgw enable usage log = true 2024-09-12T07:51:30.630 INFO:teuthology.orchestra.run.smithi039.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-12T07:51:30.630 INFO:teuthology.orchestra.run.smithi039.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-12T07:51:30.630 INFO:teuthology.orchestra.run.smithi039.stdout: rbd default data pool = datapool 2024-09-12T07:51:30.630 INFO:teuthology.orchestra.run.smithi039.stdout:[mon.a] 2024-09-12T07:51:30.647 INFO:teuthology.orchestra.run.smithi098.stdout:[global] 2024-09-12T07:51:30.647 INFO:teuthology.orchestra.run.smithi098.stdout: chdir = "" 2024-09-12T07:51:30.647 INFO:teuthology.orchestra.run.smithi098.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-12T07:51:30.647 INFO:teuthology.orchestra.run.smithi098.stdout: auth supported = cephx 2024-09-12T07:51:30.647 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.647 INFO:teuthology.orchestra.run.smithi098.stdout: filestore xattr use omap = true 2024-09-12T07:51:30.647 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.648 INFO:teuthology.orchestra.run.smithi098.stdout: mon clock drift allowed = 1.000 2024-09-12T07:51:30.648 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.648 INFO:teuthology.orchestra.run.smithi098.stdout: osd crush chooseleaf type = 0 2024-09-12T07:51:30.648 INFO:teuthology.orchestra.run.smithi098.stdout: auth debug = true 2024-09-12T07:51:30.648 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.648 INFO:teuthology.orchestra.run.smithi098.stdout: ms die on old message = true 2024-09-12T07:51:30.648 INFO:teuthology.orchestra.run.smithi098.stdout: ms die on bug = true 2024-09-12T07:51:30.648 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.648 INFO:teuthology.orchestra.run.smithi098.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-12T07:51:30.648 INFO:teuthology.orchestra.run.smithi098.stdout: mon pg warn max object skew = 0 2024-09-12T07:51:30.648 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: # disable pg_autoscaler by default for new pools 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: osd pool default size = 2 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd allow primary affinity = true 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd allow pg remap = true 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: mon warn on legacy crush tunables = false 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: mon warn on crush straw calc version zero = false 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: mon warn on no sortbitwise = false 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: mon warn on osd down out interval zero = false 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: mon warn on too few osds = false 2024-09-12T07:51:30.649 INFO:teuthology.orchestra.run.smithi098.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: mon_allow_pool_size_one = true 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: osd default data pool replay window = 5 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: mon allow pool delete = true 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: mon cluster log file level = debug 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: debug asserts on shutdown = true 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: mon health detail to clog = false 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: mon host = 172.21.15.98 2024-09-12T07:51:30.650 INFO:teuthology.orchestra.run.smithi098.stdout: mon warn on pool no app = False 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: fsid = 2ed9f5f6-aae8-4e86-b511-4523d9036afc 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout:[osd] 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: osd journal size = 100 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: osd scrub load threshold = 5.0 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: osd scrub max interval = 600 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: osd mclock profile = high_recovery_ops 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: osd recover clone overlap = true 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: osd recovery max chunk = 1048576 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug shutdown = true 2024-09-12T07:51:30.651 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug op order = true 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug verify stray on activate = true 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug trim objects = true 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: osd open classes on start = true 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug pg log writeout = true 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: osd deep scrub update digest min age = 30 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: osd map max advance = 10 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: journal zero on create = true 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: filestore ondisk finisher threads = 3 2024-09-12T07:51:30.652 INFO:teuthology.orchestra.run.smithi098.stdout: filestore apply finisher threads = 3 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: bdev debug aio = true 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug misdirected ops = true 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: bdev async discard = True 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: bdev enable discard = True 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: bluestore allocator = bitmap 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: bluestore block size = 96636764160 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: bluestore fsck on mount = True 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: debug bluefs = 1/20 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: debug bluestore = 1/20 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: debug ms = 1 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: debug osd = 20 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: debug rocksdb = 4/10 2024-09-12T07:51:30.653 INFO:teuthology.orchestra.run.smithi098.stdout: enable experimental unrecoverable data corrupting features = * 2024-09-12T07:51:30.654 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd backfillfull_ratio = 0.85 2024-09-12T07:51:30.654 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd full ratio = 0.9 2024-09-12T07:51:30.654 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd nearfull ratio = 0.8 2024-09-12T07:51:30.654 INFO:teuthology.orchestra.run.smithi098.stdout: osd debug randomize hobject sort order = False 2024-09-12T07:51:30.654 INFO:teuthology.orchestra.run.smithi098.stdout: osd failsafe full ratio = 0.95 2024-09-12T07:51:30.654 INFO:teuthology.orchestra.run.smithi098.stdout: osd objectstore = bluestore 2024-09-12T07:51:30.654 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout:[mgr] 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout: debug ms = 1 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout: debug mgr = 20 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout: debug mon = 20 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout: debug auth = 20 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout: mon reweight min pgs per osd = 4 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout: mon reweight min bytes per osd = 10 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout: mgr/telemetry/nag = false 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout:[mon] 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout: debug ms = 1 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout: debug mon = 20 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout: debug paxos = 20 2024-09-12T07:51:30.655 INFO:teuthology.orchestra.run.smithi098.stdout: debug auth = 20 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: mon data avail warn = 5 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: mon mgr mkfs grace = 240 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: mon reweight min pgs per osd = 4 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd reporter subtree level = osd 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: mon osd prime pg temp = true 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: mon reweight min bytes per osd = 10 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: auth mon ticket ttl = 660 # 11m 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: auth service ticket ttl = 240 # 4m 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: # don't complain about insecure global_id in the test suite 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-12T07:51:30.656 INFO:teuthology.orchestra.run.smithi098.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout: # 1m isn't quite enough 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout: mon_down_mkfs_grace = 2m 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout: mon_warn_on_filestore_osds = false 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout:[client] 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout: rgw cache enabled = true 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout: rgw enable ops log = true 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout: rgw enable usage log = true 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout: rbd default data pool = datapool 2024-09-12T07:51:30.657 INFO:teuthology.orchestra.run.smithi098.stdout:[mon.a] 2024-09-12T07:51:30.658 INFO:tasks.ceph:Creating admin key on cluster2.mon.a... 2024-09-12T07:51:30.659 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:30.749 INFO:tasks.ceph:Copying monmap to all nodes... 2024-09-12T07:51:30.749 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:30.749 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/etc/ceph/cluster2.keyring of=/dev/stdout 2024-09-12T07:51:30.755 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:30.755 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/home/ubuntu/cephtest/cluster2.monmap of=/dev/stdout 2024-09-12T07:51:30.801 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T07:51:30.801 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:51:30.801 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/ceph/cluster2.keyring 2024-09-12T07:51:30.802 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2024-09-12T07:51:30.825 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:51:30.825 DEBUG:teuthology.orchestra.run.smithi039:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2024-09-12T07:51:30.873 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi098.front.sepia.ceph.com 2024-09-12T07:51:30.873 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:30.873 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/cluster2.keyring 2024-09-12T07:51:30.873 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2024-09-12T07:51:30.897 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:30.897 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2024-09-12T07:51:30.942 INFO:tasks.ceph:Setting up mon nodes... 2024-09-12T07:51:30.942 INFO:tasks.ceph:Setting up mgr nodes... 2024-09-12T07:51:30.943 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:31.026 INFO:teuthology.orchestra.run.smithi098.stdout:creating /var/lib/ceph/mgr/cluster2-x/keyring 2024-09-12T07:51:31.029 INFO:tasks.ceph:Setting up mds nodes... 2024-09-12T07:51:31.029 INFO:tasks.ceph_client:Setting up client nodes... 2024-09-12T07:51:31.029 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:31.109 INFO:teuthology.orchestra.run.smithi098.stdout:creating /etc/ceph/cluster2.client.0.keyring 2024-09-12T07:51:31.121 INFO:tasks.ceph:Running mkfs on osd nodes... 2024-09-12T07:51:31.121 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@smithi039.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@smithi098.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-12T07:51:31.121 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /var/lib/ceph/osd/cluster2-0 2024-09-12T07:51:31.180 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-12T07:51:31.180 INFO:tasks.ceph:role: cluster2.osd.0 2024-09-12T07:51:31.180 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi098.front.sepia.ceph.com 2024-09-12T07:51:31.181 DEBUG:teuthology.orchestra.run.smithi098:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2024-09-12T07:51:31.242 INFO:teuthology.orchestra.run.smithi098.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2024-09-12T07:51:31.242 INFO:teuthology.orchestra.run.smithi098.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-12T07:51:31.242 INFO:teuthology.orchestra.run.smithi098.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-12T07:51:31.242 INFO:teuthology.orchestra.run.smithi098.stdout: = reflink=1 bigtime=0 inobtcount=0 2024-09-12T07:51:31.243 INFO:teuthology.orchestra.run.smithi098.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-12T07:51:31.243 INFO:teuthology.orchestra.run.smithi098.stdout: = sunit=0 swidth=0 blks 2024-09-12T07:51:31.243 INFO:teuthology.orchestra.run.smithi098.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-12T07:51:31.243 INFO:teuthology.orchestra.run.smithi098.stdout:log =internal log bsize=4096 blocks=11443, version=2 2024-09-12T07:51:31.243 INFO:teuthology.orchestra.run.smithi098.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-12T07:51:31.243 INFO:teuthology.orchestra.run.smithi098.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-12T07:51:31.697 INFO:teuthology.orchestra.run.smithi098.stdout:Discarding blocks...Done. 2024-09-12T07:51:31.699 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi098.front.sepia.ceph.com -o noatime 2024-09-12T07:51:31.699 DEBUG:teuthology.orchestra.run.smithi098:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster2-0 2024-09-12T07:51:31.829 DEBUG:teuthology.orchestra.run.smithi098:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-0 2024-09-12T07:51:31.840 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: /sbin/restorecon: command not found 2024-09-12T07:51:31.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T07:51:31.841 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /var/lib/ceph/osd/cluster2-1 2024-09-12T07:51:31.898 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-12T07:51:31.898 INFO:tasks.ceph:role: cluster2.osd.1 2024-09-12T07:51:31.898 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi098.front.sepia.ceph.com 2024-09-12T07:51:31.898 DEBUG:teuthology.orchestra.run.smithi098:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2024-09-12T07:51:31.963 INFO:teuthology.orchestra.run.smithi098.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2024-09-12T07:51:31.963 INFO:teuthology.orchestra.run.smithi098.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-12T07:51:31.963 INFO:teuthology.orchestra.run.smithi098.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-12T07:51:31.963 INFO:teuthology.orchestra.run.smithi098.stdout: = reflink=1 bigtime=0 inobtcount=0 2024-09-12T07:51:31.963 INFO:teuthology.orchestra.run.smithi098.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-12T07:51:31.963 INFO:teuthology.orchestra.run.smithi098.stdout: = sunit=0 swidth=0 blks 2024-09-12T07:51:31.963 INFO:teuthology.orchestra.run.smithi098.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-12T07:51:31.963 INFO:teuthology.orchestra.run.smithi098.stdout:log =internal log bsize=4096 blocks=11443, version=2 2024-09-12T07:51:31.963 INFO:teuthology.orchestra.run.smithi098.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-12T07:51:31.963 INFO:teuthology.orchestra.run.smithi098.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-12T07:51:32.385 INFO:teuthology.orchestra.run.smithi098.stdout:Discarding blocks...Done. 2024-09-12T07:51:32.387 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi098.front.sepia.ceph.com -o noatime 2024-09-12T07:51:32.387 DEBUG:teuthology.orchestra.run.smithi098:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster2-1 2024-09-12T07:51:32.450 DEBUG:teuthology.orchestra.run.smithi098:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-1 2024-09-12T07:51:32.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T07:51:32.504 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: /sbin/restorecon: command not found 2024-09-12T07:51:32.504 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /var/lib/ceph/osd/cluster2-2 2024-09-12T07:51:32.557 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-12T07:51:32.557 INFO:tasks.ceph:role: cluster2.osd.2 2024-09-12T07:51:32.557 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi098.front.sepia.ceph.com 2024-09-12T07:51:32.558 DEBUG:teuthology.orchestra.run.smithi098:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2024-09-12T07:51:32.622 INFO:teuthology.orchestra.run.smithi098.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2024-09-12T07:51:32.622 INFO:teuthology.orchestra.run.smithi098.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-12T07:51:32.622 INFO:teuthology.orchestra.run.smithi098.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-12T07:51:32.622 INFO:teuthology.orchestra.run.smithi098.stdout: = reflink=1 bigtime=0 inobtcount=0 2024-09-12T07:51:32.622 INFO:teuthology.orchestra.run.smithi098.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-12T07:51:32.622 INFO:teuthology.orchestra.run.smithi098.stdout: = sunit=0 swidth=0 blks 2024-09-12T07:51:32.622 INFO:teuthology.orchestra.run.smithi098.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-12T07:51:32.622 INFO:teuthology.orchestra.run.smithi098.stdout:log =internal log bsize=4096 blocks=11443, version=2 2024-09-12T07:51:32.622 INFO:teuthology.orchestra.run.smithi098.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-12T07:51:32.622 INFO:teuthology.orchestra.run.smithi098.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-12T07:51:33.093 INFO:teuthology.orchestra.run.smithi098.stdout:Discarding blocks...Done. 2024-09-12T07:51:33.095 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi098.front.sepia.ceph.com -o noatime 2024-09-12T07:51:33.095 DEBUG:teuthology.orchestra.run.smithi098:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster2-2 2024-09-12T07:51:33.188 DEBUG:teuthology.orchestra.run.smithi098:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-2 2024-09-12T07:51:33.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T07:51:33.199 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: /sbin/restorecon: command not found 2024-09-12T07:51:33.199 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:33.318 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:33.319+0000 7fd7f23f57c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:33.318 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:33.319+0000 7fd7f23f57c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:33.319 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:33.319+0000 7fd7f23f57c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:33.320 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:33.319+0000 7fd7f23f57c0 -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-12T07:51:33.324 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:33.323+0000 7fd7f23f57c0 -1 created new key in keyring /var/lib/ceph/osd/cluster2-0/keyring 2024-09-12T07:51:33.324 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:33.323+0000 7fd7f23f57c0 -1 bdev(0x55635fc63800 /var/lib/ceph/osd/cluster2-0/block) open stat got: (1) Operation not permitted 2024-09-12T07:51:33.324 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:33.323+0000 7fd7f23f57c0 -1 bluestore(/var/lib/ceph/osd/cluster2-0) _read_fsid unparsable uuid 2024-09-12T07:51:36.470 DEBUG:teuthology.orchestra.run.smithi098:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-0 2024-09-12T07:51:36.484 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:36.560 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:36.559+0000 7f3f9fc287c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:36.561 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:36.559+0000 7f3f9fc287c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:36.562 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:36.563+0000 7f3f9fc287c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:36.562 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:36.563+0000 7f3f9fc287c0 -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-12T07:51:36.563 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:36.563+0000 7f3f9fc287c0 -1 created new key in keyring /var/lib/ceph/osd/cluster2-1/keyring 2024-09-12T07:51:36.563 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:36.563+0000 7f3f9fc287c0 -1 bdev(0x55fb68339800 /var/lib/ceph/osd/cluster2-1/block) open stat got: (1) Operation not permitted 2024-09-12T07:51:36.563 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:36.563+0000 7f3f9fc287c0 -1 bluestore(/var/lib/ceph/osd/cluster2-1) _read_fsid unparsable uuid 2024-09-12T07:51:39.698 DEBUG:teuthology.orchestra.run.smithi098:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-1 2024-09-12T07:51:39.754 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:39.833 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:39.835+0000 7f2fd63547c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:39.834 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:39.835+0000 7f2fd63547c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:39.835 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:39.835+0000 7f2fd63547c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:39.836 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:39.835+0000 7f2fd63547c0 -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-12T07:51:39.836 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:39.835+0000 7f2fd63547c0 -1 created new key in keyring /var/lib/ceph/osd/cluster2-2/keyring 2024-09-12T07:51:39.837 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:39.835+0000 7f2fd63547c0 -1 bdev(0x559ca8b4f800 /var/lib/ceph/osd/cluster2-2/block) open stat got: (1) Operation not permitted 2024-09-12T07:51:39.837 INFO:teuthology.orchestra.run.smithi098.stderr:2024-09-12T07:51:39.835+0000 7f2fd63547c0 -1 bluestore(/var/lib/ceph/osd/cluster2-2) _read_fsid unparsable uuid 2024-09-12T07:51:42.976 DEBUG:teuthology.orchestra.run.smithi098:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-2 2024-09-12T07:51:43.030 INFO:tasks.ceph:Reading keys from all nodes... 2024-09-12T07:51:43.030 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:43.030 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/var/lib/ceph/mgr/cluster2-x/keyring of=/dev/stdout 2024-09-12T07:51:43.084 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:43.085 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/var/lib/ceph/osd/cluster2-0/keyring of=/dev/stdout 2024-09-12T07:51:43.136 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:43.137 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/var/lib/ceph/osd/cluster2-1/keyring of=/dev/stdout 2024-09-12T07:51:43.190 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:43.190 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/var/lib/ceph/osd/cluster2-2/keyring of=/dev/stdout 2024-09-12T07:51:43.245 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:43.245 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/etc/ceph/cluster2.client.0.keyring of=/dev/stdout 2024-09-12T07:51:43.295 INFO:tasks.ceph:Adding keys to all mons... 2024-09-12T07:51:43.295 DEBUG:teuthology.orchestra.run.smithi098:> sudo tee -a /etc/ceph/cluster2.keyring 2024-09-12T07:51:43.347 INFO:teuthology.orchestra.run.smithi098.stdout:[mgr.x] 2024-09-12T07:51:43.347 INFO:teuthology.orchestra.run.smithi098.stdout: key = AQCDneJmCvbDARAA+WWGkA7uzYUznKOW+dPXOA== 2024-09-12T07:51:43.348 INFO:teuthology.orchestra.run.smithi098.stdout:[osd.0] 2024-09-12T07:51:43.348 INFO:teuthology.orchestra.run.smithi098.stdout: key = AQCFneJmicVDExAAaz+eXmtS7yttMj9CbQXs3w== 2024-09-12T07:51:43.348 INFO:teuthology.orchestra.run.smithi098.stdout:[osd.1] 2024-09-12T07:51:43.348 INFO:teuthology.orchestra.run.smithi098.stdout: key = AQCIneJmMm+1IRAAPQRvY1UdFmy7NYWbJHV24A== 2024-09-12T07:51:43.348 INFO:teuthology.orchestra.run.smithi098.stdout:[osd.2] 2024-09-12T07:51:43.348 INFO:teuthology.orchestra.run.smithi098.stdout: key = AQCLneJmIN8AMhAApmI/vkkb+PdgfPL3T+xomA== 2024-09-12T07:51:43.349 INFO:teuthology.orchestra.run.smithi098.stdout:[client.0] 2024-09-12T07:51:43.349 INFO:teuthology.orchestra.run.smithi098.stdout: key = AQCDneJmnnG2BhAA3tAiVdUDCNdK+odcdngRmg== 2024-09-12T07:51:43.350 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:43.437 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:43.526 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:43.613 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:43.697 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:43.785 INFO:tasks.ceph:Running mkfs on mon nodes... 2024-09-12T07:51:43.785 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /var/lib/ceph/mon/cluster2-a 2024-09-12T07:51:43.840 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:51:43.929 DEBUG:teuthology.orchestra.run.smithi098:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster2-a 2024-09-12T07:51:43.984 DEBUG:teuthology.orchestra.run.smithi098:> rm -- /home/ubuntu/cephtest/cluster2.monmap 2024-09-12T07:51:44.030 INFO:tasks.ceph:Starting mon daemons in cluster cluster2... 2024-09-12T07:51:44.030 INFO:tasks.ceph.cluster2.mon.a:Restarting daemon 2024-09-12T07:51:44.030 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster2 -i a 2024-09-12T07:51:44.075 INFO:tasks.ceph.cluster2.mon.a:Started 2024-09-12T07:51:44.075 INFO:tasks.ceph:Starting mgr daemons in cluster cluster2... 2024-09-12T07:51:44.075 INFO:tasks.ceph.cluster2.mgr.x:Restarting daemon 2024-09-12T07:51:44.075 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster2 -i x 2024-09-12T07:51:44.078 INFO:tasks.ceph.cluster2.mgr.x:Started 2024-09-12T07:51:44.078 DEBUG:tasks.ceph:set 0 configs 2024-09-12T07:51:44.078 INFO:tasks.ceph:Setting crush tunables to default 2024-09-12T07:51:44.078 DEBUG:teuthology.orchestra.run.smithi098:> sudo ceph --cluster cluster2 osd crush tunables default 2024-09-12T07:51:44.333 INFO:teuthology.orchestra.run.smithi098.stderr:adjusted tunables profile to default 2024-09-12T07:51:44.352 INFO:tasks.ceph:check_enable_crimson: False 2024-09-12T07:51:44.352 INFO:tasks.ceph:Starting osd daemons in cluster cluster2... 2024-09-12T07:51:44.353 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:44.353 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/var/lib/ceph/osd/cluster2-0/fsid of=/dev/stdout 2024-09-12T07:51:44.366 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:44.366 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/var/lib/ceph/osd/cluster2-1/fsid of=/dev/stdout 2024-09-12T07:51:44.425 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-12T07:51:44.425 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/var/lib/ceph/osd/cluster2-2/fsid of=/dev/stdout 2024-09-12T07:51:44.476 DEBUG:teuthology.orchestra.run.smithi098:> sudo ceph --cluster cluster2 osd new 30946072-aacf-4e73-8d7c-c9a5ce5197db 0 2024-09-12T07:51:44.726 INFO:teuthology.orchestra.run.smithi098.stdout:0 2024-09-12T07:51:44.743 DEBUG:teuthology.orchestra.run.smithi098:> sudo ceph --cluster cluster2 osd new dba59a96-c332-46eb-956b-29cf52a0031d 1 2024-09-12T07:51:44.934 INFO:teuthology.orchestra.run.smithi098.stdout:1 2024-09-12T07:51:44.951 DEBUG:teuthology.orchestra.run.smithi098:> sudo ceph --cluster cluster2 osd new c69b1229-d4dd-4443-a403-89848921933d 2 2024-09-12T07:51:45.141 INFO:teuthology.orchestra.run.smithi098.stdout:2 2024-09-12T07:51:45.162 INFO:tasks.ceph.cluster2.osd.0:Restarting daemon 2024-09-12T07:51:45.163 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 0 2024-09-12T07:51:45.165 INFO:tasks.ceph.cluster2.osd.0:Started 2024-09-12T07:51:45.165 INFO:tasks.ceph.cluster2.osd.1:Restarting daemon 2024-09-12T07:51:45.165 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 1 2024-09-12T07:51:45.167 INFO:tasks.ceph.cluster2.osd.1:Started 2024-09-12T07:51:45.167 INFO:tasks.ceph.cluster2.osd.2:Restarting daemon 2024-09-12T07:51:45.167 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 2 2024-09-12T07:51:45.169 INFO:tasks.ceph.cluster2.osd.2:Started 2024-09-12T07:51:45.169 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2024-09-12T07:51:45.218 INFO:tasks.ceph.cluster2.osd.0.smithi098.stderr:2024-09-12T07:51:45.219+0000 7f55c8b117c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:45.224 INFO:tasks.ceph.cluster2.osd.0.smithi098.stderr:2024-09-12T07:51:45.223+0000 7f55c8b117c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:45.224 INFO:tasks.ceph.cluster2.osd.0.smithi098.stderr:2024-09-12T07:51:45.223+0000 7f55c8b117c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:45.225 INFO:tasks.ceph.cluster2.osd.1.smithi098.stderr:2024-09-12T07:51:45.227+0000 7eff125ea7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:45.230 INFO:tasks.ceph.cluster2.osd.1.smithi098.stderr:2024-09-12T07:51:45.231+0000 7eff125ea7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:45.230 INFO:tasks.ceph.cluster2.osd.1.smithi098.stderr:2024-09-12T07:51:45.231+0000 7eff125ea7c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:45.247 INFO:tasks.ceph.cluster2.osd.2.smithi098.stderr:2024-09-12T07:51:45.247+0000 7fb1440b07c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:45.253 INFO:tasks.ceph.cluster2.osd.2.smithi098.stderr:2024-09-12T07:51:45.251+0000 7fb1440b07c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:45.253 INFO:tasks.ceph.cluster2.osd.2.smithi098.stderr:2024-09-12T07:51:45.251+0000 7fb1440b07c0 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-12T07:51:45.355 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:51:45.355 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":5,"fsid":"2ed9f5f6-aae8-4e86-b511-4523d9036afc","created":"2024-09-12T07:51:44.229180+0000","modified":"2024-09-12T07:51:45.143216+0000","last_up_change":"0.000000","last_in_change":"2024-09-12T07:51:45.143216+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":"30946072-aacf-4e73-8d7c-c9a5ce5197db","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":"dba59a96-c332-46eb-956b-29cf52a0031d","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":"c69b1229-d4dd-4443-a403-89848921933d","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-12T07:51:45.371 INFO:tasks.ceph.ceph_manager.cluster2:[] 2024-09-12T07:51:45.371 INFO:tasks.ceph:Waiting for OSDs to come up 2024-09-12T07:51:45.673 DEBUG:teuthology.orchestra.run.smithi098:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2024-09-12T07:51:45.839 INFO:teuthology.misc.health.smithi098.stdout: 2024-09-12T07:51:45.839 INFO:teuthology.misc.health.smithi098.stdout:{"epoch":5,"fsid":"2ed9f5f6-aae8-4e86-b511-4523d9036afc","created":"2024-09-12T07:51:44.229180+0000","modified":"2024-09-12T07:51:45.143216+0000","last_up_change":"0.000000","last_in_change":"2024-09-12T07:51:45.143216+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":"30946072-aacf-4e73-8d7c-c9a5ce5197db","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":"dba59a96-c332-46eb-956b-29cf52a0031d","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":"c69b1229-d4dd-4443-a403-89848921933d","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-12T07:51:45.854 DEBUG:teuthology.misc:0 of 3 OSDs are up 2024-09-12T07:51:46.270 INFO:tasks.ceph.cluster2.osd.1.smithi098.stderr:2024-09-12T07:51:46.271+0000 7eff125ea7c0 -1 Falling back to public interface 2024-09-12T07:51:46.520 INFO:tasks.ceph.cluster2.osd.0.smithi098.stderr:2024-09-12T07:51:46.519+0000 7f55c8b117c0 -1 Falling back to public interface 2024-09-12T07:51:46.520 INFO:tasks.ceph.cluster2.osd.2.smithi098.stderr:2024-09-12T07:51:46.519+0000 7fb1440b07c0 -1 Falling back to public interface 2024-09-12T07:51:47.122 INFO:tasks.ceph.cluster2.mgr.x.smithi098.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-12T07:51:47.122 INFO:tasks.ceph.cluster2.mgr.x.smithi098.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-12T07:51:47.122 INFO:tasks.ceph.cluster2.mgr.x.smithi098.stderr: from numpy import show_config as show_numpy_config 2024-09-12T07:51:50.064 INFO:tasks.ceph.cluster2.mgr.x.smithi098.stderr:2024-09-12T07:51:50.063+0000 7f239abb8640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-12T07:51:50.516 INFO:tasks.ceph.cluster2.osd.1.smithi098.stderr:2024-09-12T07:51:50.515+0000 7eff125ea7c0 -1 osd.1 0 log_to_monitors true 2024-09-12T07:51:50.708 INFO:tasks.ceph.cluster2.osd.0.smithi098.stderr:2024-09-12T07:51:50.707+0000 7f55c8b117c0 -1 osd.0 0 log_to_monitors true 2024-09-12T07:51:50.810 INFO:tasks.ceph.cluster2.osd.2.smithi098.stderr:2024-09-12T07:51:50.811+0000 7fb1440b07c0 -1 osd.2 0 log_to_monitors true 2024-09-12T07:51:52.157 DEBUG:teuthology.orchestra.run.smithi098:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2024-09-12T07:51:52.511 INFO:teuthology.misc.health.smithi098.stdout: 2024-09-12T07:51:52.511 INFO:teuthology.misc.health.smithi098.stdout:{"epoch":7,"fsid":"2ed9f5f6-aae8-4e86-b511-4523d9036afc","created":"2024-09-12T07:51:44.229180+0000","modified":"2024-09-12T07:51:52.113683+0000","last_up_change":"0.000000","last_in_change":"2024-09-12T07:51:45.143216+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":"30946072-aacf-4e73-8d7c-c9a5ce5197db","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":"dba59a96-c332-46eb-956b-29cf52a0031d","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":"c69b1229-d4dd-4443-a403-89848921933d","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-12T07:51:52.528 DEBUG:teuthology.misc:0 of 3 OSDs are up 2024-09-12T07:51:53.804 INFO:tasks.ceph.cluster2.osd.0.smithi098.stderr:2024-09-12T07:51:53.803+0000 7f55c4aba640 -1 osd.0 0 waiting for initial osdmap 2024-09-12T07:51:53.830 INFO:tasks.ceph.cluster2.osd.0.smithi098.stderr:2024-09-12T07:51:53.831+0000 7f55bc8ec640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-12T07:51:53.857 INFO:tasks.ceph.cluster2.osd.1.smithi098.stderr:2024-09-12T07:51:53.855+0000 7eff0e593640 -1 osd.1 0 waiting for initial osdmap 2024-09-12T07:51:53.873 INFO:tasks.ceph.cluster2.osd.2.smithi098.stderr:2024-09-12T07:51:53.871+0000 7fb140059640 -1 osd.2 0 waiting for initial osdmap 2024-09-12T07:51:53.878 INFO:tasks.ceph.cluster2.osd.1.smithi098.stderr:2024-09-12T07:51:53.879+0000 7eff063c5640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-12T07:51:53.906 INFO:tasks.ceph.cluster2.osd.2.smithi098.stderr:2024-09-12T07:51:53.907+0000 7fb137e8b640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-12T07:51:58.831 DEBUG:teuthology.orchestra.run.smithi098:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2024-09-12T07:51:59.138 INFO:teuthology.misc.health.smithi098.stdout: 2024-09-12T07:51:59.138 INFO:teuthology.misc.health.smithi098.stdout:{"epoch":11,"fsid":"2ed9f5f6-aae8-4e86-b511-4523d9036afc","created":"2024-09-12T07:51:44.229180+0000","modified":"2024-09-12T07:51:57.814003+0000","last_up_change":"2024-09-12T07:51:54.809839+0000","last_in_change":"2024-09-12T07:51:45.143216+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-12T07:51:55.099601+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":"30946072-aacf-4e73-8d7c-c9a5ce5197db","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.98:6808","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6810","nonce":1084994904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6813","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6815","nonce":1084994904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6823","nonce":1084994904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6817","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6819","nonce":1084994904}]},"public_addr":"172.21.15.98:6810/1084994904","cluster_addr":"172.21.15.98:6815/1084994904","heartbeat_back_addr":"172.21.15.98:6823/1084994904","heartbeat_front_addr":"172.21.15.98:6819/1084994904","state":["exists","up"]},{"osd":1,"uuid":"dba59a96-c332-46eb-956b-29cf52a0031d","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.98:6800","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6801","nonce":3327172859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6803","nonce":3327172859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6807","nonce":3327172859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6805","nonce":3327172859}]},"public_addr":"172.21.15.98:6801/3327172859","cluster_addr":"172.21.15.98:6803/3327172859","heartbeat_back_addr":"172.21.15.98:6807/3327172859","heartbeat_front_addr":"172.21.15.98:6805/3327172859","state":["exists","up"]},{"osd":2,"uuid":"c69b1229-d4dd-4443-a403-89848921933d","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.98:6809","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6811","nonce":625844979}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6814","nonce":625844979}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6821","nonce":625844979}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6818","nonce":625844979}]},"public_addr":"172.21.15.98:6811/625844979","cluster_addr":"172.21.15.98:6814/625844979","heartbeat_back_addr":"172.21.15.98:6821/625844979","heartbeat_front_addr":"172.21.15.98:6818/625844979","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-12T07:51:51.670974+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-12T07:51:51.535153+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-12T07:51:51.812154+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-12T07:51:59.155 DEBUG:teuthology.misc:3 of 3 OSDs are up 2024-09-12T07:51:59.156 INFO:tasks.ceph:Creating RBD pool 2024-09-12T07:51:59.156 DEBUG:teuthology.orchestra.run.smithi098:> sudo ceph --cluster cluster2 osd pool create rbd 8 2024-09-12T07:51:59.825 INFO:teuthology.orchestra.run.smithi098.stderr:pool 'rbd' created 2024-09-12T07:51:59.854 DEBUG:teuthology.orchestra.run.smithi098:> rbd --cluster cluster2 pool init rbd 2024-09-12T07:52:02.873 INFO:tasks.ceph:Starting mds daemons in cluster cluster2... 2024-09-12T07:52:02.874 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 config log 1 --format=json 2024-09-12T07:52:02.875 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2024-09-12T07:52:03.187 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:52:03.206 INFO:teuthology.orchestra.run.smithi098.stdout:[{"version":4,"timestamp":"2024-09-12T07:51:53.876170+0000","name":"","changes":[{"name":"osd.2/osd_mclock_max_capacity_iops_ssd","new_value":"5565.415421"}]}] 2024-09-12T07:52:03.206 INFO:tasks.ceph_manager:config epoch is 4 2024-09-12T07:52:03.207 INFO:tasks.ceph:Waiting until cluster2 daemons up and pgs clean... 2024-09-12T07:52:03.207 INFO:tasks.ceph.ceph_manager.cluster2:waiting for mgr available 2024-09-12T07:52:03.207 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 mgr dump --format=json 2024-09-12T07:52:03.546 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:52:03.562 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":5,"flags":0,"active_gid":4099,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6824","nonce":540154984},{"type":"v1","addr":"172.21.15.98:6825","nonce":540154984}]},"active_addr":"172.21.15.98:6825/540154984","active_change":"2024-09-12T07:51:49.053985+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.98:0","nonce":3802978394}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.98:0","nonce":3165278248}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.98:0","nonce":58424046}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.98:0","nonce":722218489}]}]} 2024-09-12T07:52:03.565 INFO:tasks.ceph.ceph_manager.cluster2:mgr available! 2024-09-12T07:52:03.565 INFO:tasks.ceph.ceph_manager.cluster2:waiting for all up 2024-09-12T07:52:03.565 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2024-09-12T07:52:03.844 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:52:03.844 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":15,"fsid":"2ed9f5f6-aae8-4e86-b511-4523d9036afc","created":"2024-09-12T07:51:44.229180+0000","modified":"2024-09-12T07:52:02.840603+0000","last_up_change":"2024-09-12T07:51:54.809839+0000","last_in_change":"2024-09-12T07:51:45.143216+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-12T07:51:55.099601+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-12T07:51:59.462949+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":"30946072-aacf-4e73-8d7c-c9a5ce5197db","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.98:6808","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6810","nonce":1084994904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6813","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6815","nonce":1084994904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6823","nonce":1084994904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6817","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6819","nonce":1084994904}]},"public_addr":"172.21.15.98:6810/1084994904","cluster_addr":"172.21.15.98:6815/1084994904","heartbeat_back_addr":"172.21.15.98:6823/1084994904","heartbeat_front_addr":"172.21.15.98:6819/1084994904","state":["exists","up"]},{"osd":1,"uuid":"dba59a96-c332-46eb-956b-29cf52a0031d","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.98:6800","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6801","nonce":3327172859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6803","nonce":3327172859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6807","nonce":3327172859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6805","nonce":3327172859}]},"public_addr":"172.21.15.98:6801/3327172859","cluster_addr":"172.21.15.98:6803/3327172859","heartbeat_back_addr":"172.21.15.98:6807/3327172859","heartbeat_front_addr":"172.21.15.98:6805/3327172859","state":["exists","up"]},{"osd":2,"uuid":"c69b1229-d4dd-4443-a403-89848921933d","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.98:6809","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6811","nonce":625844979}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6814","nonce":625844979}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6821","nonce":625844979}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6818","nonce":625844979}]},"public_addr":"172.21.15.98:6811/625844979","cluster_addr":"172.21.15.98:6814/625844979","heartbeat_back_addr":"172.21.15.98:6821/625844979","heartbeat_front_addr":"172.21.15.98:6818/625844979","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-12T07:51:51.670974+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-12T07:51:51.535153+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-12T07:51:51.812154+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-12T07:52:03.861 INFO:tasks.ceph.ceph_manager.cluster2:all up! 2024-09-12T07:52:03.862 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2024-09-12T07:52:04.155 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:52:04.155 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":15,"fsid":"2ed9f5f6-aae8-4e86-b511-4523d9036afc","created":"2024-09-12T07:51:44.229180+0000","modified":"2024-09-12T07:52:02.840603+0000","last_up_change":"2024-09-12T07:51:54.809839+0000","last_in_change":"2024-09-12T07:51:45.143216+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-12T07:51:55.099601+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-12T07:51:59.462949+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":"30946072-aacf-4e73-8d7c-c9a5ce5197db","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.98:6808","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6810","nonce":1084994904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6813","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6815","nonce":1084994904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6823","nonce":1084994904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6817","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6819","nonce":1084994904}]},"public_addr":"172.21.15.98:6810/1084994904","cluster_addr":"172.21.15.98:6815/1084994904","heartbeat_back_addr":"172.21.15.98:6823/1084994904","heartbeat_front_addr":"172.21.15.98:6819/1084994904","state":["exists","up"]},{"osd":1,"uuid":"dba59a96-c332-46eb-956b-29cf52a0031d","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.98:6800","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6801","nonce":3327172859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6803","nonce":3327172859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6807","nonce":3327172859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6805","nonce":3327172859}]},"public_addr":"172.21.15.98:6801/3327172859","cluster_addr":"172.21.15.98:6803/3327172859","heartbeat_back_addr":"172.21.15.98:6807/3327172859","heartbeat_front_addr":"172.21.15.98:6805/3327172859","state":["exists","up"]},{"osd":2,"uuid":"c69b1229-d4dd-4443-a403-89848921933d","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.98:6809","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6811","nonce":625844979}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6814","nonce":625844979}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6821","nonce":625844979}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6818","nonce":625844979}]},"public_addr":"172.21.15.98:6811/625844979","cluster_addr":"172.21.15.98:6814/625844979","heartbeat_back_addr":"172.21.15.98:6821/625844979","heartbeat_front_addr":"172.21.15.98:6818/625844979","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-12T07:51:51.670974+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-12T07:51:51.535153+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-12T07:51:51.812154+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-12T07:52:04.173 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.0 flush_pg_stats 2024-09-12T07:52:04.174 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.1 flush_pg_stats 2024-09-12T07:52:04.174 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.2 flush_pg_stats 2024-09-12T07:52:04.326 INFO:teuthology.orchestra.run.smithi098.stdout:34359738372 2024-09-12T07:52:04.327 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2024-09-12T07:52:04.329 INFO:teuthology.orchestra.run.smithi098.stdout:34359738373 2024-09-12T07:52:04.329 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2024-09-12T07:52:04.330 INFO:teuthology.orchestra.run.smithi098.stdout:34359738372 2024-09-12T07:52:04.331 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2024-09-12T07:52:04.612 INFO:teuthology.orchestra.run.smithi098.stdout:34359738371 2024-09-12T07:52:04.635 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738371 for osd.0 2024-09-12T07:52:04.681 INFO:teuthology.orchestra.run.smithi098.stdout:34359738372 2024-09-12T07:52:04.688 INFO:teuthology.orchestra.run.smithi098.stdout:34359738371 2024-09-12T07:52:04.707 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738373 got 34359738372 for osd.2 2024-09-12T07:52:04.711 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738371 for osd.1 2024-09-12T07:52:05.635 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2024-09-12T07:52:05.708 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2024-09-12T07:52:05.713 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2024-09-12T07:52:05.960 INFO:teuthology.orchestra.run.smithi098.stdout:34359738372 2024-09-12T07:52:05.978 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738372 for osd.0 2024-09-12T07:52:05.978 DEBUG:teuthology.parallel:result is None 2024-09-12T07:52:06.022 INFO:teuthology.orchestra.run.smithi098.stdout:34359738373 2024-09-12T07:52:06.039 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738373 got 34359738373 for osd.2 2024-09-12T07:52:06.039 DEBUG:teuthology.parallel:result is None 2024-09-12T07:52:06.047 INFO:teuthology.orchestra.run.smithi098.stdout:34359738372 2024-09-12T07:52:06.065 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738372 for osd.1 2024-09-12T07:52:06.065 DEBUG:teuthology.parallel:result is None 2024-09-12T07:52:06.065 INFO:tasks.ceph.ceph_manager.cluster2:waiting for clean 2024-09-12T07:52:06.065 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-12T07:52:06.389 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:52:06.389 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2024-09-12T07:52:06.405 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2024-09-12T07:52:05.061867+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":18,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":82644,"kb_used_data":1544,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":283032876,"statfs":{"total":289910292480,"available":289825665024,"internally_reserved":0,"allocated":1581056,"data_stored":1292397,"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":7,"apply_latency_ms":7,"commit_latency_ns":7000000,"apply_latency_ns":7000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":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.232158"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-12T07:52:02.853051+0000","last_change":"2024-09-12T07:52:02.853550+0000","last_active":"2024-09-12T07:52:02.853051+0000","last_peered":"2024-09-12T07:52:02.853051+0000","last_clean":"2024-09-12T07:52:02.853051+0000","last_became_active":"2024-09-12T07:52:00.847113+0000","last_became_peered":"2024-09-12T07:52:00.847113+0000","last_unstale":"2024-09-12T07:52:02.853051+0000","last_undegraded":"2024-09-12T07:52:02.853051+0000","last_fullsized":"2024-09-12T07:52:02.853051+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T13:35:59.461626+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001579787,"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-12T07:52:02.852751+0000","last_change":"2024-09-12T07:52:02.853565+0000","last_active":"2024-09-12T07:52:02.852751+0000","last_peered":"2024-09-12T07:52:02.852751+0000","last_clean":"2024-09-12T07:52:02.852751+0000","last_became_active":"2024-09-12T07:52:00.842808+0000","last_became_peered":"2024-09-12T07:52:00.842808+0000","last_unstale":"2024-09-12T07:52:02.852751+0000","last_undegraded":"2024-09-12T07:52:02.852751+0000","last_fullsized":"2024-09-12T07:52:02.852751+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T16:53:50.518989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001582394,"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-12T07:52:02.852534+0000","last_change":"2024-09-12T07:52:02.852951+0000","last_active":"2024-09-12T07:52:02.852534+0000","last_peered":"2024-09-12T07:52:02.852534+0000","last_clean":"2024-09-12T07:52:02.852534+0000","last_became_active":"2024-09-12T07:52:00.842797+0000","last_became_peered":"2024-09-12T07:52:00.842797+0000","last_unstale":"2024-09-12T07:52:02.852534+0000","last_undegraded":"2024-09-12T07:52:02.852534+0000","last_fullsized":"2024-09-12T07:52:02.852534+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T11:06:54.610099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010444689999999999,"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-12T07:52:02.853707+0000","last_change":"2024-09-12T07:52:02.854032+0000","last_active":"2024-09-12T07:52:02.853707+0000","last_peered":"2024-09-12T07:52:02.853707+0000","last_clean":"2024-09-12T07:52:02.853707+0000","last_became_active":"2024-09-12T07:52:00.843627+0000","last_became_peered":"2024-09-12T07:52:00.843627+0000","last_unstale":"2024-09-12T07:52:02.853707+0000","last_undegraded":"2024-09-12T07:52:02.853707+0000","last_fullsized":"2024-09-12T07:52:02.853707+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T15:16:37.335598+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001214871,"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-12T07:52:02.846519+0000","last_change":"2024-09-12T07:52:02.846519+0000","last_active":"2024-09-12T07:52:02.846519+0000","last_peered":"2024-09-12T07:52:02.846519+0000","last_clean":"2024-09-12T07:52:02.846519+0000","last_became_active":"2024-09-12T07:52:00.845524+0000","last_became_peered":"2024-09-12T07:52:00.845524+0000","last_unstale":"2024-09-12T07:52:02.846519+0000","last_undegraded":"2024-09-12T07:52:02.846519+0000","last_fullsized":"2024-09-12T07:52:02.846519+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T15:26:13.844602+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001280247,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-12T07:52:03.794879+0000","last_change":"2024-09-12T07:52:03.795187+0000","last_active":"2024-09-12T07:52:03.794879+0000","last_peered":"2024-09-12T07:52:03.794879+0000","last_clean":"2024-09-12T07:52:03.794879+0000","last_became_active":"2024-09-12T07:52:00.849040+0000","last_became_peered":"2024-09-12T07:52:00.849040+0000","last_unstale":"2024-09-12T07:52:03.794879+0000","last_undegraded":"2024-09-12T07:52:03.794879+0000","last_fullsized":"2024-09-12T07:52:03.794879+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T17:25:48.639344+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094934000000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-12T07:52:03.794799+0000","last_change":"2024-09-12T07:52:03.795028+0000","last_active":"2024-09-12T07:52:03.794799+0000","last_peered":"2024-09-12T07:52:03.794799+0000","last_clean":"2024-09-12T07:52:03.794799+0000","last_became_active":"2024-09-12T07:52:00.848442+0000","last_became_peered":"2024-09-12T07:52:00.848442+0000","last_unstale":"2024-09-12T07:52:03.794799+0000","last_undegraded":"2024-09-12T07:52:03.794799+0000","last_fullsized":"2024-09-12T07:52:03.794799+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T13:50:10.071275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00086480599999999997,"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-12T07:52:02.853627+0000","last_change":"2024-09-12T07:52:02.853923+0000","last_active":"2024-09-12T07:52:02.853627+0000","last_peered":"2024-09-12T07:52:02.853627+0000","last_clean":"2024-09-12T07:52:02.853627+0000","last_became_active":"2024-09-12T07:52:00.845505+0000","last_became_peered":"2024-09-12T07:52:00.845505+0000","last_unstale":"2024-09-12T07:52:02.853627+0000","last_undegraded":"2024-09-12T07:52:02.853627+0000","last_fullsized":"2024-09-12T07:52:02.853627+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T18:10:13.324288+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001346047,"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-12T07:52:02.851587+0000","last_change":"2024-09-12T07:51:56.826994+0000","last_active":"2024-09-12T07:52:02.851587+0000","last_peered":"2024-09-12T07:52:02.851587+0000","last_clean":"2024-09-12T07:52:02.851587+0000","last_became_active":"2024-09-12T07:51:56.823160+0000","last_became_peered":"2024-09-12T07:51:56.823160+0000","last_unstale":"2024-09-12T07:52:02.851587+0000","last_undegraded":"2024-09-12T07:52:02.851587+0000","last_fullsized":"2024-09-12T07:52:02.851587+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-12T07:51:55.811026+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:55.811026+0000","last_clean_scrub_stamp":"2024-09-12T07:51:55.811026+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-13T09:03:27.684108+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":27148,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344692,"statfs":{"total":96636764160,"available":96608964608,"internally_reserved":0,"allocated":122880,"data_stored":34833,"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738372,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"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-12T07:52:06.406 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-12T07:52:06.681 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:52:06.681 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2024-09-12T07:52:06.697 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2024-09-12T07:52:05.061867+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":18,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":82644,"kb_used_data":1544,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":283032876,"statfs":{"total":289910292480,"available":289825665024,"internally_reserved":0,"allocated":1581056,"data_stored":1292397,"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":7,"apply_latency_ms":7,"commit_latency_ns":7000000,"apply_latency_ns":7000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":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.232158"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-12T07:52:02.853051+0000","last_change":"2024-09-12T07:52:02.853550+0000","last_active":"2024-09-12T07:52:02.853051+0000","last_peered":"2024-09-12T07:52:02.853051+0000","last_clean":"2024-09-12T07:52:02.853051+0000","last_became_active":"2024-09-12T07:52:00.847113+0000","last_became_peered":"2024-09-12T07:52:00.847113+0000","last_unstale":"2024-09-12T07:52:02.853051+0000","last_undegraded":"2024-09-12T07:52:02.853051+0000","last_fullsized":"2024-09-12T07:52:02.853051+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T13:35:59.461626+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001579787,"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-12T07:52:02.852751+0000","last_change":"2024-09-12T07:52:02.853565+0000","last_active":"2024-09-12T07:52:02.852751+0000","last_peered":"2024-09-12T07:52:02.852751+0000","last_clean":"2024-09-12T07:52:02.852751+0000","last_became_active":"2024-09-12T07:52:00.842808+0000","last_became_peered":"2024-09-12T07:52:00.842808+0000","last_unstale":"2024-09-12T07:52:02.852751+0000","last_undegraded":"2024-09-12T07:52:02.852751+0000","last_fullsized":"2024-09-12T07:52:02.852751+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T16:53:50.518989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001582394,"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-12T07:52:02.852534+0000","last_change":"2024-09-12T07:52:02.852951+0000","last_active":"2024-09-12T07:52:02.852534+0000","last_peered":"2024-09-12T07:52:02.852534+0000","last_clean":"2024-09-12T07:52:02.852534+0000","last_became_active":"2024-09-12T07:52:00.842797+0000","last_became_peered":"2024-09-12T07:52:00.842797+0000","last_unstale":"2024-09-12T07:52:02.852534+0000","last_undegraded":"2024-09-12T07:52:02.852534+0000","last_fullsized":"2024-09-12T07:52:02.852534+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T11:06:54.610099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010444689999999999,"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-12T07:52:02.853707+0000","last_change":"2024-09-12T07:52:02.854032+0000","last_active":"2024-09-12T07:52:02.853707+0000","last_peered":"2024-09-12T07:52:02.853707+0000","last_clean":"2024-09-12T07:52:02.853707+0000","last_became_active":"2024-09-12T07:52:00.843627+0000","last_became_peered":"2024-09-12T07:52:00.843627+0000","last_unstale":"2024-09-12T07:52:02.853707+0000","last_undegraded":"2024-09-12T07:52:02.853707+0000","last_fullsized":"2024-09-12T07:52:02.853707+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T15:16:37.335598+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001214871,"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-12T07:52:02.846519+0000","last_change":"2024-09-12T07:52:02.846519+0000","last_active":"2024-09-12T07:52:02.846519+0000","last_peered":"2024-09-12T07:52:02.846519+0000","last_clean":"2024-09-12T07:52:02.846519+0000","last_became_active":"2024-09-12T07:52:00.845524+0000","last_became_peered":"2024-09-12T07:52:00.845524+0000","last_unstale":"2024-09-12T07:52:02.846519+0000","last_undegraded":"2024-09-12T07:52:02.846519+0000","last_fullsized":"2024-09-12T07:52:02.846519+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T15:26:13.844602+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001280247,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-12T07:52:03.794879+0000","last_change":"2024-09-12T07:52:03.795187+0000","last_active":"2024-09-12T07:52:03.794879+0000","last_peered":"2024-09-12T07:52:03.794879+0000","last_clean":"2024-09-12T07:52:03.794879+0000","last_became_active":"2024-09-12T07:52:00.849040+0000","last_became_peered":"2024-09-12T07:52:00.849040+0000","last_unstale":"2024-09-12T07:52:03.794879+0000","last_undegraded":"2024-09-12T07:52:03.794879+0000","last_fullsized":"2024-09-12T07:52:03.794879+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T17:25:48.639344+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094934000000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2024-09-12T07:52:03.794799+0000","last_change":"2024-09-12T07:52:03.795028+0000","last_active":"2024-09-12T07:52:03.794799+0000","last_peered":"2024-09-12T07:52:03.794799+0000","last_clean":"2024-09-12T07:52:03.794799+0000","last_became_active":"2024-09-12T07:52:00.848442+0000","last_became_peered":"2024-09-12T07:52:00.848442+0000","last_unstale":"2024-09-12T07:52:03.794799+0000","last_undegraded":"2024-09-12T07:52:03.794799+0000","last_fullsized":"2024-09-12T07:52:03.794799+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T13:50:10.071275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00086480599999999997,"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-12T07:52:02.853627+0000","last_change":"2024-09-12T07:52:02.853923+0000","last_active":"2024-09-12T07:52:02.853627+0000","last_peered":"2024-09-12T07:52:02.853627+0000","last_clean":"2024-09-12T07:52:02.853627+0000","last_became_active":"2024-09-12T07:52:00.845505+0000","last_became_peered":"2024-09-12T07:52:00.845505+0000","last_unstale":"2024-09-12T07:52:02.853627+0000","last_undegraded":"2024-09-12T07:52:02.853627+0000","last_fullsized":"2024-09-12T07:52:02.853627+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T18:10:13.324288+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001346047,"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-12T07:52:02.851587+0000","last_change":"2024-09-12T07:51:56.826994+0000","last_active":"2024-09-12T07:52:02.851587+0000","last_peered":"2024-09-12T07:52:02.851587+0000","last_clean":"2024-09-12T07:52:02.851587+0000","last_became_active":"2024-09-12T07:51:56.823160+0000","last_became_peered":"2024-09-12T07:51:56.823160+0000","last_unstale":"2024-09-12T07:52:02.851587+0000","last_undegraded":"2024-09-12T07:52:02.851587+0000","last_fullsized":"2024-09-12T07:52:02.851587+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-12T07:51:55.811026+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:55.811026+0000","last_clean_scrub_stamp":"2024-09-12T07:51:55.811026+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-13T09:03:27.684108+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":27148,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344692,"statfs":{"total":96636764160,"available":96608964608,"internally_reserved":0,"allocated":122880,"data_stored":34833,"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738372,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"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-12T07:52:06.698 INFO:tasks.ceph.ceph_manager.cluster2:clean! 2024-09-12T07:52:06.698 INFO:tasks.ceph:Waiting until ceph cluster cluster2 is healthy... 2024-09-12T07:52:06.698 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy 2024-09-12T07:52:06.699 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 health --format=json 2024-09-12T07:52:07.034 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T07:52:07.034 INFO:teuthology.orchestra.run.smithi098.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-12T07:52:07.052 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy done 2024-09-12T07:52:07.053 INFO:teuthology.run_tasks:Running task exec... 2024-09-12T07:52:07.066 INFO:teuthology.task.exec:Executing custom commands... 2024-09-12T07:52:07.066 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T07:52:07.067 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2' 2024-09-12T07:52:08.384 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile' 2024-09-12T07:52:10.366 INFO:teuthology.orchestra.run.smithi039.stderr:pool 'datapool' created 2024-09-12T07:52:10.398 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true' 2024-09-12T07:52:11.372 INFO:teuthology.orchestra.run.smithi039.stderr:set pool 3 allow_ec_overwrites to true 2024-09-12T07:52:11.407 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 pool init datapool' 2024-09-12T07:52:14.430 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@smithi098.front.sepia.ceph.com 2024-09-12T07:52:14.430 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2' 2024-09-12T07:52:15.197 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile' 2024-09-12T07:52:17.175 INFO:teuthology.orchestra.run.smithi098.stderr:pool 'datapool' created 2024-09-12T07:52:17.202 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true' 2024-09-12T07:52:18.176 INFO:teuthology.orchestra.run.smithi098.stderr:set pool 3 allow_ec_overwrites to true 2024-09-12T07:52:18.207 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 pool init datapool' 2024-09-12T07:52:21.229 INFO:teuthology.run_tasks:Running task exec... 2024-09-12T07:52:21.238 INFO:teuthology.task.exec:Executing custom commands... 2024-09-12T07:52:21.238 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@smithi098.front.sepia.ceph.com 2024-09-12T07:52:21.238 DEBUG:teuthology.orchestra.run.smithi098:> 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' 2024-09-12T07:52:21.438 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration execute client.0.0' 2024-09-12T07:53:57.866 INFO:teuthology.orchestra.run.smithi098.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-12T07:53:57.879 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration commit client.0.0' 2024-09-12T07:53:57.970 INFO:teuthology.orchestra.run.smithi098.stderr: Commit image migration: 100% complete...done. 2024-09-12T07:53:57.975 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.0@snap' 2024-09-12T07:53:58.269 INFO:teuthology.orchestra.run.smithi098.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-12T07:53:58.286 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.1' 2024-09-12T07:53:58.351 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.1' 2024-09-12T07:53:58.413 INFO:teuthology.orchestra.run.smithi098.stdout:bench type write io_size 16384 io_threads 1 bytes 2097152 pattern random 2024-09-12T07:53:58.804 INFO:teuthology.orchestra.run.smithi098.stdout: SEC OPS OPS/SEC BYTES/SEC 2024-09-12T07:53:58.804 INFO:teuthology.orchestra.run.smithi098.stdout:elapsed: 0 ops: 128 ops/sec: 326.535 bytes/sec: 5.1 MiB/s 2024-09-12T07:53:58.813 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.1@snap' 2024-09-12T07:53:59.282 INFO:teuthology.orchestra.run.smithi098.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-12T07:53:59.300 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.2' 2024-09-12T07:53:59.368 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T07:53:59.426 INFO:teuthology.orchestra.run.smithi098.stdout:bench type write io_size 16384 io_threads 1 bytes 2097152 pattern random 2024-09-12T07:53:59.765 INFO:teuthology.orchestra.run.smithi098.stdout: SEC OPS OPS/SEC BYTES/SEC 2024-09-12T07:53:59.765 INFO:teuthology.orchestra.run.smithi098.stdout:elapsed: 0 ops: 128 ops/sec: 380.958 bytes/sec: 6.0 MiB/s 2024-09-12T07:53:59.775 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.2@snap' 2024-09-12T07:54:00.289 INFO:teuthology.orchestra.run.smithi098.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-12T07:54:00.306 INFO:teuthology.run_tasks:Running task exec... 2024-09-12T07:54:00.316 INFO:teuthology.task.exec:Executing custom commands... 2024-09-12T07:54:00.316 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T07:54:00.317 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:54:01.413 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:54:02.427 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:54:03.430 INFO:teuthology.run_tasks:Running task parallel... 2024-09-12T07:54:03.441 INFO:teuthology.task.parallel:starting parallel... 2024-09-12T07:54:03.441 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-12T07:54:03.442 INFO:teuthology.task.sequential:In sequential, running task qemu... 2024-09-12T07:54:03.455 DEBUG:teuthology.orchestra.run.smithi039:> install -d -m0755 -- /home/ubuntu/cephtest/qemu /home/ubuntu/cephtest/archive/qemu 2024-09-12T07:54:03.456 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-12T07:54:03.456 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-09-12T07:54:03.456 INFO:teuthology.task.exec:Executing custom commands... 2024-09-12T07:54:03.456 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T07:54:03.456 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2024-09-12T07:54:03.462 INFO:teuthology.packaging:Installing package qemu-block-extra on ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T07:54:03.462 DEBUG:teuthology.orchestra.run.smithi039:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install qemu-block-extra 2024-09-12T07:54:03.575 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-09-12T07:54:03.793 INFO:teuthology.orchestra.run.smithi039.stdout:Building dependency tree... 2024-09-12T07:54:03.794 INFO:teuthology.orchestra.run.smithi039.stdout:Reading state information... 2024-09-12T07:54:04.005 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages were automatically installed and are no longer required: 2024-09-12T07:54:04.006 INFO:teuthology.orchestra.run.smithi039.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 libpython2-dev 2024-09-12T07:54:04.006 INFO:teuthology.orchestra.run.smithi039.stdout: libpython2-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal 2024-09-12T07:54:04.006 INFO:teuthology.orchestra.run.smithi039.stdout: libpython2.7-stdlib linux-image-5.4.0-135-generic 2024-09-12T07:54:04.006 INFO:teuthology.orchestra.run.smithi039.stdout: linux-modules-5.4.0-135-generic python2 python2-dev python2-minimal 2024-09-12T07:54:04.007 INFO:teuthology.orchestra.run.smithi039.stdout: python2.7 python2.7-dev python2.7-minimal 2024-09-12T07:54:04.007 INFO:teuthology.orchestra.run.smithi039.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-12T07:54:04.009 INFO:teuthology.orchestra.run.smithi039.stdout:The following additional packages will be installed: 2024-09-12T07:54:04.009 INFO:teuthology.orchestra.run.smithi039.stdout: qemu-system-common qemu-system-data qemu-system-gui qemu-system-x86 2024-09-12T07:54:04.010 INFO:teuthology.orchestra.run.smithi039.stdout:Suggested packages: 2024-09-12T07:54:04.010 INFO:teuthology.orchestra.run.smithi039.stdout: samba vde2 2024-09-12T07:54:04.045 INFO:teuthology.orchestra.run.smithi039.stdout:The following NEW packages will be installed: 2024-09-12T07:54:04.046 INFO:teuthology.orchestra.run.smithi039.stdout: qemu-block-extra 2024-09-12T07:54:04.048 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages will be upgraded: 2024-09-12T07:54:04.048 INFO:teuthology.orchestra.run.smithi039.stdout: qemu-system-common qemu-system-data qemu-system-gui qemu-system-x86 2024-09-12T07:54:04.230 INFO:teuthology.orchestra.run.smithi039.stdout:4 upgraded, 1 newly installed, 0 to remove and 327 not upgraded. 2024-09-12T07:54:04.231 INFO:teuthology.orchestra.run.smithi039.stdout:Need to get 13.8 MB of archives. 2024-09-12T07:54:04.231 INFO:teuthology.orchestra.run.smithi039.stdout:After this operation, 378 kB of additional disk space will be used. 2024-09-12T07:54:04.231 INFO:teuthology.orchestra.run.smithi039.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-12T07:54:04.668 INFO:teuthology.orchestra.run.smithi039.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-12T07:54:05.271 INFO:teuthology.orchestra.run.smithi039.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-12T07:54:05.312 INFO:teuthology.orchestra.run.smithi039.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-12T07:54:05.354 INFO:teuthology.orchestra.run.smithi039.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-12T07:54:05.744 INFO:teuthology.orchestra.run.smithi039.stdout:Fetched 13.8 MB in 1s (10.6 MB/s) 2024-09-12T07:54:05.900 INFO:teuthology.orchestra.run.smithi039.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 ... 176253 files and directories currently installed.) 2024-09-12T07:54:05.905 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../qemu-system-gui_1%3a6.2+dfsg-2ubuntu6.22_amd64.deb ... 2024-09-12T07:54:06.155 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking qemu-system-gui (1:6.2+dfsg-2ubuntu6.22) over (1:6.2+dfsg-2ubuntu6.6) ... 2024-09-12T07:54:06.518 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../qemu-system-x86_1%3a6.2+dfsg-2ubuntu6.22_amd64.deb ... 2024-09-12T07:54:06.635 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking qemu-system-x86 (1:6.2+dfsg-2ubuntu6.22) over (1:6.2+dfsg-2ubuntu6.6) ... 2024-09-12T07:54:07.594 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../qemu-system-common_1%3a6.2+dfsg-2ubuntu6.22_amd64.deb ... 2024-09-12T07:54:07.724 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking qemu-system-common (1:6.2+dfsg-2ubuntu6.22) over (1:6.2+dfsg-2ubuntu6.6) ... 2024-09-12T07:54:08.269 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../qemu-system-data_1%3a6.2+dfsg-2ubuntu6.22_all.deb ... 2024-09-12T07:54:08.373 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking qemu-system-data (1:6.2+dfsg-2ubuntu6.22) over (1:6.2+dfsg-2ubuntu6.6) ... 2024-09-12T07:54:08.921 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package qemu-block-extra. 2024-09-12T07:54:08.950 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.22_amd64.deb ... 2024-09-12T07:54:08.987 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-12T07:54:09.281 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up qemu-system-common (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-12T07:54:10.584 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up qemu-system-data (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-12T07:54:10.710 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up qemu-system-x86 (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-12T07:54:10.836 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-12T07:54:11.838 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up qemu-system-gui (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-12T07:54:11.956 INFO:teuthology.orchestra.run.smithi039.stdout:Processing triggers for hicolor-icon-theme (0.17-2) ... 2024-09-12T07:54:12.260 INFO:teuthology.orchestra.run.smithi039.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-12T07:54:13.688 INFO:teuthology.orchestra.run.smithi039.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-12T07:54:13.691 INFO:teuthology.packaging:Installing package qemu-utils on ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T07:54:13.691 DEBUG:teuthology.orchestra.run.smithi039:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install qemu-utils 2024-09-12T07:54:13.748 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-09-12T07:54:13.961 INFO:teuthology.orchestra.run.smithi039.stdout:Building dependency tree... 2024-09-12T07:54:13.962 INFO:teuthology.orchestra.run.smithi039.stdout:Reading state information... 2024-09-12T07:54:14.168 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages were automatically installed and are no longer required: 2024-09-12T07:54:14.168 INFO:teuthology.orchestra.run.smithi039.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 libpython2-dev 2024-09-12T07:54:14.169 INFO:teuthology.orchestra.run.smithi039.stdout: libpython2-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal 2024-09-12T07:54:14.169 INFO:teuthology.orchestra.run.smithi039.stdout: libpython2.7-stdlib linux-image-5.4.0-135-generic 2024-09-12T07:54:14.169 INFO:teuthology.orchestra.run.smithi039.stdout: linux-modules-5.4.0-135-generic python2 python2-dev python2-minimal 2024-09-12T07:54:14.169 INFO:teuthology.orchestra.run.smithi039.stdout: python2.7 python2.7-dev python2.7-minimal 2024-09-12T07:54:14.170 INFO:teuthology.orchestra.run.smithi039.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-12T07:54:14.170 INFO:teuthology.orchestra.run.smithi039.stdout:Suggested packages: 2024-09-12T07:54:14.171 INFO:teuthology.orchestra.run.smithi039.stdout: debootstrap 2024-09-12T07:54:14.200 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages will be upgraded: 2024-09-12T07:54:14.200 INFO:teuthology.orchestra.run.smithi039.stdout: qemu-utils 2024-09-12T07:54:14.270 INFO:teuthology.orchestra.run.smithi039.stdout:1 upgraded, 0 newly installed, 0 to remove and 326 not upgraded. 2024-09-12T07:54:14.270 INFO:teuthology.orchestra.run.smithi039.stdout:Need to get 1,525 kB of archives. 2024-09-12T07:54:14.270 INFO:teuthology.orchestra.run.smithi039.stdout:After this operation, 2,048 B of additional disk space will be used. 2024-09-12T07:54:14.270 INFO:teuthology.orchestra.run.smithi039.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-12T07:54:14.755 INFO:teuthology.orchestra.run.smithi039.stdout:Fetched 1,525 kB in 0s (7,717 kB/s) 2024-09-12T07:54:14.976 INFO:teuthology.orchestra.run.smithi039.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 ... 176262 files and directories currently installed.) 2024-09-12T07:54:14.981 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../qemu-utils_1%3a6.2+dfsg-2ubuntu6.22_amd64.deb ... 2024-09-12T07:54:15.095 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.22) over (1:6.2+dfsg-2ubuntu6.6) ... 2024-09-12T07:54:15.574 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-12T07:54:15.702 INFO:teuthology.orchestra.run.smithi039.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-12T07:54:17.106 INFO:teuthology.orchestra.run.smithi039.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-12T07:54:17.109 INFO:tasks.qemu:generating iso... 2024-09-12T07:54:17.109 INFO:tasks.qemu:Pulling tests from https://github.com/ceph/ceph-ci ref d61b08865d4d98738f45ff2e4806d7fb6d03eca1 2024-09-12T07:54:17.109 DEBUG:teuthology.orchestra.run.smithi039:> 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 d61b08865d4d98738f45ff2e4806d7fb6d03eca1 2024-09-12T07:54:17.155 INFO:teuthology.orchestra.run.smithi039.stderr:Cloning into '/home/ubuntu/cephtest/qemu_clone.cluster1.client.0'... 2024-09-12T07:55:05.597 INFO:teuthology.orchestra.run.smithi039.stderr:Updating files: 99% (11983/12088) Updating files: 100% (12088/12088) Updating files: 100% (12088/12088), done. 2024-09-12T07:55:06.535 INFO:teuthology.orchestra.run.smithi039.stderr:Note: switching to 'd61b08865d4d98738f45ff2e4806d7fb6d03eca1'. 2024-09-12T07:55:06.535 INFO:teuthology.orchestra.run.smithi039.stderr: 2024-09-12T07:55:06.535 INFO:teuthology.orchestra.run.smithi039.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2024-09-12T07:55:06.535 INFO:teuthology.orchestra.run.smithi039.stderr:changes and commit them, and you can discard any commits you make in this 2024-09-12T07:55:06.535 INFO:teuthology.orchestra.run.smithi039.stderr:state without impacting any branches by switching back to a branch. 2024-09-12T07:55:06.535 INFO:teuthology.orchestra.run.smithi039.stderr: 2024-09-12T07:55:06.535 INFO:teuthology.orchestra.run.smithi039.stderr:If you want to create a new branch to retain commits you create, you may 2024-09-12T07:55:06.535 INFO:teuthology.orchestra.run.smithi039.stderr:do so (now or later) by using -c with the switch command. Example: 2024-09-12T07:55:06.535 INFO:teuthology.orchestra.run.smithi039.stderr: 2024-09-12T07:55:06.536 INFO:teuthology.orchestra.run.smithi039.stderr: git switch -c 2024-09-12T07:55:06.536 INFO:teuthology.orchestra.run.smithi039.stderr: 2024-09-12T07:55:06.536 INFO:teuthology.orchestra.run.smithi039.stderr:Or undo this operation with: 2024-09-12T07:55:06.536 INFO:teuthology.orchestra.run.smithi039.stderr: 2024-09-12T07:55:06.536 INFO:teuthology.orchestra.run.smithi039.stderr: git switch - 2024-09-12T07:55:06.536 INFO:teuthology.orchestra.run.smithi039.stderr: 2024-09-12T07:55:06.536 INFO:teuthology.orchestra.run.smithi039.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2024-09-12T07:55:06.536 INFO:teuthology.orchestra.run.smithi039.stderr: 2024-09-12T07:55:06.536 INFO:teuthology.orchestra.run.smithi039.stderr:HEAD is now at d61b08865d4 Merge branch 'wip-nbalacha-ns-mirroring' of https://github.com/nbalacha/ceph into HEAD 2024-09-12T07:55:06.542 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:55:06.542 DEBUG:teuthology.orchestra.run.smithi039:> dd of=/home/ubuntu/cephtest/qemu/userdata.cluster1.client.0 2024-09-12T07:55:06.590 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-12T07:55:06.591 DEBUG:teuthology.orchestra.run.smithi039:> dd of=/home/ubuntu/cephtest/qemu/metadata.cluster1.client.0 2024-09-12T07:55:06.638 INFO:tasks.qemu:fetching test qa/run_xfstests_qemu.sh for cluster1.client.0 2024-09-12T07:55:06.638 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:55:06.690 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:55:06.777 INFO:tasks.qemu:downloading base image 2024-09-12T07:55:06.777 DEBUG:teuthology.orchestra.run.smithi039:> rbd --cluster cluster1 resize --size=10240M client.0.0 || true 2024-09-12T07:55:06.915 INFO:teuthology.orchestra.run.smithi039.stderr: Resizing image: 100% complete...done. 2024-09-12T07:55:06.927 DEBUG:teuthology.orchestra.run.smithi039:> rbd --cluster cluster1 resize --size=10240M client.0.1 || true 2024-09-12T07:55:07.012 INFO:teuthology.orchestra.run.smithi039.stderr: Resizing image: 100% complete...done. 2024-09-12T07:55:07.022 DEBUG:teuthology.orchestra.run.smithi039:> rbd --cluster cluster1 resize --size=10240M client.0.2 || true 2024-09-12T07:55:07.099 INFO:teuthology.orchestra.run.smithi039.stderr: Resizing image: 100% complete...done. 2024-09-12T07:55:07.109 DEBUG:teuthology.orchestra.run.smithi039:> mkdir /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 && sudo modprobe kvm 2024-09-12T07:55:07.119 INFO:tasks.qemu:Creating the nfs export directory... 2024-09-12T07:55:07.119 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /export/cluster1.client.0 2024-09-12T07:55:07.169 INFO:tasks.qemu:Mounting the test directory... 2024-09-12T07:55:07.169 DEBUG:teuthology.orchestra.run.smithi039:> sudo mount --bind /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 /export/cluster1.client.0 2024-09-12T07:55:07.231 INFO:tasks.qemu:Adding mount to /etc/exports... 2024-09-12T07:55:07.231 INFO:tasks.qemu:Deleting export from /etc/exports... 2024-09-12T07:55:07.231 DEBUG:teuthology.orchestra.run.smithi039:> sudo sed -i '\|/export/cluster1.client.0|d' /etc/exports 2024-09-12T07:55:07.286 DEBUG:teuthology.orchestra.run.smithi039:> echo '/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure)' | sudo tee -a /etc/exports 2024-09-12T07:55:07.339 INFO:teuthology.orchestra.run.smithi039.stdout:/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure) 2024-09-12T07:55:07.341 INFO:tasks.qemu:Restarting NFS... 2024-09-12T07:55:07.341 DEBUG:teuthology.orchestra.run.smithi039:> sudo service nfs-kernel-server restart 2024-09-12T07:55:07.858 DEBUG:teuthology.orchestra.run.smithi039:> sudo udevadm control --reload 2024-09-12T07:55:07.873 DEBUG:teuthology.orchestra.run.smithi039:> sudo udevadm trigger /dev/kvm 2024-09-12T07:55:07.927 DEBUG:teuthology.orchestra.run.smithi039:> ls -l /dev/kvm 2024-09-12T07:55:07.974 INFO:teuthology.orchestra.run.smithi039.stdout:crw-rw---- 1 root kvm 10, 232 Sep 12 07:55 /dev/kvm 2024-09-12T07:55:07.975 INFO:tasks.qemu:starting qemu... 2024-09-12T07:55:07.975 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T07:55:08.019 INFO:tasks.qemu:waiting for qemu tests to finish... 2024-09-12T07:55:08.594 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:c[?7lSeaBIOS (version 1.15.0-1) 2024-09-12T07:55:08.594 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:08.594 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:08.613 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:iPXE (https://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BFF8B2B0+BFECB2B0 CA00 2024-09-12T07:55:08.613 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Press Ctrl-B to configure iPXE (PCI 00:03.0)... 2024-09-12T07:55:08.613 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:08.613 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:08.928 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Booting from Hard Disk... 2024-09-12T07:55:09.421 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:GNU GRUB version 1.99-21ubuntu3.4┌──────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└──────────────────────────────────────────────────────────────────────────┘ 2024-09-12T07:55:09.421 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:09.421 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: Use the ↑ and ↓ keys to select which entry is highlighted. 2024-09-12T07:55:09.421 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: Press enter to boot the selected OS, 'e' to edit the commands 2024-09-12T07:55:09.421 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: before booting or 'c' for a command-line. 2024-09-12T07:55:09.421 INFO:tasks.qemu.cluster1.client.0.smithi039.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-12T07:55:09.421 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:09.421 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:09.421 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:09.422 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:09.422 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: The highlighted entry will be executed automatically in 5s.  2024-09-12T07:55:10.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:10.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: The highlighted entry will be executed automatically in 4s.  2024-09-12T07:55:11.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:11.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: The highlighted entry will be executed automatically in 3s.  2024-09-12T07:55:12.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:12.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: The highlighted entry will be executed automatically in 2s.  2024-09-12T07:55:13.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:13.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: The highlighted entry will be executed automatically in 1s.  2024-09-12T07:55:14.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.288 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.288 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.288 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.288 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.288 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.288 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.288 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.288 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:14.288 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:16.077 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: The highlighted entry will be executed automatically in 0s. [ 0.000000] Initializing cgroup subsys cpuset 2024-09-12T07:55:16.696 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Initializing cgroup subsys cpu 2024-09-12T07:55:16.696 INFO:tasks.qemu.cluster1.client.0.smithi039.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-12T07:55:16.696 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2024-09-12T07:55:16.696 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] KERNEL supported cpus: 2024-09-12T07:55:16.696 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Intel GenuineIntel 2024-09-12T07:55:16.696 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] AMD AuthenticAMD 2024-09-12T07:55:16.696 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Centaur CentaurHauls 2024-09-12T07:55:16.696 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] BIOS-provided physical RAM map: 2024-09-12T07:55:16.696 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 2024-09-12T07:55:16.696 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 2024-09-12T07:55:16.697 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) 2024-09-12T07:55:16.697 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffd7000 (usable) 2024-09-12T07:55:16.697 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] BIOS-e820: 00000000bffd7000 - 00000000c0000000 (reserved) 2024-09-12T07:55:16.697 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) 2024-09-12T07:55:16.697 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 2024-09-12T07:55:16.697 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable) 2024-09-12T07:55:16.697 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] NX (Execute Disable) protection: active 2024-09-12T07:55:16.697 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] DMI 2.8 present. 2024-09-12T07:55:16.697 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] No AGP bridge found 2024-09-12T07:55:16.697 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000 2024-09-12T07:55:16.697 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 2024-09-12T07:55:16.697 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] last_pfn = 0xbffd7 max_arch_pfn = 0x400000000 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] found SMP MP-table at [ffff8800000f5b80] f5b80 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Using GB pages for direct mapping 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] init_memory_mapping: 0000000000000000-00000000bffd7000 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] RAMDISK: 37786000 - 37bbb000 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: RSDP 00000000000f59a0 00014 (v00 BOCHS ) 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: RSDT 00000000bffe191a 00034 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: FACP 00000000bffe17ce 00074 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: DSDT 00000000bffe0040 0178E (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: FACS 00000000bffe0000 00040 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: APIC 00000000bffe1842 00078 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: HPET 00000000bffe18ba 00038 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-12T07:55:16.698 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: WAET 00000000bffe18f2 00028 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] No NUMA configuration found 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Faking a node at 0000000000000000-0000000140000000 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff] 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf6681, boot clock 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Zone PFN ranges: 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] DMA 0x00000010 -> 0x00001000 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] DMA32 0x00001000 -> 0x00100000 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Normal 0x00100000 -> 0x00140000 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Movable zone start PFN for each node 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] early_node_map[3] active PFN ranges 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] 0: 0x00000010 -> 0x0000009f 2024-09-12T07:55:16.699 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] 0: 0x00000100 -> 0x000bffd7 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] 0: 0x00100000 -> 0x00140000 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Using ACPI (MADT) for SMP configuration information 2024-09-12T07:55:16.700 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] PM: Registered nosave memory: 00000000bffd7000 - 00000000c0000000 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000feffc000 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3effc000) 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Booting paravirtualized kernel on KVM 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 2024-09-12T07:55:16.701 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82880 r8192 d23616 u2097152 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] kvm-clock: cpu 0, msr 1:3fc13681, primary cpu clock 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] KVM setup async PF for cpu 0 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0dd40 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1027937 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Policy zone: Normal 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Checking aperture... 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] No AGP bridge found 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Memory: 4041884k/5242880k available (6532k kernel code, 1049192k absent, 151804k reserved, 6657k data, 924k init) 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Hierarchical RCU implementation. 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. 2024-09-12T07:55:16.702 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Console: colour VGA+ 80x25 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] console [ttyS0] enabled 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] allocated 33554432 bytes of page_cgroup 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.000000] Detected 3499.996 MHz processor. 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.008000] Calibrating delay loop (skipped) preset value.. 6999.99 BogoMIPS (lpj=13999984) 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.008000] pid_max: default: 32768 minimum: 301 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.008000] Security Framework initialized 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.008000] AppArmor: AppArmor initialized 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.008000] Yama: becoming mindful. 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.008000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.008875] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.009898] Mount-cache hash table entries: 256 2024-09-12T07:55:16.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.010537] Initializing cgroup subsys cpuacct 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.011058] Initializing cgroup subsys memory 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.012012] Initializing cgroup subsys devices 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.012528] Initializing cgroup subsys freezer 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.013040] Initializing cgroup subsys blkio 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.013553] Initializing cgroup subsys perf_event 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.014155] CPU: Physical Processor ID: 0 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.015297] mce: CPU supports 10 MCE banks 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.016304] SMP alternatives: switching to UP code 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.034292] Freeing SMP alternatives: 24k freed 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.034826] ACPI: Core revision 20110623 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.035720] ftrace: allocating 27008 entries in 106 pages 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.040267] Enabling x2apic 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.040609] Enabled x2apic 2024-09-12T07:55:16.704 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.044005] Switched APIC routing to physical x2apic. 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.045805] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.046485] CPU0: Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz stepping 02 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.048002] Performance Events: generic architected perfmon, Intel PMU driver. 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.048002] ... version: 2 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.048002] ... bit width: 48 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.048002] ... generic registers: 4 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.048002] ... value mask: 0000ffffffffffff 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.048002] ... max period: 000000007fffffff 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.048002] ... fixed-purpose events: 3 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.048002] ... event mask: 000000070000000f 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.048071] NMI watchdog enabled, takes one hw-pmu counter. 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.052057] Brought up 1 CPUs 2024-09-12T07:55:16.705 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.052581] Total of 1 processors activated (6999.99 BogoMIPS). 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.053595] devtmpfs: initialized 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.056071] EVM: security.selinux 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.056461] EVM: security.SMACK64 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.056846] EVM: security.capability 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.057756] print_constraints: dummy: 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.058242] RTC time: 7:55:15, date: 09/12/24 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.058779] NET: Registered protocol family 16 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.059362] ACPI: bus type pci registered 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.059902] PCI: Using configuration type 1 for base access 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.060419] bio: create slab at 0 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.060929] ACPI: Added _OSI(Module Device) 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.061423] ACPI: Added _OSI(Processor Device) 2024-09-12T07:55:16.706 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.061933] ACPI: Added _OSI(3.0 _SCP Extensions) 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.062474] ACPI: Added _OSI(Processor Aggregator Device) 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.064631] ACPI: Interpreter enabled 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.065065] ACPI: (supports S0 S3 S4 S5) 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.065590] ACPI: Using IOAPIC for interrupt routing 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.067346] ACPI: No dock devices found. 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.067801] HEST: Table not found. 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.068015] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.069058] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.069790] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.070545] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.071297] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.072012] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] 2024-09-12T07:55:16.707 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.072844] pci_root PNP0A03:00: host bridge window [mem 0x140000000-0x1bfffffff] 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.077945] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.078774] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.136869] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e) 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.138979] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.139763] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.140266] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.141026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.141781] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.142562] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.143483] vgaarb: loaded 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.144017] vgaarb: bridge control possible 0000:00:02.0 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.144709] i2c-core: driver [aat2870] using legacy suspend method 2024-09-12T07:55:16.708 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.145414] i2c-core: driver [aat2870] using legacy resume method 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.146183] SCSI subsystem initialized 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.146732] usbcore: registered new interface driver usbfs 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.147371] usbcore: registered new interface driver hub 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.148032] usbcore: registered new device driver usb 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.148681] PCI: Using ACPI for IRQ routing 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.149408] NetLabel: Initializing 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.149813] NetLabel: domain hash size = 128 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.150312] NetLabel: protocols = UNLABELED CIPSOv4 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.150889] NetLabel: unlabeled traffic allowed by default 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.151581] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.152173] hpet0: 3 comparators, 64-bit 100.000000 MHz counter 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.157046] Switching to clocksource kvm-clock 2024-09-12T07:55:16.709 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.159365] AppArmor: AppArmor Filesystem Enabled 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.159940] pnp: PnP ACPI init 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.160336] ACPI: bus type pnp registered 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.161264] pnp: PnP ACPI: found 11 devices 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.161764] ACPI: ACPI bus type pnp unregistered 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.167538] NET: Registered protocol family 2 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.168141] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.169544] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.171842] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.172729] TCP: Hash tables configured (established 524288 bind 65536) 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.173488] TCP reno registered 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.173856] UDP hash table entries: 2048 (order: 4, 65536 bytes) 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.174546] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 2024-09-12T07:55:16.710 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.175333] NET: Registered protocol family 1 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.175847] pci 0000:00:00.0: Limiting direct PCI/PCI transfers 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.176554] pci 0000:00:01.0: PIIX3: Enabling Passive Release 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.177236] pci 0000:00:01.0: Activating ISA DMA hang workarounds 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.178296] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.179031] Placing 64MB software IO TLB between ffff8800bbfd7000 - ffff8800bffd7000 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.179916] software IO TLB at phys 0xbbfd7000 - 0xbffd7000 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.180826] audit: initializing netlink socket (disabled) 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.181452] type=2000 audit(1726127716.180:1): initialized 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.195587] Trying to unpack rootfs image as initramfs... 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.216033] HugeTLB registered 2 MB page size, pre-allocated 0 pages 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.224378] VFS: Disk quotas dquot_6.5.2 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.224866] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.225828] fuse init (API version 7.17) 2024-09-12T07:55:16.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.226335] msgmni has been set to 7894 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.240110] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.244076] io scheduler noop registered 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.244531] io scheduler deadline registered (default) 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.245137] io scheduler cfq registered 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.245630] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.246274] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.247096] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.247941] ACPI: Power Button [PWRF] 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.248775] ERST: Table is not found! 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.249200] GHES: HEST is not enabled! 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.249846] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.250528] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 2024-09-12T07:55:16.712 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.251927] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.252621] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.259407] Freeing initrd memory: 4308k freed 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.260406] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.261065] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.262246] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.285592] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.309273] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.310038] Linux agpgart interface v0.103 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.311010] brd: module loaded 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.311880] loop: module loaded 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.315018] vda: vda1 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.324764] vdb: unknown partition table 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.334131] vdc: unknown partition table 2024-09-12T07:55:16.713 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.335491] scsi0 : ata_piix 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.335872] scsi1 : ata_piix 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.336259] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc1c0 irq 14 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.337038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc1c8 irq 15 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.337959] Fixed MDIO Bus: probed 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.338365] tun: Universal TUN/TAP device driver, 1.6 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.338944] tun: (C) 1999-2004 Max Krasnyansky 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.339918] PPP generic driver version 2.4.2 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.340488] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.341246] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.341956] uhci_hcd: USB Universal Host Controller Interface driver 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.342709] usbcore: registered new interface driver libusual 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.343389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.344942] serio: i8042 KBD port at 0x60,0x64 irq 1 2024-09-12T07:55:16.714 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.345515] serio: i8042 AUX port at 0x60,0x64 irq 12 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.346372] mousedev: PS/2 mouse device common for all mice 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.347224] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.348432] rtc_cmos 00:06: RTC can wake from S4 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.349083] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.349908] rtc0: alarms up to one day, y3k, 242 bytes nvram, hpet irqs 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.350723] device-mapper: uevent: version 1.0.3 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.351291] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.352285] cpuidle: using governor ladder 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.352766] cpuidle: using governor menu 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.353220] EFI Variables Facility v0.08 2004-May-17 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.353885] TCP cubic registered 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.354314] NET: Registered protocol family 10 2024-09-12T07:55:16.715 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.355041] NET: Registered protocol family 17 2024-09-12T07:55:16.716 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.355562] Registering the dns_resolver key type 2024-09-12T07:55:16.716 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.356195] registered taskstats version 1 2024-09-12T07:55:16.716 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.360050] Magic number: 8:551:925 2024-09-12T07:55:16.716 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.360561] rtc_cmos 00:06: setting system clock to 2024-09-12 07:55:16 UTC (1726127716) 2024-09-12T07:55:16.716 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.361495] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found 2024-09-12T07:55:16.716 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.362183] EDD information not available. 2024-09-12T07:55:16.794 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.500708] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 2024-09-12T07:55:16.795 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.501762] ata2.00: configured for MWDMA2 2024-09-12T07:55:16.795 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.502635] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 2024-09-12T07:55:16.795 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.503955] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray 2024-09-12T07:55:16.795 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.504628] cdrom: Uniform CD-ROM driver Revision: 3.20 2024-09-12T07:55:16.795 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.505410] sr 1:0:0:0: Attached scsi generic sg0 type 5 2024-09-12T07:55:16.795 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.506777] Freeing unused kernel memory: 924k freed 2024-09-12T07:55:16.795 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.507629] Write protecting the kernel read-only data: 12288k 2024-09-12T07:55:16.795 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.510945] Freeing unused kernel memory: 1640k freed 2024-09-12T07:55:16.795 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.514178] Freeing unused kernel memory: 1200k freed 2024-09-12T07:55:16.795 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Loading, please wait... 2024-09-12T07:55:16.801 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Begin: Loading essential drivers ... done. 2024-09-12T07:55:16.801 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.525597] udevd[84]: starting version 175 2024-09-12T07:55:16.801 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Begin: Running /scripts/init-premount ... done. 2024-09-12T07:55:16.819 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 2024-09-12T07:55:16.850 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.571712] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI 2024-09-12T07:55:16.850 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.572580] e1000: Copyright (c) 1999-2006 Intel Corporation. 2024-09-12T07:55:16.866 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.587620] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 2024-09-12T07:55:16.866 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.588330] e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 2024-09-12T07:55:16.889 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.613281] Floppy drive(s): fd0 is 2.88M AMI BIOS 2024-09-12T07:55:17.150 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.875228] FDC 0 is a S82078B 2024-09-12T07:55:17.190 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.912025] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 2024-09-12T07:55:17.190 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 0.912822] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection 2024-09-12T07:55:17.458 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Begin: Running /scripts/local-premount ... [ 1.180253] Refined TSC clocksource calibration: 3500.045 MHz. 2024-09-12T07:55:18.535 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:done. 2024-09-12T07:55:18.560 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 2.279243] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2024-09-12T07:55:18.674 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Begin: Running /scripts/local-bottom ... [ 2.398868] vda: vda1 2024-09-12T07:55:18.683 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:GROWROOT: CHANGED: partition=1 start=16065 old: size=4176900 end=4192965 new: size=20948760,end=20964825 2024-09-12T07:55:18.970 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 2.689392] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2024-09-12T07:55:18.977 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:done. 2024-09-12T07:55:18.978 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:done. 2024-09-12T07:55:19.000 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Begin: Running /scripts/init-bottom ... done. 2024-09-12T07:55:21.289 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:cloud-init start-local running: Thu, 12 Sep 2024 07:55:21 +0000. up 4.96 seconds 2024-09-12T07:55:23.306 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:no instance data found in start-local 2024-09-12T07:55:23.483 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ci-info: lo : 1 127.0.0.1 255.0.0.0 . 2024-09-12T07:55:23.491 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ci-info: eth0 : 1 10.0.2.15 255.255.255.0 52:54:00:12:34:56 2024-09-12T07:55:23.491 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ci-info: route-0: 0.0.0.0 10.0.2.2 0.0.0.0 eth0 UG 2024-09-12T07:55:23.491 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ci-info: route-1: 10.0.2.0 0.0.0.0 255.255.255.0 eth0 U 2024-09-12T07:55:23.491 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:cloud-init start running: Thu, 12 Sep 2024 07:55:23 +0000. up 7.16 seconds 2024-09-12T07:55:25.076 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:found data source: DataSourceNoCloud [seed=/dev/sr0] 2024-09-12T07:55:28.208 INFO:tasks.qemu.cluster1.client.0.smithi039.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-12T07:55:28.208 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Your identification has been saved in /etc/ssh/ssh_host_rsa_key. 2024-09-12T07:55:28.226 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. 2024-09-12T07:55:28.227 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:The key fingerprint is: 2024-09-12T07:55:28.227 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:6d:04:c4:7e:57:db:34:50:38:86:f4:55:d6:db:1a:97 root@test 2024-09-12T07:55:28.227 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:The key's randomart image is: 2024-09-12T07:55:28.227 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:+--[ RSA 2048]----+ 2024-09-12T07:55:28.227 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| oo ....+o=| 2024-09-12T07:55:28.228 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| .. ..+ooo| 2024-09-12T07:55:28.228 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| . . .o.+=| 2024-09-12T07:55:28.228 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| .o. . oE+| 2024-09-12T07:55:28.228 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| S.o. + | 2024-09-12T07:55:28.228 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| . . | 2024-09-12T07:55:28.228 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| | 2024-09-12T07:55:28.228 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| | 2024-09-12T07:55:28.228 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| | 2024-09-12T07:55:28.229 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:+-----------------+ 2024-09-12T07:55:28.284 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Generating public/private dsa key pair. 2024-09-12T07:55:28.284 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Your identification has been saved in /etc/ssh/ssh_host_dsa_key. 2024-09-12T07:55:28.284 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. 2024-09-12T07:55:28.284 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:The key fingerprint is: 2024-09-12T07:55:28.284 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:c6:e4:99:c4:e4:60:c8:6b:37:5d:ae:28:ef:1d:b9:ae root@test 2024-09-12T07:55:28.285 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:The key's randomart image is: 2024-09-12T07:55:28.285 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:+--[ DSA 1024]----+ 2024-09-12T07:55:28.285 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| . .o . | 2024-09-12T07:55:28.285 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| o. = . | 2024-09-12T07:55:28.285 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| . .=o | 2024-09-12T07:55:28.285 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| o o=.o. | 2024-09-12T07:55:28.285 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| . . oS. | 2024-09-12T07:55:28.285 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| . .... | 2024-09-12T07:55:28.285 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| o o | 2024-09-12T07:55:28.285 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| .. o | 2024-09-12T07:55:28.285 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| .Eo+ | 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:+-----------------+ 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Generating public/private ecdsa key pair. 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:The key fingerprint is: 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:dd:5d:01:63:bb:46:be:14:61:25:3a:b7:62:47:b1:3a root@test 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:The key's randomart image is: 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:+--[ECDSA 256]---+ 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| Ooo | 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| + B .| 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| o B .| 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| . .B.+. | 2024-09-12T07:55:28.286 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| S .E.B. | 2024-09-12T07:55:28.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| . * . | 2024-09-12T07:55:28.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| . | 2024-09-12T07:55:28.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| | 2024-09-12T07:55:28.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:| | 2024-09-12T07:55:28.287 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:+-----------------+ 2024-09-12T07:55:28.458 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd 2024-09-12T07:55:28.604 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Starting AppArmor profiles  [ OK ] 2024-09-12T07:55:28.648 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:landscape-client is not configured, please run landscape-config. 2024-09-12T07:55:28.669 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Stopping System V initialisation compatibility[ OK ] 2024-09-12T07:55:28.687 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Starting System V runlevel compatibility[ OK ] 2024-09-12T07:55:28.687 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Starting automatic crash report generation[ OK ] 2024-09-12T07:55:28.687 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Starting deferred execution scheduler[ OK ] 2024-09-12T07:55:28.687 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Starting regular background program processing daemon[ OK ] 2024-09-12T07:55:28.687 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Starting ACPI daemon[ OK ] 2024-09-12T07:55:28.688 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Starting save kernel messages[ OK ] 2024-09-12T07:55:28.711 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Stopping save kernel messages[ OK ] 2024-09-12T07:55:28.741 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Starting CPU interrupts balancing daemon[ OK ] 2024-09-12T07:55:28.791 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Stopping System V runlevel compatibility[ OK ] 2024-09-12T07:55:29.476 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Generating locales... 2024-09-12T07:55:30.095 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: en_US.UTF-8... done 2024-09-12T07:55:30.105 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Generation complete. 2024-09-12T07:55:31.344 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:passwd: password expiry information changed. 2024-09-12T07:55:31.472 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Ign http://old-releases.ubuntu.com precise InRelease 2024-09-12T07:55:31.490 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:1 http://old-releases.ubuntu.com precise-updates InRelease [55.7 kB] 2024-09-12T07:55:31.547 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:2 http://old-releases.ubuntu.com precise-security InRelease [55.7 kB] 2024-09-12T07:55:31.574 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:3 http://old-releases.ubuntu.com precise Release.gpg [198 B] 2024-09-12T07:55:31.595 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:4 http://old-releases.ubuntu.com precise Release [49.6 kB] 2024-09-12T07:55:31.621 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:5 http://old-releases.ubuntu.com precise-updates/main Sources [815 kB] 2024-09-12T07:55:31.721 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:6 http://old-releases.ubuntu.com precise-updates/universe Sources [208 kB] 2024-09-12T07:55:31.752 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:7 http://old-releases.ubuntu.com precise-updates/main amd64 Packages [1104 kB] 2024-09-12T07:55:31.855 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:8 http://old-releases.ubuntu.com precise-updates/universe amd64 Packages [406 kB] 2024-09-12T07:55:31.888 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:9 http://old-releases.ubuntu.com precise-updates/main i386 Packages [1111 kB] 2024-09-12T07:55:31.952 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:10 http://old-releases.ubuntu.com precise-updates/universe i386 Packages [422 kB] 2024-09-12T07:55:32.004 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:11 http://old-releases.ubuntu.com precise-updates/main TranslationIndex [208 B] 2024-09-12T07:55:32.022 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:12 http://old-releases.ubuntu.com precise-updates/universe TranslationIndex [205 B] 2024-09-12T07:55:32.062 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:13 http://old-releases.ubuntu.com precise-security/main Sources [242 kB] 2024-09-12T07:55:32.266 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:14 http://old-releases.ubuntu.com precise-security/universe Sources [88.1 kB] 2024-09-12T07:55:32.345 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:15 http://old-releases.ubuntu.com precise-security/main amd64 Packages [584 kB] 2024-09-12T07:55:32.747 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:16 http://old-releases.ubuntu.com precise-security/universe amd64 Packages [213 kB] 2024-09-12T07:55:32.904 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:17 http://old-releases.ubuntu.com precise-security/main i386 Packages [589 kB] 2024-09-12T07:55:33.014 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:18 http://old-releases.ubuntu.com precise-security/universe i386 Packages [228 kB] 2024-09-12T07:55:33.133 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:19 http://old-releases.ubuntu.com precise-security/main TranslationIndex [208 B] 2024-09-12T07:55:33.153 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:20 http://old-releases.ubuntu.com precise-security/universe TranslationIndex [205 B] 2024-09-12T07:55:33.171 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:21 http://old-releases.ubuntu.com precise/main Sources [934 kB] 2024-09-12T07:55:33.248 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:22 http://old-releases.ubuntu.com precise/universe Sources [5019 kB] 2024-09-12T07:55:33.559 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:23 http://old-releases.ubuntu.com precise/main amd64 Packages [1273 kB] 2024-09-12T07:55:33.619 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:24 http://old-releases.ubuntu.com precise/universe amd64 Packages [4786 kB] 2024-09-12T07:55:33.936 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:25 http://old-releases.ubuntu.com precise/main i386 Packages [1274 kB] 2024-09-12T07:55:34.029 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:26 http://old-releases.ubuntu.com precise/universe i386 Packages [4796 kB] 2024-09-12T07:55:34.225 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:27 http://old-releases.ubuntu.com precise/main TranslationIndex [3706 B] 2024-09-12T07:55:34.245 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:28 http://old-releases.ubuntu.com precise/universe TranslationIndex [2922 B] 2024-09-12T07:55:34.270 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:29 http://old-releases.ubuntu.com precise-updates/main Translation-en [353 kB] 2024-09-12T07:55:34.297 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:30 http://old-releases.ubuntu.com precise-updates/universe Translation-en [176 kB] 2024-09-12T07:55:34.315 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:31 http://old-releases.ubuntu.com precise-security/main Translation-en [202 kB] 2024-09-12T07:55:34.483 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:32 http://old-releases.ubuntu.com precise-security/universe Translation-en [96.4 kB] 2024-09-12T07:55:34.537 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:33 http://old-releases.ubuntu.com precise/main Translation-en [726 kB] 2024-09-12T07:55:34.669 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:34 http://old-releases.ubuntu.com precise/universe Translation-en [3341 kB] 2024-09-12T07:55:38.884 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Fetched 29.2 MB in 7s (3905 kB/s) 2024-09-12T07:55:40.555 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Reading package lists... 2024-09-12T07:55:40.560 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Reading package lists... 2024-09-12T07:55:40.762 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Building dependency tree... 2024-09-12T07:55:40.762 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Reading state information... 2024-09-12T07:55:40.909 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:The following packages will be upgraded: 2024-09-12T07:55:40.909 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: ca-certificates libssl1.0.0 2024-09-12T07:55:40.989 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:2 upgraded, 0 newly installed, 0 to remove and 226 not upgraded. 2024-09-12T07:55:40.989 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Need to get 1233 kB of archives. 2024-09-12T07:55:40.989 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:After this operation, 108 kB of additional disk space will be used. 2024-09-12T07:55:40.989 INFO:tasks.qemu.cluster1.client.0.smithi039.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-12T07:55:41.135 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main ca-certificates all 20190110~12.04.1 [179 kB] 2024-09-12T07:55:41.308 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2024-09-12T07:55:41.330 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Fetched 1233 kB in 0s (5732 kB/s) 2024-09-12T07:55:42.849 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:(Reading database ... 36182 files and directories currently installed.) 2024-09-12T07:55:42.856 INFO:tasks.qemu.cluster1.client.0.smithi039.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-12T07:55:42.968 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Unpacking replacement libssl1.0.0 ... 2024-09-12T07:55:43.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Setting up libssl1.0.0 (1.0.1-4ubuntu5.45) ... 2024-09-12T07:55:43.628 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Processing triggers for libc-bin ... 2024-09-12T07:55:43.666 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ldconfig deferred processing now taking place 2024-09-12T07:55:44.609 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:(Reading database ... 36182 files and directories currently installed.) 2024-09-12T07:55:44.618 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Preparing to replace ca-certificates 20111211 (using .../ca-certificates_20190110~12.04.1_all.deb) ... 2024-09-12T07:55:44.703 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Unpacking replacement ca-certificates ... 2024-09-12T07:55:45.029 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Processing triggers for man-db ... 2024-09-12T07:55:46.634 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Setting up ca-certificates (20190110~12.04.1) ... 2024-09-12T07:55:49.241 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Updating certificates in /etc/ssl/certs... 73 added, 78 removed; done. 2024-09-12T07:55:49.245 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2024-09-12T07:55:50.840 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Updating certificates in /etc/ssl/certs... 0 added, 1 removed; done. 2024-09-12T07:55:50.840 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2024-09-12T07:55:50.845 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Reading package lists... 2024-09-12T07:55:51.028 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Building dependency tree... 2024-09-12T07:55:51.028 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Reading state information... 2024-09-12T07:55:51.149 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:The following extra packages will be installed: 2024-09-12T07:55:51.149 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: libgssglue1 libnfsidmap2 libtirpc1 rpcbind 2024-09-12T07:55:51.151 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:The following NEW packages will be installed: 2024-09-12T07:55:51.153 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind 2024-09-12T07:55:51.254 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:0 upgraded, 5 newly installed, 0 to remove and 226 not upgraded. 2024-09-12T07:55:51.254 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Need to get 424 kB of archives. 2024-09-12T07:55:51.254 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:After this operation, 1326 kB of additional disk space will be used. 2024-09-12T07:55:51.254 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libgssglue1 amd64 0.3-4ubuntu0.1 [22.5 kB] 2024-09-12T07:55:51.313 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libtirpc1 amd64 0.2.2-5ubuntu0.1 [85.0 kB] 2024-09-12T07:55:51.443 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:3 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main rpcbind amd64 0.2.0-7ubuntu1.3 [43.1 kB] 2024-09-12T07:55:51.588 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Get:4 http://old-releases.ubuntu.com/ubuntu/ precise/main libnfsidmap2 amd64 0.25-1ubuntu2 [32.0 kB] 2024-09-12T07:55:51.678 INFO:tasks.qemu.cluster1.client.0.smithi039.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-12T07:55:51.881 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2024-09-12T07:55:51.889 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Fetched 424 kB in 0s (714 kB/s) 2024-09-12T07:55:52.032 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Selecting previously unselected package libgssglue1. 2024-09-12T07:55:52.060 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:(Reading database ... 36174 files and directories currently installed.) 2024-09-12T07:55:52.060 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Unpacking libgssglue1 (from .../libgssglue1_0.3-4ubuntu0.1_amd64.deb) ... 2024-09-12T07:55:52.315 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Selecting previously unselected package libtirpc1. 2024-09-12T07:55:52.324 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Unpacking libtirpc1 (from .../libtirpc1_0.2.2-5ubuntu0.1_amd64.deb) ... 2024-09-12T07:55:52.614 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Selecting previously unselected package rpcbind. 2024-09-12T07:55:52.624 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.3_amd64.deb) ... 2024-09-12T07:55:52.954 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Selecting previously unselected package libnfsidmap2. 2024-09-12T07:55:52.959 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Unpacking libnfsidmap2 (from .../libnfsidmap2_0.25-1ubuntu2_amd64.deb) ... 2024-09-12T07:55:53.203 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Selecting previously unselected package nfs-common. 2024-09-12T07:55:53.210 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-3ubuntu3.2_amd64.deb) ... 2024-09-12T07:55:53.405 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Processing triggers for man-db ... 2024-09-12T07:55:54.103 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Processing triggers for ureadahead ... 2024-09-12T07:55:54.265 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Setting up libgssglue1 (0.3-4ubuntu0.1) ... 2024-09-12T07:55:54.516 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Setting up libtirpc1 (0.2.2-5ubuntu0.1) ... 2024-09-12T07:55:54.681 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Setting up rpcbind (0.2.0-7ubuntu1.3) ... 2024-09-12T07:55:54.950 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: Removing any system startup links for /etc/init.d/rpcbind ... 2024-09-12T07:55:54.995 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:portmap start/running, process 8162 2024-09-12T07:55:55.044 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Setting up libnfsidmap2 (0.25-1ubuntu2) ... 2024-09-12T07:55:55.207 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Setting up nfs-common (1:1.2.5-3ubuntu3.2) ... 2024-09-12T07:55:55.574 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:55.574 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Creating config file /etc/idmapd.conf with new version 2024-09-12T07:55:55.805 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: 2024-09-12T07:55:55.805 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Creating config file /etc/default/nfs-common with new version 2024-09-12T07:55:55.916 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Adding system user `statd' (UID 106) ... 2024-09-12T07:55:55.916 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Adding new user `statd' (UID 106) with group `nogroup' ... 2024-09-12T07:55:56.182 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Not creating home directory `/var/lib/nfs'. 2024-09-12T07:55:56.242 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:statd start/running, process 8396 2024-09-12T07:55:56.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:gssd stop/post-stop, process 8427 2024-09-12T07:55:56.399 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:idmapd start/running, process 8467 2024-09-12T07:55:56.440 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Processing triggers for libc-bin ... 2024-09-12T07:55:56.481 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ldconfig deferred processing now taking place 2024-09-12T07:55:57.093 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:mount.nfs: timeout set for Thu Sep 12 07:57:56 2024 2024-09-12T07:55:57.093 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:mount.nfs: trying text-based options 'proto=tcp,vers=4,addr=10.0.2.2,clientaddr=10.0.2.15' 2024-09-12T07:55:57.093 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:10.0.2.2:/export/cluster1.client.0 on /mnt/log type nfs (rw,proto=tcp) 2024-09-12T07:55:57.093 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:mount: block device /dev/sr0 is write-protected, mounting read-only 2024-09-12T07:58:09.471 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.0' 2024-09-12T07:58:12.392 INFO:teuthology.orchestra.run.smithi039.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-12T07:58:12.398 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2024-09-12T08:00:37.410 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration commit client.0.0' 2024-09-12T08:00:37.548 INFO:teuthology.orchestra.run.smithi039.stderr: Commit image migration: 100% complete...done. 2024-09-12T08:00:37.557 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2024-09-12T08:05:36.574 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.1' 2024-09-12T08:05:37.752 INFO:teuthology.orchestra.run.smithi039.stderr: Image migration: 1% complete... Image migration: 2% complete... Image migration: 3% complete... Image migration: 4% complete... Image migration: 5% complete... Image migration: 7% complete... Image migration: 8% complete... Image migration: 9% complete... Image migration: 10% complete... Image migration: 11% complete... Image migration: 12% complete... Image migration: 13% complete... Image migration: 14% complete... Image migration: 15% complete... Image migration: 16% complete... Image migration: 17% complete... Image migration: 18% complete... Image migration: 19% complete... Image migration: 20% complete... Image migration: 21% complete... Image migration: 22% complete... Image migration: 23% complete... Image migration: 24% complete... Image migration: 25% complete... Image migration: 26% complete... Image migration: 28% complete... Image migration: 29% complete... Image migration: 30% complete... Image migration: 31% complete... Image migration: 32% complete... Image migration: 33% complete... Image migration: 34% complete... Image migration: 35% complete... Image migration: 36% complete... Image migration: 37% complete... Image migration: 38% complete... Image migration: 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-12T08:05:37.757 DEBUG:teuthology.parallel:result is None 2024-09-12T09:25:43.043 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:acpid: exiting 2024-09-12T09:25:43.093 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Checking for running unattended-upgrades: 2024-09-12T09:25:43.112 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ec2: 2024-09-12T09:25:43.113 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ec2: ############################################################# 2024-09-12T09:25:43.119 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- 2024-09-12T09:25:43.166 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ec2: 1024 c6:e4:99:c4:e4:60:c8:6b:37:5d:ae:28:ef:1d:b9:ae root@test (DSA) 2024-09-12T09:25:43.174 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ec2: 256 dd:5d:01:63:bb:46:be:14:61:25:3a:b7:62:47:b1:3a root@test (ECDSA) 2024-09-12T09:25:43.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ec2: 2048 6d:04:c4:7e:57:db:34:50:38:86:f4:55:d6:db:1a:97 root@test (RSA) 2024-09-12T09:25:43.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:-----BEGIN SSH HOST KEY KEYS----- 2024-09-12T09:25:43.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ec2: -----END SSH HOST KEY FINGERPRINTS----- 2024-09-12T09:25:43.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ec2: ############################################################# 2024-09-12T09:25:43.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMPfzXnRElFyUvMJYEZcFvJRIVed4i0WamEx391HltKs2g/2AoxBkdC43LbEjUGVSe+Uf+PCJrcEMPBFT7OFWtQ= root@test 2024-09-12T09:25:43.275 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRyIt+mk9E9KtO6F6qnrd8SGKh9VcVrA1Raa2774nuOswpzQYrlLcTtImi461J+7s2RyEcz8e3B5GjhckckgDNvFsM3LSTg0/zpNAebZKV3WnHOLimiV1NKZhnlfAtnWEtaCcaDL6YzuPF9QTOpt9jyG6sda5oeJGuYEhrb+fLfw74z+mVHqSkFdkGvS0z+uvinsm3PKcXy9EHaqsJYtCcAMtaNl78VBEruyd+OlWf10FFfIbBxBOQPjO++Km41iCgs4B65laIHbwzw2i2pMc7zJKC9zQetxBEfOIAQweMG4m6jOdC3ETpPwgHSEritn1ruilKteQmggatCy3jCKOv root@test 2024-09-12T09:25:43.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:-----END SSH HOST KEY KEYS----- 2024-09-12T09:25:43.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Traceback (most recent call last): 2024-09-12T09:25:43.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-12T09:25:43.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: self._connect_unixsocket(self.address) 2024-09-12T09:25:43.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-12T09:25:43.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: self.socket.connect(address) 2024-09-12T09:25:43.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-12T09:25:43.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: return getattr(self._sock,name)(*args) 2024-09-12T09:25:43.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:error: [Errno 111] Connection refused 2024-09-12T09:25:43.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Logged from file __init__.py, line 116 2024-09-12T09:25:43.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Traceback (most recent call last): 2024-09-12T09:25:43.276 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-12T09:25:43.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: self._connect_unixsocket(self.address) 2024-09-12T09:25:43.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-12T09:25:43.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: self.socket.connect(address) 2024-09-12T09:25:43.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-12T09:25:43.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: return getattr(self._sock,name)(*args) 2024-09-12T09:25:43.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:error: [Errno 111] Connection refused 2024-09-12T09:25:43.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:Logged from file __init__.py, line 116 2024-09-12T09:25:43.277 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:cloud-init boot finished at Thu, 12 Sep 2024 09:25:43 +0000. Up 5427.25 seconds 2024-09-12T09:25:43.435 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Stopping landscape-client daemon  [fail] 2024-09-12T09:25:43.688 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Asking all remaining processes to terminate...  [ OK ] 2024-09-12T09:25:43.727 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * All processes ended within 1 seconds....  [ OK ] 2024-09-12T09:25:43.842 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" 2024-09-12T09:25:44.030 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Deconfiguring network interfaces...  [ OK ] 2024-09-12T09:25:44.079 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Deactivating swap...  [ OK ] 2024-09-12T09:25:44.096 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Unmounting local filesystems...  [ OK ] 2024-09-12T09:25:44.395 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout: * Will now halt 2024-09-12T09:25:44.414 INFO:tasks.qemu.cluster1.client.0.smithi039.stdout:[ 5428.439804] Power down. 2024-09-12T09:25:44.862 DEBUG:tasks.qemu:checking that qemu tests succeeded... 2024-09-12T09:25:44.862 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod a+rw -R /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 2024-09-12T09:25:45.065 INFO:tasks.qemu:Tearing down the nfs mount for ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T09:25:45.065 INFO:tasks.qemu:Stopping NFS... 2024-09-12T09:25:45.065 DEBUG:teuthology.orchestra.run.smithi039:> sudo service nfs-kernel-server stop 2024-09-12T09:25:46.721 INFO:tasks.qemu:Unmounting exported directory... 2024-09-12T09:25:46.721 DEBUG:teuthology.orchestra.run.smithi039:> sudo umount /export/cluster1.client.0 2024-09-12T09:25:46.752 INFO:tasks.qemu:Deleting export from /etc/exports... 2024-09-12T09:25:46.752 DEBUG:teuthology.orchestra.run.smithi039:> sudo sed -i '\|/export/cluster1.client.0|d' /etc/exports 2024-09-12T09:25:46.806 INFO:tasks.qemu:Starting NFS... 2024-09-12T09:25:46.807 DEBUG:teuthology.orchestra.run.smithi039:> sudo service nfs-kernel-server start 2024-09-12T09:25:47.754 DEBUG:teuthology.orchestra.run.smithi039:> test -f /home/ubuntu/cephtest/archive/qemu/cluster1.client.0/success 2024-09-12T09:25:47.766 INFO:tasks.qemu:Deleting exported directory... 2024-09-12T09:25:47.766 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -r /export 2024-09-12T09:25:47.833 DEBUG:tasks.qemu:cleaning up base image files 2024-09-12T09:25:47.833 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T09:25:48.145 DEBUG:teuthology.orchestra.run.smithi039:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y purge qemu-block-extra 2024-09-12T09:25:48.610 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-09-12T09:25:48.819 INFO:teuthology.orchestra.run.smithi039.stdout:Building dependency tree... 2024-09-12T09:25:48.822 INFO:teuthology.orchestra.run.smithi039.stdout:Reading state information... 2024-09-12T09:25:49.016 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages were automatically installed and are no longer required: 2024-09-12T09:25:49.016 INFO:teuthology.orchestra.run.smithi039.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-12T09:25:49.017 INFO:teuthology.orchestra.run.smithi039.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-12T09:25:49.017 INFO:teuthology.orchestra.run.smithi039.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-12T09:25:49.017 INFO:teuthology.orchestra.run.smithi039.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-12T09:25:49.017 INFO:teuthology.orchestra.run.smithi039.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-12T09:25:49.017 INFO:teuthology.orchestra.run.smithi039.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-12T09:25:49.065 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages will be REMOVED: 2024-09-12T09:25:49.065 INFO:teuthology.orchestra.run.smithi039.stdout: qemu-block-extra* 2024-09-12T09:25:49.594 INFO:teuthology.orchestra.run.smithi039.stdout:0 upgraded, 0 newly installed, 1 to remove and 326 not upgraded. 2024-09-12T09:25:49.594 INFO:teuthology.orchestra.run.smithi039.stdout:After this operation, 369 kB disk space will be freed. 2024-09-12T09:25:49.940 INFO:teuthology.orchestra.run.smithi039.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 ... 176262 files and directories currently installed.) 2024-09-12T09:25:49.946 INFO:teuthology.orchestra.run.smithi039.stdout:Removing qemu-block-extra (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-12T09:25:51.700 INFO:teuthology.orchestra.run.smithi039.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 ... 176253 files and directories currently installed.) 2024-09-12T09:25:51.706 INFO:teuthology.orchestra.run.smithi039.stdout:Purging configuration files for qemu-block-extra (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-12T09:25:53.476 DEBUG:teuthology.orchestra.run.smithi039:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y purge qemu-utils 2024-09-12T09:25:53.544 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-09-12T09:25:53.761 INFO:teuthology.orchestra.run.smithi039.stdout:Building dependency tree... 2024-09-12T09:25:53.762 INFO:teuthology.orchestra.run.smithi039.stdout:Reading state information... 2024-09-12T09:25:53.980 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages were automatically installed and are no longer required: 2024-09-12T09:25:53.981 INFO:teuthology.orchestra.run.smithi039.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-12T09:25:53.981 INFO:teuthology.orchestra.run.smithi039.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-12T09:25:53.981 INFO:teuthology.orchestra.run.smithi039.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-12T09:25:53.981 INFO:teuthology.orchestra.run.smithi039.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-12T09:25:53.982 INFO:teuthology.orchestra.run.smithi039.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-12T09:25:53.982 INFO:teuthology.orchestra.run.smithi039.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-12T09:25:54.010 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages will be REMOVED: 2024-09-12T09:25:54.010 INFO:teuthology.orchestra.run.smithi039.stdout: qemu-utils* 2024-09-12T09:25:54.366 INFO:teuthology.orchestra.run.smithi039.stdout:0 upgraded, 0 newly installed, 1 to remove and 326 not upgraded. 2024-09-12T09:25:54.367 INFO:teuthology.orchestra.run.smithi039.stdout:After this operation, 7,243 kB disk space will be freed. 2024-09-12T09:25:54.492 INFO:teuthology.orchestra.run.smithi039.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 ... 176253 files and directories currently installed.) 2024-09-12T09:25:54.498 INFO:teuthology.orchestra.run.smithi039.stdout:Removing qemu-utils (1:6.2+dfsg-2ubuntu6.22) ... 2024-09-12T09:25:54.982 INFO:teuthology.orchestra.run.smithi039.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-12T09:25:56.681 DEBUG:teuthology.orchestra.run.smithi039:> rmdir /home/ubuntu/cephtest/qemu || true 2024-09-12T09:25:56.698 DEBUG:teuthology.parallel:result is None 2024-09-12T09:25:56.698 DEBUG:teuthology.run_tasks:Unwinding manager ceph 2024-09-12T09:25:56.710 INFO:tasks.ceph.ceph_manager.cluster2:waiting for clean 2024-09-12T09:25:56.710 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-12T09:25:57.017 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T09:25:57.017 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2024-09-12T09:25:57.033 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":2845,"stamp":"2024-09-12T09:25:56.531011+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1716274498,"num_objects":526,"num_object_clones":0,"num_object_copies":1561,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":526,"num_whiteouts":0,"num_read":12355,"num_read_kb":1839400,"num_write":1911,"num_write_kb":1183744,"num_scrub_errors":0,"num_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":1286,"ondisk_log_size":1286,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":2608692,"kb_used_data":2515132,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":280506828,"statfs":{"total":289910292480,"available":287238991872,"internally_reserved":0,"allocated":2575495168,"data_stored":2574982769,"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.003537"},"pg_stats":[{"pgid":"2.7","version":"23'1","reported_seq":105,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:00.151512+0000","last_change":"2024-09-12T07:52:02.853550+0000","last_active":"2024-09-12T09:23:00.151512+0000","last_peered":"2024-09-12T09:23:00.151512+0000","last_clean":"2024-09-12T09:23:00.151512+0000","last_became_active":"2024-09-12T07:52:00.847113+0000","last_became_peered":"2024-09-12T07:52:00.847113+0000","last_unstale":"2024-09-12T09:23:00.151512+0000","last_undegraded":"2024-09-12T09:23:00.151512+0000","last_fullsized":"2024-09-12T09:23:00.151512+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T13:35:59.461626+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001579787,"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":29,"num_read_kb":9,"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":[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":"0'0","reported_seq":86,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:00.151478+0000","last_change":"2024-09-12T07:52:02.853565+0000","last_active":"2024-09-12T09:23:00.151478+0000","last_peered":"2024-09-12T09:23:00.151478+0000","last_clean":"2024-09-12T09:23:00.151478+0000","last_became_active":"2024-09-12T07:52:00.842808+0000","last_became_peered":"2024-09-12T07:52:00.842808+0000","last_unstale":"2024-09-12T09:23:00.151478+0000","last_undegraded":"2024-09-12T09:23:00.151478+0000","last_fullsized":"2024-09-12T09:23:00.151478+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T16:53:50.518989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001582394,"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":[]},{"pgid":"2.5","version":"27'106","reported_seq":196,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:00.142027+0000","last_change":"2024-09-12T07:52:02.852951+0000","last_active":"2024-09-12T09:22:00.142027+0000","last_peered":"2024-09-12T09:22:00.142027+0000","last_clean":"2024-09-12T09:22:00.142027+0000","last_became_active":"2024-09-12T07:52:00.842797+0000","last_became_peered":"2024-09-12T07:52:00.842797+0000","last_unstale":"2024-09-12T09:22:00.142027+0000","last_undegraded":"2024-09-12T09:22:00.142027+0000","last_fullsized":"2024-09-12T09:22:00.142027+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":106,"log_dups_size":0,"ondisk_log_size":106,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:06:54.610099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010444689999999999,"stat_sum":{"num_bytes":98,"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":613,"num_read_kb":508,"num_write":206,"num_write_kb":202,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'30","reported_seq":273,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.157328+0000","last_change":"2024-09-12T07:52:02.854032+0000","last_active":"2024-09-12T09:23:40.157328+0000","last_peered":"2024-09-12T09:23:40.157328+0000","last_clean":"2024-09-12T09:23:40.157328+0000","last_became_active":"2024-09-12T07:52:00.843627+0000","last_became_peered":"2024-09-12T07:52:00.843627+0000","last_unstale":"2024-09-12T09:23:40.157328+0000","last_undegraded":"2024-09-12T09:23:40.157328+0000","last_fullsized":"2024-09-12T09:23:40.157328+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":30,"log_dups_size":0,"ondisk_log_size":30,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T15:16:37.335598+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001214871,"stat_sum":{"num_bytes":0,"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":421,"num_read_kb":364,"num_write":24,"num_write_kb":16,"num_scrub_errors":0,"num_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":2380,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:21:55.140981+0000","last_change":"2024-09-12T07:52:21.223112+0000","last_active":"2024-09-12T09:21:55.140981+0000","last_peered":"2024-09-12T09:21:55.140981+0000","last_clean":"2024-09-12T09:21:55.140981+0000","last_became_active":"2024-09-12T07:52:18.193545+0000","last_became_peered":"2024-09-12T07:52:18.193545+0000","last_unstale":"2024-09-12T09:21:55.140981+0000","last_undegraded":"2024-09-12T09:21:55.140981+0000","last_fullsized":"2024-09-12T09:21:55.140981+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+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-13T16:43:53.280639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001171063,"stat_sum":{"num_bytes":471580672,"num_objects":144,"num_object_clones":0,"num_object_copies":432,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":144,"num_whiteouts":0,"num_read":2142,"num_read_kb":511521,"num_write":180,"num_write_kb":333392,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'420","reported_seq":732,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.156514+0000","last_change":"2024-09-12T07:52:02.846519+0000","last_active":"2024-09-12T09:23:40.156514+0000","last_peered":"2024-09-12T09:23:40.156514+0000","last_clean":"2024-09-12T09:23:40.156514+0000","last_became_active":"2024-09-12T07:52:00.845524+0000","last_became_peered":"2024-09-12T07:52:00.845524+0000","last_unstale":"2024-09-12T09:23:40.156514+0000","last_undegraded":"2024-09-12T09:23:40.156514+0000","last_fullsized":"2024-09-12T09:23:40.156514+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":420,"log_dups_size":0,"ondisk_log_size":420,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T15:26:13.844602+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001280247,"stat_sum":{"num_bytes":279,"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":2469,"num_read_kb":2108,"num_write":708,"num_write_kb":695,"num_scrub_errors":0,"num_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'132","reported_seq":2545,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:45.149353+0000","last_change":"2024-09-12T07:52:21.214192+0000","last_active":"2024-09-12T09:22:45.149353+0000","last_peered":"2024-09-12T09:22:45.149353+0000","last_clean":"2024-09-12T09:22:45.149353+0000","last_became_active":"2024-09-12T07:52:18.190939+0000","last_became_peered":"2024-09-12T07:52:18.190939+0000","last_unstale":"2024-09-12T09:22:45.149353+0000","last_undegraded":"2024-09-12T09:22:45.149353+0000","last_fullsized":"2024-09-12T09:22:45.149353+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T16:33:57.740477+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014336819999999999,"stat_sum":{"num_bytes":414711808,"num_objects":123,"num_object_clones":0,"num_object_copies":369,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":123,"num_whiteouts":0,"num_read":2332,"num_read_kb":433748,"num_write":159,"num_write_kb":268800,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"26'2","reported_seq":112,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.285968+0000","last_change":"2024-09-12T07:52:03.795187+0000","last_active":"2024-09-12T09:23:40.285968+0000","last_peered":"2024-09-12T09:23:40.285968+0000","last_clean":"2024-09-12T09:23:40.285968+0000","last_became_active":"2024-09-12T07:52:00.849040+0000","last_became_peered":"2024-09-12T07:52:00.849040+0000","last_unstale":"2024-09-12T09:23:40.285968+0000","last_undegraded":"2024-09-12T09:23:40.285968+0000","last_fullsized":"2024-09-12T09:23:40.285968+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T17:25:48.639344+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094934000000000001,"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":41,"num_read_kb":17,"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":[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'134","reported_seq":1689,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:21:55.140904+0000","last_change":"2024-09-12T07:52:21.223466+0000","last_active":"2024-09-12T09:21:55.140904+0000","last_peered":"2024-09-12T09:21:55.140904+0000","last_clean":"2024-09-12T09:21:55.140904+0000","last_became_active":"2024-09-12T07:52:18.193756+0000","last_became_peered":"2024-09-12T07:52:18.193756+0000","last_unstale":"2024-09-12T09:21:55.140904+0000","last_undegraded":"2024-09-12T09:21:55.140904+0000","last_fullsized":"2024-09-12T09:21:55.140904+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+0000","objects_scrubbed":0,"log_size":134,"log_dups_size":0,"ondisk_log_size":134,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:45:54.482575+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001073699,"stat_sum":{"num_bytes":402784256,"num_objects":119,"num_object_clones":0,"num_object_copies":357,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":119,"num_whiteouts":0,"num_read":1476,"num_read_kb":431041,"num_write":163,"num_write_kb":283424,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"25'1","reported_seq":106,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:25.275433+0000","last_change":"2024-09-12T07:52:03.795028+0000","last_active":"2024-09-12T09:22:25.275433+0000","last_peered":"2024-09-12T09:22:25.275433+0000","last_clean":"2024-09-12T09:22:25.275433+0000","last_became_active":"2024-09-12T07:52:00.848442+0000","last_became_peered":"2024-09-12T07:52:00.848442+0000","last_unstale":"2024-09-12T09:22:25.275433+0000","last_undegraded":"2024-09-12T09:22:25.275433+0000","last_fullsized":"2024-09-12T09:22:25.275433+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T13:50:10.071275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00086480599999999997,"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":26,"num_read_kb":8,"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.2","version":"26'135","reported_seq":2295,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:21:55.141146+0000","last_change":"2024-09-12T07:52:21.214379+0000","last_active":"2024-09-12T09:21:55.141146+0000","last_peered":"2024-09-12T09:21:55.141146+0000","last_clean":"2024-09-12T09:21:55.141146+0000","last_became_active":"2024-09-12T07:52:18.190912+0000","last_became_peered":"2024-09-12T07:52:18.190912+0000","last_unstale":"2024-09-12T09:21:55.141146+0000","last_undegraded":"2024-09-12T09:21:55.141146+0000","last_fullsized":"2024-09-12T09:21:55.141146+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+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-13T10:28:16.971786+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001447938,"stat_sum":{"num_bytes":426606611,"num_objects":123,"num_object_clones":0,"num_object_copies":369,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":123,"num_whiteouts":0,"num_read":2081,"num_read_kb":459482,"num_write":169,"num_write_kb":295890,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"26'114","reported_seq":215,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.157263+0000","last_change":"2024-09-12T07:52:02.853923+0000","last_active":"2024-09-12T09:23:40.157263+0000","last_peered":"2024-09-12T09:23:40.157263+0000","last_clean":"2024-09-12T09:23:40.157263+0000","last_became_active":"2024-09-12T07:52:00.845505+0000","last_became_peered":"2024-09-12T07:52:00.845505+0000","last_unstale":"2024-09-12T09:23:40.157263+0000","last_undegraded":"2024-09-12T09:23:40.157263+0000","last_fullsized":"2024-09-12T09:23:40.157263+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":114,"log_dups_size":0,"ondisk_log_size":114,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T18:10:13.324288+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001346047,"stat_sum":{"num_bytes":260,"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":669,"num_read_kb":548,"num_write":219,"num_write_kb":215,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":157,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:25.146437+0000","last_change":"2024-09-12T07:51:56.826994+0000","last_active":"2024-09-12T09:22:25.146437+0000","last_peered":"2024-09-12T09:22:25.146437+0000","last_clean":"2024-09-12T09:22:25.146437+0000","last_became_active":"2024-09-12T07:51:56.823160+0000","last_became_peered":"2024-09-12T07:51:56.823160+0000","last_unstale":"2024-09-12T09:22:25.146437+0000","last_undegraded":"2024-09-12T09:22:25.146437+0000","last_fullsized":"2024-09-12T09:22:25.146437+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-12T07:51:55.811026+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:55.811026+0000","last_clean_scrub_stamp":"2024-09-12T07:51:55.811026+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-13T09:03:27.684108+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":1715683347,"num_objects":509,"num_object_clones":0,"num_object_copies":1527,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":509,"num_whiteouts":0,"num_read":8031,"num_read_kb":1835792,"num_write":671,"num_write_kb":1181506,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2573537280,"data_stored":2573537280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":560,"ondisk_log_size":560,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":783,"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":4268,"num_read_kb":3562,"num_write":1161,"num_write_kb":1132,"num_scrub_errors":0,"num_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":1566,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":674,"ondisk_log_size":674,"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":34359739500,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869176,"kb_used_data":837984,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502664,"statfs":{"total":96636764160,"available":95746727936,"internally_reserved":0,"allocated":858095616,"data_stored":857933879,"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":34359739499,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869768,"kb_used_data":838584,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502072,"statfs":{"total":96636764160,"available":95746121728,"internally_reserved":0,"allocated":858710016,"data_stored":858524640,"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":34359739499,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869748,"kb_used_data":838564,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502092,"statfs":{"total":96636764160,"available":95746142208,"internally_reserved":0,"allocated":858689536,"data_stored":858524250,"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":20480,"data_stored":393,"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":783,"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":20480,"data_stored":390,"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":857845760,"data_stored":857845760,"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":857845760,"data_stored":857845760,"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":857845760,"data_stored":857845760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-12T09:25:57.034 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-12T09:25:57.309 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T09:25:57.309 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2024-09-12T09:25:57.325 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":2845,"stamp":"2024-09-12T09:25:56.531011+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1716274498,"num_objects":526,"num_object_clones":0,"num_object_copies":1561,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":526,"num_whiteouts":0,"num_read":12355,"num_read_kb":1839400,"num_write":1911,"num_write_kb":1183744,"num_scrub_errors":0,"num_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":1286,"ondisk_log_size":1286,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":2608692,"kb_used_data":2515132,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":280506828,"statfs":{"total":289910292480,"available":287238991872,"internally_reserved":0,"allocated":2575495168,"data_stored":2574982769,"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.003537"},"pg_stats":[{"pgid":"2.7","version":"23'1","reported_seq":105,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:00.151512+0000","last_change":"2024-09-12T07:52:02.853550+0000","last_active":"2024-09-12T09:23:00.151512+0000","last_peered":"2024-09-12T09:23:00.151512+0000","last_clean":"2024-09-12T09:23:00.151512+0000","last_became_active":"2024-09-12T07:52:00.847113+0000","last_became_peered":"2024-09-12T07:52:00.847113+0000","last_unstale":"2024-09-12T09:23:00.151512+0000","last_undegraded":"2024-09-12T09:23:00.151512+0000","last_fullsized":"2024-09-12T09:23:00.151512+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T13:35:59.461626+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001579787,"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":29,"num_read_kb":9,"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":[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":"0'0","reported_seq":86,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:00.151478+0000","last_change":"2024-09-12T07:52:02.853565+0000","last_active":"2024-09-12T09:23:00.151478+0000","last_peered":"2024-09-12T09:23:00.151478+0000","last_clean":"2024-09-12T09:23:00.151478+0000","last_became_active":"2024-09-12T07:52:00.842808+0000","last_became_peered":"2024-09-12T07:52:00.842808+0000","last_unstale":"2024-09-12T09:23:00.151478+0000","last_undegraded":"2024-09-12T09:23:00.151478+0000","last_fullsized":"2024-09-12T09:23:00.151478+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T16:53:50.518989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001582394,"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":[]},{"pgid":"2.5","version":"27'106","reported_seq":196,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:00.142027+0000","last_change":"2024-09-12T07:52:02.852951+0000","last_active":"2024-09-12T09:22:00.142027+0000","last_peered":"2024-09-12T09:22:00.142027+0000","last_clean":"2024-09-12T09:22:00.142027+0000","last_became_active":"2024-09-12T07:52:00.842797+0000","last_became_peered":"2024-09-12T07:52:00.842797+0000","last_unstale":"2024-09-12T09:22:00.142027+0000","last_undegraded":"2024-09-12T09:22:00.142027+0000","last_fullsized":"2024-09-12T09:22:00.142027+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":106,"log_dups_size":0,"ondisk_log_size":106,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:06:54.610099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010444689999999999,"stat_sum":{"num_bytes":98,"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":613,"num_read_kb":508,"num_write":206,"num_write_kb":202,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'30","reported_seq":273,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.157328+0000","last_change":"2024-09-12T07:52:02.854032+0000","last_active":"2024-09-12T09:23:40.157328+0000","last_peered":"2024-09-12T09:23:40.157328+0000","last_clean":"2024-09-12T09:23:40.157328+0000","last_became_active":"2024-09-12T07:52:00.843627+0000","last_became_peered":"2024-09-12T07:52:00.843627+0000","last_unstale":"2024-09-12T09:23:40.157328+0000","last_undegraded":"2024-09-12T09:23:40.157328+0000","last_fullsized":"2024-09-12T09:23:40.157328+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":30,"log_dups_size":0,"ondisk_log_size":30,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T15:16:37.335598+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001214871,"stat_sum":{"num_bytes":0,"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":421,"num_read_kb":364,"num_write":24,"num_write_kb":16,"num_scrub_errors":0,"num_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":2380,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:21:55.140981+0000","last_change":"2024-09-12T07:52:21.223112+0000","last_active":"2024-09-12T09:21:55.140981+0000","last_peered":"2024-09-12T09:21:55.140981+0000","last_clean":"2024-09-12T09:21:55.140981+0000","last_became_active":"2024-09-12T07:52:18.193545+0000","last_became_peered":"2024-09-12T07:52:18.193545+0000","last_unstale":"2024-09-12T09:21:55.140981+0000","last_undegraded":"2024-09-12T09:21:55.140981+0000","last_fullsized":"2024-09-12T09:21:55.140981+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+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-13T16:43:53.280639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001171063,"stat_sum":{"num_bytes":471580672,"num_objects":144,"num_object_clones":0,"num_object_copies":432,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":144,"num_whiteouts":0,"num_read":2142,"num_read_kb":511521,"num_write":180,"num_write_kb":333392,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'420","reported_seq":732,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.156514+0000","last_change":"2024-09-12T07:52:02.846519+0000","last_active":"2024-09-12T09:23:40.156514+0000","last_peered":"2024-09-12T09:23:40.156514+0000","last_clean":"2024-09-12T09:23:40.156514+0000","last_became_active":"2024-09-12T07:52:00.845524+0000","last_became_peered":"2024-09-12T07:52:00.845524+0000","last_unstale":"2024-09-12T09:23:40.156514+0000","last_undegraded":"2024-09-12T09:23:40.156514+0000","last_fullsized":"2024-09-12T09:23:40.156514+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":420,"log_dups_size":0,"ondisk_log_size":420,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T15:26:13.844602+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001280247,"stat_sum":{"num_bytes":279,"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":2469,"num_read_kb":2108,"num_write":708,"num_write_kb":695,"num_scrub_errors":0,"num_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'132","reported_seq":2545,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:45.149353+0000","last_change":"2024-09-12T07:52:21.214192+0000","last_active":"2024-09-12T09:22:45.149353+0000","last_peered":"2024-09-12T09:22:45.149353+0000","last_clean":"2024-09-12T09:22:45.149353+0000","last_became_active":"2024-09-12T07:52:18.190939+0000","last_became_peered":"2024-09-12T07:52:18.190939+0000","last_unstale":"2024-09-12T09:22:45.149353+0000","last_undegraded":"2024-09-12T09:22:45.149353+0000","last_fullsized":"2024-09-12T09:22:45.149353+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T16:33:57.740477+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014336819999999999,"stat_sum":{"num_bytes":414711808,"num_objects":123,"num_object_clones":0,"num_object_copies":369,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":123,"num_whiteouts":0,"num_read":2332,"num_read_kb":433748,"num_write":159,"num_write_kb":268800,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"26'2","reported_seq":112,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.285968+0000","last_change":"2024-09-12T07:52:03.795187+0000","last_active":"2024-09-12T09:23:40.285968+0000","last_peered":"2024-09-12T09:23:40.285968+0000","last_clean":"2024-09-12T09:23:40.285968+0000","last_became_active":"2024-09-12T07:52:00.849040+0000","last_became_peered":"2024-09-12T07:52:00.849040+0000","last_unstale":"2024-09-12T09:23:40.285968+0000","last_undegraded":"2024-09-12T09:23:40.285968+0000","last_fullsized":"2024-09-12T09:23:40.285968+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T17:25:48.639344+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094934000000000001,"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":41,"num_read_kb":17,"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":[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'134","reported_seq":1689,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:21:55.140904+0000","last_change":"2024-09-12T07:52:21.223466+0000","last_active":"2024-09-12T09:21:55.140904+0000","last_peered":"2024-09-12T09:21:55.140904+0000","last_clean":"2024-09-12T09:21:55.140904+0000","last_became_active":"2024-09-12T07:52:18.193756+0000","last_became_peered":"2024-09-12T07:52:18.193756+0000","last_unstale":"2024-09-12T09:21:55.140904+0000","last_undegraded":"2024-09-12T09:21:55.140904+0000","last_fullsized":"2024-09-12T09:21:55.140904+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+0000","objects_scrubbed":0,"log_size":134,"log_dups_size":0,"ondisk_log_size":134,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:45:54.482575+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001073699,"stat_sum":{"num_bytes":402784256,"num_objects":119,"num_object_clones":0,"num_object_copies":357,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":119,"num_whiteouts":0,"num_read":1476,"num_read_kb":431041,"num_write":163,"num_write_kb":283424,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"25'1","reported_seq":106,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:25.275433+0000","last_change":"2024-09-12T07:52:03.795028+0000","last_active":"2024-09-12T09:22:25.275433+0000","last_peered":"2024-09-12T09:22:25.275433+0000","last_clean":"2024-09-12T09:22:25.275433+0000","last_became_active":"2024-09-12T07:52:00.848442+0000","last_became_peered":"2024-09-12T07:52:00.848442+0000","last_unstale":"2024-09-12T09:22:25.275433+0000","last_undegraded":"2024-09-12T09:22:25.275433+0000","last_fullsized":"2024-09-12T09:22:25.275433+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T13:50:10.071275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00086480599999999997,"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":26,"num_read_kb":8,"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.2","version":"26'135","reported_seq":2295,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:21:55.141146+0000","last_change":"2024-09-12T07:52:21.214379+0000","last_active":"2024-09-12T09:21:55.141146+0000","last_peered":"2024-09-12T09:21:55.141146+0000","last_clean":"2024-09-12T09:21:55.141146+0000","last_became_active":"2024-09-12T07:52:18.190912+0000","last_became_peered":"2024-09-12T07:52:18.190912+0000","last_unstale":"2024-09-12T09:21:55.141146+0000","last_undegraded":"2024-09-12T09:21:55.141146+0000","last_fullsized":"2024-09-12T09:21:55.141146+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+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-13T10:28:16.971786+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001447938,"stat_sum":{"num_bytes":426606611,"num_objects":123,"num_object_clones":0,"num_object_copies":369,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":123,"num_whiteouts":0,"num_read":2081,"num_read_kb":459482,"num_write":169,"num_write_kb":295890,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"26'114","reported_seq":215,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.157263+0000","last_change":"2024-09-12T07:52:02.853923+0000","last_active":"2024-09-12T09:23:40.157263+0000","last_peered":"2024-09-12T09:23:40.157263+0000","last_clean":"2024-09-12T09:23:40.157263+0000","last_became_active":"2024-09-12T07:52:00.845505+0000","last_became_peered":"2024-09-12T07:52:00.845505+0000","last_unstale":"2024-09-12T09:23:40.157263+0000","last_undegraded":"2024-09-12T09:23:40.157263+0000","last_fullsized":"2024-09-12T09:23:40.157263+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":114,"log_dups_size":0,"ondisk_log_size":114,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T18:10:13.324288+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001346047,"stat_sum":{"num_bytes":260,"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":669,"num_read_kb":548,"num_write":219,"num_write_kb":215,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":157,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:25.146437+0000","last_change":"2024-09-12T07:51:56.826994+0000","last_active":"2024-09-12T09:22:25.146437+0000","last_peered":"2024-09-12T09:22:25.146437+0000","last_clean":"2024-09-12T09:22:25.146437+0000","last_became_active":"2024-09-12T07:51:56.823160+0000","last_became_peered":"2024-09-12T07:51:56.823160+0000","last_unstale":"2024-09-12T09:22:25.146437+0000","last_undegraded":"2024-09-12T09:22:25.146437+0000","last_fullsized":"2024-09-12T09:22:25.146437+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-12T07:51:55.811026+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:55.811026+0000","last_clean_scrub_stamp":"2024-09-12T07:51:55.811026+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-13T09:03:27.684108+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":1715683347,"num_objects":509,"num_object_clones":0,"num_object_copies":1527,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":509,"num_whiteouts":0,"num_read":8031,"num_read_kb":1835792,"num_write":671,"num_write_kb":1181506,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2573537280,"data_stored":2573537280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":560,"ondisk_log_size":560,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":783,"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":4268,"num_read_kb":3562,"num_write":1161,"num_write_kb":1132,"num_scrub_errors":0,"num_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":1566,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":674,"ondisk_log_size":674,"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":34359739500,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869176,"kb_used_data":837984,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502664,"statfs":{"total":96636764160,"available":95746727936,"internally_reserved":0,"allocated":858095616,"data_stored":857933879,"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":34359739499,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869768,"kb_used_data":838584,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502072,"statfs":{"total":96636764160,"available":95746121728,"internally_reserved":0,"allocated":858710016,"data_stored":858524640,"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":34359739499,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869748,"kb_used_data":838564,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502092,"statfs":{"total":96636764160,"available":95746142208,"internally_reserved":0,"allocated":858689536,"data_stored":858524250,"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":20480,"data_stored":393,"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":783,"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":20480,"data_stored":390,"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":857845760,"data_stored":857845760,"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":857845760,"data_stored":857845760,"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":857845760,"data_stored":857845760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-12T09:25:57.326 INFO:tasks.ceph.ceph_manager.cluster2:clean! 2024-09-12T09:25:57.326 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-12T09:25:57.600 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T09:25:57.600 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2024-09-12T09:25:57.617 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":2845,"stamp":"2024-09-12T09:25:56.531011+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1716274498,"num_objects":526,"num_object_clones":0,"num_object_copies":1561,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":526,"num_whiteouts":0,"num_read":12355,"num_read_kb":1839400,"num_write":1911,"num_write_kb":1183744,"num_scrub_errors":0,"num_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":1286,"ondisk_log_size":1286,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":2608692,"kb_used_data":2515132,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":280506828,"statfs":{"total":289910292480,"available":287238991872,"internally_reserved":0,"allocated":2575495168,"data_stored":2574982769,"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.003537"},"pg_stats":[{"pgid":"2.7","version":"23'1","reported_seq":105,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:00.151512+0000","last_change":"2024-09-12T07:52:02.853550+0000","last_active":"2024-09-12T09:23:00.151512+0000","last_peered":"2024-09-12T09:23:00.151512+0000","last_clean":"2024-09-12T09:23:00.151512+0000","last_became_active":"2024-09-12T07:52:00.847113+0000","last_became_peered":"2024-09-12T07:52:00.847113+0000","last_unstale":"2024-09-12T09:23:00.151512+0000","last_undegraded":"2024-09-12T09:23:00.151512+0000","last_fullsized":"2024-09-12T09:23:00.151512+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T13:35:59.461626+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001579787,"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":29,"num_read_kb":9,"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":[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":"0'0","reported_seq":86,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:00.151478+0000","last_change":"2024-09-12T07:52:02.853565+0000","last_active":"2024-09-12T09:23:00.151478+0000","last_peered":"2024-09-12T09:23:00.151478+0000","last_clean":"2024-09-12T09:23:00.151478+0000","last_became_active":"2024-09-12T07:52:00.842808+0000","last_became_peered":"2024-09-12T07:52:00.842808+0000","last_unstale":"2024-09-12T09:23:00.151478+0000","last_undegraded":"2024-09-12T09:23:00.151478+0000","last_fullsized":"2024-09-12T09:23:00.151478+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T16:53:50.518989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001582394,"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":[]},{"pgid":"2.5","version":"27'106","reported_seq":196,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:00.142027+0000","last_change":"2024-09-12T07:52:02.852951+0000","last_active":"2024-09-12T09:22:00.142027+0000","last_peered":"2024-09-12T09:22:00.142027+0000","last_clean":"2024-09-12T09:22:00.142027+0000","last_became_active":"2024-09-12T07:52:00.842797+0000","last_became_peered":"2024-09-12T07:52:00.842797+0000","last_unstale":"2024-09-12T09:22:00.142027+0000","last_undegraded":"2024-09-12T09:22:00.142027+0000","last_fullsized":"2024-09-12T09:22:00.142027+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":106,"log_dups_size":0,"ondisk_log_size":106,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:06:54.610099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010444689999999999,"stat_sum":{"num_bytes":98,"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":613,"num_read_kb":508,"num_write":206,"num_write_kb":202,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'30","reported_seq":273,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.157328+0000","last_change":"2024-09-12T07:52:02.854032+0000","last_active":"2024-09-12T09:23:40.157328+0000","last_peered":"2024-09-12T09:23:40.157328+0000","last_clean":"2024-09-12T09:23:40.157328+0000","last_became_active":"2024-09-12T07:52:00.843627+0000","last_became_peered":"2024-09-12T07:52:00.843627+0000","last_unstale":"2024-09-12T09:23:40.157328+0000","last_undegraded":"2024-09-12T09:23:40.157328+0000","last_fullsized":"2024-09-12T09:23:40.157328+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":30,"log_dups_size":0,"ondisk_log_size":30,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T15:16:37.335598+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001214871,"stat_sum":{"num_bytes":0,"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":421,"num_read_kb":364,"num_write":24,"num_write_kb":16,"num_scrub_errors":0,"num_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":2380,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:21:55.140981+0000","last_change":"2024-09-12T07:52:21.223112+0000","last_active":"2024-09-12T09:21:55.140981+0000","last_peered":"2024-09-12T09:21:55.140981+0000","last_clean":"2024-09-12T09:21:55.140981+0000","last_became_active":"2024-09-12T07:52:18.193545+0000","last_became_peered":"2024-09-12T07:52:18.193545+0000","last_unstale":"2024-09-12T09:21:55.140981+0000","last_undegraded":"2024-09-12T09:21:55.140981+0000","last_fullsized":"2024-09-12T09:21:55.140981+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+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-13T16:43:53.280639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001171063,"stat_sum":{"num_bytes":471580672,"num_objects":144,"num_object_clones":0,"num_object_copies":432,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":144,"num_whiteouts":0,"num_read":2142,"num_read_kb":511521,"num_write":180,"num_write_kb":333392,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'420","reported_seq":732,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.156514+0000","last_change":"2024-09-12T07:52:02.846519+0000","last_active":"2024-09-12T09:23:40.156514+0000","last_peered":"2024-09-12T09:23:40.156514+0000","last_clean":"2024-09-12T09:23:40.156514+0000","last_became_active":"2024-09-12T07:52:00.845524+0000","last_became_peered":"2024-09-12T07:52:00.845524+0000","last_unstale":"2024-09-12T09:23:40.156514+0000","last_undegraded":"2024-09-12T09:23:40.156514+0000","last_fullsized":"2024-09-12T09:23:40.156514+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":420,"log_dups_size":0,"ondisk_log_size":420,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T15:26:13.844602+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001280247,"stat_sum":{"num_bytes":279,"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":2469,"num_read_kb":2108,"num_write":708,"num_write_kb":695,"num_scrub_errors":0,"num_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'132","reported_seq":2545,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:45.149353+0000","last_change":"2024-09-12T07:52:21.214192+0000","last_active":"2024-09-12T09:22:45.149353+0000","last_peered":"2024-09-12T09:22:45.149353+0000","last_clean":"2024-09-12T09:22:45.149353+0000","last_became_active":"2024-09-12T07:52:18.190939+0000","last_became_peered":"2024-09-12T07:52:18.190939+0000","last_unstale":"2024-09-12T09:22:45.149353+0000","last_undegraded":"2024-09-12T09:22:45.149353+0000","last_fullsized":"2024-09-12T09:22:45.149353+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T16:33:57.740477+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014336819999999999,"stat_sum":{"num_bytes":414711808,"num_objects":123,"num_object_clones":0,"num_object_copies":369,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":123,"num_whiteouts":0,"num_read":2332,"num_read_kb":433748,"num_write":159,"num_write_kb":268800,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"26'2","reported_seq":112,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.285968+0000","last_change":"2024-09-12T07:52:03.795187+0000","last_active":"2024-09-12T09:23:40.285968+0000","last_peered":"2024-09-12T09:23:40.285968+0000","last_clean":"2024-09-12T09:23:40.285968+0000","last_became_active":"2024-09-12T07:52:00.849040+0000","last_became_peered":"2024-09-12T07:52:00.849040+0000","last_unstale":"2024-09-12T09:23:40.285968+0000","last_undegraded":"2024-09-12T09:23:40.285968+0000","last_fullsized":"2024-09-12T09:23:40.285968+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T17:25:48.639344+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094934000000000001,"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":41,"num_read_kb":17,"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":[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'134","reported_seq":1689,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:21:55.140904+0000","last_change":"2024-09-12T07:52:21.223466+0000","last_active":"2024-09-12T09:21:55.140904+0000","last_peered":"2024-09-12T09:21:55.140904+0000","last_clean":"2024-09-12T09:21:55.140904+0000","last_became_active":"2024-09-12T07:52:18.193756+0000","last_became_peered":"2024-09-12T07:52:18.193756+0000","last_unstale":"2024-09-12T09:21:55.140904+0000","last_undegraded":"2024-09-12T09:21:55.140904+0000","last_fullsized":"2024-09-12T09:21:55.140904+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+0000","objects_scrubbed":0,"log_size":134,"log_dups_size":0,"ondisk_log_size":134,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:45:54.482575+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001073699,"stat_sum":{"num_bytes":402784256,"num_objects":119,"num_object_clones":0,"num_object_copies":357,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":119,"num_whiteouts":0,"num_read":1476,"num_read_kb":431041,"num_write":163,"num_write_kb":283424,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"25'1","reported_seq":106,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:25.275433+0000","last_change":"2024-09-12T07:52:03.795028+0000","last_active":"2024-09-12T09:22:25.275433+0000","last_peered":"2024-09-12T09:22:25.275433+0000","last_clean":"2024-09-12T09:22:25.275433+0000","last_became_active":"2024-09-12T07:52:00.848442+0000","last_became_peered":"2024-09-12T07:52:00.848442+0000","last_unstale":"2024-09-12T09:22:25.275433+0000","last_undegraded":"2024-09-12T09:22:25.275433+0000","last_fullsized":"2024-09-12T09:22:25.275433+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T13:50:10.071275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00086480599999999997,"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":26,"num_read_kb":8,"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.2","version":"26'135","reported_seq":2295,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:21:55.141146+0000","last_change":"2024-09-12T07:52:21.214379+0000","last_active":"2024-09-12T09:21:55.141146+0000","last_peered":"2024-09-12T09:21:55.141146+0000","last_clean":"2024-09-12T09:21:55.141146+0000","last_became_active":"2024-09-12T07:52:18.190912+0000","last_became_peered":"2024-09-12T07:52:18.190912+0000","last_unstale":"2024-09-12T09:21:55.141146+0000","last_undegraded":"2024-09-12T09:21:55.141146+0000","last_fullsized":"2024-09-12T09:21:55.141146+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+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-13T10:28:16.971786+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001447938,"stat_sum":{"num_bytes":426606611,"num_objects":123,"num_object_clones":0,"num_object_copies":369,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":123,"num_whiteouts":0,"num_read":2081,"num_read_kb":459482,"num_write":169,"num_write_kb":295890,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"26'114","reported_seq":215,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.157263+0000","last_change":"2024-09-12T07:52:02.853923+0000","last_active":"2024-09-12T09:23:40.157263+0000","last_peered":"2024-09-12T09:23:40.157263+0000","last_clean":"2024-09-12T09:23:40.157263+0000","last_became_active":"2024-09-12T07:52:00.845505+0000","last_became_peered":"2024-09-12T07:52:00.845505+0000","last_unstale":"2024-09-12T09:23:40.157263+0000","last_undegraded":"2024-09-12T09:23:40.157263+0000","last_fullsized":"2024-09-12T09:23:40.157263+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":114,"log_dups_size":0,"ondisk_log_size":114,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T18:10:13.324288+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001346047,"stat_sum":{"num_bytes":260,"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":669,"num_read_kb":548,"num_write":219,"num_write_kb":215,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":157,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:25.146437+0000","last_change":"2024-09-12T07:51:56.826994+0000","last_active":"2024-09-12T09:22:25.146437+0000","last_peered":"2024-09-12T09:22:25.146437+0000","last_clean":"2024-09-12T09:22:25.146437+0000","last_became_active":"2024-09-12T07:51:56.823160+0000","last_became_peered":"2024-09-12T07:51:56.823160+0000","last_unstale":"2024-09-12T09:22:25.146437+0000","last_undegraded":"2024-09-12T09:22:25.146437+0000","last_fullsized":"2024-09-12T09:22:25.146437+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-12T07:51:55.811026+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:55.811026+0000","last_clean_scrub_stamp":"2024-09-12T07:51:55.811026+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-13T09:03:27.684108+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":1715683347,"num_objects":509,"num_object_clones":0,"num_object_copies":1527,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":509,"num_whiteouts":0,"num_read":8031,"num_read_kb":1835792,"num_write":671,"num_write_kb":1181506,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2573537280,"data_stored":2573537280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":560,"ondisk_log_size":560,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":783,"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":4268,"num_read_kb":3562,"num_write":1161,"num_write_kb":1132,"num_scrub_errors":0,"num_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":1566,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":674,"ondisk_log_size":674,"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":34359739500,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869176,"kb_used_data":837984,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502664,"statfs":{"total":96636764160,"available":95746727936,"internally_reserved":0,"allocated":858095616,"data_stored":857933879,"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":34359739499,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869768,"kb_used_data":838584,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502072,"statfs":{"total":96636764160,"available":95746121728,"internally_reserved":0,"allocated":858710016,"data_stored":858524640,"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":34359739499,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869748,"kb_used_data":838564,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502092,"statfs":{"total":96636764160,"available":95746142208,"internally_reserved":0,"allocated":858689536,"data_stored":858524250,"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":20480,"data_stored":393,"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":783,"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":20480,"data_stored":390,"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":857845760,"data_stored":857845760,"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":857845760,"data_stored":857845760,"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":857845760,"data_stored":857845760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-12T09:25:57.618 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2024-09-12T09:25:57.894 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T09:25:57.894 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":27,"fsid":"2ed9f5f6-aae8-4e86-b511-4523d9036afc","created":"2024-09-12T07:51:44.229180+0000","modified":"2024-09-12T07:54:00.267228+0000","last_up_change":"2024-09-12T07:51:54.809839+0000","last_in_change":"2024-09-12T07:51:45.143216+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":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-12T07:51:55.099601+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-12T07:51:59.462949+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-12T07:52:16.188503+0000","flags":8197,"flags_names":"hashpspool,ec_overwrites,selfmanaged_snaps","type":3,"size":3,"min_size":2,"crush_rule":1,"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":5,"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":"teuthologyprofile","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":8192,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"30946072-aacf-4e73-8d7c-c9a5ce5197db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6810","nonce":1084994904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6813","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6815","nonce":1084994904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6823","nonce":1084994904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6817","nonce":1084994904},{"type":"v1","addr":"172.21.15.98:6819","nonce":1084994904}]},"public_addr":"172.21.15.98:6810/1084994904","cluster_addr":"172.21.15.98:6815/1084994904","heartbeat_back_addr":"172.21.15.98:6823/1084994904","heartbeat_front_addr":"172.21.15.98:6819/1084994904","state":["exists","up"]},{"osd":1,"uuid":"dba59a96-c332-46eb-956b-29cf52a0031d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6801","nonce":3327172859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6803","nonce":3327172859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6807","nonce":3327172859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":3327172859},{"type":"v1","addr":"172.21.15.98:6805","nonce":3327172859}]},"public_addr":"172.21.15.98:6801/3327172859","cluster_addr":"172.21.15.98:6803/3327172859","heartbeat_back_addr":"172.21.15.98:6807/3327172859","heartbeat_front_addr":"172.21.15.98:6805/3327172859","state":["exists","up"]},{"osd":2,"uuid":"c69b1229-d4dd-4443-a403-89848921933d","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.98:6809","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6811","nonce":625844979}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6814","nonce":625844979}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6821","nonce":625844979}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6816","nonce":625844979},{"type":"v1","addr":"172.21.15.98:6818","nonce":625844979}]},"public_addr":"172.21.15.98:6811/625844979","cluster_addr":"172.21.15.98:6814/625844979","heartbeat_back_addr":"172.21.15.98:6821/625844979","heartbeat_front_addr":"172.21.15.98:6818/625844979","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-12T07:51:51.670974+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-12T07:51:51.535153+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-12T07:51:51.812154+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"},"teuthologyprofile":{"crush-device-class":"","crush-failure-domain":"osd","crush-num-failure-domains":"0","crush-osds-per-failure-domain":"0","crush-root":"default","jerasure-per-chunk-alignment":"false","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van","w":"8"}},"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-12T09:25:58.912 INFO:tasks.ceph:Scrubbing cluster2.osd.0 2024-09-12T09:25:58.912 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T09:25:59.073 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-09-12T09:25:59.073 INFO:teuthology.orchestra.run.smithi098.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-12T09:25:59.074 INFO:teuthology.orchestra.run.smithi098.stdout:} 2024-09-12T09:25:59.089 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd deep-scrub 0 2024-09-12T09:25:59.368 INFO:teuthology.orchestra.run.smithi098.stderr:instructed osd(s) 0 to deep-scrub 2024-09-12T09:25:59.385 INFO:tasks.ceph:Scrubbing cluster2.osd.1 2024-09-12T09:25:59.385 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T09:25:59.531 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-09-12T09:25:59.531 INFO:teuthology.orchestra.run.smithi098.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-12T09:25:59.531 INFO:teuthology.orchestra.run.smithi098.stdout:} 2024-09-12T09:25:59.546 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd deep-scrub 1 2024-09-12T09:25:59.841 INFO:teuthology.orchestra.run.smithi098.stderr:instructed osd(s) 1 to deep-scrub 2024-09-12T09:25:59.859 INFO:tasks.ceph:Scrubbing cluster2.osd.2 2024-09-12T09:25:59.860 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T09:25:59.999 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-09-12T09:25:59.999 INFO:teuthology.orchestra.run.smithi098.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-12T09:26:00.000 INFO:teuthology.orchestra.run.smithi098.stdout:} 2024-09-12T09:26:00.015 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd deep-scrub 2 2024-09-12T09:26:00.289 INFO:teuthology.orchestra.run.smithi098.stderr:instructed osd(s) 2 to deep-scrub 2024-09-12T09:26:00.307 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-12T09:26:00.609 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T09:26:00.610 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2024-09-12T09:26:00.627 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":2847,"stamp":"2024-09-12T09:26:00.532128+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1716274498,"num_objects":526,"num_object_clones":0,"num_object_copies":1561,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":526,"num_whiteouts":0,"num_read":12355,"num_read_kb":1839400,"num_write":1911,"num_write_kb":1183744,"num_scrub_errors":0,"num_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":146,"num_omap_keys":10,"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":1290,"ondisk_log_size":1290,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":2608692,"kb_used_data":2515132,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":280506828,"statfs":{"total":289910292480,"available":287238991872,"internally_reserved":0,"allocated":2575495168,"data_stored":2574982769,"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":146,"num_omap_keys":10,"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.003515"},"pg_stats":[{"pgid":"2.7","version":"23'1","reported_seq":105,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:00.151512+0000","last_change":"2024-09-12T07:52:02.853550+0000","last_active":"2024-09-12T09:23:00.151512+0000","last_peered":"2024-09-12T09:23:00.151512+0000","last_clean":"2024-09-12T09:23:00.151512+0000","last_became_active":"2024-09-12T07:52:00.847113+0000","last_became_peered":"2024-09-12T07:52:00.847113+0000","last_unstale":"2024-09-12T09:23:00.151512+0000","last_undegraded":"2024-09-12T09:23:00.151512+0000","last_fullsized":"2024-09-12T09:23:00.151512+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T13:35:59.461626+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001579787,"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":29,"num_read_kb":9,"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":[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":"0'0","reported_seq":86,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:00.151478+0000","last_change":"2024-09-12T07:52:02.853565+0000","last_active":"2024-09-12T09:23:00.151478+0000","last_peered":"2024-09-12T09:23:00.151478+0000","last_clean":"2024-09-12T09:23:00.151478+0000","last_became_active":"2024-09-12T07:52:00.842808+0000","last_became_peered":"2024-09-12T07:52:00.842808+0000","last_unstale":"2024-09-12T09:23:00.151478+0000","last_undegraded":"2024-09-12T09:23:00.151478+0000","last_fullsized":"2024-09-12T09:23:00.151478+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T16:53:50.518989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001582394,"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":[]},{"pgid":"2.5","version":"27'106","reported_seq":196,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:00.142027+0000","last_change":"2024-09-12T07:52:02.852951+0000","last_active":"2024-09-12T09:22:00.142027+0000","last_peered":"2024-09-12T09:22:00.142027+0000","last_clean":"2024-09-12T09:22:00.142027+0000","last_became_active":"2024-09-12T07:52:00.842797+0000","last_became_peered":"2024-09-12T07:52:00.842797+0000","last_unstale":"2024-09-12T09:22:00.142027+0000","last_undegraded":"2024-09-12T09:22:00.142027+0000","last_fullsized":"2024-09-12T09:22:00.142027+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":106,"log_dups_size":0,"ondisk_log_size":106,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:06:54.610099+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010444689999999999,"stat_sum":{"num_bytes":98,"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":613,"num_read_kb":508,"num_write":206,"num_write_kb":202,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'30","reported_seq":273,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.157328+0000","last_change":"2024-09-12T07:52:02.854032+0000","last_active":"2024-09-12T09:23:40.157328+0000","last_peered":"2024-09-12T09:23:40.157328+0000","last_clean":"2024-09-12T09:23:40.157328+0000","last_became_active":"2024-09-12T07:52:00.843627+0000","last_became_peered":"2024-09-12T07:52:00.843627+0000","last_unstale":"2024-09-12T09:23:40.157328+0000","last_undegraded":"2024-09-12T09:23:40.157328+0000","last_fullsized":"2024-09-12T09:23:40.157328+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":30,"log_dups_size":0,"ondisk_log_size":30,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T15:16:37.335598+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001214871,"stat_sum":{"num_bytes":0,"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":421,"num_read_kb":364,"num_write":24,"num_write_kb":16,"num_scrub_errors":0,"num_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":2380,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:21:55.140981+0000","last_change":"2024-09-12T07:52:21.223112+0000","last_active":"2024-09-12T09:21:55.140981+0000","last_peered":"2024-09-12T09:21:55.140981+0000","last_clean":"2024-09-12T09:21:55.140981+0000","last_became_active":"2024-09-12T07:52:18.193545+0000","last_became_peered":"2024-09-12T07:52:18.193545+0000","last_unstale":"2024-09-12T09:21:55.140981+0000","last_undegraded":"2024-09-12T09:21:55.140981+0000","last_fullsized":"2024-09-12T09:21:55.140981+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+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-13T16:43:53.280639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001171063,"stat_sum":{"num_bytes":471580672,"num_objects":144,"num_object_clones":0,"num_object_copies":432,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":144,"num_whiteouts":0,"num_read":2142,"num_read_kb":511521,"num_write":180,"num_write_kb":333392,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'424","reported_seq":744,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:59.654314+0000","last_change":"2024-09-12T09:25:59.654314+0000","last_active":"2024-09-12T09:25:59.654314+0000","last_peered":"2024-09-12T09:25:59.654314+0000","last_clean":"2024-09-12T09:25:59.654314+0000","last_became_active":"2024-09-12T07:52:00.845524+0000","last_became_peered":"2024-09-12T07:52:00.845524+0000","last_unstale":"2024-09-12T09:25:59.654314+0000","last_undegraded":"2024-09-12T09:25:59.654314+0000","last_fullsized":"2024-09-12T09:25:59.654314+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'424","last_scrub_stamp":"2024-09-12T09:25:59.654239+0000","last_deep_scrub":"27'424","last_deep_scrub_stamp":"2024-09-12T09:25:59.654239+0000","last_clean_scrub_stamp":"2024-09-12T09:25:59.654239+0000","objects_scrubbed":4,"log_size":424,"log_dups_size":0,"ondisk_log_size":424,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T18:50:17.682717+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.001280247,"stat_sum":{"num_bytes":279,"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":2469,"num_read_kb":2108,"num_write":708,"num_write_kb":695,"num_scrub_errors":0,"num_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":[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'132","reported_seq":2545,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:45.149353+0000","last_change":"2024-09-12T07:52:21.214192+0000","last_active":"2024-09-12T09:22:45.149353+0000","last_peered":"2024-09-12T09:22:45.149353+0000","last_clean":"2024-09-12T09:22:45.149353+0000","last_became_active":"2024-09-12T07:52:18.190939+0000","last_became_peered":"2024-09-12T07:52:18.190939+0000","last_unstale":"2024-09-12T09:22:45.149353+0000","last_undegraded":"2024-09-12T09:22:45.149353+0000","last_fullsized":"2024-09-12T09:22:45.149353+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T16:33:57.740477+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014336819999999999,"stat_sum":{"num_bytes":414711808,"num_objects":123,"num_object_clones":0,"num_object_copies":369,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":123,"num_whiteouts":0,"num_read":2332,"num_read_kb":433748,"num_write":159,"num_write_kb":268800,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"26'2","reported_seq":112,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.285968+0000","last_change":"2024-09-12T07:52:03.795187+0000","last_active":"2024-09-12T09:23:40.285968+0000","last_peered":"2024-09-12T09:23:40.285968+0000","last_clean":"2024-09-12T09:23:40.285968+0000","last_became_active":"2024-09-12T07:52:00.849040+0000","last_became_peered":"2024-09-12T07:52:00.849040+0000","last_unstale":"2024-09-12T09:23:40.285968+0000","last_undegraded":"2024-09-12T09:23:40.285968+0000","last_fullsized":"2024-09-12T09:23:40.285968+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T17:25:48.639344+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094934000000000001,"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":41,"num_read_kb":17,"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":[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'134","reported_seq":1689,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:21:55.140904+0000","last_change":"2024-09-12T07:52:21.223466+0000","last_active":"2024-09-12T09:21:55.140904+0000","last_peered":"2024-09-12T09:21:55.140904+0000","last_clean":"2024-09-12T09:21:55.140904+0000","last_became_active":"2024-09-12T07:52:18.193756+0000","last_became_peered":"2024-09-12T07:52:18.193756+0000","last_unstale":"2024-09-12T09:21:55.140904+0000","last_undegraded":"2024-09-12T09:21:55.140904+0000","last_fullsized":"2024-09-12T09:21:55.140904+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+0000","objects_scrubbed":0,"log_size":134,"log_dups_size":0,"ondisk_log_size":134,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:45:54.482575+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001073699,"stat_sum":{"num_bytes":402784256,"num_objects":119,"num_object_clones":0,"num_object_copies":357,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":119,"num_whiteouts":0,"num_read":1476,"num_read_kb":431041,"num_write":163,"num_write_kb":283424,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"25'1","reported_seq":106,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:25.275433+0000","last_change":"2024-09-12T07:52:03.795028+0000","last_active":"2024-09-12T09:22:25.275433+0000","last_peered":"2024-09-12T09:22:25.275433+0000","last_clean":"2024-09-12T09:22:25.275433+0000","last_became_active":"2024-09-12T07:52:00.848442+0000","last_became_peered":"2024-09-12T07:52:00.848442+0000","last_unstale":"2024-09-12T09:22:25.275433+0000","last_undegraded":"2024-09-12T09:22:25.275433+0000","last_fullsized":"2024-09-12T09:22:25.275433+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+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-13T13:50:10.071275+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00086480599999999997,"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":26,"num_read_kb":8,"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.2","version":"26'135","reported_seq":2295,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:21:55.141146+0000","last_change":"2024-09-12T07:52:21.214379+0000","last_active":"2024-09-12T09:21:55.141146+0000","last_peered":"2024-09-12T09:21:55.141146+0000","last_clean":"2024-09-12T09:21:55.141146+0000","last_became_active":"2024-09-12T07:52:18.190912+0000","last_became_peered":"2024-09-12T07:52:18.190912+0000","last_unstale":"2024-09-12T09:21:55.141146+0000","last_undegraded":"2024-09-12T09:21:55.141146+0000","last_fullsized":"2024-09-12T09:21:55.141146+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:17.176140+0000","last_clean_scrub_stamp":"2024-09-12T07:52:17.176140+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-13T10:28:16.971786+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001447938,"stat_sum":{"num_bytes":426606611,"num_objects":123,"num_object_clones":0,"num_object_copies":369,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":123,"num_whiteouts":0,"num_read":2081,"num_read_kb":459482,"num_write":169,"num_write_kb":295890,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"26'114","reported_seq":215,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:40.157263+0000","last_change":"2024-09-12T07:52:02.853923+0000","last_active":"2024-09-12T09:23:40.157263+0000","last_peered":"2024-09-12T09:23:40.157263+0000","last_clean":"2024-09-12T09:23:40.157263+0000","last_became_active":"2024-09-12T07:52:00.845505+0000","last_became_peered":"2024-09-12T07:52:00.845505+0000","last_unstale":"2024-09-12T09:23:40.157263+0000","last_undegraded":"2024-09-12T09:23:40.157263+0000","last_fullsized":"2024-09-12T09:23:40.157263+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-12T07:51:59.821384+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:59.821384+0000","last_clean_scrub_stamp":"2024-09-12T07:51:59.821384+0000","objects_scrubbed":0,"log_size":114,"log_dups_size":0,"ondisk_log_size":114,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T18:10:13.324288+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001346047,"stat_sum":{"num_bytes":260,"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":669,"num_read_kb":548,"num_write":219,"num_write_kb":215,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":157,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:22:25.146437+0000","last_change":"2024-09-12T07:51:56.826994+0000","last_active":"2024-09-12T09:22:25.146437+0000","last_peered":"2024-09-12T09:22:25.146437+0000","last_clean":"2024-09-12T09:22:25.146437+0000","last_became_active":"2024-09-12T07:51:56.823160+0000","last_became_peered":"2024-09-12T07:51:56.823160+0000","last_unstale":"2024-09-12T09:22:25.146437+0000","last_undegraded":"2024-09-12T09:22:25.146437+0000","last_fullsized":"2024-09-12T09:22:25.146437+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-12T07:51:55.811026+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:55.811026+0000","last_clean_scrub_stamp":"2024-09-12T07:51:55.811026+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-13T09:03:27.684108+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":1715683347,"num_objects":509,"num_object_clones":0,"num_object_copies":1527,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":509,"num_whiteouts":0,"num_read":8031,"num_read_kb":1835792,"num_write":671,"num_write_kb":1181506,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2573537280,"data_stored":2573537280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":560,"ondisk_log_size":560,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":783,"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":4268,"num_read_kb":3562,"num_write":1161,"num_write_kb":1132,"num_scrub_errors":0,"num_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":146,"num_omap_keys":10,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":81920,"data_stored":1566,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":678,"ondisk_log_size":678,"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":34359739501,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869176,"kb_used_data":837984,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502664,"statfs":{"total":96636764160,"available":95746727936,"internally_reserved":0,"allocated":858095616,"data_stored":857933879,"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":34359739500,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869768,"kb_used_data":838584,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502072,"statfs":{"total":96636764160,"available":95746121728,"internally_reserved":0,"allocated":858710016,"data_stored":858524640,"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":34359739500,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869748,"kb_used_data":838564,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502092,"statfs":{"total":96636764160,"available":95746142208,"internally_reserved":0,"allocated":858689536,"data_stored":858524250,"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":20480,"data_stored":393,"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":783,"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":20480,"data_stored":390,"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":857845760,"data_stored":857845760,"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":857845760,"data_stored":857845760,"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":857845760,"data_stored":857845760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-12T09:26:00.631 INFO:tasks.ceph:pgid 2.7 last_scrub_stamp 2024-09-12T07:51:59.821384+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=59, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=25, tm_sec=57, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:00.631 INFO:tasks.ceph:pgid 2.6 last_scrub_stamp 2024-09-12T07:51:59.821384+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=59, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=25, tm_sec=57, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:00.631 INFO:tasks.ceph:pgid 2.5 last_scrub_stamp 2024-09-12T07:51:59.821384+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=59, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=25, tm_sec=57, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:00.631 INFO:tasks.ceph:pgid 2.4 last_scrub_stamp 2024-09-12T07:51:59.821384+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=59, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=25, tm_sec=57, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:00.631 INFO:tasks.ceph:pgid 3.3 last_scrub_stamp 2024-09-12T07:52:17.176140+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=52, tm_sec=17, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=25, tm_sec=57, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:00.631 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2024-09-12T07:52:17.176140+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=52, tm_sec=17, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=25, tm_sec=57, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:00.631 INFO:tasks.ceph:pgid 2.1 last_scrub_stamp 2024-09-12T07:51:59.821384+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=59, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=25, tm_sec=57, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:00.632 INFO:tasks.ceph:pgid 3.1 last_scrub_stamp 2024-09-12T07:52:17.176140+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=52, tm_sec=17, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=25, tm_sec=57, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:00.632 INFO:tasks.ceph:pgid 2.0 last_scrub_stamp 2024-09-12T07:51:59.821384+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=59, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=25, tm_sec=57, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:00.632 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2024-09-12T07:52:17.176140+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=52, tm_sec=17, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=25, tm_sec=57, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:00.632 INFO:tasks.ceph:pgid 2.3 last_scrub_stamp 2024-09-12T07:51:59.821384+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=59, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=25, tm_sec=57, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:00.632 INFO:tasks.ceph:pgid 1.0 last_scrub_stamp 2024-09-12T07:51:55.811026+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=55, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=25, tm_sec=57, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:00.632 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2024-09-12T09:26:20.633 DEBUG:teuthology.orchestra.run.smithi098:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-12T09:26:20.946 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-12T09:26:20.946 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2024-09-12T09:26:20.964 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":2857,"stamp":"2024-09-12T09:26:20.537724+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1716274498,"num_objects":526,"num_object_clones":0,"num_object_copies":1561,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":526,"num_whiteouts":0,"num_read":12355,"num_read_kb":1839400,"num_write":1911,"num_write_kb":1183744,"num_scrub_errors":0,"num_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":528,"num_omap_keys":36,"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":1303,"ondisk_log_size":1303,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":2608684,"kb_used_data":2515132,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":280506836,"statfs":{"total":289910292480,"available":287239000064,"internally_reserved":0,"allocated":2575495168,"data_stored":2574982769,"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.003489"},"pg_stats":[{"pgid":"2.7","version":"27'2","reported_seq":114,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:00.762273+0000","last_change":"2024-09-12T09:26:00.762273+0000","last_active":"2024-09-12T09:26:00.762273+0000","last_peered":"2024-09-12T09:26:00.762273+0000","last_clean":"2024-09-12T09:26:00.762273+0000","last_became_active":"2024-09-12T07:52:00.847113+0000","last_became_peered":"2024-09-12T07:52:00.847113+0000","last_unstale":"2024-09-12T09:26:00.762273+0000","last_undegraded":"2024-09-12T09:26:00.762273+0000","last_fullsized":"2024-09-12T09:26:00.762273+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'2","last_scrub_stamp":"2024-09-12T09:26:00.762116+0000","last_deep_scrub":"27'2","last_deep_scrub_stamp":"2024-09-12T09:26:00.762116+0000","last_clean_scrub_stamp":"2024-09-12T09:26:00.762116+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-13T10:11:09.321637+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.001579787,"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":29,"num_read_kb":9,"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":[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":"0'0","reported_seq":94,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:05.733145+0000","last_change":"2024-09-12T09:26:05.733145+0000","last_active":"2024-09-12T09:26:05.733145+0000","last_peered":"2024-09-12T09:26:05.733145+0000","last_clean":"2024-09-12T09:26:05.733145+0000","last_became_active":"2024-09-12T07:52:00.842808+0000","last_became_peered":"2024-09-12T07:52:00.842808+0000","last_unstale":"2024-09-12T09:26:05.733145+0000","last_undegraded":"2024-09-12T09:26:05.733145+0000","last_fullsized":"2024-09-12T09:26:05.733145+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-12T09:26:05.732950+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T09:26:05.732950+0000","last_clean_scrub_stamp":"2024-09-12T09:26:05.732950+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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-13T20:46:21.932944+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.001582394,"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":[]},{"pgid":"2.5","version":"27'107","reported_seq":206,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:01.769148+0000","last_change":"2024-09-12T09:26:01.768996+0000","last_active":"2024-09-12T09:26:01.769148+0000","last_peered":"2024-09-12T09:26:01.769148+0000","last_clean":"2024-09-12T09:26:01.769148+0000","last_became_active":"2024-09-12T07:52:00.842797+0000","last_became_peered":"2024-09-12T07:52:00.842797+0000","last_unstale":"2024-09-12T09:26:01.769148+0000","last_undegraded":"2024-09-12T09:26:01.769148+0000","last_fullsized":"2024-09-12T09:26:01.769148+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'107","last_scrub_stamp":"2024-09-12T09:26:01.768798+0000","last_deep_scrub":"27'107","last_deep_scrub_stamp":"2024-09-12T09:26:01.768798+0000","last_clean_scrub_stamp":"2024-09-12T09:26:01.768798+0000","objects_scrubbed":1,"log_size":107,"log_dups_size":0,"ondisk_log_size":107,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T19:12:50.075791+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.0010444689999999999,"stat_sum":{"num_bytes":98,"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":613,"num_read_kb":508,"num_write":206,"num_write_kb":202,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'33","reported_seq":284,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:02.779148+0000","last_change":"2024-09-12T09:26:02.779148+0000","last_active":"2024-09-12T09:26:02.779148+0000","last_peered":"2024-09-12T09:26:02.779148+0000","last_clean":"2024-09-12T09:26:02.779148+0000","last_became_active":"2024-09-12T07:52:00.843627+0000","last_became_peered":"2024-09-12T07:52:00.843627+0000","last_unstale":"2024-09-12T09:26:02.779148+0000","last_undegraded":"2024-09-12T09:26:02.779148+0000","last_fullsized":"2024-09-12T09:26:02.779148+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'33","last_scrub_stamp":"2024-09-12T09:26:02.778901+0000","last_deep_scrub":"27'33","last_deep_scrub_stamp":"2024-09-12T09:26:02.778901+0000","last_clean_scrub_stamp":"2024-09-12T09:26:02.778901+0000","objects_scrubbed":3,"log_size":33,"log_dups_size":0,"ondisk_log_size":33,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T10:41:05.064521+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.001214871,"stat_sum":{"num_bytes":0,"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":421,"num_read_kb":364,"num_write":24,"num_write_kb":16,"num_scrub_errors":0,"num_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":382,"num_omap_keys":26,"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":2394,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:02.316927+0000","last_change":"2024-09-12T09:26:02.316736+0000","last_active":"2024-09-12T09:26:02.316927+0000","last_peered":"2024-09-12T09:26:02.316927+0000","last_clean":"2024-09-12T09:26:02.316927+0000","last_became_active":"2024-09-12T07:52:18.193545+0000","last_became_peered":"2024-09-12T07:52:18.193545+0000","last_unstale":"2024-09-12T09:26:02.316927+0000","last_undegraded":"2024-09-12T09:26:02.316927+0000","last_fullsized":"2024-09-12T09:26:02.316927+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"26'159","last_scrub_stamp":"2024-09-12T09:26:02.316444+0000","last_deep_scrub":"26'159","last_deep_scrub_stamp":"2024-09-12T09:26:02.316444+0000","last_clean_scrub_stamp":"2024-09-12T09:26:02.316444+0000","objects_scrubbed":144,"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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-13T12:46:24.249311+0000","scrub_duration":651,"objects_trimmed":0,"snaptrim_duration":0.001171063,"stat_sum":{"num_bytes":471580672,"num_objects":144,"num_object_clones":0,"num_object_copies":432,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":144,"num_whiteouts":0,"num_read":2142,"num_read_kb":511521,"num_write":180,"num_write_kb":333392,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'424","reported_seq":744,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:59.654314+0000","last_change":"2024-09-12T09:25:59.654314+0000","last_active":"2024-09-12T09:25:59.654314+0000","last_peered":"2024-09-12T09:25:59.654314+0000","last_clean":"2024-09-12T09:25:59.654314+0000","last_became_active":"2024-09-12T07:52:00.845524+0000","last_became_peered":"2024-09-12T07:52:00.845524+0000","last_unstale":"2024-09-12T09:25:59.654314+0000","last_undegraded":"2024-09-12T09:25:59.654314+0000","last_fullsized":"2024-09-12T09:25:59.654314+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'424","last_scrub_stamp":"2024-09-12T09:25:59.654239+0000","last_deep_scrub":"27'424","last_deep_scrub_stamp":"2024-09-12T09:25:59.654239+0000","last_clean_scrub_stamp":"2024-09-12T09:25:59.654239+0000","objects_scrubbed":4,"log_size":424,"log_dups_size":0,"ondisk_log_size":424,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T18:50:17.682717+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.001280247,"stat_sum":{"num_bytes":279,"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":2469,"num_read_kb":2108,"num_write":708,"num_write_kb":695,"num_scrub_errors":0,"num_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":[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'132","reported_seq":2557,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:07.353601+0000","last_change":"2024-09-12T09:26:07.353601+0000","last_active":"2024-09-12T09:26:07.353601+0000","last_peered":"2024-09-12T09:26:07.353601+0000","last_clean":"2024-09-12T09:26:07.353601+0000","last_became_active":"2024-09-12T07:52:18.190939+0000","last_became_peered":"2024-09-12T07:52:18.190939+0000","last_unstale":"2024-09-12T09:26:07.353601+0000","last_undegraded":"2024-09-12T09:26:07.353601+0000","last_fullsized":"2024-09-12T09:26:07.353601+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"26'132","last_scrub_stamp":"2024-09-12T09:26:07.352873+0000","last_deep_scrub":"26'132","last_deep_scrub_stamp":"2024-09-12T09:26:07.352873+0000","last_clean_scrub_stamp":"2024-09-12T09:26:07.352873+0000","objects_scrubbed":123,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T13:07:05.418182+0000","scrub_duration":579,"objects_trimmed":0,"snaptrim_duration":0.0014336819999999999,"stat_sum":{"num_bytes":414711808,"num_objects":123,"num_object_clones":0,"num_object_copies":369,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":123,"num_whiteouts":0,"num_read":2332,"num_read_kb":433748,"num_write":159,"num_write_kb":268800,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"27'4","reported_seq":122,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:01.422645+0000","last_change":"2024-09-12T09:26:01.422645+0000","last_active":"2024-09-12T09:26:01.422645+0000","last_peered":"2024-09-12T09:26:01.422645+0000","last_clean":"2024-09-12T09:26:01.422645+0000","last_became_active":"2024-09-12T07:52:00.849040+0000","last_became_peered":"2024-09-12T07:52:00.849040+0000","last_unstale":"2024-09-12T09:26:01.422645+0000","last_undegraded":"2024-09-12T09:26:01.422645+0000","last_fullsized":"2024-09-12T09:26:01.422645+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'4","last_scrub_stamp":"2024-09-12T09:26:01.422464+0000","last_deep_scrub":"27'4","last_deep_scrub_stamp":"2024-09-12T09:26:01.422464+0000","last_clean_scrub_stamp":"2024-09-12T09:26:01.422464+0000","objects_scrubbed":2,"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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-13T19:45:50.041368+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.00094934000000000001,"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":41,"num_read_kb":17,"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":[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'134","reported_seq":1702,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:01.173410+0000","last_change":"2024-09-12T09:26:01.173255+0000","last_active":"2024-09-12T09:26:01.173410+0000","last_peered":"2024-09-12T09:26:01.173410+0000","last_clean":"2024-09-12T09:26:01.173410+0000","last_became_active":"2024-09-12T07:52:18.193756+0000","last_became_peered":"2024-09-12T07:52:18.193756+0000","last_unstale":"2024-09-12T09:26:01.173410+0000","last_undegraded":"2024-09-12T09:26:01.173410+0000","last_fullsized":"2024-09-12T09:26:01.173410+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"26'134","last_scrub_stamp":"2024-09-12T09:26:01.173014+0000","last_deep_scrub":"26'134","last_deep_scrub_stamp":"2024-09-12T09:26:01.173014+0000","last_clean_scrub_stamp":"2024-09-12T09:26:01.173014+0000","objects_scrubbed":119,"log_size":134,"log_dups_size":0,"ondisk_log_size":134,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T12:08:31.222809+0000","scrub_duration":543,"objects_trimmed":0,"snaptrim_duration":0.001073699,"stat_sum":{"num_bytes":402784256,"num_objects":119,"num_object_clones":0,"num_object_copies":357,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":119,"num_whiteouts":0,"num_read":1476,"num_read_kb":431041,"num_write":163,"num_write_kb":283424,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"27'2","reported_seq":115,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:00.384161+0000","last_change":"2024-09-12T09:26:00.384161+0000","last_active":"2024-09-12T09:26:00.384161+0000","last_peered":"2024-09-12T09:26:00.384161+0000","last_clean":"2024-09-12T09:26:00.384161+0000","last_became_active":"2024-09-12T07:52:00.848442+0000","last_became_peered":"2024-09-12T07:52:00.848442+0000","last_unstale":"2024-09-12T09:26:00.384161+0000","last_undegraded":"2024-09-12T09:26:00.384161+0000","last_fullsized":"2024-09-12T09:26:00.384161+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'2","last_scrub_stamp":"2024-09-12T09:26:00.384068+0000","last_deep_scrub":"27'2","last_deep_scrub_stamp":"2024-09-12T09:26:00.384068+0000","last_clean_scrub_stamp":"2024-09-12T09:26:00.384068+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":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-13T10:01:57.092790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00086480599999999997,"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":26,"num_read_kb":8,"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.2","version":"26'135","reported_seq":2308,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:08.311334+0000","last_change":"2024-09-12T09:26:08.311334+0000","last_active":"2024-09-12T09:26:08.311334+0000","last_peered":"2024-09-12T09:26:08.311334+0000","last_clean":"2024-09-12T09:26:08.311334+0000","last_became_active":"2024-09-12T07:52:18.190912+0000","last_became_peered":"2024-09-12T07:52:18.190912+0000","last_unstale":"2024-09-12T09:26:08.311334+0000","last_undegraded":"2024-09-12T09:26:08.311334+0000","last_fullsized":"2024-09-12T09:26:08.311334+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"26'135","last_scrub_stamp":"2024-09-12T09:26:08.311039+0000","last_deep_scrub":"26'135","last_deep_scrub_stamp":"2024-09-12T09:26:08.311039+0000","last_clean_scrub_stamp":"2024-09-12T09:26:08.311039+0000","objects_scrubbed":123,"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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-13T19:49:26.614221+0000","scrub_duration":579,"objects_trimmed":0,"snaptrim_duration":0.001447938,"stat_sum":{"num_bytes":426606611,"num_objects":123,"num_object_clones":0,"num_object_copies":369,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":123,"num_whiteouts":0,"num_read":2081,"num_read_kb":459482,"num_write":169,"num_write_kb":295890,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"27'117","reported_seq":226,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:04.783357+0000","last_change":"2024-09-12T09:26:04.783357+0000","last_active":"2024-09-12T09:26:04.783357+0000","last_peered":"2024-09-12T09:26:04.783357+0000","last_clean":"2024-09-12T09:26:04.783357+0000","last_became_active":"2024-09-12T07:52:00.845505+0000","last_became_peered":"2024-09-12T07:52:00.845505+0000","last_unstale":"2024-09-12T09:26:04.783357+0000","last_undegraded":"2024-09-12T09:26:04.783357+0000","last_fullsized":"2024-09-12T09:26:04.783357+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'117","last_scrub_stamp":"2024-09-12T09:26:04.783074+0000","last_deep_scrub":"27'117","last_deep_scrub_stamp":"2024-09-12T09:26:04.783074+0000","last_clean_scrub_stamp":"2024-09-12T09:26:04.783074+0000","objects_scrubbed":3,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T11:10:09.321847+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.001346047,"stat_sum":{"num_bytes":260,"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":669,"num_read_kb":548,"num_write":219,"num_write_kb":215,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27'54","reported_seq":167,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:03.806186+0000","last_change":"2024-09-12T09:26:03.806186+0000","last_active":"2024-09-12T09:26:03.806186+0000","last_peered":"2024-09-12T09:26:03.806186+0000","last_clean":"2024-09-12T09:26:03.806186+0000","last_became_active":"2024-09-12T07:51:56.823160+0000","last_became_peered":"2024-09-12T07:51:56.823160+0000","last_unstale":"2024-09-12T09:26:03.806186+0000","last_undegraded":"2024-09-12T09:26:03.806186+0000","last_fullsized":"2024-09-12T09:26:03.806186+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-12T09:26:03.805989+0000","last_deep_scrub":"27'54","last_deep_scrub_stamp":"2024-09-12T09:26:03.805989+0000","last_clean_scrub_stamp":"2024-09-12T09:26:03.805989+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-13T20:27:38.294987+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":1715683347,"num_objects":509,"num_object_clones":0,"num_object_copies":1527,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":509,"num_whiteouts":0,"num_read":8031,"num_read_kb":1835792,"num_write":671,"num_write_kb":1181506,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2573537280,"data_stored":2573537280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":560,"ondisk_log_size":560,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":783,"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":4268,"num_read_kb":3562,"num_write":1161,"num_write_kb":1132,"num_scrub_errors":0,"num_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":528,"num_omap_keys":36,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":81920,"data_stored":1566,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":689,"ondisk_log_size":689,"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":34359739505,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869168,"kb_used_data":837984,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502672,"statfs":{"total":96636764160,"available":95746736128,"internally_reserved":0,"allocated":858095616,"data_stored":857933879,"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":34359739504,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869768,"kb_used_data":838584,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502072,"statfs":{"total":96636764160,"available":95746121728,"internally_reserved":0,"allocated":858710016,"data_stored":858524640,"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":34359739504,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":869748,"kb_used_data":838564,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93502092,"statfs":{"total":96636764160,"available":95746142208,"internally_reserved":0,"allocated":858689536,"data_stored":858524250,"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":20480,"data_stored":393,"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":783,"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":20480,"data_stored":390,"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":857845760,"data_stored":857845760,"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":857845760,"data_stored":857845760,"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":857845760,"data_stored":857845760,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-12T09:26:20.965 DEBUG:teuthology.orchestra.run.smithi098:> sudo ceph --cluster cluster2 config set global mon_health_to_clog false 2024-09-12T09:26:21.285 INFO:teuthology.misc:Shutting down mds daemons... 2024-09-12T09:26:21.285 INFO:teuthology.misc:Shutting down osd daemons... 2024-09-12T09:26:21.285 DEBUG:tasks.ceph.cluster2.osd.0:waiting for process to exit 2024-09-12T09:26:21.285 INFO:teuthology.orchestra.run:waiting for 300 2024-09-12T09:26:21.383 INFO:tasks.ceph.cluster2.osd.0:Stopped 2024-09-12T09:26:21.383 DEBUG:tasks.ceph.cluster2.osd.1:waiting for process to exit 2024-09-12T09:26:21.383 INFO:teuthology.orchestra.run:waiting for 300 2024-09-12T09:26:21.483 INFO:tasks.ceph.cluster2.osd.1:Stopped 2024-09-12T09:26:21.483 DEBUG:tasks.ceph.cluster2.osd.2:waiting for process to exit 2024-09-12T09:26:21.483 INFO:teuthology.orchestra.run:waiting for 300 2024-09-12T09:26:21.572 INFO:tasks.ceph.cluster2.osd.2:Stopped 2024-09-12T09:26:21.572 INFO:teuthology.misc:Shutting down mgr daemons... 2024-09-12T09:26:21.572 DEBUG:tasks.ceph.cluster2.mgr.x:waiting for process to exit 2024-09-12T09:26:21.572 INFO:teuthology.orchestra.run:waiting for 300 2024-09-12T09:26:21.599 INFO:tasks.ceph.cluster2.mgr.x:Stopped 2024-09-12T09:26:21.600 INFO:teuthology.misc:Shutting down mon daemons... 2024-09-12T09:26:21.600 DEBUG:tasks.ceph.cluster2.mon.a:waiting for process to exit 2024-09-12T09:26:21.600 INFO:teuthology.orchestra.run:waiting for 300 2024-09-12T09:26:21.659 INFO:tasks.ceph.cluster2.mon.a:Stopped 2024-09-12T09:26:21.659 INFO:tasks.ceph:Checking cluster log for badness... 2024-09-12T09:26:21.659 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T09:26:21.715 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster2-0 on ubuntu@smithi098.front.sepia.ceph.com 2024-09-12T09:26:21.715 DEBUG:teuthology.orchestra.run.smithi098:> sync && sudo umount -f /var/lib/ceph/osd/cluster2-0 2024-09-12T09:26:22.124 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster2-1 on ubuntu@smithi098.front.sepia.ceph.com 2024-09-12T09:26:22.124 DEBUG:teuthology.orchestra.run.smithi098:> sync && sudo umount -f /var/lib/ceph/osd/cluster2-1 2024-09-12T09:26:22.313 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster2-2 on ubuntu@smithi098.front.sepia.ceph.com 2024-09-12T09:26:22.313 DEBUG:teuthology.orchestra.run.smithi098:> sync && sudo umount -f /var/lib/ceph/osd/cluster2-2 2024-09-12T09:26:22.437 INFO:tasks.ceph:Archiving mon data... 2024-09-12T09:26:22.438 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/mon/cluster2-a to /home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429/data/cluster2.mon.a.tgz 2024-09-12T09:26:22.438 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2024-09-12T09:26:22.444 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.XAzJcqVqwN 2024-09-12T09:26:22.444 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar cz -f - -C /var/lib/ceph/mon/cluster2-a -- . > /tmp/tmp.XAzJcqVqwN 2024-09-12T09:26:22.535 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.XAzJcqVqwN 2024-09-12T09:26:22.597 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.XAzJcqVqwN is 202KB 2024-09-12T09:26:22.613 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.XAzJcqVqwN 2024-09-12T09:26:22.618 INFO:tasks.ceph:Cleaning ceph cluster... 2024-09-12T09:26:22.619 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T09:26:22.624 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T09:26:22.671 DEBUG:teuthology.run_tasks:Unwinding manager ceph 2024-09-12T09:26:22.681 INFO:tasks.ceph.ceph_manager.cluster1:waiting for clean 2024-09-12T09:26:22.681 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-12T09:26:23.243 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T09:26:23.243 INFO:teuthology.orchestra.run.smithi039.stderr:dumped all 2024-09-12T09:26:23.264 INFO:teuthology.orchestra.run.smithi039.stdout:{"pg_ready":true,"pg_map":{"version":2877,"stamp":"2024-09-12T09:26:22.396486+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20547535810,"num_objects":5092,"num_object_clones":260,"num_object_copies":15259,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5092,"num_whiteouts":0,"num_read":474068,"num_read_kb":13645141,"num_write":602915,"num_write_kb":80750177,"num_scrub_errors":0,"num_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":46329,"ondisk_log_size":46329,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":34170896,"kb_used_data":30104608,"kb_used_omap":86,"kb_used_meta":4066153,"kb_avail":248944624,"statfs":{"total":289910292480,"available":254919294976,"internally_reserved":0,"allocated":30827118592,"data_stored":31048481649,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":89042,"internal_metadata":4163740718},"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.003162"},"pg_stats":[{"pgid":"2.7","version":"27'241","reported_seq":2225,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.431225+0000","last_change":"2024-09-12T07:51:25.197114+0000","last_active":"2024-09-12T09:25:44.431225+0000","last_peered":"2024-09-12T09:25:44.431225+0000","last_clean":"2024-09-12T09:25:44.431225+0000","last_became_active":"2024-09-12T07:51:23.182543+0000","last_became_peered":"2024-09-12T07:51:23.182543+0000","last_unstale":"2024-09-12T09:25:44.431225+0000","last_undegraded":"2024-09-12T09:25:44.431225+0000","last_fullsized":"2024-09-12T09:25:44.431225+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":241,"log_dups_size":0,"ondisk_log_size":241,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T19:26:59.360967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001298876,"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":560,"num_read_kb":367,"num_write":232,"num_write_kb":226,"num_scrub_errors":0,"num_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":"27'586","reported_seq":676,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:24:28.342134+0000","last_change":"2024-09-12T07:51:25.197332+0000","last_active":"2024-09-12T09:24:28.342134+0000","last_peered":"2024-09-12T09:24:28.342134+0000","last_clean":"2024-09-12T09:24:28.342134+0000","last_became_active":"2024-09-12T07:51:23.181654+0000","last_became_peered":"2024-09-12T07:51:23.181654+0000","last_unstale":"2024-09-12T09:24:28.342134+0000","last_undegraded":"2024-09-12T09:24:28.342134+0000","last_fullsized":"2024-09-12T09:24:28.342134+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":586,"log_dups_size":0,"ondisk_log_size":586,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T14:39:04.092300+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014726019999999999,"stat_sum":{"num_bytes":674,"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":3484,"num_read_kb":2900,"num_write":1164,"num_write_kb":1158,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'101","reported_seq":190,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:22.955315+0000","last_change":"2024-09-12T07:51:25.196921+0000","last_active":"2024-09-12T09:23:22.955315+0000","last_peered":"2024-09-12T09:23:22.955315+0000","last_clean":"2024-09-12T09:23:22.955315+0000","last_became_active":"2024-09-12T07:51:23.181411+0000","last_became_peered":"2024-09-12T07:51:23.181411+0000","last_unstale":"2024-09-12T09:23:22.955315+0000","last_undegraded":"2024-09-12T09:23:22.955315+0000","last_fullsized":"2024-09-12T09:23:22.955315+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":101,"log_dups_size":0,"ondisk_log_size":101,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T14:54:40.102693+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001146605,"stat_sum":{"num_bytes":98,"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":501,"num_read_kb":400,"num_write":201,"num_write_kb":201,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'1846","reported_seq":1949,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:23.405022+0000","last_change":"2024-09-12T07:51:25.197564+0000","last_active":"2024-09-12T09:25:23.405022+0000","last_peered":"2024-09-12T09:25:23.405022+0000","last_clean":"2024-09-12T09:25:23.405022+0000","last_became_active":"2024-09-12T07:51:23.185129+0000","last_became_peered":"2024-09-12T07:51:23.185129+0000","last_unstale":"2024-09-12T09:25:23.405022+0000","last_undegraded":"2024-09-12T09:25:23.405022+0000","last_fullsized":"2024-09-12T09:25:23.405022+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":1846,"log_dups_size":0,"ondisk_log_size":1846,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:47:05.576426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001678288,"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":11040,"num_read_kb":9199,"num_write":3681,"num_write_kb":3675,"num_scrub_errors":0,"num_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":"27'114842","reported_seq":155856,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.399954+0000","last_change":"2024-09-12T07:52:14.429143+0000","last_active":"2024-09-12T09:25:44.399954+0000","last_peered":"2024-09-12T09:25:44.399954+0000","last_clean":"2024-09-12T09:25:44.399954+0000","last_became_active":"2024-09-12T07:52:11.388419+0000","last_became_peered":"2024-09-12T07:52:11.388419+0000","last_unstale":"2024-09-12T09:25:44.399954+0000","last_undegraded":"2024-09-12T09:25:44.399954+0000","last_fullsized":"2024-09-12T09:25:44.399954+0000","mapping_epoch":19,"log_start":"27'104800","ondisk_log_start":"27'104800","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10042,"log_dups_size":0,"ondisk_log_size":10042,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T08:25:25.991536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00167095,"stat_sum":{"num_bytes":5066363904,"num_objects":1244,"num_object_clones":53,"num_object_copies":3732,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1244,"num_whiteouts":0,"num_read":41090,"num_read_kb":2313684,"num_write":114788,"num_write_kb":19648482,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'390","reported_seq":1640,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.438637+0000","last_change":"2024-09-12T07:51:25.190186+0000","last_active":"2024-09-12T09:25:44.438637+0000","last_peered":"2024-09-12T09:25:44.438637+0000","last_clean":"2024-09-12T09:25:44.438637+0000","last_became_active":"2024-09-12T07:51:23.186933+0000","last_became_peered":"2024-09-12T07:51:23.186933+0000","last_unstale":"2024-09-12T09:25:44.438637+0000","last_undegraded":"2024-09-12T09:25:44.438637+0000","last_fullsized":"2024-09-12T09:25:44.438637+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":390,"log_dups_size":0,"ondisk_log_size":390,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T17:16:06.388974+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010640020000000001,"stat_sum":{"num_bytes":181,"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":1714,"num_read_kb":1330,"num_write":687,"num_write_kb":681,"num_scrub_errors":0,"num_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":"27'73826","reported_seq":180616,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.381260+0000","last_change":"2024-09-12T07:52:14.414028+0000","last_active":"2024-09-12T09:25:44.381260+0000","last_peered":"2024-09-12T09:25:44.381260+0000","last_clean":"2024-09-12T09:25:44.381260+0000","last_became_active":"2024-09-12T07:52:11.387982+0000","last_became_peered":"2024-09-12T07:52:11.387982+0000","last_unstale":"2024-09-12T09:25:44.381260+0000","last_undegraded":"2024-09-12T09:25:44.381260+0000","last_fullsized":"2024-09-12T09:25:44.381260+0000","mapping_epoch":19,"log_start":"27'63754","ondisk_log_start":"27'63754","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10072,"log_dups_size":0,"ondisk_log_size":10072,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T08:15:15.497985+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001093358,"stat_sum":{"num_bytes":5028877824,"num_objects":1243,"num_object_clones":70,"num_object_copies":3729,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1243,"num_whiteouts":0,"num_read":106895,"num_read_kb":3008730,"num_write":73755,"num_write_kb":19326804,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"26'1","reported_seq":91,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:02.408395+0000","last_change":"2024-09-12T07:51:26.025585+0000","last_active":"2024-09-12T09:23:02.408395+0000","last_peered":"2024-09-12T09:23:02.408395+0000","last_clean":"2024-09-12T09:23:02.408395+0000","last_became_active":"2024-09-12T07:51:23.180648+0000","last_became_peered":"2024-09-12T07:51:23.180648+0000","last_unstale":"2024-09-12T09:23:02.408395+0000","last_undegraded":"2024-09-12T09:23:02.408395+0000","last_fullsized":"2024-09-12T09:23:02.408395+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T09:33:12.168578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058571700000000003,"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":"27'175708","reported_seq":281421,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.400892+0000","last_change":"2024-09-12T07:52:14.428826+0000","last_active":"2024-09-12T09:25:44.400892+0000","last_peered":"2024-09-12T09:25:44.400892+0000","last_clean":"2024-09-12T09:25:44.400892+0000","last_became_active":"2024-09-12T07:52:11.391048+0000","last_became_peered":"2024-09-12T07:52:11.391048+0000","last_unstale":"2024-09-12T09:25:44.400892+0000","last_undegraded":"2024-09-12T09:25:44.400892+0000","last_fullsized":"2024-09-12T09:25:44.400892+0000","mapping_epoch":19,"log_start":"27'165702","ondisk_log_start":"27'165702","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10006,"log_dups_size":0,"ondisk_log_size":10006,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:04:50.941872+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0017173360000000001,"stat_sum":{"num_bytes":5151080960,"num_objects":1275,"num_object_clones":68,"num_object_copies":3825,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1275,"num_whiteouts":0,"num_read":105810,"num_read_kb":3569887,"num_write":175639,"num_write_kb":19989611,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"27'177","reported_seq":2936,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.421222+0000","last_change":"2024-09-12T07:51:26.026178+0000","last_active":"2024-09-12T09:25:44.421222+0000","last_peered":"2024-09-12T09:25:44.421222+0000","last_clean":"2024-09-12T09:25:44.421222+0000","last_became_active":"2024-09-12T07:51:23.181070+0000","last_became_peered":"2024-09-12T07:51:23.181070+0000","last_unstale":"2024-09-12T09:25:44.421222+0000","last_undegraded":"2024-09-12T09:25:44.421222+0000","last_fullsized":"2024-09-12T09:25:44.421222+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":177,"log_dups_size":0,"ondisk_log_size":177,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T19:32:46.763851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00098625600000000003,"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":671,"num_read_kb":532,"num_write":161,"num_write_kb":154,"num_scrub_errors":0,"num_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.2","version":"27'227052","reported_seq":412693,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.396707+0000","last_change":"2024-09-12T07:52:14.414421+0000","last_active":"2024-09-12T09:25:44.396707+0000","last_peered":"2024-09-12T09:25:44.396707+0000","last_clean":"2024-09-12T09:25:44.396707+0000","last_became_active":"2024-09-12T07:52:11.389220+0000","last_became_peered":"2024-09-12T07:52:11.389220+0000","last_unstale":"2024-09-12T09:25:44.396707+0000","last_undegraded":"2024-09-12T09:25:44.396707+0000","last_fullsized":"2024-09-12T09:25:44.396707+0000","mapping_epoch":19,"log_start":"27'217013","ondisk_log_start":"27'217013","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10039,"log_dups_size":0,"ondisk_log_size":10039,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T10:22:06.945237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001099542,"stat_sum":{"num_bytes":5300620307,"num_objects":1313,"num_object_clones":69,"num_object_copies":3939,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1313,"num_whiteouts":0,"num_read":185732,"num_read_kb":4724330,"num_write":226986,"num_write_kb":21772543,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"27'2776","reported_seq":2868,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:13.403366+0000","last_change":"2024-09-12T07:51:25.198060+0000","last_active":"2024-09-12T09:25:13.403366+0000","last_peered":"2024-09-12T09:25:13.403366+0000","last_clean":"2024-09-12T09:25:13.403366+0000","last_became_active":"2024-09-12T07:51:23.176026+0000","last_became_peered":"2024-09-12T07:51:23.176026+0000","last_unstale":"2024-09-12T09:25:13.403366+0000","last_undegraded":"2024-09-12T09:25:13.403366+0000","last_fullsized":"2024-09-12T09:25:13.403366+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":2776,"log_dups_size":0,"ondisk_log_size":2776,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T19:17:37.713782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001498529,"stat_sum":{"num_bytes":772,"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":16507,"num_read_kb":13734,"num_write":5541,"num_write_kb":5535,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":159,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:43.016208+0000","last_change":"2024-09-12T07:51:19.167225+0000","last_active":"2024-09-12T09:23:43.016208+0000","last_peered":"2024-09-12T09:23:43.016208+0000","last_clean":"2024-09-12T09:23:43.016208+0000","last_became_active":"2024-09-12T07:51:19.163357+0000","last_became_peered":"2024-09-12T07:51:19.163357+0000","last_unstale":"2024-09-12T09:23:43.016208+0000","last_undegraded":"2024-09-12T09:23:43.016208+0000","last_fullsized":"2024-09-12T09:23:43.016208+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-12T07:51:18.141531+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:18.141531+0000","last_clean_scrub_stamp":"2024-09-12T07:51:18.141531+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-13T14:07:04.405631+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":20546942995,"num_objects":5075,"num_object_clones":260,"num_object_copies":15225,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5075,"num_whiteouts":0,"num_read":439527,"num_read_kb":13616631,"num_write":591168,"num_write_kb":80737440,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":30825160704,"data_stored":31047032832,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40159,"ondisk_log_size":40159,"up":12,"acting":12,"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":34485,"num_read_kb":28464,"num_write":11668,"num_write_kb":11631,"num_scrub_errors":0,"num_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":15256,"internal_metadata":0},"log_size":6118,"ondisk_log_size":6118,"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":34359739513,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11382072,"kb_used_data":10034472,"kb_used_omap":28,"kb_used_meta":1347555,"kb_avail":82989768,"statfs":{"total":96636764160,"available":84981522432,"internally_reserved":0,"allocated":10275299328,"data_stored":10349099477,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":28673,"internal_metadata":1379897343},"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":34359739513,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11320212,"kb_used_data":10035076,"kb_used_omap":30,"kb_used_meta":1285089,"kb_avail":83051628,"statfs":{"total":96636764160,"available":85044867072,"internally_reserved":0,"allocated":10275917824,"data_stored":10349691488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":30940,"internal_metadata":1315931940},"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":34359739512,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11468612,"kb_used_data":10035060,"kb_used_omap":28,"kb_used_meta":1433507,"kb_avail":82903228,"statfs":{"total":96636764160,"available":84892905472,"internally_reserved":0,"allocated":10275901440,"data_stored":10349690684,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":29429,"internal_metadata":1467911435},"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":5780,"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":7378,"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":2098,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":10275053568,"data_stored":10349010944,"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":10275053568,"data_stored":10349010944,"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":10275053568,"data_stored":10349010944,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-12T09:26:23.266 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-12T09:26:23.574 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T09:26:23.574 INFO:teuthology.orchestra.run.smithi039.stderr:dumped all 2024-09-12T09:26:23.593 INFO:teuthology.orchestra.run.smithi039.stdout:{"pg_ready":true,"pg_map":{"version":2877,"stamp":"2024-09-12T09:26:22.396486+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20547535810,"num_objects":5092,"num_object_clones":260,"num_object_copies":15259,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5092,"num_whiteouts":0,"num_read":474068,"num_read_kb":13645141,"num_write":602915,"num_write_kb":80750177,"num_scrub_errors":0,"num_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":46329,"ondisk_log_size":46329,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":34170896,"kb_used_data":30104608,"kb_used_omap":86,"kb_used_meta":4066153,"kb_avail":248944624,"statfs":{"total":289910292480,"available":254919294976,"internally_reserved":0,"allocated":30827118592,"data_stored":31048481649,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":89042,"internal_metadata":4163740718},"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.003162"},"pg_stats":[{"pgid":"2.7","version":"27'241","reported_seq":2225,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.431225+0000","last_change":"2024-09-12T07:51:25.197114+0000","last_active":"2024-09-12T09:25:44.431225+0000","last_peered":"2024-09-12T09:25:44.431225+0000","last_clean":"2024-09-12T09:25:44.431225+0000","last_became_active":"2024-09-12T07:51:23.182543+0000","last_became_peered":"2024-09-12T07:51:23.182543+0000","last_unstale":"2024-09-12T09:25:44.431225+0000","last_undegraded":"2024-09-12T09:25:44.431225+0000","last_fullsized":"2024-09-12T09:25:44.431225+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":241,"log_dups_size":0,"ondisk_log_size":241,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T19:26:59.360967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001298876,"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":560,"num_read_kb":367,"num_write":232,"num_write_kb":226,"num_scrub_errors":0,"num_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":"27'586","reported_seq":676,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:24:28.342134+0000","last_change":"2024-09-12T07:51:25.197332+0000","last_active":"2024-09-12T09:24:28.342134+0000","last_peered":"2024-09-12T09:24:28.342134+0000","last_clean":"2024-09-12T09:24:28.342134+0000","last_became_active":"2024-09-12T07:51:23.181654+0000","last_became_peered":"2024-09-12T07:51:23.181654+0000","last_unstale":"2024-09-12T09:24:28.342134+0000","last_undegraded":"2024-09-12T09:24:28.342134+0000","last_fullsized":"2024-09-12T09:24:28.342134+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":586,"log_dups_size":0,"ondisk_log_size":586,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T14:39:04.092300+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014726019999999999,"stat_sum":{"num_bytes":674,"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":3484,"num_read_kb":2900,"num_write":1164,"num_write_kb":1158,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'101","reported_seq":190,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:22.955315+0000","last_change":"2024-09-12T07:51:25.196921+0000","last_active":"2024-09-12T09:23:22.955315+0000","last_peered":"2024-09-12T09:23:22.955315+0000","last_clean":"2024-09-12T09:23:22.955315+0000","last_became_active":"2024-09-12T07:51:23.181411+0000","last_became_peered":"2024-09-12T07:51:23.181411+0000","last_unstale":"2024-09-12T09:23:22.955315+0000","last_undegraded":"2024-09-12T09:23:22.955315+0000","last_fullsized":"2024-09-12T09:23:22.955315+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":101,"log_dups_size":0,"ondisk_log_size":101,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T14:54:40.102693+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001146605,"stat_sum":{"num_bytes":98,"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":501,"num_read_kb":400,"num_write":201,"num_write_kb":201,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'1846","reported_seq":1949,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:23.405022+0000","last_change":"2024-09-12T07:51:25.197564+0000","last_active":"2024-09-12T09:25:23.405022+0000","last_peered":"2024-09-12T09:25:23.405022+0000","last_clean":"2024-09-12T09:25:23.405022+0000","last_became_active":"2024-09-12T07:51:23.185129+0000","last_became_peered":"2024-09-12T07:51:23.185129+0000","last_unstale":"2024-09-12T09:25:23.405022+0000","last_undegraded":"2024-09-12T09:25:23.405022+0000","last_fullsized":"2024-09-12T09:25:23.405022+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":1846,"log_dups_size":0,"ondisk_log_size":1846,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:47:05.576426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001678288,"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":11040,"num_read_kb":9199,"num_write":3681,"num_write_kb":3675,"num_scrub_errors":0,"num_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":"27'114842","reported_seq":155856,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.399954+0000","last_change":"2024-09-12T07:52:14.429143+0000","last_active":"2024-09-12T09:25:44.399954+0000","last_peered":"2024-09-12T09:25:44.399954+0000","last_clean":"2024-09-12T09:25:44.399954+0000","last_became_active":"2024-09-12T07:52:11.388419+0000","last_became_peered":"2024-09-12T07:52:11.388419+0000","last_unstale":"2024-09-12T09:25:44.399954+0000","last_undegraded":"2024-09-12T09:25:44.399954+0000","last_fullsized":"2024-09-12T09:25:44.399954+0000","mapping_epoch":19,"log_start":"27'104800","ondisk_log_start":"27'104800","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10042,"log_dups_size":0,"ondisk_log_size":10042,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T08:25:25.991536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00167095,"stat_sum":{"num_bytes":5066363904,"num_objects":1244,"num_object_clones":53,"num_object_copies":3732,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1244,"num_whiteouts":0,"num_read":41090,"num_read_kb":2313684,"num_write":114788,"num_write_kb":19648482,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'390","reported_seq":1640,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.438637+0000","last_change":"2024-09-12T07:51:25.190186+0000","last_active":"2024-09-12T09:25:44.438637+0000","last_peered":"2024-09-12T09:25:44.438637+0000","last_clean":"2024-09-12T09:25:44.438637+0000","last_became_active":"2024-09-12T07:51:23.186933+0000","last_became_peered":"2024-09-12T07:51:23.186933+0000","last_unstale":"2024-09-12T09:25:44.438637+0000","last_undegraded":"2024-09-12T09:25:44.438637+0000","last_fullsized":"2024-09-12T09:25:44.438637+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":390,"log_dups_size":0,"ondisk_log_size":390,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T17:16:06.388974+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010640020000000001,"stat_sum":{"num_bytes":181,"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":1714,"num_read_kb":1330,"num_write":687,"num_write_kb":681,"num_scrub_errors":0,"num_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":"27'73826","reported_seq":180616,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.381260+0000","last_change":"2024-09-12T07:52:14.414028+0000","last_active":"2024-09-12T09:25:44.381260+0000","last_peered":"2024-09-12T09:25:44.381260+0000","last_clean":"2024-09-12T09:25:44.381260+0000","last_became_active":"2024-09-12T07:52:11.387982+0000","last_became_peered":"2024-09-12T07:52:11.387982+0000","last_unstale":"2024-09-12T09:25:44.381260+0000","last_undegraded":"2024-09-12T09:25:44.381260+0000","last_fullsized":"2024-09-12T09:25:44.381260+0000","mapping_epoch":19,"log_start":"27'63754","ondisk_log_start":"27'63754","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10072,"log_dups_size":0,"ondisk_log_size":10072,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T08:15:15.497985+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001093358,"stat_sum":{"num_bytes":5028877824,"num_objects":1243,"num_object_clones":70,"num_object_copies":3729,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1243,"num_whiteouts":0,"num_read":106895,"num_read_kb":3008730,"num_write":73755,"num_write_kb":19326804,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"26'1","reported_seq":91,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:02.408395+0000","last_change":"2024-09-12T07:51:26.025585+0000","last_active":"2024-09-12T09:23:02.408395+0000","last_peered":"2024-09-12T09:23:02.408395+0000","last_clean":"2024-09-12T09:23:02.408395+0000","last_became_active":"2024-09-12T07:51:23.180648+0000","last_became_peered":"2024-09-12T07:51:23.180648+0000","last_unstale":"2024-09-12T09:23:02.408395+0000","last_undegraded":"2024-09-12T09:23:02.408395+0000","last_fullsized":"2024-09-12T09:23:02.408395+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T09:33:12.168578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058571700000000003,"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":"27'175708","reported_seq":281421,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.400892+0000","last_change":"2024-09-12T07:52:14.428826+0000","last_active":"2024-09-12T09:25:44.400892+0000","last_peered":"2024-09-12T09:25:44.400892+0000","last_clean":"2024-09-12T09:25:44.400892+0000","last_became_active":"2024-09-12T07:52:11.391048+0000","last_became_peered":"2024-09-12T07:52:11.391048+0000","last_unstale":"2024-09-12T09:25:44.400892+0000","last_undegraded":"2024-09-12T09:25:44.400892+0000","last_fullsized":"2024-09-12T09:25:44.400892+0000","mapping_epoch":19,"log_start":"27'165702","ondisk_log_start":"27'165702","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10006,"log_dups_size":0,"ondisk_log_size":10006,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:04:50.941872+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0017173360000000001,"stat_sum":{"num_bytes":5151080960,"num_objects":1275,"num_object_clones":68,"num_object_copies":3825,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1275,"num_whiteouts":0,"num_read":105810,"num_read_kb":3569887,"num_write":175639,"num_write_kb":19989611,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"27'177","reported_seq":2936,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.421222+0000","last_change":"2024-09-12T07:51:26.026178+0000","last_active":"2024-09-12T09:25:44.421222+0000","last_peered":"2024-09-12T09:25:44.421222+0000","last_clean":"2024-09-12T09:25:44.421222+0000","last_became_active":"2024-09-12T07:51:23.181070+0000","last_became_peered":"2024-09-12T07:51:23.181070+0000","last_unstale":"2024-09-12T09:25:44.421222+0000","last_undegraded":"2024-09-12T09:25:44.421222+0000","last_fullsized":"2024-09-12T09:25:44.421222+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":177,"log_dups_size":0,"ondisk_log_size":177,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T19:32:46.763851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00098625600000000003,"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":671,"num_read_kb":532,"num_write":161,"num_write_kb":154,"num_scrub_errors":0,"num_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.2","version":"27'227052","reported_seq":412693,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.396707+0000","last_change":"2024-09-12T07:52:14.414421+0000","last_active":"2024-09-12T09:25:44.396707+0000","last_peered":"2024-09-12T09:25:44.396707+0000","last_clean":"2024-09-12T09:25:44.396707+0000","last_became_active":"2024-09-12T07:52:11.389220+0000","last_became_peered":"2024-09-12T07:52:11.389220+0000","last_unstale":"2024-09-12T09:25:44.396707+0000","last_undegraded":"2024-09-12T09:25:44.396707+0000","last_fullsized":"2024-09-12T09:25:44.396707+0000","mapping_epoch":19,"log_start":"27'217013","ondisk_log_start":"27'217013","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10039,"log_dups_size":0,"ondisk_log_size":10039,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T10:22:06.945237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001099542,"stat_sum":{"num_bytes":5300620307,"num_objects":1313,"num_object_clones":69,"num_object_copies":3939,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1313,"num_whiteouts":0,"num_read":185732,"num_read_kb":4724330,"num_write":226986,"num_write_kb":21772543,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"27'2776","reported_seq":2868,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:13.403366+0000","last_change":"2024-09-12T07:51:25.198060+0000","last_active":"2024-09-12T09:25:13.403366+0000","last_peered":"2024-09-12T09:25:13.403366+0000","last_clean":"2024-09-12T09:25:13.403366+0000","last_became_active":"2024-09-12T07:51:23.176026+0000","last_became_peered":"2024-09-12T07:51:23.176026+0000","last_unstale":"2024-09-12T09:25:13.403366+0000","last_undegraded":"2024-09-12T09:25:13.403366+0000","last_fullsized":"2024-09-12T09:25:13.403366+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":2776,"log_dups_size":0,"ondisk_log_size":2776,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T19:17:37.713782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001498529,"stat_sum":{"num_bytes":772,"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":16507,"num_read_kb":13734,"num_write":5541,"num_write_kb":5535,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":159,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:43.016208+0000","last_change":"2024-09-12T07:51:19.167225+0000","last_active":"2024-09-12T09:23:43.016208+0000","last_peered":"2024-09-12T09:23:43.016208+0000","last_clean":"2024-09-12T09:23:43.016208+0000","last_became_active":"2024-09-12T07:51:19.163357+0000","last_became_peered":"2024-09-12T07:51:19.163357+0000","last_unstale":"2024-09-12T09:23:43.016208+0000","last_undegraded":"2024-09-12T09:23:43.016208+0000","last_fullsized":"2024-09-12T09:23:43.016208+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-12T07:51:18.141531+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:18.141531+0000","last_clean_scrub_stamp":"2024-09-12T07:51:18.141531+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-13T14:07:04.405631+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":20546942995,"num_objects":5075,"num_object_clones":260,"num_object_copies":15225,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5075,"num_whiteouts":0,"num_read":439527,"num_read_kb":13616631,"num_write":591168,"num_write_kb":80737440,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":30825160704,"data_stored":31047032832,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40159,"ondisk_log_size":40159,"up":12,"acting":12,"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":34485,"num_read_kb":28464,"num_write":11668,"num_write_kb":11631,"num_scrub_errors":0,"num_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":15256,"internal_metadata":0},"log_size":6118,"ondisk_log_size":6118,"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":34359739513,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11382072,"kb_used_data":10034472,"kb_used_omap":28,"kb_used_meta":1347555,"kb_avail":82989768,"statfs":{"total":96636764160,"available":84981522432,"internally_reserved":0,"allocated":10275299328,"data_stored":10349099477,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":28673,"internal_metadata":1379897343},"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":34359739513,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11320212,"kb_used_data":10035076,"kb_used_omap":30,"kb_used_meta":1285089,"kb_avail":83051628,"statfs":{"total":96636764160,"available":85044867072,"internally_reserved":0,"allocated":10275917824,"data_stored":10349691488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":30940,"internal_metadata":1315931940},"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":34359739512,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11468612,"kb_used_data":10035060,"kb_used_omap":28,"kb_used_meta":1433507,"kb_avail":82903228,"statfs":{"total":96636764160,"available":84892905472,"internally_reserved":0,"allocated":10275901440,"data_stored":10349690684,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":29429,"internal_metadata":1467911435},"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":5780,"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":7378,"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":2098,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":10275053568,"data_stored":10349010944,"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":10275053568,"data_stored":10349010944,"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":10275053568,"data_stored":10349010944,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-12T09:26:23.594 INFO:tasks.ceph.ceph_manager.cluster1:clean! 2024-09-12T09:26:23.594 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-12T09:26:23.904 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T09:26:23.904 INFO:teuthology.orchestra.run.smithi039.stderr:dumped all 2024-09-12T09:26:23.923 INFO:teuthology.orchestra.run.smithi039.stdout:{"pg_ready":true,"pg_map":{"version":2877,"stamp":"2024-09-12T09:26:22.396486+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20547535810,"num_objects":5092,"num_object_clones":260,"num_object_copies":15259,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5092,"num_whiteouts":0,"num_read":474068,"num_read_kb":13645141,"num_write":602915,"num_write_kb":80750177,"num_scrub_errors":0,"num_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":46329,"ondisk_log_size":46329,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":34170896,"kb_used_data":30104608,"kb_used_omap":86,"kb_used_meta":4066153,"kb_avail":248944624,"statfs":{"total":289910292480,"available":254919294976,"internally_reserved":0,"allocated":30827118592,"data_stored":31048481649,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":89042,"internal_metadata":4163740718},"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.003162"},"pg_stats":[{"pgid":"2.7","version":"27'241","reported_seq":2225,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.431225+0000","last_change":"2024-09-12T07:51:25.197114+0000","last_active":"2024-09-12T09:25:44.431225+0000","last_peered":"2024-09-12T09:25:44.431225+0000","last_clean":"2024-09-12T09:25:44.431225+0000","last_became_active":"2024-09-12T07:51:23.182543+0000","last_became_peered":"2024-09-12T07:51:23.182543+0000","last_unstale":"2024-09-12T09:25:44.431225+0000","last_undegraded":"2024-09-12T09:25:44.431225+0000","last_fullsized":"2024-09-12T09:25:44.431225+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":241,"log_dups_size":0,"ondisk_log_size":241,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T19:26:59.360967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001298876,"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":560,"num_read_kb":367,"num_write":232,"num_write_kb":226,"num_scrub_errors":0,"num_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":"27'586","reported_seq":676,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:24:28.342134+0000","last_change":"2024-09-12T07:51:25.197332+0000","last_active":"2024-09-12T09:24:28.342134+0000","last_peered":"2024-09-12T09:24:28.342134+0000","last_clean":"2024-09-12T09:24:28.342134+0000","last_became_active":"2024-09-12T07:51:23.181654+0000","last_became_peered":"2024-09-12T07:51:23.181654+0000","last_unstale":"2024-09-12T09:24:28.342134+0000","last_undegraded":"2024-09-12T09:24:28.342134+0000","last_fullsized":"2024-09-12T09:24:28.342134+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":586,"log_dups_size":0,"ondisk_log_size":586,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T14:39:04.092300+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014726019999999999,"stat_sum":{"num_bytes":674,"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":3484,"num_read_kb":2900,"num_write":1164,"num_write_kb":1158,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'101","reported_seq":190,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:22.955315+0000","last_change":"2024-09-12T07:51:25.196921+0000","last_active":"2024-09-12T09:23:22.955315+0000","last_peered":"2024-09-12T09:23:22.955315+0000","last_clean":"2024-09-12T09:23:22.955315+0000","last_became_active":"2024-09-12T07:51:23.181411+0000","last_became_peered":"2024-09-12T07:51:23.181411+0000","last_unstale":"2024-09-12T09:23:22.955315+0000","last_undegraded":"2024-09-12T09:23:22.955315+0000","last_fullsized":"2024-09-12T09:23:22.955315+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":101,"log_dups_size":0,"ondisk_log_size":101,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T14:54:40.102693+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001146605,"stat_sum":{"num_bytes":98,"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":501,"num_read_kb":400,"num_write":201,"num_write_kb":201,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'1846","reported_seq":1949,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:23.405022+0000","last_change":"2024-09-12T07:51:25.197564+0000","last_active":"2024-09-12T09:25:23.405022+0000","last_peered":"2024-09-12T09:25:23.405022+0000","last_clean":"2024-09-12T09:25:23.405022+0000","last_became_active":"2024-09-12T07:51:23.185129+0000","last_became_peered":"2024-09-12T07:51:23.185129+0000","last_unstale":"2024-09-12T09:25:23.405022+0000","last_undegraded":"2024-09-12T09:25:23.405022+0000","last_fullsized":"2024-09-12T09:25:23.405022+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":1846,"log_dups_size":0,"ondisk_log_size":1846,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:47:05.576426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001678288,"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":11040,"num_read_kb":9199,"num_write":3681,"num_write_kb":3675,"num_scrub_errors":0,"num_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":"27'114842","reported_seq":155856,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.399954+0000","last_change":"2024-09-12T07:52:14.429143+0000","last_active":"2024-09-12T09:25:44.399954+0000","last_peered":"2024-09-12T09:25:44.399954+0000","last_clean":"2024-09-12T09:25:44.399954+0000","last_became_active":"2024-09-12T07:52:11.388419+0000","last_became_peered":"2024-09-12T07:52:11.388419+0000","last_unstale":"2024-09-12T09:25:44.399954+0000","last_undegraded":"2024-09-12T09:25:44.399954+0000","last_fullsized":"2024-09-12T09:25:44.399954+0000","mapping_epoch":19,"log_start":"27'104800","ondisk_log_start":"27'104800","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10042,"log_dups_size":0,"ondisk_log_size":10042,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T08:25:25.991536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00167095,"stat_sum":{"num_bytes":5066363904,"num_objects":1244,"num_object_clones":53,"num_object_copies":3732,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1244,"num_whiteouts":0,"num_read":41090,"num_read_kb":2313684,"num_write":114788,"num_write_kb":19648482,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'390","reported_seq":1640,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.438637+0000","last_change":"2024-09-12T07:51:25.190186+0000","last_active":"2024-09-12T09:25:44.438637+0000","last_peered":"2024-09-12T09:25:44.438637+0000","last_clean":"2024-09-12T09:25:44.438637+0000","last_became_active":"2024-09-12T07:51:23.186933+0000","last_became_peered":"2024-09-12T07:51:23.186933+0000","last_unstale":"2024-09-12T09:25:44.438637+0000","last_undegraded":"2024-09-12T09:25:44.438637+0000","last_fullsized":"2024-09-12T09:25:44.438637+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":390,"log_dups_size":0,"ondisk_log_size":390,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T17:16:06.388974+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010640020000000001,"stat_sum":{"num_bytes":181,"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":1714,"num_read_kb":1330,"num_write":687,"num_write_kb":681,"num_scrub_errors":0,"num_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":"27'73826","reported_seq":180616,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.381260+0000","last_change":"2024-09-12T07:52:14.414028+0000","last_active":"2024-09-12T09:25:44.381260+0000","last_peered":"2024-09-12T09:25:44.381260+0000","last_clean":"2024-09-12T09:25:44.381260+0000","last_became_active":"2024-09-12T07:52:11.387982+0000","last_became_peered":"2024-09-12T07:52:11.387982+0000","last_unstale":"2024-09-12T09:25:44.381260+0000","last_undegraded":"2024-09-12T09:25:44.381260+0000","last_fullsized":"2024-09-12T09:25:44.381260+0000","mapping_epoch":19,"log_start":"27'63754","ondisk_log_start":"27'63754","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10072,"log_dups_size":0,"ondisk_log_size":10072,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T08:15:15.497985+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001093358,"stat_sum":{"num_bytes":5028877824,"num_objects":1243,"num_object_clones":70,"num_object_copies":3729,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1243,"num_whiteouts":0,"num_read":106895,"num_read_kb":3008730,"num_write":73755,"num_write_kb":19326804,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"26'1","reported_seq":91,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:02.408395+0000","last_change":"2024-09-12T07:51:26.025585+0000","last_active":"2024-09-12T09:23:02.408395+0000","last_peered":"2024-09-12T09:23:02.408395+0000","last_clean":"2024-09-12T09:23:02.408395+0000","last_became_active":"2024-09-12T07:51:23.180648+0000","last_became_peered":"2024-09-12T07:51:23.180648+0000","last_unstale":"2024-09-12T09:23:02.408395+0000","last_undegraded":"2024-09-12T09:23:02.408395+0000","last_fullsized":"2024-09-12T09:23:02.408395+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T09:33:12.168578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058571700000000003,"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":"27'175708","reported_seq":281421,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.400892+0000","last_change":"2024-09-12T07:52:14.428826+0000","last_active":"2024-09-12T09:25:44.400892+0000","last_peered":"2024-09-12T09:25:44.400892+0000","last_clean":"2024-09-12T09:25:44.400892+0000","last_became_active":"2024-09-12T07:52:11.391048+0000","last_became_peered":"2024-09-12T07:52:11.391048+0000","last_unstale":"2024-09-12T09:25:44.400892+0000","last_undegraded":"2024-09-12T09:25:44.400892+0000","last_fullsized":"2024-09-12T09:25:44.400892+0000","mapping_epoch":19,"log_start":"27'165702","ondisk_log_start":"27'165702","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10006,"log_dups_size":0,"ondisk_log_size":10006,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:04:50.941872+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0017173360000000001,"stat_sum":{"num_bytes":5151080960,"num_objects":1275,"num_object_clones":68,"num_object_copies":3825,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1275,"num_whiteouts":0,"num_read":105810,"num_read_kb":3569887,"num_write":175639,"num_write_kb":19989611,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"27'177","reported_seq":2936,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.421222+0000","last_change":"2024-09-12T07:51:26.026178+0000","last_active":"2024-09-12T09:25:44.421222+0000","last_peered":"2024-09-12T09:25:44.421222+0000","last_clean":"2024-09-12T09:25:44.421222+0000","last_became_active":"2024-09-12T07:51:23.181070+0000","last_became_peered":"2024-09-12T07:51:23.181070+0000","last_unstale":"2024-09-12T09:25:44.421222+0000","last_undegraded":"2024-09-12T09:25:44.421222+0000","last_fullsized":"2024-09-12T09:25:44.421222+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":177,"log_dups_size":0,"ondisk_log_size":177,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T19:32:46.763851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00098625600000000003,"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":671,"num_read_kb":532,"num_write":161,"num_write_kb":154,"num_scrub_errors":0,"num_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.2","version":"27'227052","reported_seq":412693,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.396707+0000","last_change":"2024-09-12T07:52:14.414421+0000","last_active":"2024-09-12T09:25:44.396707+0000","last_peered":"2024-09-12T09:25:44.396707+0000","last_clean":"2024-09-12T09:25:44.396707+0000","last_became_active":"2024-09-12T07:52:11.389220+0000","last_became_peered":"2024-09-12T07:52:11.389220+0000","last_unstale":"2024-09-12T09:25:44.396707+0000","last_undegraded":"2024-09-12T09:25:44.396707+0000","last_fullsized":"2024-09-12T09:25:44.396707+0000","mapping_epoch":19,"log_start":"27'217013","ondisk_log_start":"27'217013","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10039,"log_dups_size":0,"ondisk_log_size":10039,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T10:22:06.945237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001099542,"stat_sum":{"num_bytes":5300620307,"num_objects":1313,"num_object_clones":69,"num_object_copies":3939,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1313,"num_whiteouts":0,"num_read":185732,"num_read_kb":4724330,"num_write":226986,"num_write_kb":21772543,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"27'2776","reported_seq":2868,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:13.403366+0000","last_change":"2024-09-12T07:51:25.198060+0000","last_active":"2024-09-12T09:25:13.403366+0000","last_peered":"2024-09-12T09:25:13.403366+0000","last_clean":"2024-09-12T09:25:13.403366+0000","last_became_active":"2024-09-12T07:51:23.176026+0000","last_became_peered":"2024-09-12T07:51:23.176026+0000","last_unstale":"2024-09-12T09:25:13.403366+0000","last_undegraded":"2024-09-12T09:25:13.403366+0000","last_fullsized":"2024-09-12T09:25:13.403366+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":2776,"log_dups_size":0,"ondisk_log_size":2776,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T19:17:37.713782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001498529,"stat_sum":{"num_bytes":772,"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":16507,"num_read_kb":13734,"num_write":5541,"num_write_kb":5535,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":159,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:43.016208+0000","last_change":"2024-09-12T07:51:19.167225+0000","last_active":"2024-09-12T09:23:43.016208+0000","last_peered":"2024-09-12T09:23:43.016208+0000","last_clean":"2024-09-12T09:23:43.016208+0000","last_became_active":"2024-09-12T07:51:19.163357+0000","last_became_peered":"2024-09-12T07:51:19.163357+0000","last_unstale":"2024-09-12T09:23:43.016208+0000","last_undegraded":"2024-09-12T09:23:43.016208+0000","last_fullsized":"2024-09-12T09:23:43.016208+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-12T07:51:18.141531+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:18.141531+0000","last_clean_scrub_stamp":"2024-09-12T07:51:18.141531+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-13T14:07:04.405631+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":20546942995,"num_objects":5075,"num_object_clones":260,"num_object_copies":15225,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5075,"num_whiteouts":0,"num_read":439527,"num_read_kb":13616631,"num_write":591168,"num_write_kb":80737440,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":30825160704,"data_stored":31047032832,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40159,"ondisk_log_size":40159,"up":12,"acting":12,"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":34485,"num_read_kb":28464,"num_write":11668,"num_write_kb":11631,"num_scrub_errors":0,"num_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":15256,"internal_metadata":0},"log_size":6118,"ondisk_log_size":6118,"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":34359739513,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11382072,"kb_used_data":10034472,"kb_used_omap":28,"kb_used_meta":1347555,"kb_avail":82989768,"statfs":{"total":96636764160,"available":84981522432,"internally_reserved":0,"allocated":10275299328,"data_stored":10349099477,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":28673,"internal_metadata":1379897343},"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":34359739513,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11320212,"kb_used_data":10035076,"kb_used_omap":30,"kb_used_meta":1285089,"kb_avail":83051628,"statfs":{"total":96636764160,"available":85044867072,"internally_reserved":0,"allocated":10275917824,"data_stored":10349691488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":30940,"internal_metadata":1315931940},"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":34359739512,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11468612,"kb_used_data":10035060,"kb_used_omap":28,"kb_used_meta":1433507,"kb_avail":82903228,"statfs":{"total":96636764160,"available":84892905472,"internally_reserved":0,"allocated":10275901440,"data_stored":10349690684,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":29429,"internal_metadata":1467911435},"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":5780,"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":7378,"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":2098,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":10275053568,"data_stored":10349010944,"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":10275053568,"data_stored":10349010944,"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":10275053568,"data_stored":10349010944,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-12T09:26:23.924 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2024-09-12T09:26:24.236 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T09:26:24.236 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":27,"fsid":"edd52348-10ad-44db-8d64-a50063962cb4","created":"2024-09-12T07:51:06.312316+0000","modified":"2024-09-12T07:54:03.379797+0000","last_up_change":"2024-09-12T07:51:17.140142+0000","last_in_change":"2024-09-12T07:51:07.239865+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":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-12T07:51:17.295654+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-12T07:51:21.633183+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-12T07:52:09.374106+0000","flags":8197,"flags_names":"hashpspool,ec_overwrites,selfmanaged_snaps","type":3,"size":3,"min_size":2,"crush_rule":1,"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":5,"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":"teuthologyprofile","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":8192,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"fcf18d47-2ed7-4e9a-8017-7bbc3d28efd7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6800","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6801","nonce":4130132979}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6802","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6803","nonce":4130132979}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6807","nonce":4130132979}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":4130132979},{"type":"v1","addr":"172.21.15.39:6805","nonce":4130132979}]},"public_addr":"172.21.15.39:6801/4130132979","cluster_addr":"172.21.15.39:6803/4130132979","heartbeat_back_addr":"172.21.15.39:6807/4130132979","heartbeat_front_addr":"172.21.15.39:6805/4130132979","state":["exists","up"]},{"osd":1,"uuid":"0248400b-4378-47d1-8d15-6260dc22f856","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6809","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6811","nonce":2943956526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6813","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6815","nonce":2943956526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6821","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6823","nonce":2943956526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6817","nonce":2943956526},{"type":"v1","addr":"172.21.15.39:6819","nonce":2943956526}]},"public_addr":"172.21.15.39:6811/2943956526","cluster_addr":"172.21.15.39:6815/2943956526","heartbeat_back_addr":"172.21.15.39:6823/2943956526","heartbeat_front_addr":"172.21.15.39:6819/2943956526","state":["exists","up"]},{"osd":2,"uuid":"823cabe7-9324-4bc1-8e76-e02f7fefefae","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.39:6808","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6810","nonce":2424975012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6812","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6814","nonce":2424975012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6820","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6822","nonce":2424975012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6816","nonce":2424975012},{"type":"v1","addr":"172.21.15.39:6818","nonce":2424975012}]},"public_addr":"172.21.15.39:6810/2424975012","cluster_addr":"172.21.15.39:6814/2424975012","heartbeat_back_addr":"172.21.15.39:6822/2424975012","heartbeat_front_addr":"172.21.15.39:6818/2424975012","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-12T07:51:13.386086+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-12T07:51:14.137580+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-12T07:51:13.942692+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"},"teuthologyprofile":{"crush-device-class":"","crush-failure-domain":"osd","crush-num-failure-domains":"0","crush-osds-per-failure-domain":"0","crush-root":"default","jerasure-per-chunk-alignment":"false","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van","w":"8"}},"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-12T09:26:25.258 INFO:tasks.ceph:Scrubbing cluster1.osd.0 2024-09-12T09:26:25.258 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T09:26:25.422 INFO:teuthology.orchestra.run.smithi039.stdout:{ 2024-09-12T09:26:25.422 INFO:teuthology.orchestra.run.smithi039.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-12T09:26:25.423 INFO:teuthology.orchestra.run.smithi039.stdout:} 2024-09-12T09:26:25.439 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd deep-scrub 0 2024-09-12T09:26:25.747 INFO:teuthology.orchestra.run.smithi039.stderr:instructed osd(s) 0 to deep-scrub 2024-09-12T09:26:25.767 INFO:tasks.ceph:Scrubbing cluster1.osd.1 2024-09-12T09:26:25.768 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T09:26:25.922 INFO:teuthology.orchestra.run.smithi039.stdout:{ 2024-09-12T09:26:25.922 INFO:teuthology.orchestra.run.smithi039.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-12T09:26:25.922 INFO:teuthology.orchestra.run.smithi039.stdout:} 2024-09-12T09:26:25.939 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd deep-scrub 1 2024-09-12T09:26:26.239 INFO:teuthology.orchestra.run.smithi039.stderr:instructed osd(s) 1 to deep-scrub 2024-09-12T09:26:26.260 INFO:tasks.ceph:Scrubbing cluster1.osd.2 2024-09-12T09:26:26.260 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T09:26:26.405 INFO:teuthology.orchestra.run.smithi039.stdout:{ 2024-09-12T09:26:26.406 INFO:teuthology.orchestra.run.smithi039.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-12T09:26:26.406 INFO:teuthology.orchestra.run.smithi039.stdout:} 2024-09-12T09:26:26.422 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd deep-scrub 2 2024-09-12T09:26:26.727 INFO:teuthology.orchestra.run.smithi039.stderr:instructed osd(s) 2 to deep-scrub 2024-09-12T09:26:26.746 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-12T09:26:27.048 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T09:26:27.048 INFO:teuthology.orchestra.run.smithi039.stderr:dumped all 2024-09-12T09:26:27.065 INFO:teuthology.orchestra.run.smithi039.stdout:{"pg_ready":true,"pg_map":{"version":2879,"stamp":"2024-09-12T09:26:26.397565+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20547535810,"num_objects":5092,"num_object_clones":260,"num_object_copies":15259,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5092,"num_whiteouts":0,"num_read":474068,"num_read_kb":13645141,"num_write":602915,"num_write_kb":80750177,"num_scrub_errors":0,"num_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":46329,"ondisk_log_size":46329,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":34170896,"kb_used_data":30104608,"kb_used_omap":86,"kb_used_meta":4066153,"kb_avail":248944624,"statfs":{"total":289910292480,"available":254919294976,"internally_reserved":0,"allocated":30827118592,"data_stored":31048481649,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":89042,"internal_metadata":4163740718},"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.003246"},"pg_stats":[{"pgid":"2.7","version":"27'241","reported_seq":2225,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.431225+0000","last_change":"2024-09-12T07:51:25.197114+0000","last_active":"2024-09-12T09:25:44.431225+0000","last_peered":"2024-09-12T09:25:44.431225+0000","last_clean":"2024-09-12T09:25:44.431225+0000","last_became_active":"2024-09-12T07:51:23.182543+0000","last_became_peered":"2024-09-12T07:51:23.182543+0000","last_unstale":"2024-09-12T09:25:44.431225+0000","last_undegraded":"2024-09-12T09:25:44.431225+0000","last_fullsized":"2024-09-12T09:25:44.431225+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":241,"log_dups_size":0,"ondisk_log_size":241,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T19:26:59.360967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001298876,"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":560,"num_read_kb":367,"num_write":232,"num_write_kb":226,"num_scrub_errors":0,"num_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":"27'586","reported_seq":676,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:24:28.342134+0000","last_change":"2024-09-12T07:51:25.197332+0000","last_active":"2024-09-12T09:24:28.342134+0000","last_peered":"2024-09-12T09:24:28.342134+0000","last_clean":"2024-09-12T09:24:28.342134+0000","last_became_active":"2024-09-12T07:51:23.181654+0000","last_became_peered":"2024-09-12T07:51:23.181654+0000","last_unstale":"2024-09-12T09:24:28.342134+0000","last_undegraded":"2024-09-12T09:24:28.342134+0000","last_fullsized":"2024-09-12T09:24:28.342134+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":586,"log_dups_size":0,"ondisk_log_size":586,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T14:39:04.092300+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0014726019999999999,"stat_sum":{"num_bytes":674,"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":3484,"num_read_kb":2900,"num_write":1164,"num_write_kb":1158,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'101","reported_seq":190,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:22.955315+0000","last_change":"2024-09-12T07:51:25.196921+0000","last_active":"2024-09-12T09:23:22.955315+0000","last_peered":"2024-09-12T09:23:22.955315+0000","last_clean":"2024-09-12T09:23:22.955315+0000","last_became_active":"2024-09-12T07:51:23.181411+0000","last_became_peered":"2024-09-12T07:51:23.181411+0000","last_unstale":"2024-09-12T09:23:22.955315+0000","last_undegraded":"2024-09-12T09:23:22.955315+0000","last_fullsized":"2024-09-12T09:23:22.955315+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":101,"log_dups_size":0,"ondisk_log_size":101,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T14:54:40.102693+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001146605,"stat_sum":{"num_bytes":98,"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":501,"num_read_kb":400,"num_write":201,"num_write_kb":201,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'1846","reported_seq":1949,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:23.405022+0000","last_change":"2024-09-12T07:51:25.197564+0000","last_active":"2024-09-12T09:25:23.405022+0000","last_peered":"2024-09-12T09:25:23.405022+0000","last_clean":"2024-09-12T09:25:23.405022+0000","last_became_active":"2024-09-12T07:51:23.185129+0000","last_became_peered":"2024-09-12T07:51:23.185129+0000","last_unstale":"2024-09-12T09:25:23.405022+0000","last_undegraded":"2024-09-12T09:25:23.405022+0000","last_fullsized":"2024-09-12T09:25:23.405022+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":1846,"log_dups_size":0,"ondisk_log_size":1846,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:47:05.576426+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001678288,"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":11040,"num_read_kb":9199,"num_write":3681,"num_write_kb":3675,"num_scrub_errors":0,"num_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":"27'114842","reported_seq":155856,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.399954+0000","last_change":"2024-09-12T07:52:14.429143+0000","last_active":"2024-09-12T09:25:44.399954+0000","last_peered":"2024-09-12T09:25:44.399954+0000","last_clean":"2024-09-12T09:25:44.399954+0000","last_became_active":"2024-09-12T07:52:11.388419+0000","last_became_peered":"2024-09-12T07:52:11.388419+0000","last_unstale":"2024-09-12T09:25:44.399954+0000","last_undegraded":"2024-09-12T09:25:44.399954+0000","last_fullsized":"2024-09-12T09:25:44.399954+0000","mapping_epoch":19,"log_start":"27'104800","ondisk_log_start":"27'104800","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10042,"log_dups_size":0,"ondisk_log_size":10042,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T08:25:25.991536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00167095,"stat_sum":{"num_bytes":5066363904,"num_objects":1244,"num_object_clones":53,"num_object_copies":3732,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1244,"num_whiteouts":0,"num_read":41090,"num_read_kb":2313684,"num_write":114788,"num_write_kb":19648482,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'390","reported_seq":1640,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.438637+0000","last_change":"2024-09-12T07:51:25.190186+0000","last_active":"2024-09-12T09:25:44.438637+0000","last_peered":"2024-09-12T09:25:44.438637+0000","last_clean":"2024-09-12T09:25:44.438637+0000","last_became_active":"2024-09-12T07:51:23.186933+0000","last_became_peered":"2024-09-12T07:51:23.186933+0000","last_unstale":"2024-09-12T09:25:44.438637+0000","last_undegraded":"2024-09-12T09:25:44.438637+0000","last_fullsized":"2024-09-12T09:25:44.438637+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":390,"log_dups_size":0,"ondisk_log_size":390,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T17:16:06.388974+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010640020000000001,"stat_sum":{"num_bytes":181,"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":1714,"num_read_kb":1330,"num_write":687,"num_write_kb":681,"num_scrub_errors":0,"num_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":"27'73826","reported_seq":180616,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.381260+0000","last_change":"2024-09-12T07:52:14.414028+0000","last_active":"2024-09-12T09:25:44.381260+0000","last_peered":"2024-09-12T09:25:44.381260+0000","last_clean":"2024-09-12T09:25:44.381260+0000","last_became_active":"2024-09-12T07:52:11.387982+0000","last_became_peered":"2024-09-12T07:52:11.387982+0000","last_unstale":"2024-09-12T09:25:44.381260+0000","last_undegraded":"2024-09-12T09:25:44.381260+0000","last_fullsized":"2024-09-12T09:25:44.381260+0000","mapping_epoch":19,"log_start":"27'63754","ondisk_log_start":"27'63754","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10072,"log_dups_size":0,"ondisk_log_size":10072,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T08:15:15.497985+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001093358,"stat_sum":{"num_bytes":5028877824,"num_objects":1243,"num_object_clones":70,"num_object_copies":3729,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1243,"num_whiteouts":0,"num_read":106895,"num_read_kb":3008730,"num_write":73755,"num_write_kb":19326804,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"26'1","reported_seq":91,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:02.408395+0000","last_change":"2024-09-12T07:51:26.025585+0000","last_active":"2024-09-12T09:23:02.408395+0000","last_peered":"2024-09-12T09:23:02.408395+0000","last_clean":"2024-09-12T09:23:02.408395+0000","last_became_active":"2024-09-12T07:51:23.180648+0000","last_became_peered":"2024-09-12T07:51:23.180648+0000","last_unstale":"2024-09-12T09:23:02.408395+0000","last_undegraded":"2024-09-12T09:23:02.408395+0000","last_fullsized":"2024-09-12T09:23:02.408395+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+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-13T09:33:12.168578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058571700000000003,"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":"27'175708","reported_seq":281421,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.400892+0000","last_change":"2024-09-12T07:52:14.428826+0000","last_active":"2024-09-12T09:25:44.400892+0000","last_peered":"2024-09-12T09:25:44.400892+0000","last_clean":"2024-09-12T09:25:44.400892+0000","last_became_active":"2024-09-12T07:52:11.391048+0000","last_became_peered":"2024-09-12T07:52:11.391048+0000","last_unstale":"2024-09-12T09:25:44.400892+0000","last_undegraded":"2024-09-12T09:25:44.400892+0000","last_fullsized":"2024-09-12T09:25:44.400892+0000","mapping_epoch":19,"log_start":"27'165702","ondisk_log_start":"27'165702","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10006,"log_dups_size":0,"ondisk_log_size":10006,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T11:04:50.941872+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0017173360000000001,"stat_sum":{"num_bytes":5151080960,"num_objects":1275,"num_object_clones":68,"num_object_copies":3825,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1275,"num_whiteouts":0,"num_read":105810,"num_read_kb":3569887,"num_write":175639,"num_write_kb":19989611,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"27'177","reported_seq":2936,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.421222+0000","last_change":"2024-09-12T07:51:26.026178+0000","last_active":"2024-09-12T09:25:44.421222+0000","last_peered":"2024-09-12T09:25:44.421222+0000","last_clean":"2024-09-12T09:25:44.421222+0000","last_became_active":"2024-09-12T07:51:23.181070+0000","last_became_peered":"2024-09-12T07:51:23.181070+0000","last_unstale":"2024-09-12T09:25:44.421222+0000","last_undegraded":"2024-09-12T09:25:44.421222+0000","last_fullsized":"2024-09-12T09:25:44.421222+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":177,"log_dups_size":0,"ondisk_log_size":177,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T19:32:46.763851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00098625600000000003,"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":671,"num_read_kb":532,"num_write":161,"num_write_kb":154,"num_scrub_errors":0,"num_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.2","version":"27'227052","reported_seq":412693,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:44.396707+0000","last_change":"2024-09-12T07:52:14.414421+0000","last_active":"2024-09-12T09:25:44.396707+0000","last_peered":"2024-09-12T09:25:44.396707+0000","last_clean":"2024-09-12T09:25:44.396707+0000","last_became_active":"2024-09-12T07:52:11.389220+0000","last_became_peered":"2024-09-12T07:52:11.389220+0000","last_unstale":"2024-09-12T09:25:44.396707+0000","last_undegraded":"2024-09-12T09:25:44.396707+0000","last_fullsized":"2024-09-12T09:25:44.396707+0000","mapping_epoch":19,"log_start":"27'217013","ondisk_log_start":"27'217013","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:52:10.363373+0000","last_clean_scrub_stamp":"2024-09-12T07:52:10.363373+0000","objects_scrubbed":0,"log_size":10039,"log_dups_size":0,"ondisk_log_size":10039,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T10:22:06.945237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001099542,"stat_sum":{"num_bytes":5300620307,"num_objects":1313,"num_object_clones":69,"num_object_copies":3939,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1313,"num_whiteouts":0,"num_read":185732,"num_read_kb":4724330,"num_write":226986,"num_write_kb":21772543,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"27'2776","reported_seq":2868,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:25:13.403366+0000","last_change":"2024-09-12T07:51:25.198060+0000","last_active":"2024-09-12T09:25:13.403366+0000","last_peered":"2024-09-12T09:25:13.403366+0000","last_clean":"2024-09-12T09:25:13.403366+0000","last_became_active":"2024-09-12T07:51:23.176026+0000","last_became_peered":"2024-09-12T07:51:23.176026+0000","last_unstale":"2024-09-12T09:25:13.403366+0000","last_undegraded":"2024-09-12T09:25:13.403366+0000","last_fullsized":"2024-09-12T09:25:13.403366+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-12T07:51:22.156353+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:22.156353+0000","last_clean_scrub_stamp":"2024-09-12T07:51:22.156353+0000","objects_scrubbed":0,"log_size":2776,"log_dups_size":0,"ondisk_log_size":2776,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-13T19:17:37.713782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001498529,"stat_sum":{"num_bytes":772,"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":16507,"num_read_kb":13734,"num_write":5541,"num_write_kb":5535,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":159,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:23:43.016208+0000","last_change":"2024-09-12T07:51:19.167225+0000","last_active":"2024-09-12T09:23:43.016208+0000","last_peered":"2024-09-12T09:23:43.016208+0000","last_clean":"2024-09-12T09:23:43.016208+0000","last_became_active":"2024-09-12T07:51:19.163357+0000","last_became_peered":"2024-09-12T07:51:19.163357+0000","last_unstale":"2024-09-12T09:23:43.016208+0000","last_undegraded":"2024-09-12T09:23:43.016208+0000","last_fullsized":"2024-09-12T09:23:43.016208+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-12T07:51:18.141531+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-12T07:51:18.141531+0000","last_clean_scrub_stamp":"2024-09-12T07:51:18.141531+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-13T14:07:04.405631+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":20546942995,"num_objects":5075,"num_object_clones":260,"num_object_copies":15225,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5075,"num_whiteouts":0,"num_read":439527,"num_read_kb":13616631,"num_write":591168,"num_write_kb":80737440,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":30825160704,"data_stored":31047032832,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40159,"ondisk_log_size":40159,"up":12,"acting":12,"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":34485,"num_read_kb":28464,"num_write":11668,"num_write_kb":11631,"num_scrub_errors":0,"num_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":15256,"internal_metadata":0},"log_size":6118,"ondisk_log_size":6118,"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":34359739514,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11382072,"kb_used_data":10034472,"kb_used_omap":28,"kb_used_meta":1347555,"kb_avail":82989768,"statfs":{"total":96636764160,"available":84981522432,"internally_reserved":0,"allocated":10275299328,"data_stored":10349099477,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":28673,"internal_metadata":1379897343},"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":34359739514,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11320212,"kb_used_data":10035076,"kb_used_omap":30,"kb_used_meta":1285089,"kb_avail":83051628,"statfs":{"total":96636764160,"available":85044867072,"internally_reserved":0,"allocated":10275917824,"data_stored":10349691488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":30940,"internal_metadata":1315931940},"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":34359739513,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11468612,"kb_used_data":10035060,"kb_used_omap":28,"kb_used_meta":1433507,"kb_avail":82903228,"statfs":{"total":96636764160,"available":84892905472,"internally_reserved":0,"allocated":10275901440,"data_stored":10349690684,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":29429,"internal_metadata":1467911435},"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":5780,"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":7378,"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":2098,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":10275053568,"data_stored":10349010944,"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":10275053568,"data_stored":10349010944,"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":10275053568,"data_stored":10349010944,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-12T09:26:27.066 INFO:tasks.ceph:pgid 2.7 last_scrub_stamp 2024-09-12T07:51:22.156353+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=22, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.066 INFO:tasks.ceph:pgid 2.6 last_scrub_stamp 2024-09-12T07:51:22.156353+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=22, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.066 INFO:tasks.ceph:pgid 2.5 last_scrub_stamp 2024-09-12T07:51:22.156353+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=22, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.067 INFO:tasks.ceph:pgid 2.4 last_scrub_stamp 2024-09-12T07:51:22.156353+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=22, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.067 INFO:tasks.ceph:pgid 3.3 last_scrub_stamp 2024-09-12T07:52:10.363373+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=52, tm_sec=10, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.067 INFO:tasks.ceph:pgid 2.2 last_scrub_stamp 2024-09-12T07:51:22.156353+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=22, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.067 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2024-09-12T07:52:10.363373+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=52, tm_sec=10, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.067 INFO:tasks.ceph:pgid 2.1 last_scrub_stamp 2024-09-12T07:51:22.156353+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=22, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.067 INFO:tasks.ceph:pgid 3.1 last_scrub_stamp 2024-09-12T07:52:10.363373+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=52, tm_sec=10, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.067 INFO:tasks.ceph:pgid 2.0 last_scrub_stamp 2024-09-12T07:51:22.156353+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=22, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.067 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2024-09-12T07:52:10.363373+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=52, tm_sec=10, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.067 INFO:tasks.ceph:pgid 2.3 last_scrub_stamp 2024-09-12T07:51:22.156353+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=22, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.068 INFO:tasks.ceph:pgid 1.0 last_scrub_stamp 2024-09-12T07:51:18.141531+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=7, tm_min=51, tm_sec=18, tm_wday=3, tm_yday=256, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=12, tm_hour=9, tm_min=26, tm_sec=24, tm_wday=3, tm_yday=256, tm_isdst=0) 2024-09-12T09:26:27.068 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2024-09-12T09:26:47.069 DEBUG:teuthology.orchestra.run.smithi039:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-12T09:26:47.386 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-12T09:26:47.387 INFO:teuthology.orchestra.run.smithi039.stderr:dumped all 2024-09-12T09:26:47.402 INFO:teuthology.orchestra.run.smithi039.stdout:{"pg_ready":true,"pg_map":{"version":2889,"stamp":"2024-09-12T09:26:46.402055+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20547535810,"num_objects":5092,"num_object_clones":260,"num_object_copies":15259,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5092,"num_whiteouts":0,"num_read":474068,"num_read_kb":13645141,"num_write":602915,"num_write_kb":80750177,"num_scrub_errors":0,"num_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":46346,"ondisk_log_size":46346,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":34170896,"kb_used_data":30104608,"kb_used_omap":86,"kb_used_meta":4066153,"kb_avail":248944624,"statfs":{"total":289910292480,"available":254919294976,"internally_reserved":0,"allocated":30827118592,"data_stored":31048481649,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":89042,"internal_metadata":4163740718},"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.002980"},"pg_stats":[{"pgid":"2.7","version":"27'243","reported_seq":2235,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:30.444650+0000","last_change":"2024-09-12T09:26:30.444650+0000","last_active":"2024-09-12T09:26:30.444650+0000","last_peered":"2024-09-12T09:26:30.444650+0000","last_clean":"2024-09-12T09:26:30.444650+0000","last_became_active":"2024-09-12T07:51:23.182543+0000","last_became_peered":"2024-09-12T07:51:23.182543+0000","last_unstale":"2024-09-12T09:26:30.444650+0000","last_undegraded":"2024-09-12T09:26:30.444650+0000","last_fullsized":"2024-09-12T09:26:30.444650+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'243","last_scrub_stamp":"2024-09-12T09:26:30.444459+0000","last_deep_scrub":"27'243","last_deep_scrub_stamp":"2024-09-12T09:26:30.444459+0000","last_clean_scrub_stamp":"2024-09-12T09:26:30.444459+0000","objects_scrubbed":2,"log_size":243,"log_dups_size":0,"ondisk_log_size":243,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T16:27:48.163569+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.001298876,"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":560,"num_read_kb":367,"num_write":232,"num_write_kb":226,"num_scrub_errors":0,"num_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.6","version":"27'587","reported_seq":686,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:28.436603+0000","last_change":"2024-09-12T09:26:28.436450+0000","last_active":"2024-09-12T09:26:28.436603+0000","last_peered":"2024-09-12T09:26:28.436603+0000","last_clean":"2024-09-12T09:26:28.436603+0000","last_became_active":"2024-09-12T07:51:23.181654+0000","last_became_peered":"2024-09-12T07:51:23.181654+0000","last_unstale":"2024-09-12T09:26:28.436603+0000","last_undegraded":"2024-09-12T09:26:28.436603+0000","last_fullsized":"2024-09-12T09:26:28.436603+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'587","last_scrub_stamp":"2024-09-12T09:26:28.436256+0000","last_deep_scrub":"27'587","last_deep_scrub_stamp":"2024-09-12T09:26:28.436256+0000","last_clean_scrub_stamp":"2024-09-12T09:26:28.436256+0000","objects_scrubbed":1,"log_size":587,"log_dups_size":0,"ondisk_log_size":587,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T21:06:46.942946+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.0014726019999999999,"stat_sum":{"num_bytes":674,"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":3484,"num_read_kb":2900,"num_write":1164,"num_write_kb":1158,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'102","reported_seq":199,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:32.479329+0000","last_change":"2024-09-12T09:26:32.479329+0000","last_active":"2024-09-12T09:26:32.479329+0000","last_peered":"2024-09-12T09:26:32.479329+0000","last_clean":"2024-09-12T09:26:32.479329+0000","last_became_active":"2024-09-12T07:51:23.181411+0000","last_became_peered":"2024-09-12T07:51:23.181411+0000","last_unstale":"2024-09-12T09:26:32.479329+0000","last_undegraded":"2024-09-12T09:26:32.479329+0000","last_fullsized":"2024-09-12T09:26:32.479329+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'102","last_scrub_stamp":"2024-09-12T09:26:32.479221+0000","last_deep_scrub":"27'102","last_deep_scrub_stamp":"2024-09-12T09:26:32.479221+0000","last_clean_scrub_stamp":"2024-09-12T09:26:32.479221+0000","objects_scrubbed":1,"log_size":102,"log_dups_size":0,"ondisk_log_size":102,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T17:27:09.161246+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.001146605,"stat_sum":{"num_bytes":98,"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":501,"num_read_kb":400,"num_write":201,"num_write_kb":201,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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'1848","reported_seq":1959,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:29.443128+0000","last_change":"2024-09-12T09:26:29.443128+0000","last_active":"2024-09-12T09:26:29.443128+0000","last_peered":"2024-09-12T09:26:29.443128+0000","last_clean":"2024-09-12T09:26:29.443128+0000","last_became_active":"2024-09-12T07:51:23.185129+0000","last_became_peered":"2024-09-12T07:51:23.185129+0000","last_unstale":"2024-09-12T09:26:29.443128+0000","last_undegraded":"2024-09-12T09:26:29.443128+0000","last_fullsized":"2024-09-12T09:26:29.443128+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'1848","last_scrub_stamp":"2024-09-12T09:26:29.442887+0000","last_deep_scrub":"27'1848","last_deep_scrub_stamp":"2024-09-12T09:26:29.442887+0000","last_clean_scrub_stamp":"2024-09-12T09:26:29.442887+0000","objects_scrubbed":2,"log_size":1848,"log_dups_size":0,"ondisk_log_size":1848,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T13:24:45.266217+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.001678288,"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":11040,"num_read_kb":9199,"num_write":3681,"num_write_kb":3675,"num_scrub_errors":0,"num_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":"27'114842","reported_seq":155914,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:38.178383+0000","last_change":"2024-09-12T09:26:38.178383+0000","last_active":"2024-09-12T09:26:38.178383+0000","last_peered":"2024-09-12T09:26:38.178383+0000","last_clean":"2024-09-12T09:26:38.178383+0000","last_became_active":"2024-09-12T07:52:11.388419+0000","last_became_peered":"2024-09-12T07:52:11.388419+0000","last_unstale":"2024-09-12T09:26:38.178383+0000","last_undegraded":"2024-09-12T09:26:38.178383+0000","last_fullsized":"2024-09-12T09:26:38.178383+0000","mapping_epoch":19,"log_start":"27'104800","ondisk_log_start":"27'104800","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'114842","last_scrub_stamp":"2024-09-12T09:26:38.178229+0000","last_deep_scrub":"27'114842","last_deep_scrub_stamp":"2024-09-12T09:26:38.178229+0000","last_clean_scrub_stamp":"2024-09-12T09:26:38.178229+0000","objects_scrubbed":1244,"log_size":10042,"log_dups_size":0,"ondisk_log_size":10042,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":10,"scrub_schedule":"periodic scrub scheduled @ 2024-09-13T13:13:14.088980+0000","scrub_duration":9459,"objects_trimmed":0,"snaptrim_duration":0.00167095,"stat_sum":{"num_bytes":5066363904,"num_objects":1244,"num_object_clones":53,"num_object_copies":3732,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1244,"num_whiteouts":0,"num_read":41090,"num_read_kb":2313684,"num_write":114788,"num_write_kb":19648482,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"27'393","reported_seq":1651,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:26.660277+0000","last_change":"2024-09-12T09:26:26.660277+0000","last_active":"2024-09-12T09:26:26.660277+0000","last_peered":"2024-09-12T09:26:26.660277+0000","last_clean":"2024-09-12T09:26:26.660277+0000","last_became_active":"2024-09-12T07:51:23.186933+0000","last_became_peered":"2024-09-12T07:51:23.186933+0000","last_unstale":"2024-09-12T09:26:26.660277+0000","last_undegraded":"2024-09-12T09:26:26.660277+0000","last_fullsized":"2024-09-12T09:26:26.660277+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'393","last_scrub_stamp":"2024-09-12T09:26:26.660088+0000","last_deep_scrub":"27'393","last_deep_scrub_stamp":"2024-09-12T09:26:26.660088+0000","last_clean_scrub_stamp":"2024-09-12T09:26:26.660088+0000","objects_scrubbed":3,"log_size":393,"log_dups_size":0,"ondisk_log_size":393,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T15:22:31.106356+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0.0010640020000000001,"stat_sum":{"num_bytes":181,"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":1714,"num_read_kb":1330,"num_write":687,"num_write_kb":681,"num_scrub_errors":0,"num_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":[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'73826","reported_seq":180674,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:40.796733+0000","last_change":"2024-09-12T09:26:40.796733+0000","last_active":"2024-09-12T09:26:40.796733+0000","last_peered":"2024-09-12T09:26:40.796733+0000","last_clean":"2024-09-12T09:26:40.796733+0000","last_became_active":"2024-09-12T07:52:11.387982+0000","last_became_peered":"2024-09-12T07:52:11.387982+0000","last_unstale":"2024-09-12T09:26:40.796733+0000","last_undegraded":"2024-09-12T09:26:40.796733+0000","last_fullsized":"2024-09-12T09:26:40.796733+0000","mapping_epoch":19,"log_start":"27'63754","ondisk_log_start":"27'63754","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'73826","last_scrub_stamp":"2024-09-12T09:26:40.796523+0000","last_deep_scrub":"27'73826","last_deep_scrub_stamp":"2024-09-12T09:26:40.796523+0000","last_clean_scrub_stamp":"2024-09-12T09:26:40.796523+0000","objects_scrubbed":1243,"log_size":10072,"log_dups_size":0,"ondisk_log_size":10072,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":10,"scrub_schedule":"periodic scrub scheduled @ 2024-09-13T18:57:47.282009+0000","scrub_duration":9323,"objects_trimmed":0,"snaptrim_duration":0.001093358,"stat_sum":{"num_bytes":5028877824,"num_objects":1243,"num_object_clones":70,"num_object_copies":3729,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1243,"num_whiteouts":0,"num_read":106895,"num_read_kb":3008730,"num_write":73755,"num_write_kb":19326804,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"27'2","reported_seq":100,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:26.899077+0000","last_change":"2024-09-12T09:26:26.899077+0000","last_active":"2024-09-12T09:26:26.899077+0000","last_peered":"2024-09-12T09:26:26.899077+0000","last_clean":"2024-09-12T09:26:26.899077+0000","last_became_active":"2024-09-12T07:51:23.180648+0000","last_became_peered":"2024-09-12T07:51:23.180648+0000","last_unstale":"2024-09-12T09:26:26.899077+0000","last_undegraded":"2024-09-12T09:26:26.899077+0000","last_fullsized":"2024-09-12T09:26:26.899077+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'2","last_scrub_stamp":"2024-09-12T09:26:26.899012+0000","last_deep_scrub":"27'2","last_deep_scrub_stamp":"2024-09-12T09:26:26.899012+0000","last_clean_scrub_stamp":"2024-09-12T09:26:26.899012+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":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-13T18:16:31.666307+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058571700000000003,"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":"27'175708","reported_seq":281481,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:37.345255+0000","last_change":"2024-09-12T09:26:37.345255+0000","last_active":"2024-09-12T09:26:37.345255+0000","last_peered":"2024-09-12T09:26:37.345255+0000","last_clean":"2024-09-12T09:26:37.345255+0000","last_became_active":"2024-09-12T07:52:11.391048+0000","last_became_peered":"2024-09-12T07:52:11.391048+0000","last_unstale":"2024-09-12T09:26:37.345255+0000","last_undegraded":"2024-09-12T09:26:37.345255+0000","last_fullsized":"2024-09-12T09:26:37.345255+0000","mapping_epoch":19,"log_start":"27'165702","ondisk_log_start":"27'165702","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'175708","last_scrub_stamp":"2024-09-12T09:26:37.345135+0000","last_deep_scrub":"27'175708","last_deep_scrub_stamp":"2024-09-12T09:26:37.345135+0000","last_clean_scrub_stamp":"2024-09-12T09:26:37.345135+0000","objects_scrubbed":1275,"log_size":10006,"log_dups_size":0,"ondisk_log_size":10006,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":10,"scrub_schedule":"periodic scrub scheduled @ 2024-09-13T12:39:32.531118+0000","scrub_duration":9663,"objects_trimmed":0,"snaptrim_duration":0.0017173360000000001,"stat_sum":{"num_bytes":5151080960,"num_objects":1275,"num_object_clones":68,"num_object_copies":3825,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1275,"num_whiteouts":0,"num_read":105810,"num_read_kb":3569887,"num_write":175639,"num_write_kb":19989611,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"27'179","reported_seq":2946,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:27.952561+0000","last_change":"2024-09-12T09:26:27.952561+0000","last_active":"2024-09-12T09:26:27.952561+0000","last_peered":"2024-09-12T09:26:27.952561+0000","last_clean":"2024-09-12T09:26:27.952561+0000","last_became_active":"2024-09-12T07:51:23.181070+0000","last_became_peered":"2024-09-12T07:51:23.181070+0000","last_unstale":"2024-09-12T09:26:27.952561+0000","last_undegraded":"2024-09-12T09:26:27.952561+0000","last_fullsized":"2024-09-12T09:26:27.952561+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'179","last_scrub_stamp":"2024-09-12T09:26:27.952305+0000","last_deep_scrub":"27'179","last_deep_scrub_stamp":"2024-09-12T09:26:27.952305+0000","last_clean_scrub_stamp":"2024-09-12T09:26:27.952305+0000","objects_scrubbed":2,"log_size":179,"log_dups_size":0,"ondisk_log_size":179,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T18:33:16.337612+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0.00098625600000000003,"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":671,"num_read_kb":532,"num_write":161,"num_write_kb":154,"num_scrub_errors":0,"num_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":[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'227052","reported_seq":412754,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:43.241494+0000","last_change":"2024-09-12T09:26:43.241494+0000","last_active":"2024-09-12T09:26:43.241494+0000","last_peered":"2024-09-12T09:26:43.241494+0000","last_clean":"2024-09-12T09:26:43.241494+0000","last_became_active":"2024-09-12T07:52:11.389220+0000","last_became_peered":"2024-09-12T07:52:11.389220+0000","last_unstale":"2024-09-12T09:26:43.241494+0000","last_undegraded":"2024-09-12T09:26:43.241494+0000","last_fullsized":"2024-09-12T09:26:43.241494+0000","mapping_epoch":19,"log_start":"27'217013","ondisk_log_start":"27'217013","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'227052","last_scrub_stamp":"2024-09-12T09:26:43.241160+0000","last_deep_scrub":"27'227052","last_deep_scrub_stamp":"2024-09-12T09:26:43.241160+0000","last_clean_scrub_stamp":"2024-09-12T09:26:43.241160+0000","objects_scrubbed":1313,"log_size":10039,"log_dups_size":0,"ondisk_log_size":10039,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":10,"scrub_schedule":"periodic scrub scheduled @ 2024-09-13T17:40:53.536877+0000","scrub_duration":9775,"objects_trimmed":0,"snaptrim_duration":0.001099542,"stat_sum":{"num_bytes":5300620307,"num_objects":1313,"num_object_clones":69,"num_object_copies":3939,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1313,"num_whiteouts":0,"num_read":185732,"num_read_kb":4724330,"num_write":226986,"num_write_kb":21772543,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"27'2779","reported_seq":2879,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:26.442519+0000","last_change":"2024-09-12T09:26:26.442519+0000","last_active":"2024-09-12T09:26:26.442519+0000","last_peered":"2024-09-12T09:26:26.442519+0000","last_clean":"2024-09-12T09:26:26.442519+0000","last_became_active":"2024-09-12T07:51:23.176026+0000","last_became_peered":"2024-09-12T07:51:23.176026+0000","last_unstale":"2024-09-12T09:26:26.442519+0000","last_undegraded":"2024-09-12T09:26:26.442519+0000","last_fullsized":"2024-09-12T09:26:26.442519+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'2779","last_scrub_stamp":"2024-09-12T09:26:26.442405+0000","last_deep_scrub":"27'2779","last_deep_scrub_stamp":"2024-09-12T09:26:26.442405+0000","last_clean_scrub_stamp":"2024-09-12T09:26:26.442405+0000","objects_scrubbed":3,"log_size":2779,"log_dups_size":0,"ondisk_log_size":2779,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-13T10:14:47.145200+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.001498529,"stat_sum":{"num_bytes":772,"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":16507,"num_read_kb":13734,"num_write":5541,"num_write_kb":5535,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27'54","reported_seq":169,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-12T09:26:27.456307+0000","last_change":"2024-09-12T09:26:27.456307+0000","last_active":"2024-09-12T09:26:27.456307+0000","last_peered":"2024-09-12T09:26:27.456307+0000","last_clean":"2024-09-12T09:26:27.456307+0000","last_became_active":"2024-09-12T07:51:19.163357+0000","last_became_peered":"2024-09-12T07:51:19.163357+0000","last_unstale":"2024-09-12T09:26:27.456307+0000","last_undegraded":"2024-09-12T09:26:27.456307+0000","last_fullsized":"2024-09-12T09:26:27.456307+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-12T09:26:27.456110+0000","last_deep_scrub":"27'54","last_deep_scrub_stamp":"2024-09-12T09:26:27.456110+0000","last_clean_scrub_stamp":"2024-09-12T09:26:27.456110+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-13T19:42:34.176559+0000","scrub_duration":11,"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":20546942995,"num_objects":5075,"num_object_clones":260,"num_object_copies":15225,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5075,"num_whiteouts":0,"num_read":439527,"num_read_kb":13616631,"num_write":591168,"num_write_kb":80737440,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":30825160704,"data_stored":31047032832,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40159,"ondisk_log_size":40159,"up":12,"acting":12,"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":34485,"num_read_kb":28464,"num_write":11668,"num_write_kb":11631,"num_scrub_errors":0,"num_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":15256,"internal_metadata":0},"log_size":6133,"ondisk_log_size":6133,"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":34359739518,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11382072,"kb_used_data":10034472,"kb_used_omap":28,"kb_used_meta":1347555,"kb_avail":82989768,"statfs":{"total":96636764160,"available":84981522432,"internally_reserved":0,"allocated":10275299328,"data_stored":10349099477,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":28673,"internal_metadata":1379897343},"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":34359739518,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11320212,"kb_used_data":10035076,"kb_used_omap":30,"kb_used_meta":1285089,"kb_avail":83051628,"statfs":{"total":96636764160,"available":85044867072,"internally_reserved":0,"allocated":10275917824,"data_stored":10349691488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":30940,"internal_metadata":1315931940},"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":34359739517,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":11468612,"kb_used_data":10035060,"kb_used_omap":28,"kb_used_meta":1433507,"kb_avail":82903228,"statfs":{"total":96636764160,"available":84892905472,"internally_reserved":0,"allocated":10275901440,"data_stored":10349690684,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":29429,"internal_metadata":1467911435},"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":5780,"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":7378,"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":2098,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":10275053568,"data_stored":10349010944,"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":10275053568,"data_stored":10349010944,"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":10275053568,"data_stored":10349010944,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-12T09:26:47.405 DEBUG:teuthology.orchestra.run.smithi039:> sudo ceph --cluster cluster1 config set global mon_health_to_clog false 2024-09-12T09:26:47.737 INFO:teuthology.misc:Shutting down mds daemons... 2024-09-12T09:26:47.738 INFO:teuthology.misc:Shutting down osd daemons... 2024-09-12T09:26:47.738 DEBUG:tasks.ceph.cluster1.osd.0:waiting for process to exit 2024-09-12T09:26:47.738 INFO:teuthology.orchestra.run:waiting for 300 2024-09-12T09:26:50.018 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.0 is failed for ~0s 2024-09-12T09:26:53.841 INFO:tasks.ceph.cluster1.osd.0:Stopped 2024-09-12T09:26:53.841 DEBUG:tasks.ceph.cluster1.osd.1:waiting for process to exit 2024-09-12T09:26:53.841 INFO:teuthology.orchestra.run:waiting for 300 2024-09-12T09:26:55.322 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.1 is failed for ~0s 2024-09-12T09:26:55.322 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.0 has been restored 2024-09-12T09:26:59.943 INFO:tasks.ceph.cluster1.osd.1:Stopped 2024-09-12T09:26:59.943 DEBUG:tasks.ceph.cluster1.osd.2:waiting for process to exit 2024-09-12T09:26:59.943 INFO:teuthology.orchestra.run:waiting for 300 2024-09-12T09:27:00.524 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~0s 2024-09-12T09:27:00.525 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.1 has been restored 2024-09-12T09:27:05.727 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~5s 2024-09-12T09:27:06.044 INFO:tasks.ceph.cluster1.osd.2:Stopped 2024-09-12T09:27:06.045 INFO:teuthology.misc:Shutting down mgr daemons... 2024-09-12T09:27:06.045 DEBUG:tasks.ceph.cluster1.mgr.x:waiting for process to exit 2024-09-12T09:27:06.045 INFO:teuthology.orchestra.run:waiting for 300 2024-09-12T09:27:06.077 INFO:tasks.ceph.cluster1.mgr.x:Stopped 2024-09-12T09:27:06.078 INFO:teuthology.misc:Shutting down mon daemons... 2024-09-12T09:27:06.078 DEBUG:tasks.ceph.cluster1.mon.a:waiting for process to exit 2024-09-12T09:27:06.078 INFO:teuthology.orchestra.run:waiting for 300 2024-09-12T09:27:06.142 INFO:tasks.ceph.cluster1.mon.a:Stopped 2024-09-12T09:27:06.142 INFO:tasks.ceph:Checking cluster log for badness... 2024-09-12T09:27:06.142 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T09:27:06.280 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster1-0 on ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T09:27:06.280 DEBUG:teuthology.orchestra.run.smithi039:> sync && sudo umount -f /var/lib/ceph/osd/cluster1-0 2024-09-12T09:27:06.698 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster1-1 on ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T09:27:06.698 DEBUG:teuthology.orchestra.run.smithi039:> sync && sudo umount -f /var/lib/ceph/osd/cluster1-1 2024-09-12T09:27:06.928 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster1-2 on ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T09:27:06.928 DEBUG:teuthology.orchestra.run.smithi039:> sync && sudo umount -f /var/lib/ceph/osd/cluster1-2 2024-09-12T09:27:07.249 INFO:tasks.ceph:Archiving mon data... 2024-09-12T09:27:07.249 DEBUG:teuthology.misc:Transferring archived files from smithi039:/var/lib/ceph/mon/cluster1-a to /home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429/data/cluster1.mon.a.tgz 2024-09-12T09:27:07.249 DEBUG:teuthology.orchestra.run.smithi039:> mktemp 2024-09-12T09:27:07.253 INFO:teuthology.orchestra.run.smithi039.stdout:/tmp/tmp.3vL5G1BTZC 2024-09-12T09:27:07.254 DEBUG:teuthology.orchestra.run.smithi039:> sudo tar cz -f - -C /var/lib/ceph/mon/cluster1-a -- . > /tmp/tmp.3vL5G1BTZC 2024-09-12T09:27:07.374 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 0666 /tmp/tmp.3vL5G1BTZC 2024-09-12T09:27:07.453 DEBUG:teuthology.orchestra.remote:smithi039:/tmp/tmp.3vL5G1BTZC is 276KB 2024-09-12T09:27:07.510 DEBUG:teuthology.orchestra.run.smithi039:> rm -fr /tmp/tmp.3vL5G1BTZC 2024-09-12T09:27:07.516 INFO:tasks.ceph:Cleaning ceph cluster... 2024-09-12T09:27:07.517 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T09:27:07.562 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T09:27:07.646 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2024-09-12T09:27:07.652 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2024-09-12T09:27:07.652 INFO:tasks.ceph:Archiving crash dumps... 2024-09-12T09:27:07.653 DEBUG:teuthology.misc:Transferring archived files from smithi039:/var/lib/ceph/crash to /home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429/remote/smithi039/crash 2024-09-12T09:27:07.654 DEBUG:teuthology.orchestra.run.smithi039:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2024-09-12T09:27:07.702 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/crash to /home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429/remote/smithi098/crash 2024-09-12T09:27:07.703 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2024-09-12T09:27:07.717 INFO:tasks.ceph:Compressing logs... 2024-09-12T09:27:07.717 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T09:27:07.750 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T09:27:07.775 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31991.log 2024-09-12T09:27:07.776 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31080.log 2024-09-12T09:27:07.776 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.31991.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31991.log.gz 2024-09-12T09:27:07.777 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27764.log 2024-09-12T09:27:07.777 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.31080.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31080.log.gz 2024-09-12T09:27:07.777 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31861.log 2024-09-12T09:27:07.789 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.27764.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27764.log.gz 2024-09-12T09:27:07.789 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29819.log 2024-09-12T09:27:07.789 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.31861.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30001.log 2024-09-12T09:27:07.789 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31861.log.gz 2024-09-12T09:27:07.789 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.29819.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29819.log.gz 2024-09-12T09:27:07.789 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30008.log 2024-09-12T09:27:07.789 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30001.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30001.log.gz 2024-09-12T09:27:07.789 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29923.log 2024-09-12T09:27:07.790 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30008.log: gzip -5 --verbose -- /var/log/ceph/cluster1.audit.log 2024-09-12T09:27:07.790 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.29923.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30008.log.gz 2024-09-12T09:27:07.790 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29923.log.gz 2024-09-12T09:27:07.790 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.25220.log 2024-09-12T09:27:07.790 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1.audit.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30009.log 2024-09-12T09:27:07.790 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-mon.a.log 2024-09-12T09:27:07.790 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.25220.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.25220.log.gz 2024-09-12T09:27:07.790 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30009.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31939.log 2024-09-12T09:27:07.790 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30009.log.gz 2024-09-12T09:27:07.791 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.25095.log 2024-09-12T09:27:07.791 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30198.log 2024-09-12T09:27:07.791 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.31939.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31939.log.gz 2024-09-12T09:27:07.791 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.25095.log: gzip 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.25095.log.gz -5 2024-09-12T09:27:07.791 INFO:teuthology.orchestra.run.smithi039.stderr: --verbose -- /var/log/ceph/cluster1-client.admin.24977.log 2024-09-12T09:27:07.791 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30198.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30198.log.gz 2024-09-12T09:27:07.791 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29793.log 2024-09-12T09:27:07.792 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29852.log 2024-09-12T09:27:07.792 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.24977.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.24977.log.gz 2024-09-12T09:27:07.792 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.29793.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.32147.log 2024-09-12T09:27:07.792 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29793.log.gz 2024-09-12T09:27:07.792 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.29852.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.31286.log 2024-09-12T09:27:07.792 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29852.log.gz 2024-09-12T09:27:07.792 INFO:teuthology.orchestra.run.smithi039.stderr: 87.0% -- replaced with /var/log/ceph/cluster1.audit.log.gz 2024-09-12T09:27:07.792 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.32147.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29853.log 2024-09-12T09:27:07.792 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.32147.log.gz 2024-09-12T09:27:07.792 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30311.log 2024-09-12T09:27:07.792 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster2-client.admin.31286.log: /var/log/ceph/cluster1-client.admin.29853.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29851.log 2024-09-12T09:27:07.793 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29853.log.gz 2024-09-12T09:27:07.793 INFO:teuthology.orchestra.run.smithi039.stderr: 20.8% -- replaced with /var/log/ceph/cluster2-client.admin.31286.log.gz 2024-09-12T09:27:07.793 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster2-client.admin.30311.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29767.log 2024-09-12T09:27:07.793 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30311.log.gz 2024-09-12T09:27:07.793 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.29851.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29721.log 2024-09-12T09:27:07.793 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29851.log.gz 2024-09-12T09:27:07.793 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.29767.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29767.log.gz 2024-09-12T09:27:07.793 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30831.log 2024-09-12T09:27:07.793 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.29721.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29721.log.gz 2024-09-12T09:27:07.793 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30751.log 2024-09-12T09:27:07.793 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30791.log 2024-09-12T09:27:07.793 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30831.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30831.log.gz 2024-09-12T09:27:07.794 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster2-client.admin.30751.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.32121.log 2024-09-12T09:27:07.794 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30751.log.gz 2024-09-12T09:27:07.794 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster2-client.admin.30791.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29696.log 2024-09-12T09:27:07.794 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30791.log.gz 2024-09-12T09:27:07.794 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.32121.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30751.log 2024-09-12T09:27:07.794 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.32121.log.gz 2024-09-12T09:27:07.794 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.29696.log: gzip -5 --verbose -- /var/log/ceph/cluster1-mgr.x.log 2024-09-12T09:27:07.794 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29696.log.gz 2024-09-12T09:27:07.794 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30751.log: 0.0%gzip -- replaced with /var/log/ceph/cluster1-client.admin.30751.log.gz -5 2024-09-12T09:27:07.795 INFO:teuthology.orchestra.run.smithi039.stderr: --verbose -- /var/log/ceph/cluster1-client.admin.30353.log 2024-09-12T09:27:07.795 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30917.log 2024-09-12T09:27:07.819 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30353.log: gzip -5 --verbose -- /var/log/ceph/cluster1-osd.2.log 2024-09-12T09:27:07.819 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30353.log.gz 2024-09-12T09:27:07.820 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster2-client.admin.30917.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30269.log 2024-09-12T09:27:07.820 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.31080.log 2024-09-12T09:27:07.820 INFO:teuthology.orchestra.run.smithi039.stderr: 55.0% -- replaced with /var/log/ceph/cluster2-client.admin.30917.log.gz 2024-09-12T09:27:07.820 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30269.log: gzip -5 0.0% --verbose -- replaced with /var/log/ceph/cluster1-client.admin.30269.log.gz -- 2024-09-12T09:27:07.820 INFO:teuthology.orchestra.run.smithi039.stderr: /var/log/ceph/cluster1-client.admin.29931.log 2024-09-12T09:27:07.820 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster2-client.admin.31080.log: gzip -5 --verbose -- /var/log/ceph/cluster1-osd.0.log 2024-09-12T09:27:07.820 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.29931.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29931.log.gz 2024-09-12T09:27:07.820 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30079.log 2024-09-12T09:27:07.820 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30105.log 2024-09-12T09:27:07.820 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-osd.0.log: /var/log/ceph/cluster1-client.admin.30079.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31887.log 2024-09-12T09:27:07.820 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30079.log.gz 2024-09-12T09:27:07.821 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30105.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30105.log.gz 2024-09-12T09:27:07.821 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29671.log 2024-09-12T09:27:07.821 INFO:teuthology.orchestra.run.smithi039.stderr: 20.8% -- replaced with /var/log/ceph/cluster2-client.admin.31080.log.gz 2024-09-12T09:27:07.821 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30173.log 2024-09-12T09:27:07.821 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.31887.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31887.log.gz 2024-09-12T09:27:07.821 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.29671.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31965.log 2024-09-12T09:27:07.821 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29671.log.gz 2024-09-12T09:27:07.821 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30173.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.32095.log 2024-09-12T09:27:07.821 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30173.log.gz 2024-09-12T09:27:07.821 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.31965.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31965.log.gz 2024-09-12T09:27:07.821 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30131.log 2024-09-12T09:27:07.821 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.32095.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.25119.log 2024-09-12T09:27:07.822 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.32095.log.gz 2024-09-12T09:27:07.822 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30131.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30131.log.gzgzip 2024-09-12T09:27:07.822 INFO:teuthology.orchestra.run.smithi039.stderr: -5 --verbose -- /var/log/ceph/cluster1-client.admin.31913.log 2024-09-12T09:27:07.822 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.25119.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30831.log 2024-09-12T09:27:07.822 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.25119.log.gz 2024-09-12T09:27:07.822 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.31913.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31286.log 2024-09-12T09:27:07.822 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31913.log.gz 2024-09-12T09:27:07.822 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster2-client.admin.30831.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29741.log 2024-09-12T09:27:07.822 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30831.log.gz 2024-09-12T09:27:07.822 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.31286.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.25071.log 2024-09-12T09:27:07.823 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31286.log.gz 2024-09-12T09:27:07.823 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.29741.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.25154.log 2024-09-12T09:27:07.823 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29741.log.gz 2024-09-12T09:27:07.823 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.25071.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.25071.log.gz 2024-09-12T09:27:07.823 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30353.log 2024-09-12T09:27:07.823 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.25154.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31226.log 2024-09-12T09:27:07.823 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.25154.log.gz 2024-09-12T09:27:07.824 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster2-client.admin.30353.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.32043.log 2024-09-12T09:27:07.824 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30353.log.gz 2024-09-12T09:27:07.824 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.31226.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.32017.log 2024-09-12T09:27:07.824 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31226.log.gz 2024-09-12T09:27:07.824 INFO:teuthology.orchestra.run.smithi039.stderr:gzip/var/log/ceph/cluster1-client.admin.32043.log: -5 --verbose -- /var/log/ceph/cluster1-client.admin.30311.log 2024-09-12T09:27:07.824 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.32043.log.gz 2024-09-12T09:27:07.824 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.32017.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30249.log 2024-09-12T09:27:07.824 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.32017.log.gz 2024-09-12T09:27:07.824 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30311.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30311.log.gz 2024-09-12T09:27:07.825 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30225.log 2024-09-12T09:27:07.825 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30249.log: gzip -5 --verbose -- /var/log/ceph/cluster1.log 2024-09-12T09:27:07.825 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30249.log.gz 2024-09-12T09:27:07.825 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30225.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30269.log 2024-09-12T09:27:07.825 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30225.log.gz 2024-09-12T09:27:07.825 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1.log: gzip -5 --verbose -- /var/log/ceph/ceph.tmp-client.admin.21405.log 2024-09-12T09:27:07.825 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster2-client.admin.30269.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.32171.log 2024-09-12T09:27:07.825 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30269.log.gz 2024-09-12T09:27:07.825 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/ceph.tmp-client.admin.21405.log: gzip 0.0% -- replaced with /var/log/ceph/ceph.tmp-client.admin.21405.log.gz -5 2024-09-12T09:27:07.826 INFO:teuthology.orchestra.run.smithi039.stderr: --verbose -- /var/log/ceph/cluster1-client.admin.30791.log 2024-09-12T09:27:07.826 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.32171.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.32069.log 2024-09-12T09:27:07.826 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.32171.log.gz 2024-09-12T09:27:07.826 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29930.log 2024-09-12T09:27:07.826 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.30791.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30791.log.gz 2024-09-12T09:27:07.826 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.32069.log: gzip -5 --verbose -- /var/log/ceph/cluster1-osd.1.log 2024-09-12T09:27:07.826 INFO:teuthology.orchestra.run.smithi039.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.32069.log.gz 2024-09-12T09:27:07.826 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-client.admin.29930.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29930.log.gz 2024-09-12T09:27:07.826 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.0.30917.log 2024-09-12T09:27:07.826 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cluster1-osd.1.log: /var/log/ceph/cluster1-client.0.30917.log: 55.5% -- replaced with /var/log/ceph/cluster1-client.0.30917.log.gz 2024-09-12T09:27:07.827 INFO:teuthology.orchestra.run.smithi039.stderr: 89.4% -- replaced with /var/log/ceph/cluster1.log.gz 2024-09-12T09:27:07.837 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29636.log 2024-09-12T09:27:07.838 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29802.log 2024-09-12T09:27:07.838 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30344.log 2024-09-12T09:27:07.838 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29636.log: /var/log/ceph/cluster2-client.admin.29802.log: gzip 0.0% -5 --verbose -- replaced with /var/log/ceph/cluster2-client.admin.29636.log.gz -- 2024-09-12T09:27:07.838 INFO:teuthology.orchestra.run.smithi098.stderr: /var/log/ceph/cluster2-client.admin.30578.log 2024-09-12T09:27:07.838 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29802.log.gz 2024-09-12T09:27:07.838 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30344.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.25247.log 2024-09-12T09:27:07.838 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30344.log.gz 2024-09-12T09:27:07.838 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30015.log 2024-09-12T09:27:07.838 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30578.log: /var/log/ceph/cluster2-client.admin.25247.log: 0.0%gzip -- replaced with /var/log/ceph/cluster2-client.admin.25247.log.gz 2024-09-12T09:27:07.838 INFO:teuthology.orchestra.run.smithi098.stderr: -5 --verbose -- /var/log/ceph/cluster2-client.admin.30552.log 2024-09-12T09:27:07.839 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30578.log.gz 2024-09-12T09:27:07.839 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30015.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.25105.log 2024-09-12T09:27:07.839 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30015.log.gz 2024-09-12T09:27:07.839 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30552.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30552.log.gz 2024-09-12T09:27:07.839 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29939.log 2024-09-12T09:27:07.839 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.25105.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29633.log 2024-09-12T09:27:07.839 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25105.log.gz 2024-09-12T09:27:07.839 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29939.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28203.log 2024-09-12T09:27:07.839 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29939.log.gz 2024-09-12T09:27:07.839 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29633.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29633.log.gz 2024-09-12T09:27:07.839 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30422.log 2024-09-12T09:27:07.839 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.28203.log: gzip -5 --verbose -- /var/log/ceph/cluster2-osd.1.log 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28203.log.gz 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30422.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29454.log 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30422.log.gz 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-osd.1.log: gzip -5 --verbose -- /var/log/ceph/cluster2-mon.a.log 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29454.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30222.log 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29454.log.gz 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30057.log 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30222.log: gzip -5 --verbose -- /var/log/ceph/cluster2-mgr.x.log 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30222.log.gz 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30057.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30057.log.gz 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29602.log 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30161.log 2024-09-12T09:27:07.840 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29602.log: gzip -5 0.0% --verbose -- -- replaced with /var/log/ceph/cluster2-client.admin.29602.log.gz /var/log/ceph/cluster2.audit.log 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30161.log: gzip -5 --verbose -- /var/log/ceph/ceph.tmp-client.admin.21535.log 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30161.log.gz 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2.audit.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30035.log 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/ceph.tmp-client.admin.21535.log: 0.0% -- replaced with /var/log/ceph/ceph.tmp-client.admin.21535.log.gz 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr: 86.9% -- replaced with /var/log/ceph/cluster2.audit.log.gz 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2.log 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29524.log 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30035.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30035.log.gz 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29964.log 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29524.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30605.log 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29524.log.gz 2024-09-12T09:27:07.841 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29964.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29479.log 2024-09-12T09:27:07.842 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29964.log.gz 2024-09-12T09:27:07.842 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30605.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30100.log 2024-09-12T09:27:07.842 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30605.log.gz 2024-09-12T09:27:07.842 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29479.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29635.log 2024-09-12T09:27:07.842 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29479.log.gz 2024-09-12T09:27:07.842 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29788.log 2024-09-12T09:27:07.842 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30100.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30100.log.gz 2024-09-12T09:27:07.842 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29635.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30448.log 2024-09-12T09:27:07.842 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29635.log.gz 2024-09-12T09:27:07.842 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29788.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30079.log 2024-09-12T09:27:07.842 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29788.log.gz 2024-09-12T09:27:07.842 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30448.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29991.log 2024-09-12T09:27:07.843 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30448.log.gz 2024-09-12T09:27:07.843 INFO:teuthology.orchestra.run.smithi098.stderr:gzip/var/log/ceph/cluster2-client.admin.30079.log: -5 --verbose -- /var/log/ceph/cluster2-client.admin.30318.log 2024-09-12T09:27:07.843 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30079.log.gz 2024-09-12T09:27:07.843 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29991.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29914.log 2024-09-12T09:27:07.843 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29991.log.gz 2024-09-12T09:27:07.843 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30318.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29784.log 2024-09-12T09:27:07.844 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30318.log.gz 2024-09-12T09:27:07.844 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29914.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29550.log 2024-09-12T09:27:07.844 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29914.log.gz 2024-09-12T09:27:07.844 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29784.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29504.log 2024-09-12T09:27:07.844 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29784.log.gz 2024-09-12T09:27:07.844 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29550.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.25281.log 2024-09-12T09:27:07.844 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29550.log.gz 2024-09-12T09:27:07.844 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29504.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30121.log 2024-09-12T09:27:07.844 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29504.log.gz 2024-09-12T09:27:07.844 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.25281.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29862.log 2024-09-12T09:27:07.845 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25281.log.gz 2024-09-12T09:27:07.845 INFO:teuthology.orchestra.run.smithi098.stderr: 91.2% -- replaced with /var/log/ceph/cluster2.log.gz 2024-09-12T09:27:07.845 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30121.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29576.log 2024-09-12T09:27:07.845 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30121.log.gz 2024-09-12T09:27:07.845 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29862.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30629.log 2024-09-12T09:27:07.845 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29862.log.gz 2024-09-12T09:27:07.845 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29576.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30474.log 2024-09-12T09:27:07.845 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29576.log.gz 2024-09-12T09:27:07.845 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30629.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.25352.log 2024-09-12T09:27:07.845 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30629.log.gz 2024-09-12T09:27:07.845 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30474.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30500.log 2024-09-12T09:27:07.845 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30474.log.gz 2024-09-12T09:27:07.846 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.25352.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29888.log 2024-09-12T09:27:07.846 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25352.log.gz 2024-09-12T09:27:07.846 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30500.log: gzip -5 0.0% --verbose -- replaced with /var/log/ceph/cluster2-client.admin.30500.log.gz -- 2024-09-12T09:27:07.846 INFO:teuthology.orchestra.run.smithi098.stderr: /var/log/ceph/cluster2-client.admin.29706.log 2024-09-12T09:27:07.846 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30139.log 2024-09-12T09:27:07.846 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29888.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29888.log.gz 2024-09-12T09:27:07.846 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29706.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30200.log 2024-09-12T09:27:07.846 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29706.log.gz 2024-09-12T09:27:07.846 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30139.log: 0.0%gzip -- replaced with /var/log/ceph/cluster2-client.admin.30139.log.gz 2024-09-12T09:27:07.846 INFO:teuthology.orchestra.run.smithi098.stderr: -5 --verbose -- /var/log/ceph/cluster2-client.admin.25199.log 2024-09-12T09:27:07.846 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose/var/log/ceph/cluster2-client.admin.30200.log: -- /var/log/ceph/cluster2-client.admin.30370.log 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30200.log.gz 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.25199.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25199.log.gz 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30526.log 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29713.log 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30370.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30370.log.gz 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30526.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.25223.log 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30526.log.gz 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29713.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29714.log 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29713.log.gz 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.25223.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25223.log.gz 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30182.log 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.29714.log: gzip -5 --verbose -- /var/log/ceph/cluster2-osd.0.log 2024-09-12T09:27:07.847 INFO:teuthology.orchestra.run.smithi098.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29714.log.gz 2024-09-12T09:27:07.848 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-client.admin.30182.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30182.log.gz 2024-09-12T09:27:07.848 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-osd.2.log 2024-09-12T09:27:07.848 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.30396.log 2024-09-12T09:27:07.848 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cluster2-osd.0.log: /var/log/ceph/cluster2-osd.2.log: /var/log/ceph/cluster2-client.admin.30396.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.30396.log.gz 2024-09-12T09:27:08.359 INFO:teuthology.orchestra.run.smithi098.stderr: 92.1% -- replaced with /var/log/ceph/cluster2-mgr.x.log.gz 2024-09-12T09:27:08.632 INFO:teuthology.orchestra.run.smithi098.stderr: 94.6% -- replaced with /var/log/ceph/cluster2-osd.2.log.gz 2024-09-12T09:27:08.754 INFO:teuthology.orchestra.run.smithi098.stderr: 92.1% -- replaced with /var/log/ceph/cluster2-mon.a.log.gz 2024-09-12T09:27:09.925 INFO:teuthology.orchestra.run.smithi098.stderr: 94.0% -- replaced with /var/log/ceph/cluster2-osd.0.log.gz 2024-09-12T09:27:09.939 INFO:teuthology.orchestra.run.smithi098.stderr: 94.3% -- replaced with /var/log/ceph/cluster2-osd.1.log.gz 2024-09-12T09:27:09.941 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-09-12T09:27:09.941 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m2.176s 2024-09-12T09:27:09.941 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m6.382s 2024-09-12T09:27:09.941 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.280s 2024-09-12T09:27:10.728 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 has been restored 2024-09-12T09:27:14.119 INFO:teuthology.orchestra.run.smithi039.stderr: 92.1% -- replaced with /var/log/ceph/cluster1-mgr.x.log.gz 2024-09-12T09:27:21.323 INFO:teuthology.orchestra.run.smithi039.stderr: 90.6% -- replaced with /var/log/ceph/cluster1-mon.a.log.gz 2024-09-12T09:45:09.223 INFO:teuthology.orchestra.run.smithi039.stderr: 95.6% -- replaced with /var/log/ceph/cluster1-osd.2.log.gz 2024-09-12T09:53:02.554 INFO:teuthology.orchestra.run.smithi039.stderr: 94.3% -- replaced with /var/log/ceph/cluster1-osd.0.log.gz 2024-09-12T09:53:48.442 INFO:teuthology.orchestra.run.smithi039.stderr: 94.5% -- replaced with /var/log/ceph/cluster1-osd.1.log.gz 2024-09-12T09:53:48.444 INFO:teuthology.orchestra.run.smithi039.stderr: 2024-09-12T09:53:48.444 INFO:teuthology.orchestra.run.smithi039.stderr:real 26m40.691s 2024-09-12T09:53:48.444 INFO:teuthology.orchestra.run.smithi039.stderr:user 24m21.001s 2024-09-12T09:53:48.444 INFO:teuthology.orchestra.run.smithi039.stderr:sys 1m14.222s 2024-09-12T09:53:48.445 INFO:tasks.ceph:Archiving logs... 2024-09-12T09:53:48.445 DEBUG:teuthology.misc:Transferring archived files from smithi039:/var/log/ceph to /home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429/remote/smithi039/log 2024-09-12T09:53:48.446 DEBUG:teuthology.orchestra.run.smithi039:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-12T09:54:51.689 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429/remote/smithi098/log 2024-09-12T09:54:51.691 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-12T09:54:52.511 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-12T09:54:52.520 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-12T09:54:52.520 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-12T09:54:52.522 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-12T09:54:52.632 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-12T09:54:52.641 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-12T09:54:52.642 DEBUG:teuthology.orchestra.run.smithi039:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-12T09:54:52.644 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-12T09:54:52.660 INFO:teuthology.orchestra.run.smithi098.stdout: remote refid st t when poll reach delay offset jitter 2024-09-12T09:54:52.661 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================== 2024-09-12T09:54:52.661 INFO:teuthology.orchestra.run.smithi098.stdout:+hv01.front.sepi 67.205.162.81 3 u 389 512 377 0.190 +0.577 0.142 2024-09-12T09:54:52.661 INFO:teuthology.orchestra.run.smithi098.stdout:*hv02.front.sepi 63.231.80.2 3 u 293 512 377 0.114 -2.849 0.255 2024-09-12T09:54:52.661 INFO:teuthology.orchestra.run.smithi098.stdout:+hv03.front.sepi 74.6.168.72 3 u 287 512 377 0.160 -4.821 0.320 2024-09-12T09:54:52.661 INFO:teuthology.orchestra.run.smithi098.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-09-12T09:54:52.685 INFO:teuthology.orchestra.run.smithi039.stdout: remote refid st t when poll reach delay offset jitter 2024-09-12T09:54:52.685 INFO:teuthology.orchestra.run.smithi039.stdout:============================================================================== 2024-09-12T09:54:52.685 INFO:teuthology.orchestra.run.smithi039.stdout:+hv01.front.sepi 67.205.162.81 3 u 141 256 377 0.121 +1.442 0.299 2024-09-12T09:54:52.685 INFO:teuthology.orchestra.run.smithi039.stdout:*hv02.front.sepi 63.231.80.2 3 u 105 256 377 0.204 -2.278 0.150 2024-09-12T09:54:52.685 INFO:teuthology.orchestra.run.smithi039.stdout:+hv03.front.sepi 74.6.168.72 3 u 145 256 377 0.208 -4.059 0.173 2024-09-12T09:54:52.686 INFO:teuthology.orchestra.run.smithi039.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-09-12T09:54:52.686 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-12T09:54:52.696 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-12T09:54:52.696 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-12T09:54:52.720 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-12T09:54:52.754 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-12T09:54:52.787 INFO:teuthology.task.internal:Duration was 8018.194032 seconds 2024-09-12T09:54:52.788 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-12T09:54:52.826 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-12T09:54:52.827 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-12T09:54:52.830 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-12T09:54:53.110 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-12T09:54:53.110 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi039.front.sepia.ceph.com 2024-09-12T09:54:53.111 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T09:54:53.140 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-09-12T09:54:53.141 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T09:54:53.152 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-12T09:54:53.152 DEBUG:teuthology.orchestra.run.smithi039:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-12T09:54:53.183 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-12T09:54:53.239 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-12T09:54:53.239 DEBUG:teuthology.orchestra.run.smithi039:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-12T09:54:53.241 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-12T09:54:53.471 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-12T09:54:53.481 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-12T09:54:53.481 DEBUG:teuthology.orchestra.run.smithi039:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-12T09:54:53.519 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-12T09:54:53.534 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-12T09:54:53.544 DEBUG:teuthology.orchestra.run.smithi039:> 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-12T09:54:53.565 DEBUG:teuthology.orchestra.run.smithi098:> 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-12T09:54:53.588 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-09-12T09:54:53.599 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern = core 2024-09-12T09:54:53.652 DEBUG:teuthology.orchestra.run.smithi039:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-12T09:54:53.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T09:54:53.698 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-12T09:54:53.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-12T09:54:53.703 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-12T09:54:53.714 INFO:teuthology.task.internal:Transferring archived files... 2024-09-12T09:54:53.715 DEBUG:teuthology.misc:Transferring archived files from smithi039:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429/remote/smithi039 2024-09-12T09:54:53.715 DEBUG:teuthology.orchestra.run.smithi039:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-12T09:54:53.787 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dis-2024-09-12_04:46:10-rbd-wip-dis-testing-distro-default-smithi/7902429/remote/smithi098 2024-09-12T09:54:53.788 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-12T09:54:53.809 INFO:teuthology.task.internal:Removing archive directory... 2024-09-12T09:54:53.809 DEBUG:teuthology.orchestra.run.smithi039:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-12T09:54:53.831 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-12T09:54:53.854 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-12T09:54:53.868 INFO:teuthology.task.internal:Not uploading archives. 2024-09-12T09:54:53.868 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-12T09:54:53.892 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-12T09:54:53.892 DEBUG:teuthology.orchestra.run.smithi039:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-12T09:54:53.894 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-12T09:54:53.898 INFO:teuthology.orchestra.run.smithi039.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 12 09:54 /home/ubuntu/cephtest 2024-09-12T09:54:53.902 INFO:teuthology.orchestra.run.smithi098.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 12 09:54 /home/ubuntu/cephtest 2024-09-12T09:54:53.903 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-12T09:54:53.920 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-12T09:54:53.990 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/ec 6-prepare/native-standalone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}} duration: 8018.19403219223 flavor: default owner: scheduled_dis@teuthology success: true 2024-09-12T09:54:53.990 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-12T09:54:54.085 INFO:teuthology.run:pass