2024-09-14T08:50:57.318 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-14T08:50:57.340 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-14T08:50:57.420 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514 branch: main description: rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-zstd 4-supported-random-distro$/{centos_latest} 5-data-pool/ec 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}} email: ceph-qa@ceph.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: '7900514' kernel: kdb: 1 sha1: 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: teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: main ceph: conf: client: rbd default data pool: datapool global: mon warn on pool no app: false mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: bluestore block size: 96636764160 bluestore compression algorithm: zstd bluestore compression mode: aggressive bluestore fsck on mount: true debug bluefs: 1/20 debug bluestore: 1/20 debug ms: 1 debug osd: 20 debug rocksdb: 4/10 enable experimental unrecoverable data corrupting features: '*' mon osd backfillfull_ratio: 0.85 mon osd full ratio: 0.9 mon osd nearfull ratio: 0.8 osd debug randomize hobject sort order: false osd failsafe full ratio: 0.95 osd objectstore: bluestore flavor: default fs: xfs log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 7f24e589328ae9e639c0009d93340e5b235d0a47 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 7f24e589328ae9e639c0009d93340e5b235d0a47 thrashosds: bdev_inject_crash: 2 bdev_inject_crash_probability: 0.5 workunit: branch: main sha1: 0d61375b8ab53be4c233f5b93e463edfdff9316a owner: scheduled_teuthology@teuthology priority: 950 repo: https://git.ceph.com/ceph.git roles: - - cluster1.mon.a - cluster1.mgr.x - cluster1.osd.0 - cluster1.osd.1 - cluster1.osd.2 - cluster1.client.0 - - cluster2.mon.a - cluster2.mgr.x - cluster2.osd.0 - cluster2.osd.1 - cluster2.osd.2 - cluster2.client.0 seed: 5839 sha1: 7f24e589328ae9e639c0009d93340e5b235d0a47 sleep_before_teardown: 0 subset: 99/128 suite: rbd suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_0d61375b8ab53be4c233f5b93e463edfdff9316a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 0d61375b8ab53be4c233f5b93e463edfdff9316a targets: smithi112.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOPhtnWmD1xgN9kKlow4Vf86mjn/wRpezcDeDy0Xkp7iZLwZBu0WxTV76NSkxD73LMl6Pk/Bv+AmfjZwP5qD4jk= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI6Jog86moEnx4REp5KP/Q2wVgaMwS5myoimWL4MIyWJZAHNdhxdMhfkYtO3fN3xbdmrSLz8BRlBrDG/+S21ykE= tasks: - install: null - ceph: cluster: cluster1 - ceph: cluster: cluster2 - exec: cluster1.client.0: - sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2 - sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile - sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true - rbd --cluster cluster1 pool init datapool cluster2.client.0: - sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2 - sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile - sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true - rbd --cluster cluster2 pool init datapool - exec: cluster2.client.0: - echo '{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0-src - rbd --cluster cluster2 migration execute client.0.0-src - rbd --cluster cluster2 migration commit client.0.0-src - rbd --cluster cluster2 snap create client.0.0-src@snap - rbd --cluster cluster2 snap protect client.0.0-src@snap - rbd --cluster cluster2 clone client.0.0-src@snap client.0.0 - rbd --cluster cluster2 snap create client.0.0@snap - rbd --cluster cluster2 create --size 1G client.0.1-src - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1-src - rbd --cluster cluster2 snap create client.0.1-src@snap - rbd --cluster cluster2 snap protect client.0.1-src@snap - rbd --cluster cluster2 clone client.0.1-src@snap client.0.1 - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1 - rbd --cluster cluster2 snap create client.0.1@snap - rbd --cluster cluster2 create --size 1G client.0.2-src - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.2-src - rbd --cluster cluster2 snap create client.0.2-src@snap - rbd --cluster cluster2 snap protect client.0.2-src@snap - rbd --cluster cluster2 clone client.0.2-src@snap client.0.2 - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2 - rbd --cluster cluster2 snap create client.0.2@snap - exec: cluster1.client.0: - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0 - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1 - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2 - parallel: - io_workload - migrate_workload teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-10_20:16:17 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-14T08:50:57.421 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_0d61375b8ab53be4c233f5b93e463edfdff9316a/qa; will attempt to use it 2024-09-14T08:50:57.421 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_0d61375b8ab53be4c233f5b93e463edfdff9316a/qa/tasks 2024-09-14T08:50:57.422 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-14T08:50:57.423 INFO:teuthology.task.internal:Checking packages... 2024-09-14T08:50:57.445 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7f24e589328ae9e639c0009d93340e5b235d0a47' 2024-09-14T08:50:57.446 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-14T08:50:57.446 INFO:teuthology.packaging:ref: None 2024-09-14T08:50:57.446 INFO:teuthology.packaging:tag: None 2024-09-14T08:50:57.446 INFO:teuthology.packaging:branch: main 2024-09-14T08:50:57.446 INFO:teuthology.packaging:sha1: 7f24e589328ae9e639c0009d93340e5b235d0a47 2024-09-14T08:50:57.446 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=main 2024-09-14T08:50:57.692 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4926.g1c941a66 2024-09-14T08:50:57.694 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-14T08:50:57.701 INFO:teuthology.task.internal:no buildpackages task found 2024-09-14T08:50:57.701 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-14T08:50:57.710 INFO:teuthology.task.internal:Saving configuration 2024-09-14T08:50:57.726 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-14T08:50:57.733 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-14T08:50:57.760 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-14 08:45:56.702749', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOPhtnWmD1xgN9kKlow4Vf86mjn/wRpezcDeDy0Xkp7iZLwZBu0WxTV76NSkxD73LMl6Pk/Bv+AmfjZwP5qD4jk='} 2024-09-14T08:50:57.784 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-14 08:45:56.700770', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI6Jog86moEnx4REp5KP/Q2wVgaMwS5myoimWL4MIyWJZAHNdhxdMhfkYtO3fN3xbdmrSLz8BRlBrDG/+S21ykE='} 2024-09-14T08:50:57.784 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-14T08:50:57.791 INFO:teuthology.task.internal:roles: ubuntu@smithi112.front.sepia.ceph.com - ['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'] 2024-09-14T08:50:57.791 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0'] 2024-09-14T08:50:57.791 INFO:teuthology.run_tasks:Running task console_log... 2024-09-14T08:50:57.852 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4b31befbe0>, signals=[15]) 2024-09-14T08:50:57.852 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-14T08:50:57.858 INFO:teuthology.task.internal:Opening connections... 2024-09-14T08:50:57.858 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T08:50:57.860 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-14T08:50:57.935 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-09-14T08:50:57.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-14T08:50:58.008 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-14T08:50:58.015 DEBUG:teuthology.orchestra.run.smithi112:> uname -m 2024-09-14T08:50:58.033 INFO:teuthology.orchestra.run.smithi112.stdout:x86_64 2024-09-14T08:50:58.033 DEBUG:teuthology.orchestra.run.smithi112:> cat /etc/os-release 2024-09-14T08:50:58.091 INFO:teuthology.orchestra.run.smithi112.stdout:NAME="CentOS Stream" 2024-09-14T08:50:58.091 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION="9" 2024-09-14T08:50:58.091 INFO:teuthology.orchestra.run.smithi112.stdout:ID="centos" 2024-09-14T08:50:58.091 INFO:teuthology.orchestra.run.smithi112.stdout:ID_LIKE="rhel fedora" 2024-09-14T08:50:58.091 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_ID="9" 2024-09-14T08:50:58.091 INFO:teuthology.orchestra.run.smithi112.stdout:PLATFORM_ID="platform:el9" 2024-09-14T08:50:58.091 INFO:teuthology.orchestra.run.smithi112.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-14T08:50:58.091 INFO:teuthology.orchestra.run.smithi112.stdout:ANSI_COLOR="0;31" 2024-09-14T08:50:58.091 INFO:teuthology.orchestra.run.smithi112.stdout:LOGO="fedora-logo-icon" 2024-09-14T08:50:58.092 INFO:teuthology.orchestra.run.smithi112.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-14T08:50:58.092 INFO:teuthology.orchestra.run.smithi112.stdout:HOME_URL="https://centos.org/" 2024-09-14T08:50:58.092 INFO:teuthology.orchestra.run.smithi112.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-14T08:50:58.092 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-14T08:50:58.092 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-14T08:50:58.092 INFO:teuthology.lock.ops:Updating smithi112.front.sepia.ceph.com on lock server 2024-09-14T08:50:58.111 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-09-14T08:50:58.130 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-09-14T08:50:58.130 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-09-14T08:50:58.187 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="CentOS Stream" 2024-09-14T08:50:58.187 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="9" 2024-09-14T08:50:58.187 INFO:teuthology.orchestra.run.smithi133.stdout:ID="centos" 2024-09-14T08:50:58.187 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="rhel fedora" 2024-09-14T08:50:58.188 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="9" 2024-09-14T08:50:58.188 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el9" 2024-09-14T08:50:58.188 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-14T08:50:58.188 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2024-09-14T08:50:58.188 INFO:teuthology.orchestra.run.smithi133.stdout:LOGO="fedora-logo-icon" 2024-09-14T08:50:58.188 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-14T08:50:58.188 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://centos.org/" 2024-09-14T08:50:58.188 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-14T08:50:58.188 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-14T08:50:58.188 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-14T08:50:58.188 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-09-14T08:50:58.211 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-14T08:50:58.220 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-14T08:50:58.226 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-14T08:50:58.226 DEBUG:teuthology.orchestra.run.smithi112:> test '!' -e /home/ubuntu/cephtest 2024-09-14T08:50:58.228 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-09-14T08:50:58.245 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-14T08:50:58.251 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-14T08:50:58.251 DEBUG:teuthology.orchestra.run.smithi112:> test -z $(ls -A /var/lib/ceph) 2024-09-14T08:50:58.286 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-09-14T08:50:58.316 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-14T08:50:58.370 INFO:teuthology.run_tasks:Running task kernel... 2024-09-14T08:50:58.384 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-14T08:50:58.384 INFO:teuthology.task.kernel:config {'cluster1.mon.a': {'kdb': 1, 'sha1': 'distro'}, 'cluster2.mon.a': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-14T08:50:58.385 DEBUG:teuthology.orchestra.run.smithi112:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-14T08:50:58.385 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-14T08:50:58.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-14T08:50:58.402 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-09-14T08:50:58.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-14T08:50:58.403 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-09-14T08:50:58.458 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-503.el9.x86_64 2024-09-14T08:50:58.459 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.14.0-503.el9.x86_64 2024-09-14T08:50:58.459 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2024-09-14T08:50:58.461 INFO:teuthology.orchestra.run.smithi112.stdout:5.14.0-503.el9.x86_64 2024-09-14T08:50:58.461 INFO:teuthology.task.kernel:Running kernel on smithi112: 5.14.0-503.el9.x86_64 2024-09-14T08:50:58.462 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum install -y kernel 2024-09-14T08:51:00.812 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.2 MB 00:00 2024-09-14T08:51:00.817 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.2 MB 00:00 2024-09-14T08:51:02.480 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - AppStream 35 MB/s | 20 MB 00:00 2024-09-14T08:51:05.768 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 5.3 MB/s | 20 MB 00:03 2024-09-14T08:51:06.697 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.5 MB 00:00 2024-09-14T08:51:08.307 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - Extras packages 47 kB/s | 19 kB 00:00 2024-09-14T08:51:09.094 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-14T08:51:10.569 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 6.4 MB/s | 6.5 MB 00:01 2024-09-14T08:51:12.069 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 64 kB/s | 19 kB 00:00 2024-09-14T08:51:12.831 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 35 MB/s | 23 MB 00:00 2024-09-14T08:51:14.550 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-14T08:51:16.573 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-14T08:51:16.573 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-14T08:51:16.661 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:51:16.670 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:51:16.671 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-09-14T08:51:16.671 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:51:16.671 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:51:16.671 INFO:teuthology.orchestra.run.smithi112.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-14T08:51:16.671 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-14T08:51:16.671 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-14T08:51:16.671 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-14T08:51:16.671 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-14T08:51:16.671 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:51:16.671 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:51:16.671 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:51:16.671 INFO:teuthology.orchestra.run.smithi112.stdout:Install 4 Packages 2024-09-14T08:51:16.672 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:51:16.672 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 79 M 2024-09-14T08:51:16.672 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 126 M 2024-09-14T08:51:16.672 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:51:16.785 INFO:teuthology.orchestra.run.smithi112.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 340 kB/s | 23 kB 00:00 2024-09-14T08:51:17.185 INFO:teuthology.orchestra.run.smithi112.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 33 MB/s | 16 MB 00:00 2024-09-14T08:51:17.810 INFO:teuthology.orchestra.run.smithi112.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 28 MB/s | 29 MB 00:01 2024-09-14T08:51:18.212 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-09-14T08:51:18.410 INFO:teuthology.orchestra.run.smithi112.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 20 MB/s | 35 MB 00:01 2024-09-14T08:51:18.411 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:51:18.411 INFO:teuthology.orchestra.run.smithi112.stdout:Total 45 MB/s | 79 MB 00:01 2024-09-14T08:51:19.093 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:51:19.452 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:51:19.452 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:51:20.194 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-14T08:51:20.194 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-14T08:51:20.285 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:51:20.294 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:51:20.294 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-09-14T08:51:20.294 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:51:20.294 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:51:20.294 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-14T08:51:20.294 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-09-14T08:51:20.294 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-14T08:51:20.294 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-14T08:51:20.294 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-14T08:51:20.294 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:51:20.295 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:51:20.295 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:51:20.295 INFO:teuthology.orchestra.run.smithi133.stdout:Install 4 Packages 2024-09-14T08:51:20.295 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:51:20.295 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 79 M 2024-09-14T08:51:20.295 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 126 M 2024-09-14T08:51:20.296 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:51:20.411 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:51:20.411 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:51:20.455 INFO:teuthology.orchestra.run.smithi133.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 201 kB/s | 23 kB 00:00 2024-09-14T08:51:21.038 INFO:teuthology.orchestra.run.smithi133.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 22 MB/s | 16 MB 00:00 2024-09-14T08:51:21.764 INFO:teuthology.orchestra.run.smithi133.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 22 MB/s | 29 MB 00:01 2024-09-14T08:51:22.114 INFO:teuthology.orchestra.run.smithi133.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 19 MB/s | 35 MB 00:01 2024-09-14T08:51:22.114 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:51:22.114 INFO:teuthology.orchestra.run.smithi133.stdout:Total 43 MB/s | 79 MB 00:01 2024-09-14T08:51:22.793 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:51:22.838 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:51:23.141 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:51:23.141 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:51:23.525 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-14T08:51:23.603 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-14T08:51:24.113 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:51:24.113 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:51:26.407 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-14T08:51:26.541 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-14T08:51:26.576 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:51:27.215 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-14T08:51:27.289 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-14T08:51:30.103 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-14T08:51:30.232 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-14T08:51:31.398 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-14T08:51:31.440 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-14T08:51:35.066 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-14T08:51:35.116 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-14T08:51:36.281 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-14T08:51:39.952 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-14T08:52:14.590 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-14T08:52:14.630 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-14T08:52:14.904 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-14T08:52:14.904 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-14T08:52:14.904 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-14T08:52:14.904 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-14T08:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-14T08:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-14T08:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-14T08:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-14T08:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-14T08:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:52:16.124 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2024-09-14T08:52:16.219 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-14T08:52:16.220 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-14T08:52:16.220 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-14T08:52:16.220 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-14T08:52:16.220 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-14T08:52:16.220 INFO:teuthology.task.kernel:Installing distro kernel on cluster1.mon.a... 2024-09-14T08:52:16.220 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi112.front.sepia.ceph.com, path=None, version=distro) 2024-09-14T08:52:16.221 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2024-09-14T08:52:16.278 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-14T08:52:16.279 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-14T08:52:16.279 DEBUG:teuthology.orchestra.run.smithi112:> sudo rpm -qi grub2-tools 2024-09-14T08:52:16.311 INFO:teuthology.orchestra.run.smithi112.stdout:Name : grub2-tools 2024-09-14T08:52:16.311 INFO:teuthology.orchestra.run.smithi112.stdout:Epoch : 1 2024-09-14T08:52:16.311 INFO:teuthology.orchestra.run.smithi112.stdout:Version : 2.06 2024-09-14T08:52:16.311 INFO:teuthology.orchestra.run.smithi112.stdout:Release : 82.el9 2024-09-14T08:52:16.311 INFO:teuthology.orchestra.run.smithi112.stdout:Architecture: x86_64 2024-09-14T08:52:16.311 INFO:teuthology.orchestra.run.smithi112.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-14T08:52:16.311 INFO:teuthology.orchestra.run.smithi112.stdout:Group : Unspecified 2024-09-14T08:52:16.311 INFO:teuthology.orchestra.run.smithi112.stdout:Size : 8274670 2024-09-14T08:52:16.311 INFO:teuthology.orchestra.run.smithi112.stdout:License : GPLv3+ 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:Packager : builder@centos.org 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:Vendor : CentOS 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:Summary : Support tools for GRUB. 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:Description : 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-14T08:52:16.312 INFO:teuthology.orchestra.run.smithi112.stdout:hardware devices. 2024-09-14T08:52:16.313 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:52:16.313 INFO:teuthology.orchestra.run.smithi112.stdout:This subpackage provides tools for support of all platforms. 2024-09-14T08:52:16.313 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-14T08:52:16.313 INFO:teuthology.task.kernel:Updating grub on smithi112 to boot 5.14.0-505.el9.x86_64 2024-09-14T08:52:16.314 DEBUG:teuthology.orchestra.run.smithi112:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-14T08:52:16.936 INFO:teuthology.orchestra.run.smithi112.stderr:Generating grub configuration file ... 2024-09-14T08:52:17.978 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-14T08:52:18.018 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-14T08:52:18.292 INFO:teuthology.orchestra.run.smithi112.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-14T08:52:18.317 INFO:teuthology.orchestra.run.smithi112.stderr:done 2024-09-14T08:52:18.320 DEBUG:teuthology.orchestra.run.smithi112:> mktemp 2024-09-14T08:52:18.336 INFO:teuthology.orchestra.run.smithi112.stdout:/tmp/tmp.DxfF0o3h7C 2024-09-14T08:52:18.336 DEBUG:teuthology.orchestra.run.smithi112:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.DxfF0o3h7C 2024-09-14T08:52:18.340 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-14T08:52:18.340 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-14T08:52:18.340 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-14T08:52:18.340 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-14T08:52:18.402 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0666 /tmp/tmp.DxfF0o3h7C 2024-09-14T08:52:18.546 DEBUG:teuthology.orchestra.remote:smithi112:/tmp/tmp.DxfF0o3h7C is 6KB 2024-09-14T08:52:18.594 DEBUG:teuthology.orchestra.run.smithi112:> rm -fr /tmp/tmp.DxfF0o3h7C 2024-09-14T08:52:18.609 DEBUG:teuthology.orchestra.run.smithi112:> sudo /bin/ls /boot/loader/entries || true 2024-09-14T08:52:18.672 INFO:teuthology.orchestra.run.smithi112.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-14T08:52:18.673 INFO:teuthology.orchestra.run.smithi112.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-14T08:52:18.673 INFO:teuthology.orchestra.run.smithi112.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-14T08:52:18.673 INFO:teuthology.orchestra.run.smithi112.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-14T08:52:18.674 DEBUG:teuthology.orchestra.run.smithi112:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-14T08:52:18.818 DEBUG:teuthology.orchestra.run.smithi112:> sudo shutdown -r now 2024-09-14T08:52:19.174 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-14T08:52:19.174 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:52:19.174 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:52:19.174 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-14T08:52:19.174 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-14T08:52:19.174 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-14T08:52:19.174 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-14T08:52:19.174 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:52:19.175 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:52:19.519 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-09-14T08:52:19.613 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-14T08:52:19.613 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-14T08:52:19.614 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-14T08:52:19.614 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-14T08:52:19.614 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-14T08:52:19.614 INFO:teuthology.task.kernel:Installing distro kernel on cluster2.mon.a... 2024-09-14T08:52:19.614 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-09-14T08:52:19.614 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-09-14T08:52:19.672 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-14T08:52:19.673 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-14T08:52:19.673 DEBUG:teuthology.orchestra.run.smithi133:> sudo rpm -qi grub2-tools 2024-09-14T08:52:19.709 INFO:teuthology.orchestra.run.smithi133.stdout:Name : grub2-tools 2024-09-14T08:52:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:Epoch : 1 2024-09-14T08:52:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:Version : 2.06 2024-09-14T08:52:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:Release : 82.el9 2024-09-14T08:52:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: x86_64 2024-09-14T08:52:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-14T08:52:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:Group : Unspecified 2024-09-14T08:52:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:Size : 8274670 2024-09-14T08:52:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:License : GPLv3+ 2024-09-14T08:52:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-14T08:52:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-14T08:52:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-14T08:52:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-14T08:52:19.711 INFO:teuthology.orchestra.run.smithi133.stdout:Packager : builder@centos.org 2024-09-14T08:52:19.711 INFO:teuthology.orchestra.run.smithi133.stdout:Vendor : CentOS 2024-09-14T08:52:19.711 INFO:teuthology.orchestra.run.smithi133.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-14T08:52:19.711 INFO:teuthology.orchestra.run.smithi133.stdout:Summary : Support tools for GRUB. 2024-09-14T08:52:19.711 INFO:teuthology.orchestra.run.smithi133.stdout:Description : 2024-09-14T08:52:19.711 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:52:19.711 INFO:teuthology.orchestra.run.smithi133.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-14T08:52:19.711 INFO:teuthology.orchestra.run.smithi133.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-14T08:52:19.711 INFO:teuthology.orchestra.run.smithi133.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-14T08:52:19.711 INFO:teuthology.orchestra.run.smithi133.stdout:hardware devices. 2024-09-14T08:52:19.711 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:52:19.711 INFO:teuthology.orchestra.run.smithi133.stdout:This subpackage provides tools for support of all platforms. 2024-09-14T08:52:19.712 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-14T08:52:19.712 INFO:teuthology.task.kernel:Updating grub on smithi133 to boot 5.14.0-505.el9.x86_64 2024-09-14T08:52:19.712 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-14T08:52:20.484 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-09-14T08:52:21.863 INFO:teuthology.orchestra.run.smithi133.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-14T08:52:21.891 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-09-14T08:52:21.893 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-09-14T08:52:21.908 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.OBeIjlsml6 2024-09-14T08:52:21.909 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OBeIjlsml6 2024-09-14T08:52:21.976 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.OBeIjlsml6 2024-09-14T08:52:22.115 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.OBeIjlsml6 is 6KB 2024-09-14T08:52:22.163 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.OBeIjlsml6 2024-09-14T08:52:22.178 DEBUG:teuthology.orchestra.run.smithi133:> sudo /bin/ls /boot/loader/entries || true 2024-09-14T08:52:22.241 INFO:teuthology.orchestra.run.smithi133.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-14T08:52:22.241 INFO:teuthology.orchestra.run.smithi133.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-14T08:52:22.241 INFO:teuthology.orchestra.run.smithi133.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-14T08:52:22.241 INFO:teuthology.orchestra.run.smithi133.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-14T08:52:22.242 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-14T08:52:22.399 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-09-14T08:52:48.840 INFO:teuthology.task.kernel:Checking client cluster1.mon.a for new kernel version... 2024-09-14T08:52:48.840 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-14T08:52:48.841 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-14T08:52:52.405 INFO:teuthology.task.kernel:Checking client cluster2.mon.a for new kernel version... 2024-09-14T08:52:52.405 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-14T08:52:52.405 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-14T08:53:07.261 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-09-14T08:53:10.845 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-09-14T08:53:16.265 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-14T08:53:16.266 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-14T08:53:19.325 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-09-14T08:53:19.846 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-14T08:53:19.847 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-14T08:53:22.909 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-09-14T08:53:31.335 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-14T08:53:31.336 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-14T08:53:34.913 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-14T08:53:34.914 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-14T08:53:49.757 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-09-14T08:54:04.770 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-14T08:54:04.771 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-14T08:54:05.368 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-09-14T08:54:05.924 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-14T08:54:05.924 INFO:teuthology.task.kernel:Checking kernel version of cluster1.mon.a, want "5.14.0-505.el9.x86_64"... 2024-09-14T08:54:05.924 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-09-14T08:54:05.964 INFO:teuthology.orchestra.run.smithi112.stdout:5.14.0-505.el9.x86_64 2024-09-14T08:54:05.964 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-14T08:54:05.964 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-14T08:54:05.964 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-14T08:54:06.716 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-09-14T08:54:06.965 INFO:teuthology.task.kernel:Enabling kdb on cluster1.mon.a... 2024-09-14T08:54:06.966 DEBUG:teuthology.orchestra.run.smithi112:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-14T08:54:07.028 INFO:teuthology.orchestra.run.smithi112.stdout:ttyS1 2024-09-14T08:54:07.119 DEBUG:teuthology.parallel:result is None 2024-09-14T08:54:07.255 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-14T08:54:07.255 INFO:teuthology.task.kernel:Checking kernel version of cluster2.mon.a, want "5.14.0-505.el9.x86_64"... 2024-09-14T08:54:07.255 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-09-14T08:54:07.299 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-505.el9.x86_64 2024-09-14T08:54:07.299 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-14T08:54:07.299 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-14T08:54:07.299 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-14T08:54:08.300 INFO:teuthology.task.kernel:Enabling kdb on cluster2.mon.a... 2024-09-14T08:54:08.300 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-14T08:54:08.376 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-09-14T08:54:08.395 DEBUG:teuthology.parallel:result is None 2024-09-14T08:54:08.396 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-14T08:54:08.407 INFO:teuthology.task.internal:Creating test directory... 2024-09-14T08:54:08.407 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-14T08:54:08.410 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-14T08:54:08.426 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-14T08:54:08.433 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-14T08:54:08.438 INFO:teuthology.task.internal:Creating archive directory... 2024-09-14T08:54:08.439 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-14T08:54:08.470 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-14T08:54:08.525 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-14T08:54:08.531 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-14T08:54:08.532 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T08:54:08.536 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T08:54:08.568 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-14T08:54:08.572 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-14T08:54:08.578 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-14T08:54:08.583 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-14T08:54:08.585 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-14T08:54:08.597 INFO:teuthology.task.internal:Configuring sudo... 2024-09-14T08:54:08.597 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-14T08:54:08.627 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-14T08:54:08.652 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-14T08:54:08.661 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-14T08:54:08.661 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-14T08:54:08.695 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-14T08:54:08.709 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-14T08:54:08.793 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-14T08:54:08.843 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-14T08:54:08.925 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-14T08:54:08.966 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T08:54:08.966 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-14T08:54:09.031 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-14T08:54:09.066 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-14T08:54:09.122 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-14T08:54:09.200 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-14T08:54:09.243 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T08:54:09.243 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-14T08:54:09.308 DEBUG:teuthology.orchestra.run.smithi112:> sudo service rsyslog restart 2024-09-14T08:54:09.310 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-09-14T08:54:09.355 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-14T08:54:09.401 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-14T08:54:09.872 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-14T08:54:09.879 INFO:teuthology.task.internal:Starting timer... 2024-09-14T08:54:09.879 INFO:teuthology.run_tasks:Running task pcp... 2024-09-14T08:54:09.915 INFO:teuthology.run_tasks:Running task selinux... 2024-09-14T08:54:09.923 DEBUG:teuthology.orchestra.run.smithi112:> sudo service auditd rotate 2024-09-14T08:54:09.980 INFO:teuthology.orchestra.run.smithi112.stdout:Rotating logs: 2024-09-14T08:54:09.982 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2024-09-14T08:54:10.049 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2024-09-14T08:54:10.051 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-14T08:54:10.051 DEBUG:teuthology.orchestra.run.smithi112:> /usr/sbin/getenforce 2024-09-14T08:54:10.076 INFO:teuthology.orchestra.run.smithi112.stdout:Permissive 2024-09-14T08:54:10.077 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2024-09-14T08:54:10.097 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2024-09-14T08:54:10.097 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi112.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi133.front.sepia.ceph.com': 'permissive'} 2024-09-14T08:54:10.097 DEBUG:teuthology.orchestra.run.smithi112:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-14T08:54:10.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-14T08:54:10.143 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-14T08:54:10.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-14T08:54:10.168 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-14T08:54:10.168 DEBUG:teuthology.orchestra.run.smithi112:> sudo /usr/sbin/setenforce permissive 2024-09-14T08:54:10.212 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2024-09-14T08:54:10.242 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-14T08:54:10.251 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-14T08:54:10.262 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-14T08:54:10.263 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi112.front.sepia.ceph.com,smithi133.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-14T08:57:51.735 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi112.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com')] 2024-09-14T08:57:51.736 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-14T08:57:51.737 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-14T08:57:51.816 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-09-14T08:57:51.900 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-14T08:57:51.901 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-14T08:57:51.901 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-14T08:57:51.973 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-09-14T08:57:52.049 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-09-14T08:57:52.049 INFO:teuthology.run_tasks:Running task clock... 2024-09-14T08:57:52.059 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-14T08:57:52.059 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-14T08:57:52.060 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T08:57:52.062 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-14T08:57:52.062 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T08:57:52.090 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-14T08:57:52.104 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-14T08:57:52.119 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-14T08:57:52.128 INFO:teuthology.orchestra.run.smithi112.stderr:sudo: ntpd: command not found 2024-09-14T08:57:52.134 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-14T08:57:52.139 INFO:teuthology.orchestra.run.smithi112.stdout:506 Cannot talk to daemon 2024-09-14T08:57:52.153 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-14T08:57:52.158 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2024-09-14T08:57:52.167 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-14T08:57:52.169 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2024-09-14T08:57:52.183 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-14T08:57:52.197 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-14T08:57:52.222 INFO:teuthology.orchestra.run.smithi112.stderr:bash: line 1: ntpq: command not found 2024-09-14T08:57:52.225 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-14T08:57:52.225 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2024-09-14T08:57:52.225 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-14T08:57:52.225 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-14T08:57:52.226 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-14T08:57:52.226 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-14T08:57:52.252 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-09-14T08:57:52.255 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-14T08:57:52.255 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-09-14T08:57:52.255 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-14T08:57:52.255 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-14T08:57:52.255 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-14T08:57:52.255 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-14T08:57:52.256 INFO:teuthology.run_tasks:Running task install... 2024-09-14T08:57:52.265 DEBUG:teuthology.task.install:project ceph 2024-09-14T08:57:52.265 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47'}} 2024-09-14T08:57:52.265 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47'} 2024-09-14T08:57:52.265 INFO:teuthology.task.install:Using flavor: default 2024-09-14T08:57:52.270 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-14T08:57:52.270 INFO:teuthology.task.install:extra packages: [] 2024-09-14T08:57:52.270 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47', 'tag': None, 'wait_for_package': False} 2024-09-14T08:57:52.271 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7f24e589328ae9e639c0009d93340e5b235d0a47 2024-09-14T08:57:52.273 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47', 'tag': None, 'wait_for_package': False} 2024-09-14T08:57:52.273 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7f24e589328ae9e639c0009d93340e5b235d0a47 2024-09-14T08:57:52.417 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/main/7f24e589328ae9e639c0009d93340e5b235d0a47/centos/9/flavors/default/ 2024-09-14T08:57:52.417 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4775.g7f24e589 2024-09-14T08:57:52.421 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/main/7f24e589328ae9e639c0009d93340e5b235d0a47/centos/9/flavors/default/ 2024-09-14T08:57:52.421 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4775.g7f24e589 2024-09-14T08:57:52.538 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/main/7f24e589328ae9e639c0009d93340e5b235d0a47/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/main/7f24e589328ae9e639c0009d93340e5b235d0a47/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/main/7f24e589328ae9e639c0009d93340e5b235d0a47/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-14T08:57:52.538 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T08:57:52.538 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-14T08:57:52.540 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/main/7f24e589328ae9e639c0009d93340e5b235d0a47/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/main/7f24e589328ae9e639c0009d93340e5b235d0a47/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/main/7f24e589328ae9e639c0009d93340e5b235d0a47/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-14T08:57:52.540 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T08:57:52.540 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-14T08:57:52.565 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-09-14T08:57:52.566 DEBUG:teuthology.orchestra.run.smithi112:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/7f24e589328ae9e639c0009d93340e5b235d0a47/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-14T08:57:52.567 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-09-14T08:57:52.567 DEBUG:teuthology.orchestra.run.smithi133:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/7f24e589328ae9e639c0009d93340e5b235d0a47/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-14T08:57:52.631 DEBUG:teuthology.orchestra.run.smithi112:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-14T08:57:52.633 DEBUG:teuthology.orchestra.run.smithi133:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-14T08:57:52.706 DEBUG:teuthology.orchestra.run.smithi112:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-14T08:57:52.709 DEBUG:teuthology.orchestra.run.smithi133:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-14T08:57:52.771 INFO:teuthology.orchestra.run.smithi112.stdout:check_obsoletes = 1 2024-09-14T08:57:52.773 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum clean all 2024-09-14T08:57:52.774 INFO:teuthology.orchestra.run.smithi133.stdout:check_obsoletes = 1 2024-09-14T08:57:52.775 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum clean all 2024-09-14T08:57:52.995 INFO:teuthology.orchestra.run.smithi112.stdout:45 files removed 2024-09-14T08:57:53.008 INFO:teuthology.orchestra.run.smithi133.stdout:45 files removed 2024-09-14T08:57:53.022 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-radosgw 2024-09-14T08:57:53.035 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-radosgw 2024-09-14T08:57:53.590 INFO:teuthology.orchestra.run.smithi133.stdout:ceph packages for x86_64 312 kB/s | 84 kB 00:00 2024-09-14T08:57:53.597 INFO:teuthology.orchestra.run.smithi112.stdout:ceph packages for x86_64 286 kB/s | 84 kB 00:00 2024-09-14T08:57:53.882 INFO:teuthology.orchestra.run.smithi133.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-14T08:57:53.889 INFO:teuthology.orchestra.run.smithi112.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-14T08:57:54.156 INFO:teuthology.orchestra.run.smithi112.stdout:ceph source packages 8.4 kB/s | 1.9 kB 00:00 2024-09-14T08:57:54.167 INFO:teuthology.orchestra.run.smithi133.stdout:ceph source packages 7.8 kB/s | 1.9 kB 00:00 2024-09-14T08:57:54.665 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.2 MB 00:00 2024-09-14T08:57:54.766 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.2 MB 00:00 2024-09-14T08:57:56.551 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 32 MB/s | 20 MB 00:00 2024-09-14T08:57:59.483 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - AppStream 5.5 MB/s | 20 MB 00:03 2024-09-14T08:58:00.910 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-14T08:58:02.361 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 19 kB 00:00 2024-09-14T08:58:03.257 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 29 MB/s | 23 MB 00:00 2024-09-14T08:58:04.900 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.5 MB 00:01 2024-09-14T08:58:06.795 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 19 kB 00:00 2024-09-14T08:58:07.874 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 24 MB/s | 23 MB 00:00 2024-09-14T08:58:08.712 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-14T08:58:11.123 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:58:11.131 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:58:11.131 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-09-14T08:58:11.131 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 11 M 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrading: 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout: librados2 x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 3.5 M 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1 x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 3.2 M 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 5.5 M 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 22 M 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 25 k 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-14T08:58:11.132 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-14T08:58:11.133 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2 x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 755 k 2024-09-14T08:58:11.133 INFO:teuthology.orchestra.run.smithi133.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-14T08:58:11.133 INFO:teuthology.orchestra.run.smithi133.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-14T08:58:11.133 INFO:teuthology.orchestra.run.smithi133.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-14T08:58:11.133 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-14T08:58:11.133 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1 x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 508 k 2024-09-14T08:58:11.133 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-14T08:58:11.133 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2 x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 5.5 M 2024-09-14T08:58:11.133 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-14T08:58:11.133 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-14T08:58:11.133 INFO:teuthology.orchestra.run.smithi133.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-14T08:58:11.133 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 45 k 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 143 k 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 161 k 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 321 k 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 306 k 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 99 k 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout:Installing weak dependencies: 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:11.134 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:58:11.135 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:58:11.135 INFO:teuthology.orchestra.run.smithi133.stdout:Install 31 Packages 2024-09-14T08:58:11.135 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrade 2 Packages 2024-09-14T08:58:11.135 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:11.135 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 62 M 2024-09-14T08:58:11.135 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:58:11.938 INFO:teuthology.orchestra.run.smithi133.stdout:(1/33): ceph-base-19.3.0-4775.g7f24e589.el9.x86 11 MB/s | 5.5 MB 00:00 2024-09-14T08:58:12.005 INFO:teuthology.orchestra.run.smithi133.stdout:(2/33): ceph-selinux-19.3.0-4775.g7f24e589.el9. 376 kB/s | 25 kB 00:00 2024-09-14T08:58:12.164 INFO:teuthology.orchestra.run.smithi133.stdout:(3/33): ceph-radosgw-19.3.0-4775.g7f24e589.el9. 15 MB/s | 11 MB 00:00 2024-09-14T08:58:12.205 INFO:teuthology.orchestra.run.smithi133.stdout:(4/33): libcephfs2-19.3.0-4775.g7f24e589.el9.x8 3.7 MB/s | 755 kB 00:00 2024-09-14T08:58:12.231 INFO:teuthology.orchestra.run.smithi133.stdout:(5/33): libradosstriper1-19.3.0-4775.g7f24e589. 7.4 MB/s | 508 kB 00:00 2024-09-14T08:58:12.281 INFO:teuthology.orchestra.run.smithi133.stdout:(6/33): python3-ceph-argparse-19.3.0-4775.g7f24 905 kB/s | 45 kB 00:00 2024-09-14T08:58:12.381 INFO:teuthology.orchestra.run.smithi133.stdout:(7/33): python3-ceph-common-19.3.0-4775.g7f24e5 1.4 MB/s | 143 kB 00:00 2024-09-14T08:58:12.474 INFO:teuthology.orchestra.run.smithi133.stdout:(8/33): librgw2-19.3.0-4775.g7f24e589.el9.x86_6 21 MB/s | 5.5 MB 00:00 2024-09-14T08:58:12.499 INFO:teuthology.orchestra.run.smithi133.stdout:(9/33): python3-cephfs-19.3.0-4775.g7f24e589.el 1.3 MB/s | 161 kB 00:00 2024-09-14T08:58:12.532 INFO:teuthology.orchestra.run.smithi133.stdout:(10/33): python3-rados-19.3.0-4775.g7f24e589.el 5.4 MB/s | 321 kB 00:00 2024-09-14T08:58:12.557 INFO:teuthology.orchestra.run.smithi133.stdout:(11/33): python3-rbd-19.3.0-4775.g7f24e589.el9. 5.1 MB/s | 306 kB 00:00 2024-09-14T08:58:12.582 INFO:teuthology.orchestra.run.smithi133.stdout:(12/33): python3-rgw-19.3.0-4775.g7f24e589.el9. 1.9 MB/s | 99 kB 00:00 2024-09-14T08:58:12.783 INFO:teuthology.orchestra.run.smithi133.stdout:(13/33): ceph-common-19.3.0-4775.g7f24e589.el9. 16 MB/s | 22 MB 00:01 2024-09-14T08:58:13.158 INFO:teuthology.orchestra.run.smithi133.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 178 kB/s | 107 kB 00:00 2024-09-14T08:58:13.267 INFO:teuthology.orchestra.run.smithi133.stdout:(15/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 418 kB/s | 45 kB 00:00 2024-09-14T08:58:13.325 INFO:teuthology.orchestra.run.smithi133.stdout:(16/33): libnbd-1.20.2-2.el9.x86_64.rpm 230 kB/s | 171 kB 00:00 2024-09-14T08:58:13.329 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-14T08:58:13.351 INFO:teuthology.orchestra.run.smithi133.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 282 kB/s | 160 kB 00:00 2024-09-14T08:58:13.459 INFO:teuthology.orchestra.run.smithi133.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 390 kB/s | 42 kB 00:00 2024-09-14T08:58:13.627 INFO:teuthology.orchestra.run.smithi133.stdout:(19/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 973 kB/s | 292 kB 00:00 2024-09-14T08:58:13.660 INFO:teuthology.orchestra.run.smithi133.stdout:(20/33): qatlib-24.02.0-1.el9.x86_64.rpm 1.1 MB/s | 221 kB 00:00 2024-09-14T08:58:13.735 INFO:teuthology.orchestra.run.smithi133.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 331 kB/s | 36 kB 00:00 2024-09-14T08:58:13.768 INFO:teuthology.orchestra.run.smithi133.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 437 kB/s | 47 kB 00:00 2024-09-14T08:58:13.802 INFO:teuthology.orchestra.run.smithi133.stdout:(23/33): librdkafka-1.6.1-102.el9.x86_64.rpm 1.2 MB/s | 662 kB 00:00 2024-09-14T08:58:13.844 INFO:teuthology.orchestra.run.smithi133.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-14T08:58:13.869 INFO:teuthology.orchestra.run.smithi133.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-14T08:58:13.894 INFO:teuthology.orchestra.run.smithi133.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 307 kB/s | 26 kB 00:00 2024-09-14T08:58:13.920 INFO:teuthology.orchestra.run.smithi133.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-14T08:58:13.953 INFO:teuthology.orchestra.run.smithi133.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-14T08:58:14.012 INFO:teuthology.orchestra.run.smithi133.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.0 MB/s | 839 kB 00:00 2024-09-14T08:58:14.054 INFO:teuthology.orchestra.run.smithi133.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-14T08:58:14.151 INFO:teuthology.orchestra.run.smithi133.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-14T08:58:14.355 INFO:teuthology.orchestra.run.smithi133.stdout:(32/33): librbd1-19.3.0-4775.g7f24e589.el9.x86_ 11 MB/s | 3.2 MB 00:00 2024-09-14T08:58:14.405 INFO:teuthology.orchestra.run.smithi133.stdout:(33/33): librados2-19.3.0-4775.g7f24e589.el9.x8 8.8 MB/s | 3.5 MB 00:00 2024-09-14T08:58:14.410 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:58:14.410 INFO:teuthology.orchestra.run.smithi133.stdout:Total 19 MB/s | 62 MB 00:03 2024-09-14T08:58:14.524 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:58:14.560 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:58:14.560 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:58:15.252 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:58:15.252 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:58:15.748 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:58:15.757 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:58:15.757 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-14T08:58:15.757 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:58:15.757 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:58:15.757 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-radosgw x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 11 M 2024-09-14T08:58:15.757 INFO:teuthology.orchestra.run.smithi112.stdout:Upgrading: 2024-09-14T08:58:15.757 INFO:teuthology.orchestra.run.smithi112.stdout: librados2 x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 3.5 M 2024-09-14T08:58:15.757 INFO:teuthology.orchestra.run.smithi112.stdout: librbd1 x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 3.2 M 2024-09-14T08:58:15.757 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-14T08:58:15.757 INFO:teuthology.orchestra.run.smithi112.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-14T08:58:15.757 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-base x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 5.5 M 2024-09-14T08:58:15.757 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-common x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 22 M 2024-09-14T08:58:15.758 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-selinux x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 25 k 2024-09-14T08:58:15.758 INFO:teuthology.orchestra.run.smithi112.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-14T08:58:15.758 INFO:teuthology.orchestra.run.smithi112.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-14T08:58:15.758 INFO:teuthology.orchestra.run.smithi112.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-14T08:58:15.758 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs2 x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 755 k 2024-09-14T08:58:15.758 INFO:teuthology.orchestra.run.smithi112.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-14T08:58:15.758 INFO:teuthology.orchestra.run.smithi112.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-14T08:58:15.758 INFO:teuthology.orchestra.run.smithi112.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-14T08:58:15.758 INFO:teuthology.orchestra.run.smithi112.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-14T08:58:15.758 INFO:teuthology.orchestra.run.smithi112.stdout: libradosstriper1 x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 508 k 2024-09-14T08:58:15.758 INFO:teuthology.orchestra.run.smithi112.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-14T08:58:15.758 INFO:teuthology.orchestra.run.smithi112.stdout: librgw2 x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 5.5 M 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-argparse x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 45 k 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-common x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 143 k 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cephfs x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 161 k 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rados x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 321 k 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rbd x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 306 k 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rgw x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 99 k 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-14T08:58:15.759 INFO:teuthology.orchestra.run.smithi112.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-14T08:58:15.760 INFO:teuthology.orchestra.run.smithi112.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-14T08:58:15.760 INFO:teuthology.orchestra.run.smithi112.stdout:Installing weak dependencies: 2024-09-14T08:58:15.760 INFO:teuthology.orchestra.run.smithi112.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-14T08:58:15.760 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:15.760 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:58:15.760 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:58:15.760 INFO:teuthology.orchestra.run.smithi112.stdout:Install 31 Packages 2024-09-14T08:58:15.760 INFO:teuthology.orchestra.run.smithi112.stdout:Upgrade 2 Packages 2024-09-14T08:58:15.760 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:15.761 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 62 M 2024-09-14T08:58:15.761 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:58:16.749 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:58:16.822 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-14T08:58:16.860 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-14T08:58:16.893 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-14T08:58:16.916 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-14T08:58:16.944 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-14T08:58:17.144 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-14T08:58:17.197 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-14T08:58:17.406 INFO:teuthology.orchestra.run.smithi112.stdout:(1/33): ceph-base-19.3.0-4775.g7f24e589.el9.x86 4.7 MB/s | 5.5 MB 00:01 2024-09-14T08:58:17.506 INFO:teuthology.orchestra.run.smithi112.stdout:(2/33): ceph-selinux-19.3.0-4775.g7f24e589.el9. 252 kB/s | 25 kB 00:00 2024-09-14T08:58:17.547 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-14T08:58:17.614 INFO:teuthology.orchestra.run.smithi112.stdout:(3/33): libcephfs2-19.3.0-4775.g7f24e589.el9.x8 6.8 MB/s | 755 kB 00:00 2024-09-14T08:58:17.653 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librados2-2:19.3.0-4775.g7f24e589.el9.x86_64 7/35 2024-09-14T08:58:17.715 INFO:teuthology.orchestra.run.smithi112.stdout:(4/33): libradosstriper1-19.3.0-4775.g7f24e589. 5.0 MB/s | 508 kB 00:00 2024-09-14T08:58:17.737 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:19.3.0-4775.g7f24e589.el9.x86_64 7/35 2024-09-14T08:58:17.827 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rados-2:19.3.0-4775.g7f24e589.el9.x86_64 8/35 2024-09-14T08:58:17.857 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs2-2:19.3.0-4775.g7f24e589.el9.x86_64 9/35 2024-09-14T08:58:17.920 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs2-2:19.3.0-4775.g7f24e589.el9.x86_64 9/35 2024-09-14T08:58:17.948 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-14T08:58:17.992 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-argparse-2:19.3.0-4775.g7f24e589.el9. 11/35 2024-09-14T08:58:18.062 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cephfs-2:19.3.0-4775.g7f24e589.el9.x86_64 12/35 2024-09-14T08:58:18.084 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libradosstriper1-2:19.3.0-4775.g7f24e589.el9.x86_6 13/35 2024-09-14T08:58:18.131 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4775.g7f24e589.el9.x86_6 13/35 2024-09-14T08:58:18.183 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-14T08:58:18.273 INFO:teuthology.orchestra.run.smithi112.stdout:(5/33): ceph-radosgw-19.3.0-4775.g7f24e589.el9. 5.3 MB/s | 11 MB 00:02 2024-09-14T08:58:18.294 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-14T08:58:18.325 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-14T08:58:18.365 INFO:teuthology.orchestra.run.smithi112.stdout:(6/33): python3-ceph-argparse-19.3.0-4775.g7f24 494 kB/s | 45 kB 00:00 2024-09-14T08:58:18.366 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-14T08:58:18.407 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-14T08:58:18.435 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-14T08:58:18.470 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-14T08:58:18.505 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-14T08:58:18.531 INFO:teuthology.orchestra.run.smithi112.stdout:(7/33): librgw2-19.3.0-4775.g7f24e589.el9.x86_6 6.8 MB/s | 5.5 MB 00:00 2024-09-14T08:58:18.574 INFO:teuthology.orchestra.run.smithi112.stdout:(8/33): python3-ceph-common-19.3.0-4775.g7f24e5 685 kB/s | 143 kB 00:00 2024-09-14T08:58:18.616 INFO:teuthology.orchestra.run.smithi112.stdout:(9/33): python3-cephfs-19.3.0-4775.g7f24e589.el 1.9 MB/s | 161 kB 00:00 2024-09-14T08:58:18.658 INFO:teuthology.orchestra.run.smithi112.stdout:(10/33): python3-rados-19.3.0-4775.g7f24e589.el 3.8 MB/s | 321 kB 00:00 2024-09-14T08:58:18.700 INFO:teuthology.orchestra.run.smithi112.stdout:(11/33): python3-rbd-19.3.0-4775.g7f24e589.el9. 3.6 MB/s | 306 kB 00:00 2024-09-14T08:58:18.741 INFO:teuthology.orchestra.run.smithi112.stdout:(12/33): python3-rgw-19.3.0-4775.g7f24e589.el9. 1.2 MB/s | 99 kB 00:00 2024-09-14T08:58:18.808 INFO:teuthology.orchestra.run.smithi112.stdout:(13/33): boost-program-options-1.75.0-8.el9.x86 986 kB/s | 107 kB 00:00 2024-09-14T08:58:18.830 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-14T08:58:18.867 INFO:teuthology.orchestra.run.smithi112.stdout:(14/33): libnbd-1.20.2-2.el9.x86_64.rpm 1.3 MB/s | 171 kB 00:00 2024-09-14T08:58:18.874 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librbd1-2:19.3.0-4775.g7f24e589.el9.x86_64 23/35 2024-09-14T08:58:18.892 INFO:teuthology.orchestra.run.smithi112.stdout:(15/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 160 kB 00:00 2024-09-14T08:58:18.934 INFO:teuthology.orchestra.run.smithi112.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 675 kB/s | 45 kB 00:00 2024-09-14T08:58:18.972 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:19.3.0-4775.g7f24e589.el9.x86_64 23/35 2024-09-14T08:58:18.993 INFO:teuthology.orchestra.run.smithi112.stdout:(17/33): librdkafka-1.6.1-102.el9.x86_64.rpm 6.4 MB/s | 662 kB 00:00 2024-09-14T08:58:19.017 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rbd-2:19.3.0-4775.g7f24e589.el9.x86_64 24/35 2024-09-14T08:58:19.018 INFO:teuthology.orchestra.run.smithi112.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2024-09-14T08:58:19.056 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-14T08:58:19.060 INFO:teuthology.orchestra.run.smithi112.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 631 kB/s | 42 kB 00:00 2024-09-14T08:58:19.085 INFO:teuthology.orchestra.run.smithi112.stdout:(20/33): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 221 kB 00:00 2024-09-14T08:58:19.128 INFO:teuthology.orchestra.run.smithi112.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 538 kB/s | 36 kB 00:00 2024-09-14T08:58:19.161 INFO:teuthology.orchestra.run.smithi112.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 629 kB/s | 47 kB 00:00 2024-09-14T08:58:19.203 INFO:teuthology.orchestra.run.smithi112.stdout:(23/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 4.0 MB/s | 308 kB 00:00 2024-09-14T08:58:19.228 INFO:teuthology.orchestra.run.smithi112.stdout:(24/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.1 MB/s | 26 kB 00:00 2024-09-14T08:58:19.253 INFO:teuthology.orchestra.run.smithi112.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2024-09-14T08:58:19.279 INFO:teuthology.orchestra.run.smithi112.stdout:(26/33): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2024-09-14T08:58:19.329 INFO:teuthology.orchestra.run.smithi112.stdout:(27/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 16 MB/s | 839 kB 00:00 2024-09-14T08:58:19.363 INFO:teuthology.orchestra.run.smithi112.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-14T08:58:19.446 INFO:teuthology.orchestra.run.smithi112.stdout:(29/33): libarrow-9.0.0-11.el9.x86_64.rpm 16 MB/s | 4.4 MB 00:00 2024-09-14T08:58:19.488 INFO:teuthology.orchestra.run.smithi112.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2024-09-14T08:58:19.548 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-14T08:58:19.577 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librgw2-2:19.3.0-4775.g7f24e589.el9.x86_64 27/35 2024-09-14T08:58:19.631 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librgw2-2:19.3.0-4775.g7f24e589.el9.x86_64 27/35 2024-09-14T08:58:19.708 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rgw-2:19.3.0-4775.g7f24e589.el9.x86_64 28/35 2024-09-14T08:58:19.745 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-common-2:19.3.0-4775.g7f24e589.el9.x8 29/35 2024-09-14T08:58:20.039 INFO:teuthology.orchestra.run.smithi112.stdout:(31/33): librados2-19.3.0-4775.g7f24e589.el9.x8 5.8 MB/s | 3.5 MB 00:00 2024-09-14T08:58:20.155 INFO:teuthology.orchestra.run.smithi112.stdout:(32/33): librbd1-19.3.0-4775.g7f24e589.el9.x86_ 4.9 MB/s | 3.2 MB 00:00 2024-09-14T08:58:21.030 INFO:teuthology.orchestra.run.smithi112.stdout:(33/33): ceph-common-19.3.0-4775.g7f24e589.el9. 4.5 MB/s | 22 MB 00:04 2024-09-14T08:58:21.036 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:58:21.036 INFO:teuthology.orchestra.run.smithi112.stdout:Total 12 MB/s | 62 MB 00:05 2024-09-14T08:58:21.155 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:58:21.191 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:58:21.191 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:58:21.887 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:58:21.888 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:58:22.104 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.3.0-4775.g7f24e589.el9.x86_64 30/35 2024-09-14T08:58:22.142 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-common-2:19.3.0-4775.g7f24e589.el9.x86_64 30/35 2024-09-14T08:58:22.721 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.3.0-4775.g7f24e589.el9.x86_64 30/35 2024-09-14T08:58:22.762 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-base-2:19.3.0-4775.g7f24e589.el9.x86_64 31/35 2024-09-14T08:58:22.854 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-base-2:19.3.0-4775.g7f24e589.el9.x86_64 31/35 2024-09-14T08:58:22.854 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-14T08:58:22.854 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-14T08:58:22.854 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:22.887 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-selinux-2:19.3.0-4775.g7f24e589.el9.x86_64 32/35 2024-09-14T08:58:23.432 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:58:23.520 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-14T08:58:23.552 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-14T08:58:23.640 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-14T08:58:23.758 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-14T08:58:23.785 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-14T08:58:23.981 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-14T08:58:24.039 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-14T08:58:24.389 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-14T08:58:24.487 INFO:teuthology.orchestra.run.smithi112.stdout: Upgrading : librados2-2:19.3.0-4775.g7f24e589.el9.x86_64 7/35 2024-09-14T08:58:24.579 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados2-2:19.3.0-4775.g7f24e589.el9.x86_64 7/35 2024-09-14T08:58:24.678 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rados-2:19.3.0-4775.g7f24e589.el9.x86_64 8/35 2024-09-14T08:58:24.705 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephfs2-2:19.3.0-4775.g7f24e589.el9.x86_64 9/35 2024-09-14T08:58:24.768 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephfs2-2:19.3.0-4775.g7f24e589.el9.x86_64 9/35 2024-09-14T08:58:24.805 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-14T08:58:24.849 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ceph-argparse-2:19.3.0-4775.g7f24e589.el9. 11/35 2024-09-14T08:58:24.919 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cephfs-2:19.3.0-4775.g7f24e589.el9.x86_64 12/35 2024-09-14T08:58:24.949 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libradosstriper1-2:19.3.0-4775.g7f24e589.el9.x86_6 13/35 2024-09-14T08:58:25.013 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4775.g7f24e589.el9.x86_6 13/35 2024-09-14T08:58:25.039 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-14T08:58:25.150 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-14T08:58:25.181 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-14T08:58:25.223 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-14T08:58:25.263 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-14T08:58:25.292 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-14T08:58:25.328 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-14T08:58:25.362 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-14T08:58:25.684 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-14T08:58:25.730 INFO:teuthology.orchestra.run.smithi112.stdout: Upgrading : librbd1-2:19.3.0-4775.g7f24e589.el9.x86_64 23/35 2024-09-14T08:58:25.821 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librbd1-2:19.3.0-4775.g7f24e589.el9.x86_64 23/35 2024-09-14T08:58:25.858 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rbd-2:19.3.0-4775.g7f24e589.el9.x86_64 24/35 2024-09-14T08:58:25.896 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-14T08:58:26.395 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-14T08:58:26.424 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librgw2-2:19.3.0-4775.g7f24e589.el9.x86_64 27/35 2024-09-14T08:58:26.488 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librgw2-2:19.3.0-4775.g7f24e589.el9.x86_64 27/35 2024-09-14T08:58:26.565 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rgw-2:19.3.0-4775.g7f24e589.el9.x86_64 28/35 2024-09-14T08:58:26.593 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ceph-common-2:19.3.0-4775.g7f24e589.el9.x8 29/35 2024-09-14T08:58:28.921 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-common-2:19.3.0-4775.g7f24e589.el9.x86_64 30/35 2024-09-14T08:58:28.956 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-common-2:19.3.0-4775.g7f24e589.el9.x86_64 30/35 2024-09-14T08:58:29.651 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-common-2:19.3.0-4775.g7f24e589.el9.x86_64 30/35 2024-09-14T08:58:29.685 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-base-2:19.3.0-4775.g7f24e589.el9.x86_64 31/35 2024-09-14T08:58:29.845 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-base-2:19.3.0-4775.g7f24e589.el9.x86_64 31/35 2024-09-14T08:58:29.845 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-14T08:58:29.845 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-14T08:58:29.845 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:29.886 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-selinux-2:19.3.0-4775.g7f24e589.el9.x86_64 32/35 2024-09-14T08:58:32.734 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4775.g7f24e589.el9.x86_64 32/35 2024-09-14T08:58:32.734 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /sys 2024-09-14T08:58:32.734 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /proc 2024-09-14T08:58:32.734 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /mnt 2024-09-14T08:58:32.734 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /var/tmp 2024-09-14T08:58:32.734 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /home 2024-09-14T08:58:32.734 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /root 2024-09-14T08:58:32.734 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /tmp 2024-09-14T08:58:32.734 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:33.735 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-radosgw-2:19.3.0-4775.g7f24e589.el9.x86_64 33/35 2024-09-14T08:58:33.761 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4775.g7f24e589.el9.x86_64 33/35 2024-09-14T08:58:33.761 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:58:33.761 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-14T08:58:33.761 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-14T08:58:33.761 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-14T08:58:33.761 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:33.764 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-14T08:58:33.854 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-14T08:58:33.854 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-14T08:58:35.151 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-14T08:58:35.151 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-base-2:19.3.0-4775.g7f24e589.el9.x86_64 1/35 2024-09-14T08:58:35.151 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-common-2:19.3.0-4775.g7f24e589.el9.x86_64 2/35 2024-09-14T08:58:35.151 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-radosgw-2:19.3.0-4775.g7f24e589.el9.x86_64 3/35 2024-09-14T08:58:35.151 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-selinux-2:19.3.0-4775.g7f24e589.el9.x86_64 4/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs2-2:19.3.0-4775.g7f24e589.el9.x86_64 5/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libradosstriper1-2:19.3.0-4775.g7f24e589.el9.x86_6 6/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librgw2-2:19.3.0-4775.g7f24e589.el9.x86_64 7/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4775.g7f24e589.el9. 8/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-common-2:19.3.0-4775.g7f24e589.el9.x8 9/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cephfs-2:19.3.0-4775.g7f24e589.el9.x86_64 10/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rados-2:19.3.0-4775.g7f24e589.el9.x86_64 11/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rbd-2:19.3.0-4775.g7f24e589.el9.x86_64 12/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rgw-2:19.3.0-4775.g7f24e589.el9.x86_64 13/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-14T08:58:35.152 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-14T08:58:35.153 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-14T08:58:35.154 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-14T08:58:35.154 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:19.3.0-4775.g7f24e589.el9.x86_64 32/35 2024-09-14T08:58:35.154 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-14T08:58:35.154 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:19.3.0-4775.g7f24e589.el9.x86_64 34/35 2024-09-14T08:58:36.099 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-14T08:58:36.099 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:36.099 INFO:teuthology.orchestra.run.smithi133.stdout:Upgraded: 2024-09-14T08:58:36.099 INFO:teuthology.orchestra.run.smithi133.stdout: librados2-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.100 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.100 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:58:36.100 INFO:teuthology.orchestra.run.smithi133.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-14T08:58:36.100 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.100 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.100 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.100 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.100 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-14T08:58:36.100 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-14T08:58:36.100 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-14T08:58:36.100 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.101 INFO:teuthology.orchestra.run.smithi133.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-14T08:58:36.101 INFO:teuthology.orchestra.run.smithi133.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-14T08:58:36.101 INFO:teuthology.orchestra.run.smithi133.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-14T08:58:36.101 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-14T08:58:36.101 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.101 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-14T08:58:36.101 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.101 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-14T08:58:36.101 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-14T08:58:36.102 INFO:teuthology.orchestra.run.smithi133.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-14T08:58:36.102 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.102 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.102 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.102 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-14T08:58:36.102 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.102 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.102 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:36.103 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-14T08:58:36.103 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-14T08:58:36.103 INFO:teuthology.orchestra.run.smithi133.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-14T08:58:36.103 INFO:teuthology.orchestra.run.smithi133.stdout: re2-1:20211101-20.el9.x86_64 2024-09-14T08:58:36.103 INFO:teuthology.orchestra.run.smithi133.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-14T08:58:36.103 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:36.103 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:58:36.417 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-test 2024-09-14T08:58:36.983 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:28 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:58:37.121 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:58:37.122 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:58:37.122 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-09-14T08:58:37.122 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:58:37.122 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:58:37.123 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 50 M 2024-09-14T08:58:37.123 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-09-14T08:58:37.123 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 162 k 2024-09-14T08:58:37.123 INFO:teuthology.orchestra.run.smithi133.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-14T08:58:37.123 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-14T08:58:37.123 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:37.123 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:58:37.123 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:58:37.123 INFO:teuthology.orchestra.run.smithi133.stdout:Install 4 Packages 2024-09-14T08:58:37.123 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:37.124 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 51 M 2024-09-14T08:58:37.124 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 217 M 2024-09-14T08:58:37.124 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:58:37.393 INFO:teuthology.orchestra.run.smithi133.stdout:(1/4): libcephsqlite-19.3.0-4775.g7f24e589.el9. 744 kB/s | 162 kB 00:00 2024-09-14T08:58:37.769 INFO:teuthology.orchestra.run.smithi133.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 170 kB/s | 64 kB 00:00 2024-09-14T08:58:37.810 INFO:teuthology.orchestra.run.smithi133.stdout:(3/4): socat-1.7.4.1-6.el9.x86_64.rpm 480 kB/s | 304 kB 00:00 2024-09-14T08:58:38.744 INFO:teuthology.orchestra.run.smithi133.stdout:(4/4): ceph-test-19.3.0-4775.g7f24e589.el9.x86_ 32 MB/s | 50 MB 00:01 2024-09-14T08:58:38.746 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:58:38.746 INFO:teuthology.orchestra.run.smithi133.stdout:Total 31 MB/s | 51 MB 00:01 2024-09-14T08:58:38.773 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:58:38.794 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:58:38.794 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:58:39.186 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:58:39.187 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:58:39.681 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4775.g7f24e589.el9.x86_64 32/35 2024-09-14T08:58:39.681 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /sys 2024-09-14T08:58:39.682 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /proc 2024-09-14T08:58:39.682 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /mnt 2024-09-14T08:58:39.682 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /var/tmp 2024-09-14T08:58:39.682 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /home 2024-09-14T08:58:39.682 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /root 2024-09-14T08:58:39.682 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /tmp 2024-09-14T08:58:39.682 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:39.717 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:58:39.804 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-14T08:58:39.859 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-14T08:58:39.887 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephsqlite-2:19.3.0-4775.g7f24e589.el9.x86_64 3/4 2024-09-14T08:58:40.710 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-radosgw-2:19.3.0-4775.g7f24e589.el9.x86_64 33/35 2024-09-14T08:58:40.736 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4775.g7f24e589.el9.x86_64 33/35 2024-09-14T08:58:40.736 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:58:40.736 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-14T08:58:40.736 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-14T08:58:40.736 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-14T08:58:40.736 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:40.738 INFO:teuthology.orchestra.run.smithi112.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-14T08:58:40.845 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-14T08:58:40.846 INFO:teuthology.orchestra.run.smithi112.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-14T08:58:42.102 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-14T08:58:42.102 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-base-2:19.3.0-4775.g7f24e589.el9.x86_64 1/35 2024-09-14T08:58:42.102 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-common-2:19.3.0-4775.g7f24e589.el9.x86_64 2/35 2024-09-14T08:58:42.102 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-radosgw-2:19.3.0-4775.g7f24e589.el9.x86_64 3/35 2024-09-14T08:58:42.102 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-selinux-2:19.3.0-4775.g7f24e589.el9.x86_64 4/35 2024-09-14T08:58:42.102 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephfs2-2:19.3.0-4775.g7f24e589.el9.x86_64 5/35 2024-09-14T08:58:42.102 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libradosstriper1-2:19.3.0-4775.g7f24e589.el9.x86_6 6/35 2024-09-14T08:58:42.102 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librgw2-2:19.3.0-4775.g7f24e589.el9.x86_64 7/35 2024-09-14T08:58:42.102 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4775.g7f24e589.el9. 8/35 2024-09-14T08:58:42.102 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ceph-common-2:19.3.0-4775.g7f24e589.el9.x8 9/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cephfs-2:19.3.0-4775.g7f24e589.el9.x86_64 10/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rados-2:19.3.0-4775.g7f24e589.el9.x86_64 11/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rbd-2:19.3.0-4775.g7f24e589.el9.x86_64 12/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rgw-2:19.3.0-4775.g7f24e589.el9.x86_64 13/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-14T08:58:42.103 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-14T08:58:42.104 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-14T08:58:42.104 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-14T08:58:42.104 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-14T08:58:42.104 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-14T08:58:42.104 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-14T08:58:42.104 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-14T08:58:42.104 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-14T08:58:42.104 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-14T08:58:42.104 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-14T08:58:42.104 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados2-2:19.3.0-4775.g7f24e589.el9.x86_64 32/35 2024-09-14T08:58:42.104 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-14T08:58:42.104 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librbd1-2:19.3.0-4775.g7f24e589.el9.x86_64 34/35 2024-09-14T08:58:43.011 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-14T08:58:43.011 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:43.011 INFO:teuthology.orchestra.run.smithi112.stdout:Upgraded: 2024-09-14T08:58:43.012 INFO:teuthology.orchestra.run.smithi112.stdout: librados2-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.012 INFO:teuthology.orchestra.run.smithi112.stdout: librbd1-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.012 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:58:43.012 INFO:teuthology.orchestra.run.smithi112.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-14T08:58:43.012 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-base-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.012 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-common-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.012 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-radosgw-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.012 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-selinux-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.012 INFO:teuthology.orchestra.run.smithi112.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-14T08:58:43.012 INFO:teuthology.orchestra.run.smithi112.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-14T08:58:43.012 INFO:teuthology.orchestra.run.smithi112.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-14T08:58:43.012 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs2-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: libradosstriper1-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: librgw2-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-argparse-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-common-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.013 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cephfs-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.014 INFO:teuthology.orchestra.run.smithi112.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-14T08:58:43.014 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rados-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.014 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rbd-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.014 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rgw-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:43.014 INFO:teuthology.orchestra.run.smithi112.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-14T08:58:43.014 INFO:teuthology.orchestra.run.smithi112.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-14T08:58:43.014 INFO:teuthology.orchestra.run.smithi112.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-14T08:58:43.014 INFO:teuthology.orchestra.run.smithi112.stdout: re2-1:20211101-20.el9.x86_64 2024-09-14T08:58:43.014 INFO:teuthology.orchestra.run.smithi112.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-14T08:58:43.014 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:43.014 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:58:43.365 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-test 2024-09-14T08:58:43.934 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:30 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:58:44.065 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:58:44.066 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:58:44.066 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-14T08:58:44.066 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:58:44.066 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:58:44.066 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-test x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 50 M 2024-09-14T08:58:44.066 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-14T08:58:44.066 INFO:teuthology.orchestra.run.smithi112.stdout: libcephsqlite x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 162 k 2024-09-14T08:58:44.066 INFO:teuthology.orchestra.run.smithi112.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-14T08:58:44.066 INFO:teuthology.orchestra.run.smithi112.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-14T08:58:44.067 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:44.067 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:58:44.067 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:58:44.067 INFO:teuthology.orchestra.run.smithi112.stdout:Install 4 Packages 2024-09-14T08:58:44.067 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:44.067 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 51 M 2024-09-14T08:58:44.067 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 217 M 2024-09-14T08:58:44.067 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:58:44.408 INFO:teuthology.orchestra.run.smithi112.stdout:(1/4): libcephsqlite-19.3.0-4775.g7f24e589.el9. 778 kB/s | 162 kB 00:00 2024-09-14T08:58:44.433 INFO:teuthology.orchestra.run.smithi112.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.3 MB/s | 304 kB 00:00 2024-09-14T08:58:44.542 INFO:teuthology.orchestra.run.smithi112.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 478 kB/s | 64 kB 00:00 2024-09-14T08:58:44.616 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4775.g7f24e589.el9.x86_64 3/4 2024-09-14T08:58:44.702 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-test-2:19.3.0-4775.g7f24e589.el9.x86_64 4/4 2024-09-14T08:58:45.726 INFO:teuthology.orchestra.run.smithi112.stdout:(4/4): ceph-test-19.3.0-4775.g7f24e589.el9.x86_ 33 MB/s | 50 MB 00:01 2024-09-14T08:58:45.728 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:58:45.728 INFO:teuthology.orchestra.run.smithi112.stdout:Total 31 MB/s | 51 MB 00:01 2024-09-14T08:58:45.756 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:58:45.776 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:58:45.776 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:58:46.170 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:58:46.171 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:58:46.700 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:58:46.788 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-14T08:58:46.833 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-14T08:58:46.861 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephsqlite-2:19.3.0-4775.g7f24e589.el9.x86_64 3/4 2024-09-14T08:58:47.156 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-test-2:19.3.0-4775.g7f24e589.el9.x86_64 4/4 2024-09-14T08:58:47.157 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-test-2:19.3.0-4775.g7f24e589.el9.x86_64 1/4 2024-09-14T08:58:47.157 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephsqlite-2:19.3.0-4775.g7f24e589.el9.x86_64 2/4 2024-09-14T08:58:47.157 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-14T08:58:47.490 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-14T08:58:47.490 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:47.490 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:58:47.491 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:47.491 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:47.491 INFO:teuthology.orchestra.run.smithi133.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-14T08:58:47.491 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-14T08:58:47.491 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:47.491 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:58:47.752 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph 2024-09-14T08:58:48.344 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:40 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:58:48.482 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:58:48.485 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:58:48.485 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-09-14T08:58:48.485 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:58:48.485 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:58:48.485 INFO:teuthology.orchestra.run.smithi133.stdout: ceph x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 6.6 k 2024-09-14T08:58:48.485 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-09-14T08:58:48.485 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 2.4 M 2024-09-14T08:58:48.485 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 1.5 M 2024-09-14T08:58:48.485 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 291 k 2024-09-14T08:58:48.485 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 4.8 M 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 17 M 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-collections 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-14T08:58:48.486 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-14T08:58:48.487 INFO:teuthology.orchestra.run.smithi133.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-14T08:58:48.488 INFO:teuthology.orchestra.run.smithi133.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-14T08:58:48.488 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-14T08:58:48.488 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-14T08:58:48.488 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-14T08:58:48.488 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:48.488 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:58:48.488 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:58:48.488 INFO:teuthology.orchestra.run.smithi133.stdout:Install 37 Packages 2024-09-14T08:58:48.488 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:48.489 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 31 M 2024-09-14T08:58:48.489 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 109 M 2024-09-14T08:58:48.489 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:58:49.469 INFO:teuthology.orchestra.run.smithi133.stdout:(1/37): ceph-19.3.0-4775.g7f24e589.el9.x86_64.r 42 kB/s | 6.6 kB 00:00 2024-09-14T08:58:49.627 INFO:teuthology.orchestra.run.smithi133.stdout:(2/37): ceph-mgr-19.3.0-4775.g7f24e589.el9.x86_ 4.9 MB/s | 1.5 MB 00:00 2024-09-14T08:58:49.678 INFO:teuthology.orchestra.run.smithi133.stdout:(3/37): ceph-mds-19.3.0-4775.g7f24e589.el9.x86_ 6.6 MB/s | 2.4 MB 00:00 2024-09-14T08:58:49.745 INFO:teuthology.orchestra.run.smithi133.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4775.g7f24 4.3 MB/s | 291 kB 00:00 2024-09-14T08:58:49.887 INFO:teuthology.orchestra.run.smithi133.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-09-14T08:58:49.978 INFO:teuthology.orchestra.run.smithi133.stdout:(6/37): python3-cryptography-36.0.1-4.el9.x86_6 13 MB/s | 1.2 MB 00:00 2024-09-14T08:58:50.154 INFO:teuthology.orchestra.run.smithi133.stdout:(7/37): ceph-osd-19.3.0-4775.g7f24e589.el9.x86_ 33 MB/s | 17 MB 00:00 2024-09-14T08:58:50.179 INFO:teuthology.orchestra.run.smithi133.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 532 kB/s | 106 kB 00:00 2024-09-14T08:58:50.221 INFO:teuthology.orchestra.run.smithi133.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-09-14T08:58:50.288 INFO:teuthology.orchestra.run.smithi133.stdout:(10/37): ceph-mon-19.3.0-4775.g7f24e589.el9.x86 5.8 MB/s | 4.8 MB 00:00 2024-09-14T08:58:50.313 INFO:teuthology.orchestra.run.smithi133.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 849 kB/s | 135 kB 00:00 2024-09-14T08:58:50.339 INFO:teuthology.orchestra.run.smithi133.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.8 MB/s | 215 kB 00:00 2024-09-14T08:58:50.447 INFO:teuthology.orchestra.run.smithi133.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 321 kB/s | 35 kB 00:00 2024-09-14T08:58:50.481 INFO:teuthology.orchestra.run.smithi133.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-09-14T08:58:50.506 INFO:teuthology.orchestra.run.smithi133.stdout:(15/37): lua-5.4.4-4.el9.x86_64.rpm 864 kB/s | 188 kB 00:00 2024-09-14T08:58:50.531 INFO:teuthology.orchestra.run.smithi133.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-09-14T08:58:50.557 INFO:teuthology.orchestra.run.smithi133.stdout:(17/37): python3-packaging-20.9-5.el9.noarch.rp 708 kB/s | 77 kB 00:00 2024-09-14T08:58:50.582 INFO:teuthology.orchestra.run.smithi133.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 552 kB/s | 42 kB 00:00 2024-09-14T08:58:50.624 INFO:teuthology.orchestra.run.smithi133.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-14T08:58:50.649 INFO:teuthology.orchestra.run.smithi133.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 190 kB/s | 22 kB 00:00 2024-09-14T08:58:50.674 INFO:teuthology.orchestra.run.smithi133.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 471 kB/s | 43 kB 00:00 2024-09-14T08:58:50.708 INFO:teuthology.orchestra.run.smithi133.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 407 kB/s | 11 kB 00:00 2024-09-14T08:58:50.733 INFO:teuthology.orchestra.run.smithi133.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.6 MB/s | 172 kB 00:00 2024-09-14T08:58:50.758 INFO:teuthology.orchestra.run.smithi133.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 366 kB/s | 18 kB 00:00 2024-09-14T08:58:50.783 INFO:teuthology.orchestra.run.smithi133.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 464 kB/s | 23 kB 00:00 2024-09-14T08:58:50.809 INFO:teuthology.orchestra.run.smithi133.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-09-14T08:58:50.854 INFO:teuthology.orchestra.run.smithi133.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 283 kB/s | 20 kB 00:00 2024-09-14T08:58:50.884 INFO:teuthology.orchestra.run.smithi133.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 615 kB/s | 46 kB 00:00 2024-09-14T08:58:50.910 INFO:teuthology.orchestra.run.smithi133.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.4 MB/s | 79 kB 00:00 2024-09-14T08:58:50.935 INFO:teuthology.orchestra.run.smithi133.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 662 kB/s | 16 kB 00:00 2024-09-14T08:58:50.964 INFO:teuthology.orchestra.run.smithi133.stdout:(31/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.1 MB/s | 358 kB 00:00 2024-09-14T08:58:50.989 INFO:teuthology.orchestra.run.smithi133.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.6 MB/s | 90 kB 00:00 2024-09-14T08:58:51.014 INFO:teuthology.orchestra.run.smithi133.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 713 kB/s | 36 kB 00:00 2024-09-14T08:58:51.039 INFO:teuthology.orchestra.run.smithi133.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-14T08:58:51.065 INFO:teuthology.orchestra.run.smithi133.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 805 kB/s | 20 kB 00:00 2024-09-14T08:58:51.090 INFO:teuthology.orchestra.run.smithi133.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-14T08:58:51.115 INFO:teuthology.orchestra.run.smithi133.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-09-14T08:58:51.120 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:58:51.120 INFO:teuthology.orchestra.run.smithi133.stdout:Total 12 MB/s | 31 MB 00:02 2024-09-14T08:58:51.274 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:58:51.316 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:58:51.316 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:58:51.653 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4775.g7f24e589.el9.x86_64 3/4 2024-09-14T08:58:51.750 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-test-2:19.3.0-4775.g7f24e589.el9.x86_64 4/4 2024-09-14T08:58:51.773 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:58:51.773 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:58:53.153 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:58:53.210 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-14T08:58:53.242 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-14T08:58:53.270 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-14T08:58:53.344 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-14T08:58:53.394 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-14T08:58:53.427 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-14T08:58:53.517 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-14T08:58:53.604 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-14T08:58:53.645 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-14T08:58:53.681 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-14T08:58:53.711 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-14T08:58:53.745 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-14T08:58:53.778 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-14T08:58:53.819 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-14T08:58:53.854 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-14T08:58:53.888 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-14T08:58:53.936 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-14T08:58:53.968 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-14T08:58:54.043 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-14T08:58:54.174 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-test-2:19.3.0-4775.g7f24e589.el9.x86_64 4/4 2024-09-14T08:58:54.174 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-test-2:19.3.0-4775.g7f24e589.el9.x86_64 1/4 2024-09-14T08:58:54.174 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephsqlite-2:19.3.0-4775.g7f24e589.el9.x86_64 2/4 2024-09-14T08:58:54.174 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-14T08:58:54.187 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-14T08:58:54.267 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-14T08:58:54.322 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-14T08:58:54.360 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-14T08:58:54.408 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-14T08:58:54.456 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-14T08:58:54.457 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:54.457 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:58:54.457 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-test-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:54.457 INFO:teuthology.orchestra.run.smithi112.stdout: libcephsqlite-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:58:54.457 INFO:teuthology.orchestra.run.smithi112.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-14T08:58:54.457 INFO:teuthology.orchestra.run.smithi112.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-14T08:58:54.457 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:54.457 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:58:54.471 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-14T08:58:54.654 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-14T08:58:54.705 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-14T08:58:54.713 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph 2024-09-14T08:58:54.773 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-14T08:58:54.870 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-14T08:58:54.912 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-14T08:58:55.037 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-14T08:58:55.204 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4775.g7f24e589.el9. 32/37 2024-09-14T08:58:55.231 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-2:19.3.0-4775.g7f24e589.el9.x86_64 33/37 2024-09-14T08:58:55.257 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4775.g7f24e589.el9.x86_64 33/37 2024-09-14T08:58:55.257 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:58:55.258 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-14T08:58:55.258 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-14T08:58:55.258 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-14T08:58:55.258 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:55.281 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:42 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:58:55.418 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:58:55.420 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:58:55.420 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout: ceph x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 6.6 k 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mds x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 2.4 M 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 1.5 M 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 291 k 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mon x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 4.8 M 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-osd x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 17 M 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-14T08:58:55.421 INFO:teuthology.orchestra.run.smithi112.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-collections 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-14T08:58:55.422 INFO:teuthology.orchestra.run.smithi112.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-14T08:58:55.423 INFO:teuthology.orchestra.run.smithi112.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-14T08:58:55.423 INFO:teuthology.orchestra.run.smithi112.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-14T08:58:55.423 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-14T08:58:55.423 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-14T08:58:55.423 INFO:teuthology.orchestra.run.smithi112.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-14T08:58:55.423 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-14T08:58:55.423 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-14T08:58:55.423 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-14T08:58:55.423 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-14T08:58:55.423 INFO:teuthology.orchestra.run.smithi112.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-14T08:58:55.423 INFO:teuthology.orchestra.run.smithi112.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-14T08:58:55.423 INFO:teuthology.orchestra.run.smithi112.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-14T08:58:55.424 INFO:teuthology.orchestra.run.smithi112.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-14T08:58:55.424 INFO:teuthology.orchestra.run.smithi112.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-14T08:58:55.424 INFO:teuthology.orchestra.run.smithi112.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-14T08:58:55.424 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:55.424 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:58:55.424 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:58:55.424 INFO:teuthology.orchestra.run.smithi112.stdout:Install 37 Packages 2024-09-14T08:58:55.424 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:58:55.425 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 31 M 2024-09-14T08:58:55.425 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 109 M 2024-09-14T08:58:55.425 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:58:55.909 INFO:teuthology.orchestra.run.smithi112.stdout:(1/37): ceph-19.3.0-4775.g7f24e589.el9.x86_64.r 47 kB/s | 6.6 kB 00:00 2024-09-14T08:58:56.068 INFO:teuthology.orchestra.run.smithi112.stdout:(2/37): ceph-mgr-19.3.0-4775.g7f24e589.el9.x86_ 5.1 MB/s | 1.5 MB 00:00 2024-09-14T08:58:56.110 INFO:teuthology.orchestra.run.smithi112.stdout:(3/37): ceph-mds-19.3.0-4775.g7f24e589.el9.x86_ 7.0 MB/s | 2.4 MB 00:00 2024-09-14T08:58:56.210 INFO:teuthology.orchestra.run.smithi112.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4775.g7f24 2.8 MB/s | 291 kB 00:00 2024-09-14T08:58:56.352 INFO:teuthology.orchestra.run.smithi112.stdout:(5/37): ceph-mon-19.3.0-4775.g7f24e589.el9.x86_ 11 MB/s | 4.8 MB 00:00 2024-09-14T08:58:56.461 INFO:teuthology.orchestra.run.smithi112.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.0 MB/s | 253 kB 00:00 2024-09-14T08:58:56.502 INFO:teuthology.orchestra.run.smithi112.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-09-14T08:58:56.569 INFO:teuthology.orchestra.run.smithi112.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-09-14T08:58:56.732 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-osd-2:19.3.0-4775.g7f24e589.el9.x86_64 34/37 2024-09-14T08:58:56.736 INFO:teuthology.orchestra.run.smithi112.stdout:(9/37): ceph-osd-19.3.0-4775.g7f24e589.el9.x86_ 26 MB/s | 17 MB 00:00 2024-09-14T08:58:56.759 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-osd-2:19.3.0-4775.g7f24e589.el9.x86_64 34/37 2024-09-14T08:58:56.759 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:58:56.759 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-14T08:58:56.759 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-14T08:58:56.759 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-14T08:58:56.760 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:56.761 INFO:teuthology.orchestra.run.smithi112.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 651 kB/s | 125 kB 00:00 2024-09-14T08:58:56.828 INFO:teuthology.orchestra.run.smithi112.stdout:(11/37): python3-cryptography-36.0.1-4.el9.x86_ 2.6 MB/s | 1.2 MB 00:00 2024-09-14T08:58:56.895 INFO:teuthology.orchestra.run.smithi112.stdout:(12/37): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 188 kB 00:00 2024-09-14T08:58:56.937 INFO:teuthology.orchestra.run.smithi112.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 831 kB/s | 35 kB 00:00 2024-09-14T08:58:56.962 INFO:teuthology.orchestra.run.smithi112.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-14T08:58:56.988 INFO:teuthology.orchestra.run.smithi112.stdout:(15/37): python3-urllib3-1.26.5-6.el9.noarch.rp 855 kB/s | 215 kB 00:00 2024-09-14T08:58:57.013 INFO:teuthology.orchestra.run.smithi112.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.0 MB/s | 77 kB 00:00 2024-09-14T08:58:57.038 INFO:teuthology.orchestra.run.smithi112.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 675 kB/s | 51 kB 00:00 2024-09-14T08:58:57.080 INFO:teuthology.orchestra.run.smithi112.stdout:(18/37): luarocks-3.9.2-5.el9.noarch.rpm 3.6 MB/s | 151 kB 00:00 2024-09-14T08:58:57.105 INFO:teuthology.orchestra.run.smithi112.stdout:(19/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2024-09-14T08:58:57.130 INFO:teuthology.orchestra.run.smithi112.stdout:(20/37): python3-toml-0.10.2-6.el9.noarch.rpm 292 kB/s | 42 kB 00:00 2024-09-14T08:58:57.156 INFO:teuthology.orchestra.run.smithi112.stdout:(21/37): lua-devel-5.4.4-4.el9.x86_64.rpm 190 kB/s | 22 kB 00:00 2024-09-14T08:58:57.198 INFO:teuthology.orchestra.run.smithi112.stdout:(22/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-09-14T08:58:57.207 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mon-2:19.3.0-4775.g7f24e589.el9.x86_64 35/37 2024-09-14T08:58:57.226 INFO:teuthology.orchestra.run.smithi112.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 667 kB/s | 18 kB 00:00 2024-09-14T08:58:57.231 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mon-2:19.3.0-4775.g7f24e589.el9.x86_64 35/37 2024-09-14T08:58:57.231 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:58:57.231 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-14T08:58:57.232 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-14T08:58:57.232 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-14T08:58:57.232 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:57.252 INFO:teuthology.orchestra.run.smithi112.stdout:(24/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 121 kB/s | 11 kB 00:00 2024-09-14T08:58:57.277 INFO:teuthology.orchestra.run.smithi112.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-09-14T08:58:57.302 INFO:teuthology.orchestra.run.smithi112.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-09-14T08:58:57.328 INFO:teuthology.orchestra.run.smithi112.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-14T08:58:57.353 INFO:teuthology.orchestra.run.smithi112.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 919 kB/s | 46 kB 00:00 2024-09-14T08:58:57.378 INFO:teuthology.orchestra.run.smithi112.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-14T08:58:57.411 INFO:teuthology.orchestra.run.smithi112.stdout:(30/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.2 MB/s | 358 kB 00:00 2024-09-14T08:58:57.437 INFO:teuthology.orchestra.run.smithi112.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 281 kB/s | 16 kB 00:00 2024-09-14T08:58:57.462 INFO:teuthology.orchestra.run.smithi112.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-14T08:58:57.487 INFO:teuthology.orchestra.run.smithi112.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 713 kB/s | 36 kB 00:00 2024-09-14T08:58:57.491 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mds-2:19.3.0-4775.g7f24e589.el9.x86_64 36/37 2024-09-14T08:58:57.513 INFO:teuthology.orchestra.run.smithi112.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-14T08:58:57.515 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mds-2:19.3.0-4775.g7f24e589.el9.x86_64 36/37 2024-09-14T08:58:57.515 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:58:57.515 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-14T08:58:57.515 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-14T08:58:57.516 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-14T08:58:57.516 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:58:57.538 INFO:teuthology.orchestra.run.smithi112.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-09-14T08:58:57.563 INFO:teuthology.orchestra.run.smithi112.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 400 kB/s | 20 kB 00:00 2024-09-14T08:58:57.580 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-2:19.3.0-4775.g7f24e589.el9.x86_64 37/37 2024-09-14T08:58:57.588 INFO:teuthology.orchestra.run.smithi112.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-09-14T08:58:57.592 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:58:57.592 INFO:teuthology.orchestra.run.smithi112.stdout:Total 14 MB/s | 31 MB 00:02 2024-09-14T08:58:57.739 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:58:57.780 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:58:57.780 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:58:58.260 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:58:58.260 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:58:59.323 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-2:19.3.0-4775.g7f24e589.el9.x86_64 37/37 2024-09-14T08:58:59.323 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-2:19.3.0-4775.g7f24e589.el9.x86_64 1/37 2024-09-14T08:58:59.323 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mds-2:19.3.0-4775.g7f24e589.el9.x86_64 2/37 2024-09-14T08:58:59.323 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-2:19.3.0-4775.g7f24e589.el9.x86_64 3/37 2024-09-14T08:58:59.324 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mon-2:19.3.0-4775.g7f24e589.el9.x86_64 4/37 2024-09-14T08:58:59.324 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-osd-2:19.3.0-4775.g7f24e589.el9.x86_64 5/37 2024-09-14T08:58:59.324 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4775.g7f24e589.el9. 6/37 2024-09-14T08:58:59.324 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-14T08:58:59.324 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-14T08:58:59.325 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-14T08:58:59.325 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-14T08:58:59.325 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-14T08:58:59.325 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-14T08:58:59.325 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-14T08:58:59.325 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-14T08:58:59.326 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-14T08:58:59.326 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-14T08:58:59.326 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-14T08:58:59.326 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-14T08:58:59.326 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-14T08:58:59.326 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-14T08:58:59.327 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-14T08:58:59.327 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-14T08:58:59.327 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-14T08:58:59.327 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-14T08:58:59.327 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-14T08:58:59.328 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-14T08:58:59.328 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-14T08:58:59.328 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-14T08:58:59.328 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-14T08:58:59.328 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-14T08:58:59.329 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-14T08:58:59.329 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-14T08:58:59.329 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-14T08:58:59.329 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-14T08:58:59.329 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-14T08:58:59.329 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-14T08:58:59.621 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:58:59.683 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-14T08:58:59.715 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-14T08:58:59.743 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-14T08:58:59.813 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-14T08:58:59.875 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-14T08:58:59.908 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-14T08:59:00.017 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-14T08:59:00.095 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: lua-5.4.4-4.el9.x86_64 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-14T08:59:00.102 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-14T08:59:00.103 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ply-3.11-14.el9.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-14T08:59:00.104 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:00.105 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:00.136 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-14T08:59:00.171 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-14T08:59:00.201 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-14T08:59:00.235 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-14T08:59:00.269 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-14T08:59:00.317 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-14T08:59:00.352 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-14T08:59:00.387 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-14T08:59:00.436 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-14T08:59:00.467 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-14T08:59:00.480 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-base 2024-09-14T08:59:00.540 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-14T08:59:00.680 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-14T08:59:00.774 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-14T08:59:00.828 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-14T08:59:00.866 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-14T08:59:00.915 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-14T08:59:00.970 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-14T08:59:01.056 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:53 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:01.148 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-base-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:01.166 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-14T08:59:01.191 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:01.192 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-09-14T08:59:01.192 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:01.211 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-14T08:59:01.258 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install cephadm 2024-09-14T08:59:01.290 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-14T08:59:01.378 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-14T08:59:01.418 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-14T08:59:01.557 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-14T08:59:01.716 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4775.g7f24e589.el9. 32/37 2024-09-14T08:59:01.746 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-2:19.3.0-4775.g7f24e589.el9.x86_64 33/37 2024-09-14T08:59:01.771 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4775.g7f24e589.el9.x86_64 33/37 2024-09-14T08:59:01.772 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:59:01.772 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-14T08:59:01.772 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-14T08:59:01.772 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-14T08:59:01.772 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:01.823 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:53 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:01.957 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:01.957 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:01.957 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-09-14T08:59:01.957 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:01.957 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:59:01.957 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 783 k 2024-09-14T08:59:01.958 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:01.958 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:59:01.958 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:01.958 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-09-14T08:59:01.958 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:01.958 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 783 k 2024-09-14T08:59:01.958 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 789 k 2024-09-14T08:59:01.958 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:59:02.215 INFO:teuthology.orchestra.run.smithi133.stdout:cephadm-19.3.0-4775.g7f24e589.el9.noarch.rpm 3.0 MB/s | 783 kB 00:00 2024-09-14T08:59:02.215 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:02.216 INFO:teuthology.orchestra.run.smithi133.stdout:Total 3.0 MB/s | 783 kB 00:00 2024-09-14T08:59:02.216 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:59:02.221 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:59:02.221 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:59:02.227 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:59:02.228 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:59:02.302 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:59:02.706 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:02.794 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:03.133 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:03.238 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-osd-2:19.3.0-4775.g7f24e589.el9.x86_64 34/37 2024-09-14T08:59:03.266 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-osd-2:19.3.0-4775.g7f24e589.el9.x86_64 34/37 2024-09-14T08:59:03.266 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:59:03.266 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-14T08:59:03.266 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-14T08:59:03.266 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-14T08:59:03.266 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:03.369 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:03.369 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:03.369 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:59:03.369 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:03.369 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:03.369 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:03.576 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-immutable-object-cache 2024-09-14T08:59:03.706 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mon-2:19.3.0-4775.g7f24e589.el9.x86_64 35/37 2024-09-14T08:59:03.730 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mon-2:19.3.0-4775.g7f24e589.el9.x86_64 35/37 2024-09-14T08:59:03.730 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:59:03.730 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-14T08:59:03.730 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-14T08:59:03.730 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-14T08:59:03.730 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:03.956 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mds-2:19.3.0-4775.g7f24e589.el9.x86_64 36/37 2024-09-14T08:59:03.980 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mds-2:19.3.0-4775.g7f24e589.el9.x86_64 36/37 2024-09-14T08:59:03.980 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:59:03.980 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-14T08:59:03.980 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-14T08:59:03.980 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-14T08:59:03.980 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:04.045 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-2:19.3.0-4775.g7f24e589.el9.x86_64 37/37 2024-09-14T08:59:04.145 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:56 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:04.278 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:04.279 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:04.279 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-09-14T08:59:04.279 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:04.279 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:59:04.279 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 145 k 2024-09-14T08:59:04.279 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:04.279 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:59:04.280 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:04.280 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-09-14T08:59:04.280 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:04.280 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 145 k 2024-09-14T08:59:04.280 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 432 k 2024-09-14T08:59:04.280 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:59:04.488 INFO:teuthology.orchestra.run.smithi133.stdout:ceph-immutable-object-cache-19.3.0-4775.g7f24e5 699 kB/s | 145 kB 00:00 2024-09-14T08:59:04.488 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:04.489 INFO:teuthology.orchestra.run.smithi133.stdout:Total 693 kB/s | 145 kB 00:00 2024-09-14T08:59:04.489 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:59:04.496 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:59:04.496 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:59:04.553 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:59:04.554 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:59:04.706 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:59:04.780 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4775.g7f24e589. 1/1 2024-09-14T08:59:04.805 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4775.g7f24e589. 1/1 2024-09-14T08:59:04.805 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:59:04.805 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-14T08:59:04.805 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:05.740 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4775.g7f24e589. 1/1 2024-09-14T08:59:05.740 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:05.740 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:59:05.740 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:05.741 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:05.741 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:05.811 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-2:19.3.0-4775.g7f24e589.el9.x86_64 37/37 2024-09-14T08:59:05.811 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-2:19.3.0-4775.g7f24e589.el9.x86_64 1/37 2024-09-14T08:59:05.811 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mds-2:19.3.0-4775.g7f24e589.el9.x86_64 2/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-2:19.3.0-4775.g7f24e589.el9.x86_64 3/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mon-2:19.3.0-4775.g7f24e589.el9.x86_64 4/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-osd-2:19.3.0-4775.g7f24e589.el9.x86_64 5/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4775.g7f24e589.el9. 6/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-14T08:59:05.812 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-14T08:59:05.813 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-14T08:59:05.813 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-14T08:59:05.813 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-14T08:59:05.813 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-14T08:59:05.813 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-14T08:59:05.813 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-14T08:59:05.813 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-14T08:59:05.813 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-14T08:59:05.813 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-14T08:59:05.813 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-14T08:59:05.813 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-14T08:59:05.814 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-14T08:59:05.814 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-14T08:59:05.815 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-14T08:59:05.815 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-14T08:59:05.815 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-14T08:59:05.815 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-14T08:59:05.815 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-14T08:59:05.815 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-14T08:59:05.815 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-14T08:59:05.966 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr 2024-09-14T08:59:06.534 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:58 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:06.627 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-mgr-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:06.669 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:06.670 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-09-14T08:59:06.670 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:06.737 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-dashboard 2024-09-14T08:59:06.906 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-14T08:59:06.906 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:06.906 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:59:06.907 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:06.907 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mds-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:06.907 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:06.907 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-modules-core-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:06.907 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mon-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:06.907 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-osd-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:06.907 INFO:teuthology.orchestra.run.smithi112.stdout: lua-5.4.4-4.el9.x86_64 2024-09-14T08:59:06.907 INFO:teuthology.orchestra.run.smithi112.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-14T08:59:06.907 INFO:teuthology.orchestra.run.smithi112.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-14T08:59:06.907 INFO:teuthology.orchestra.run.smithi112.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-14T08:59:06.907 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-14T08:59:06.907 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-14T08:59:06.908 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ply-3.11-14.el9.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:06.909 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:07.252 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-base 2024-09-14T08:59:07.303 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:59 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:07.435 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:07.437 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:07.437 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-09-14T08:59:07.437 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:07.437 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:59:07.437 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 14 M 2024-09-14T08:59:07.437 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-09-14T08:59:07.437 INFO:teuthology.orchestra.run.smithi133.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-14T08:59:07.437 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 34 k 2024-09-14T08:59:07.437 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 16 k 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout:Install 12 Packages 2024-09-14T08:59:07.438 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:07.439 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 19 M 2024-09-14T08:59:07.439 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 159 M 2024-09-14T08:59:07.439 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:59:07.820 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:54 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:07.910 INFO:teuthology.orchestra.run.smithi112.stdout:Package ceph-base-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:07.952 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:07.953 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-14T08:59:07.953 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:07.966 INFO:teuthology.orchestra.run.smithi133.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4775.g7f 223 kB/s | 34 kB 00:00 2024-09-14T08:59:07.990 INFO:teuthology.orchestra.run.smithi133.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4775.g7f2 92 kB/s | 16 kB 00:00 2024-09-14T08:59:08.015 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install cephadm 2024-09-14T08:59:08.216 INFO:teuthology.orchestra.run.smithi133.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.2 MB/s | 269 kB 00:00 2024-09-14T08:59:08.325 INFO:teuthology.orchestra.run.smithi133.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.8 MB/s | 1.0 MB 00:00 2024-09-14T08:59:08.366 INFO:teuthology.orchestra.run.smithi133.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 5.6 MB/s | 863 kB 00:00 2024-09-14T08:59:08.408 INFO:teuthology.orchestra.run.smithi133.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 6.4 MB/s | 548 kB 00:00 2024-09-14T08:59:08.434 INFO:teuthology.orchestra.run.smithi133.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 299 kB/s | 19 kB 00:00 2024-09-14T08:59:08.573 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:55 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:08.576 INFO:teuthology.orchestra.run.smithi133.stdout:(8/12): ceph-mgr-dashboard-19.3.0-4775.g7f24e58 19 MB/s | 14 MB 00:00 2024-09-14T08:59:08.601 INFO:teuthology.orchestra.run.smithi133.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 865 kB/s | 144 kB 00:00 2024-09-14T08:59:08.643 INFO:teuthology.orchestra.run.smithi133.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 5.4 MB/s | 188 kB 00:00 2024-09-14T08:59:08.668 INFO:teuthology.orchestra.run.smithi133.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 335 kB/s | 31 kB 00:00 2024-09-14T08:59:08.704 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:08.705 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:08.705 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-14T08:59:08.705 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:08.705 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:59:08.705 INFO:teuthology.orchestra.run.smithi112.stdout: cephadm noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 783 k 2024-09-14T08:59:08.705 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:08.705 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:59:08.705 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:08.705 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-14T08:59:08.705 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:08.705 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 783 k 2024-09-14T08:59:08.705 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 789 k 2024-09-14T08:59:08.706 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:59:08.710 INFO:teuthology.orchestra.run.smithi133.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 6.8 MB/s | 2.0 MB 00:00 2024-09-14T08:59:08.714 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:08.714 INFO:teuthology.orchestra.run.smithi133.stdout:Total 15 MB/s | 19 MB 00:01 2024-09-14T08:59:08.762 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:59:08.781 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:59:08.781 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:59:08.963 INFO:teuthology.orchestra.run.smithi112.stdout:cephadm-19.3.0-4775.g7f24e589.el9.noarch.rpm 3.0 MB/s | 783 kB 00:00 2024-09-14T08:59:08.963 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:08.963 INFO:teuthology.orchestra.run.smithi112.stdout:Total 3.0 MB/s | 783 kB 00:00 2024-09-14T08:59:08.964 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:59:08.969 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:59:08.969 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:59:08.975 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:59:08.975 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:59:09.043 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:59:09.043 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:59:09.046 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:59:09.497 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:09.590 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:09.638 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:59:09.718 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-14T08:59:09.762 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-14T08:59:09.808 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-14T08:59:09.839 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-14T08:59:09.944 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-14T08:59:09.951 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:10.074 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-14T08:59:10.158 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-14T08:59:10.187 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:10.187 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:10.187 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:59:10.187 INFO:teuthology.orchestra.run.smithi112.stdout: cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:10.187 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:10.187 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:10.202 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-14T08:59:10.239 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-14T08:59:10.271 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4775.g7f24e589.el9 10/12 2024-09-14T08:59:10.374 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-immutable-object-cache 2024-09-14T08:59:10.946 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:57 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:11.080 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:11.081 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:11.081 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2024-09-14T08:59:11.081 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:11.081 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:59:11.081 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 145 k 2024-09-14T08:59:11.082 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:11.082 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:59:11.082 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:11.082 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-14T08:59:11.082 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:11.082 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 145 k 2024-09-14T08:59:11.082 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 432 k 2024-09-14T08:59:11.082 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:59:11.285 INFO:teuthology.orchestra.run.smithi112.stdout:ceph-immutable-object-cache-19.3.0-4775.g7f24e5 717 kB/s | 145 kB 00:00 2024-09-14T08:59:11.285 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:11.285 INFO:teuthology.orchestra.run.smithi112.stdout:Total 711 kB/s | 145 kB 00:00 2024-09-14T08:59:11.286 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:59:11.293 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:59:11.293 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:59:11.352 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:59:11.352 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:59:11.512 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:59:11.604 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4775.g7f24e589. 1/1 2024-09-14T08:59:11.629 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4775.g7f24e589. 1/1 2024-09-14T08:59:11.629 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:59:11.629 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-14T08:59:11.629 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:12.575 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4775.g7f24e589. 1/1 2024-09-14T08:59:12.575 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:12.575 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:59:12.575 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-immutable-object-cache-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:12.575 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:12.575 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:12.814 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr 2024-09-14T08:59:13.386 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:00 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:13.423 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4775.g7f24e589.el 11/12 2024-09-14T08:59:13.478 INFO:teuthology.orchestra.run.smithi112.stdout:Package ceph-mgr-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:13.485 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4775.g7f24e589.el9.noa 12/12 2024-09-14T08:59:13.520 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:13.521 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-14T08:59:13.521 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:13.583 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-dashboard 2024-09-14T08:59:14.140 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:01 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:14.273 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:14.274 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:14.274 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-14T08:59:14.274 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:14.274 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:59:14.274 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 14 M 2024-09-14T08:59:14.274 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-14T08:59:14.274 INFO:teuthology.orchestra.run.smithi112.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 34 k 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 16 k 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:14.275 INFO:teuthology.orchestra.run.smithi112.stdout:Install 12 Packages 2024-09-14T08:59:14.276 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:14.276 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 19 M 2024-09-14T08:59:14.276 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 159 M 2024-09-14T08:59:14.276 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:59:14.698 INFO:teuthology.orchestra.run.smithi112.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4775.g7f 224 kB/s | 34 kB 00:00 2024-09-14T08:59:14.715 INFO:teuthology.orchestra.run.smithi112.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4775.g7f2 97 kB/s | 16 kB 00:00 2024-09-14T08:59:14.915 INFO:teuthology.orchestra.run.smithi112.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-09-14T08:59:14.999 INFO:teuthology.orchestra.run.smithi112.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.4 MB/s | 1.0 MB 00:00 2024-09-14T08:59:15.049 INFO:teuthology.orchestra.run.smithi112.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-14T08:59:15.066 INFO:teuthology.orchestra.run.smithi112.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 1.2 MB/s | 19 kB 00:00 2024-09-14T08:59:15.154 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4775.g7f24e589.el9.noa 12/12 2024-09-14T08:59:15.154 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4775.g7f24e589.el 1/12 2024-09-14T08:59:15.154 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4775.g7f24e589.el9.noa 2/12 2024-09-14T08:59:15.154 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4775.g7f24e589.el9 3/12 2024-09-14T08:59:15.155 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-14T08:59:15.155 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-14T08:59:15.155 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-14T08:59:15.155 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-14T08:59:15.155 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-14T08:59:15.155 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-14T08:59:15.155 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-14T08:59:15.155 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-14T08:59:15.233 INFO:teuthology.orchestra.run.smithi112.stdout:(7/12): ceph-mgr-dashboard-19.3.0-4775.g7f24e58 21 MB/s | 14 MB 00:00 2024-09-14T08:59:15.291 INFO:teuthology.orchestra.run.smithi112.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 9.0 MB/s | 2.0 MB 00:00 2024-09-14T08:59:15.308 INFO:teuthology.orchestra.run.smithi112.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.8 MB/s | 31 kB 00:00 2024-09-14T08:59:15.333 INFO:teuthology.orchestra.run.smithi112.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 1.4 MB/s | 144 kB 00:00 2024-09-14T08:59:15.359 INFO:teuthology.orchestra.run.smithi112.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.9 MB/s | 863 kB 00:00 2024-09-14T08:59:15.384 INFO:teuthology.orchestra.run.smithi112.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.4 MB/s | 188 kB 00:00 2024-09-14T08:59:15.387 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:15.387 INFO:teuthology.orchestra.run.smithi112.stdout:Total 17 MB/s | 19 MB 00:01 2024-09-14T08:59:15.435 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:59:15.453 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:59:15.453 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:59:15.462 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-14T08:59:15.462 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:15.462 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:59:15.462 INFO:teuthology.orchestra.run.smithi133.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-14T08:59:15.462 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:15.462 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:15.462 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:15.463 INFO:teuthology.orchestra.run.smithi133.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-14T08:59:15.463 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-14T08:59:15.463 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-14T08:59:15.463 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-14T08:59:15.463 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-14T08:59:15.463 INFO:teuthology.orchestra.run.smithi133.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-14T08:59:15.463 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-14T08:59:15.463 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-14T08:59:15.463 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:15.463 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:15.684 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-14T08:59:15.714 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:59:15.715 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:59:16.244 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:08 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:16.304 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:59:16.377 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:16.378 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================= 2024-09-14T08:59:16.379 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-09-14T08:59:16.379 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================= 2024-09-14T08:59:16.379 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:59:16.379 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 7.4 M 2024-09-14T08:59:16.379 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-09-14T08:59:16.379 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-14T08:59:16.379 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-14T08:59:16.379 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-14T08:59:16.379 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-14T08:59:16.379 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-14T08:59:16.379 INFO:teuthology.orchestra.run.smithi133.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-14T08:59:16.380 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-14T08:59:16.380 INFO:teuthology.orchestra.run.smithi133.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-14T08:59:16.380 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-14T08:59:16.380 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-14T08:59:16.380 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-14T08:59:16.380 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:16.380 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:59:16.380 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================= 2024-09-14T08:59:16.380 INFO:teuthology.orchestra.run.smithi133.stdout:Install 12 Packages 2024-09-14T08:59:16.380 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:16.381 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 38 M 2024-09-14T08:59:16.381 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 212 M 2024-09-14T08:59:16.381 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:59:16.384 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-14T08:59:16.428 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-14T08:59:16.474 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-14T08:59:16.513 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-14T08:59:16.621 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-14T08:59:16.756 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-14T08:59:16.858 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-14T08:59:16.909 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-14T08:59:16.938 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-14T08:59:16.970 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4775.g7f24e589.el9 10/12 2024-09-14T08:59:17.059 INFO:teuthology.orchestra.run.smithi133.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.2 MB/s | 191 kB 00:00 2024-09-14T08:59:17.134 INFO:teuthology.orchestra.run.smithi133.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.5 MB/s | 801 kB 00:00 2024-09-14T08:59:17.367 INFO:teuthology.orchestra.run.smithi133.stdout:(3/12): ceph-mgr-diskprediction-local-19.3.0-47 16 MB/s | 7.4 MB 00:00 2024-09-14T08:59:17.384 INFO:teuthology.orchestra.run.smithi133.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 100 kB/s | 33 kB 00:00 2024-09-14T08:59:17.585 INFO:teuthology.orchestra.run.smithi133.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 192 kB/s | 38 kB 00:00 2024-09-14T08:59:17.652 INFO:teuthology.orchestra.run.smithi133.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 64 kB/s | 18 kB 00:00 2024-09-14T08:59:18.110 INFO:teuthology.orchestra.run.smithi133.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 534 kB/s | 245 kB 00:00 2024-09-14T08:59:18.269 INFO:teuthology.orchestra.run.smithi133.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.6 MB/s | 3.0 MB 00:01 2024-09-14T08:59:18.394 INFO:teuthology.orchestra.run.smithi133.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.0 MB/s | 250 kB 00:00 2024-09-14T08:59:19.636 INFO:teuthology.orchestra.run.smithi133.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 3.3 MB/s | 5.1 MB 00:01 2024-09-14T08:59:20.152 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4775.g7f24e589.el 11/12 2024-09-14T08:59:20.208 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4775.g7f24e589.el9.noa 12/12 2024-09-14T08:59:20.486 INFO:teuthology.orchestra.run.smithi133.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 1.7 MB/s | 4.9 MB 00:02 2024-09-14T08:59:21.975 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4775.g7f24e589.el9.noa 12/12 2024-09-14T08:59:21.975 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4775.g7f24e589.el 1/12 2024-09-14T08:59:21.975 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4775.g7f24e589.el9.noa 2/12 2024-09-14T08:59:21.975 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4775.g7f24e589.el9 3/12 2024-09-14T08:59:21.975 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-14T08:59:21.975 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-14T08:59:21.975 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-14T08:59:21.975 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-14T08:59:21.976 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-14T08:59:21.976 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-14T08:59:21.976 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-14T08:59:21.976 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-14T08:59:22.290 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-grafana-dashboards-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-dashboard-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-prometheus-alerts-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-14T08:59:22.291 INFO:teuthology.orchestra.run.smithi112.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-14T08:59:22.292 INFO:teuthology.orchestra.run.smithi112.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-14T08:59:22.292 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:22.292 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:22.518 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-14T08:59:23.089 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:10 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:23.235 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:23.236 INFO:teuthology.orchestra.run.smithi112.stdout:======================================================================================= 2024-09-14T08:59:23.236 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-14T08:59:23.236 INFO:teuthology.orchestra.run.smithi112.stdout:======================================================================================= 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 7.4 M 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-14T08:59:23.237 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-14T08:59:23.238 INFO:teuthology.orchestra.run.smithi112.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-14T08:59:23.238 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:23.238 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:59:23.238 INFO:teuthology.orchestra.run.smithi112.stdout:======================================================================================= 2024-09-14T08:59:23.238 INFO:teuthology.orchestra.run.smithi112.stdout:Install 12 Packages 2024-09-14T08:59:23.238 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:23.238 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 38 M 2024-09-14T08:59:23.238 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 212 M 2024-09-14T08:59:23.239 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:59:23.615 INFO:teuthology.orchestra.run.smithi112.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 877 kB/s | 191 kB 00:00 2024-09-14T08:59:23.698 INFO:teuthology.orchestra.run.smithi112.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.6 MB/s | 801 kB 00:00 2024-09-14T08:59:23.723 INFO:teuthology.orchestra.run.smithi112.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 302 kB/s | 33 kB 00:00 2024-09-14T08:59:23.774 INFO:teuthology.orchestra.run.smithi112.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-09-14T08:59:23.882 INFO:teuthology.orchestra.run.smithi112.stdout:(5/12): ceph-mgr-diskprediction-local-19.3.0-47 15 MB/s | 7.4 MB 00:00 2024-09-14T08:59:23.907 INFO:teuthology.orchestra.run.smithi112.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 288 kB/s | 38 kB 00:00 2024-09-14T08:59:24.024 INFO:teuthology.orchestra.run.smithi112.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.1 MB/s | 245 kB 00:00 2024-09-14T08:59:24.250 INFO:teuthology.orchestra.run.smithi112.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 5.4 MB/s | 3.0 MB 00:00 2024-09-14T08:59:24.308 INFO:teuthology.orchestra.run.smithi112.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.2 MB/s | 250 kB 00:00 2024-09-14T08:59:24.700 INFO:teuthology.orchestra.run.smithi112.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 6.0 MB/s | 4.9 MB 00:00 2024-09-14T08:59:24.784 INFO:teuthology.orchestra.run.smithi112.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 6.7 MB/s | 5.1 MB 00:00 2024-09-14T08:59:26.025 INFO:teuthology.orchestra.run.smithi112.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 9.5 MB/s | 16 MB 00:01 2024-09-14T08:59:26.026 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:26.027 INFO:teuthology.orchestra.run.smithi112.stdout:Total 14 MB/s | 38 MB 00:02 2024-09-14T08:59:26.379 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:59:26.406 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:59:26.406 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:59:26.840 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:59:26.840 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:59:27.613 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:59:27.682 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-14T08:59:27.723 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-14T08:59:27.832 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-14T08:59:27.874 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-14T08:59:28.066 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-14T08:59:28.101 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-14T08:59:28.183 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-14T08:59:28.834 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-14T08:59:28.953 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-14T08:59:30.185 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-14T08:59:30.201 INFO:teuthology.orchestra.run.smithi133.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 1.4 MB/s | 16 MB 00:11 2024-09-14T08:59:30.203 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:30.203 INFO:teuthology.orchestra.run.smithi133.stdout:Total 2.8 MB/s | 38 MB 00:13 2024-09-14T08:59:30.564 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:59:30.590 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:59:30.590 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:59:31.040 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:59:31.053 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:59:31.208 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-14T08:59:31.247 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4775.g7f24e 12/12 2024-09-14T08:59:31.834 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:59:31.900 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-14T08:59:31.940 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-14T08:59:32.039 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-14T08:59:32.092 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-14T08:59:32.275 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-14T08:59:32.307 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-14T08:59:32.392 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-14T08:59:33.051 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-14T08:59:33.178 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-14T08:59:33.797 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4775.g7f24e 12/12 2024-09-14T08:59:33.798 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4775.g7f24e 1/12 2024-09-14T08:59:33.798 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-14T08:59:33.798 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-14T08:59:33.798 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-14T08:59:33.798 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-14T08:59:33.798 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-14T08:59:33.798 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-14T08:59:33.798 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-14T08:59:33.798 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-14T08:59:33.798 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-14T08:59:33.798 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-14T08:59:34.166 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-14T08:59:34.166 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:34.166 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:59:34.166 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:34.166 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-14T08:59:34.166 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-14T08:59:34.167 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-14T08:59:34.167 INFO:teuthology.orchestra.run.smithi112.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-14T08:59:34.167 INFO:teuthology.orchestra.run.smithi112.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-14T08:59:34.167 INFO:teuthology.orchestra.run.smithi112.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-14T08:59:34.167 INFO:teuthology.orchestra.run.smithi112.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-14T08:59:34.167 INFO:teuthology.orchestra.run.smithi112.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-14T08:59:34.167 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-14T08:59:34.167 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-14T08:59:34.167 INFO:teuthology.orchestra.run.smithi112.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-14T08:59:34.167 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:34.167 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:34.407 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-14T08:59:34.574 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-rook 2024-09-14T08:59:35.153 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:22 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:35.287 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:35.288 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:35.288 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-14T08:59:35.288 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:35.288 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:59:35.288 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-rook noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 49 k 2024-09-14T08:59:35.288 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-14T08:59:35.288 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:35.289 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:59:35.290 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:35.290 INFO:teuthology.orchestra.run.smithi112.stdout:Install 13 Packages 2024-09-14T08:59:35.290 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:35.290 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 2.2 M 2024-09-14T08:59:35.290 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 26 M 2024-09-14T08:59:35.290 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:59:35.440 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-14T08:59:35.564 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4775.g7f24e 12/12 2024-09-14T08:59:35.797 INFO:teuthology.orchestra.run.smithi112.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 318 kB/s | 26 kB 00:00 2024-09-14T08:59:35.822 INFO:teuthology.orchestra.run.smithi112.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 181 kB/s | 19 kB 00:00 2024-09-14T08:59:35.898 INFO:teuthology.orchestra.run.smithi112.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.1 MB/s | 159 kB 00:00 2024-09-14T08:59:35.923 INFO:teuthology.orchestra.run.smithi112.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-09-14T08:59:35.948 INFO:teuthology.orchestra.run.smithi112.stdout:(5/13): ceph-mgr-rook-19.3.0-4775.g7f24e589.el9 213 kB/s | 49 kB 00:00 2024-09-14T08:59:35.973 INFO:teuthology.orchestra.run.smithi112.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-14T08:59:36.007 INFO:teuthology.orchestra.run.smithi112.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-09-14T08:59:36.057 INFO:teuthology.orchestra.run.smithi112.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 296 kB/s | 32 kB 00:00 2024-09-14T08:59:36.083 INFO:teuthology.orchestra.run.smithi112.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 130 kB/s | 14 kB 00:00 2024-09-14T08:59:36.108 INFO:teuthology.orchestra.run.smithi112.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-09-14T08:59:36.133 INFO:teuthology.orchestra.run.smithi112.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.9 MB/s | 220 kB 00:00 2024-09-14T08:59:36.158 INFO:teuthology.orchestra.run.smithi112.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-14T08:59:36.200 INFO:teuthology.orchestra.run.smithi112.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.3 MB/s | 1.0 MB 00:00 2024-09-14T08:59:36.203 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:36.203 INFO:teuthology.orchestra.run.smithi112.stdout:Total 2.4 MB/s | 2.2 MB 00:00 2024-09-14T08:59:36.267 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:59:36.282 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:59:36.282 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:59:36.372 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:59:36.373 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:59:36.890 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:59:37.055 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-14T08:59:37.109 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-14T08:59:37.165 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-14T08:59:37.210 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-14T08:59:37.252 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-14T08:59:37.353 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-14T08:59:37.454 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-14T08:59:37.504 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-14T08:59:37.930 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4775.g7f24e 12/12 2024-09-14T08:59:37.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4775.g7f24e 1/12 2024-09-14T08:59:37.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-14T08:59:37.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-14T08:59:37.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-14T08:59:37.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-14T08:59:37.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-14T08:59:37.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-14T08:59:37.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-14T08:59:37.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-14T08:59:37.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-14T08:59:37.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-14T08:59:38.218 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-14T08:59:38.267 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-14T08:59:38.297 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-14T08:59:38.298 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-14T08:59:38.299 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-14T08:59:38.299 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:38.299 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:38.300 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-14T08:59:38.349 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-14T08:59:38.379 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-rook-2:19.3.0-4775.g7f24e589.el9.noarch 13/13 2024-09-14T08:59:38.669 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-rook 2024-09-14T08:59:39.137 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4775.g7f24e589.el9.noarch 13/13 2024-09-14T08:59:39.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4775.g7f24e589.el9.noarch 1/13 2024-09-14T08:59:39.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-14T08:59:39.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-14T08:59:39.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-14T08:59:39.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-14T08:59:39.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-14T08:59:39.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-14T08:59:39.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-14T08:59:39.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-14T08:59:39.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-14T08:59:39.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-14T08:59:39.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-14T08:59:39.249 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:31 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:39.385 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:39.386 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:39.386 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-09-14T08:59:39.386 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:39.386 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:59:39.386 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 49 k 2024-09-14T08:59:39.386 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-09-14T08:59:39.386 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-14T08:59:39.387 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-14T08:59:39.387 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-14T08:59:39.387 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-14T08:59:39.387 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-14T08:59:39.387 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-14T08:59:39.387 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-14T08:59:39.387 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-14T08:59:39.387 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-14T08:59:39.387 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-14T08:59:39.387 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-14T08:59:39.387 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-14T08:59:39.387 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:39.388 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:59:39.388 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:39.388 INFO:teuthology.orchestra.run.smithi133.stdout:Install 13 Packages 2024-09-14T08:59:39.388 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:39.388 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 2.2 M 2024-09-14T08:59:39.388 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 26 M 2024-09-14T08:59:39.388 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:59:39.480 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-14T08:59:39.480 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:39.480 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:59:39.480 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-rook-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:39.480 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-14T08:59:39.480 INFO:teuthology.orchestra.run.smithi112.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-14T08:59:39.480 INFO:teuthology.orchestra.run.smithi112.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-14T08:59:39.480 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-14T08:59:39.480 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-14T08:59:39.480 INFO:teuthology.orchestra.run.smithi112.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-14T08:59:39.480 INFO:teuthology.orchestra.run.smithi112.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-14T08:59:39.480 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-14T08:59:39.481 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-14T08:59:39.481 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-14T08:59:39.481 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-14T08:59:39.481 INFO:teuthology.orchestra.run.smithi112.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-14T08:59:39.481 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:39.481 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:39.665 INFO:teuthology.orchestra.run.smithi133.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 235 kB/s | 26 kB 00:00 2024-09-14T08:59:39.690 INFO:teuthology.orchestra.run.smithi133.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 143 kB/s | 19 kB 00:00 2024-09-14T08:59:39.715 INFO:teuthology.orchestra.run.smithi133.stdout:(3/13): ceph-mgr-rook-19.3.0-4775.g7f24e589.el9 309 kB/s | 49 kB 00:00 2024-09-14T08:59:39.731 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-cephadm 2024-09-14T08:59:39.841 INFO:teuthology.orchestra.run.smithi133.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2024-09-14T08:59:39.866 INFO:teuthology.orchestra.run.smithi133.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.2 MB/s | 222 kB 00:00 2024-09-14T08:59:39.900 INFO:teuthology.orchestra.run.smithi133.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 915 kB/s | 54 kB 00:00 2024-09-14T08:59:39.933 INFO:teuthology.orchestra.run.smithi133.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 481 kB/s | 32 kB 00:00 2024-09-14T08:59:39.958 INFO:teuthology.orchestra.run.smithi133.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.1 MB/s | 279 kB 00:00 2024-09-14T08:59:39.984 INFO:teuthology.orchestra.run.smithi133.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 172 kB/s | 14 kB 00:00 2024-09-14T08:59:40.018 INFO:teuthology.orchestra.run.smithi133.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.2 MB/s | 59 kB 00:00 2024-09-14T08:59:40.042 INFO:teuthology.orchestra.run.smithi133.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 2.0 MB/s | 220 kB 00:00 2024-09-14T08:59:40.068 INFO:teuthology.orchestra.run.smithi133.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-14T08:59:40.101 INFO:teuthology.orchestra.run.smithi133.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-09-14T08:59:40.104 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:40.104 INFO:teuthology.orchestra.run.smithi133.stdout:Total 3.1 MB/s | 2.2 MB 00:00 2024-09-14T08:59:40.168 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:59:40.183 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:59:40.183 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:59:40.272 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:59:40.274 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:59:40.295 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:27 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:40.429 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:40.430 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:40.430 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-14T08:59:40.430 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:40.430 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:59:40.430 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 154 k 2024-09-14T08:59:40.430 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-14T08:59:40.430 INFO:teuthology.orchestra.run.smithi112.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-14T08:59:40.431 INFO:teuthology.orchestra.run.smithi112.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-14T08:59:40.431 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-14T08:59:40.431 INFO:teuthology.orchestra.run.smithi112.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-14T08:59:40.431 INFO:teuthology.orchestra.run.smithi112.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-14T08:59:40.431 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:40.431 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:59:40.431 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:40.431 INFO:teuthology.orchestra.run.smithi112.stdout:Install 6 Packages 2024-09-14T08:59:40.431 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:40.432 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 7.0 M 2024-09-14T08:59:40.432 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 33 M 2024-09-14T08:59:40.432 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:59:40.675 INFO:teuthology.orchestra.run.smithi112.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-09-14T08:59:40.709 INFO:teuthology.orchestra.run.smithi112.stdout:(2/6): ceph-mgr-cephadm-19.3.0-4775.g7f24e589.e 770 kB/s | 154 kB 00:00 2024-09-14T08:59:40.751 INFO:teuthology.orchestra.run.smithi112.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-09-14T08:59:40.776 INFO:teuthology.orchestra.run.smithi112.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 3.1 MB/s | 74 kB 00:00 2024-09-14T08:59:40.778 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:59:40.801 INFO:teuthology.orchestra.run.smithi112.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 638 kB/s | 58 kB 00:00 2024-09-14T08:59:40.947 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-14T08:59:40.993 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-14T08:59:41.050 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-14T08:59:41.095 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-14T08:59:41.136 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-14T08:59:41.238 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-14T08:59:41.339 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-14T08:59:41.388 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-14T08:59:42.052 INFO:teuthology.orchestra.run.smithi112.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.9 MB/s | 6.0 MB 00:01 2024-09-14T08:59:42.054 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:42.054 INFO:teuthology.orchestra.run.smithi112.stdout:Total 4.3 MB/s | 7.0 MB 00:01 2024-09-14T08:59:42.110 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-14T08:59:42.126 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:59:42.137 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:59:42.137 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:59:42.152 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-14T08:59:42.185 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-14T08:59:42.242 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-14T08:59:42.245 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:59:42.245 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:59:42.263 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-rook-2:19.3.0-4775.g7f24e589.el9.noarch 13/13 2024-09-14T08:59:42.570 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:59:42.742 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-14T08:59:42.787 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-14T08:59:43.025 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4775.g7f24e589.el9.noarch 13/13 2024-09-14T08:59:43.025 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4775.g7f24e589.el9.noarch 1/13 2024-09-14T08:59:43.025 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-14T08:59:43.025 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-14T08:59:43.025 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-14T08:59:43.025 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-14T08:59:43.025 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-14T08:59:43.025 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-14T08:59:43.025 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-14T08:59:43.025 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-14T08:59:43.026 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-14T08:59:43.026 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-14T08:59:43.026 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-14T08:59:43.307 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-14T08:59:43.359 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-14T08:59:43.359 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:43.359 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:59:43.359 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:43.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-14T08:59:43.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-14T08:59:43.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-14T08:59:43.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-14T08:59:43.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-14T08:59:43.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-14T08:59:43.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-14T08:59:43.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-14T08:59:43.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-14T08:59:43.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-14T08:59:43.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-14T08:59:43.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-14T08:59:43.361 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:43.361 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:43.406 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-14T08:59:43.478 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-14T08:59:43.507 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 6/6 2024-09-14T08:59:43.599 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-cephadm 2024-09-14T08:59:44.171 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:36 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:44.281 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 6/6 2024-09-14T08:59:44.281 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 1/6 2024-09-14T08:59:44.282 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-14T08:59:44.282 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-14T08:59:44.282 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-14T08:59:44.282 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-14T08:59:44.307 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:44.308 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:44.308 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-09-14T08:59:44.308 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:44.308 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:59:44.309 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 154 k 2024-09-14T08:59:44.309 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-09-14T08:59:44.309 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-14T08:59:44.309 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-14T08:59:44.309 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-14T08:59:44.309 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-14T08:59:44.309 INFO:teuthology.orchestra.run.smithi133.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-14T08:59:44.309 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:44.309 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:59:44.309 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:44.309 INFO:teuthology.orchestra.run.smithi133.stdout:Install 6 Packages 2024-09-14T08:59:44.309 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:44.310 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 7.0 M 2024-09-14T08:59:44.310 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 33 M 2024-09-14T08:59:44.310 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:59:44.544 INFO:teuthology.orchestra.run.smithi133.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.6 MB/s | 248 kB 00:00 2024-09-14T08:59:44.554 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-14T08:59:44.554 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:44.554 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:59:44.554 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:44.554 INFO:teuthology.orchestra.run.smithi112.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-14T08:59:44.554 INFO:teuthology.orchestra.run.smithi112.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-14T08:59:44.554 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-14T08:59:44.554 INFO:teuthology.orchestra.run.smithi112.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-14T08:59:44.554 INFO:teuthology.orchestra.run.smithi112.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-14T08:59:44.555 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:44.555 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:44.586 INFO:teuthology.orchestra.run.smithi133.stdout:(2/6): ceph-mgr-cephadm-19.3.0-4775.g7f24e589.e 788 kB/s | 154 kB 00:00 2024-09-14T08:59:44.619 INFO:teuthology.orchestra.run.smithi133.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-09-14T08:59:44.645 INFO:teuthology.orchestra.run.smithi133.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 3.1 MB/s | 74 kB 00:00 2024-09-14T08:59:44.670 INFO:teuthology.orchestra.run.smithi133.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 689 kB/s | 58 kB 00:00 2024-09-14T08:59:44.753 INFO:teuthology.orchestra.run.smithi133.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 16 MB/s | 6.0 MB 00:00 2024-09-14T08:59:44.756 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:44.756 INFO:teuthology.orchestra.run.smithi133.stdout:Total 16 MB/s | 7.0 MB 00:00 2024-09-14T08:59:44.815 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-fuse 2024-09-14T08:59:44.827 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:59:44.838 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:59:44.839 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:59:44.939 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:59:44.941 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:59:45.249 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:59:45.368 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:32 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:45.418 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-14T08:59:45.472 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-14T08:59:45.501 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:45.502 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:45.502 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-14T08:59:45.502 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:45.502 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:59:45.502 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-fuse x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 900 k 2024-09-14T08:59:45.502 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-14T08:59:45.502 INFO:teuthology.orchestra.run.smithi112.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-14T08:59:45.502 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:45.502 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:59:45.502 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:45.502 INFO:teuthology.orchestra.run.smithi112.stdout:Install 2 Packages 2024-09-14T08:59:45.503 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:45.503 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 979 k 2024-09-14T08:59:45.503 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 2.9 M 2024-09-14T08:59:45.503 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:59:45.803 INFO:teuthology.orchestra.run.smithi112.stdout:(1/2): ceph-fuse-19.3.0-4775.g7f24e589.el9.x86_ 3.5 MB/s | 900 kB 00:00 2024-09-14T08:59:45.828 INFO:teuthology.orchestra.run.smithi112.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 286 kB/s | 80 kB 00:00 2024-09-14T08:59:45.829 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:45.829 INFO:teuthology.orchestra.run.smithi112.stdout:Total 2.9 MB/s | 979 kB 00:00 2024-09-14T08:59:45.840 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:59:45.861 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:59:45.861 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:59:45.940 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:59:45.941 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:59:45.988 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-14T08:59:46.066 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-14T08:59:46.129 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:59:46.133 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-14T08:59:46.159 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 6/6 2024-09-14T08:59:46.272 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-14T08:59:46.335 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 2/2 2024-09-14T08:59:46.906 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 6/6 2024-09-14T08:59:46.906 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 1/6 2024-09-14T08:59:46.906 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-14T08:59:46.906 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-14T08:59:46.906 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-14T08:59:46.907 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-14T08:59:46.998 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 2/2 2024-09-14T08:59:46.998 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 1/2 2024-09-14T08:59:47.198 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-14T08:59:47.198 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:47.198 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:59:47.198 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:47.198 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-14T08:59:47.198 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-14T08:59:47.198 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-14T08:59:47.198 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-14T08:59:47.198 INFO:teuthology.orchestra.run.smithi133.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-14T08:59:47.198 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:47.199 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:47.253 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-14T08:59:47.253 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:47.253 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:59:47.253 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-14T08:59:47.253 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:47.253 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:47.469 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-fuse 2024-09-14T08:59:47.557 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-volume 2024-09-14T08:59:48.034 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:40 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:48.136 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:35 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:48.169 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:48.169 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:48.169 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-09-14T08:59:48.170 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:48.170 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:59:48.170 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 900 k 2024-09-14T08:59:48.170 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-09-14T08:59:48.170 INFO:teuthology.orchestra.run.smithi133.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-14T08:59:48.170 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:48.170 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:59:48.170 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:48.170 INFO:teuthology.orchestra.run.smithi133.stdout:Install 2 Packages 2024-09-14T08:59:48.170 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:48.171 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 979 k 2024-09-14T08:59:48.171 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 2.9 M 2024-09-14T08:59:48.171 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:59:48.271 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:48.272 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:48.272 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-14T08:59:48.272 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:48.272 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:59:48.272 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-volume noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 285 k 2024-09-14T08:59:48.272 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:48.272 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:59:48.272 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:48.272 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-14T08:59:48.272 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:48.273 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 285 k 2024-09-14T08:59:48.273 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 1.3 M 2024-09-14T08:59:48.273 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:59:48.515 INFO:teuthology.orchestra.run.smithi112.stdout:ceph-volume-19.3.0-4775.g7f24e589.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-14T08:59:48.515 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:48.516 INFO:teuthology.orchestra.run.smithi112.stdout:Total 1.1 MB/s | 285 kB 00:00 2024-09-14T08:59:48.516 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:59:48.524 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:59:48.524 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:59:48.556 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:59:48.556 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:59:48.563 INFO:teuthology.orchestra.run.smithi133.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 699 kB/s | 80 kB 00:00 2024-09-14T08:59:48.722 INFO:teuthology.orchestra.run.smithi133.stdout:(2/2): ceph-fuse-19.3.0-4775.g7f24e589.el9.x86_ 3.2 MB/s | 900 kB 00:00 2024-09-14T08:59:48.723 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:48.723 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.7 MB/s | 979 kB 00:00 2024-09-14T08:59:48.735 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:59:48.758 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:59:48.758 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:59:48.769 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:59:48.833 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-volume-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:48.838 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:59:48.838 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:59:48.849 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-volume-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:48.849 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:59:48.849 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-14T08:59:48.849 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:49.024 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:59:49.166 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-14T08:59:49.230 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 2/2 2024-09-14T08:59:49.862 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-volume-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:49.863 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:49.863 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:59:49.863 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-volume-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:49.863 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:49.863 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:49.929 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 2/2 2024-09-14T08:59:49.929 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 1/2 2024-09-14T08:59:50.129 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install librados-devel 2024-09-14T08:59:50.216 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-14T08:59:50.216 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:50.217 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:59:50.217 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-14T08:59:50.217 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:50.217 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:50.443 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-volume 2024-09-14T08:59:50.715 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:37 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:50.854 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:50.855 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:50.855 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2024-09-14T08:59:50.855 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:50.856 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:59:50.856 INFO:teuthology.orchestra.run.smithi112.stdout: librados-devel x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 126 k 2024-09-14T08:59:50.856 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:50.856 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:59:50.856 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:50.856 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-14T08:59:50.856 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:50.856 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 126 k 2024-09-14T08:59:50.856 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 456 k 2024-09-14T08:59:50.856 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:59:51.020 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:43 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:51.045 INFO:teuthology.orchestra.run.smithi112.stdout:librados-devel-19.3.0-4775.g7f24e589.el9.x86_64 671 kB/s | 126 kB 00:00 2024-09-14T08:59:51.045 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:51.046 INFO:teuthology.orchestra.run.smithi112.stdout:Total 666 kB/s | 126 kB 00:00 2024-09-14T08:59:51.046 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:59:51.051 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:59:51.051 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:59:51.114 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:59:51.115 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:59:51.154 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:51.154 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:51.154 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-09-14T08:59:51.155 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:51.155 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:59:51.155 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume noarch 2:19.3.0-4775.g7f24e589.el9 ceph-noarch 285 k 2024-09-14T08:59:51.155 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:51.155 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:59:51.155 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:51.155 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-09-14T08:59:51.155 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:51.156 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 285 k 2024-09-14T08:59:51.156 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 1.3 M 2024-09-14T08:59:51.156 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:59:51.278 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:59:51.384 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librados-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T08:59:51.392 INFO:teuthology.orchestra.run.smithi133.stdout:ceph-volume-19.3.0-4775.g7f24e589.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-14T08:59:51.392 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:51.393 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-14T08:59:51.393 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:59:51.401 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:59:51.401 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:59:51.431 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:59:51.431 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:59:51.666 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:59:51.727 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-volume-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:51.743 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-volume-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:51.743 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T08:59:51.743 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-14T08:59:51.743 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:51.858 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T08:59:52.062 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T08:59:52.062 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:52.062 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:59:52.062 INFO:teuthology.orchestra.run.smithi112.stdout: librados-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:52.062 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:52.062 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:52.313 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install libcephfs2 2024-09-14T08:59:52.752 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-volume-2:19.3.0-4775.g7f24e589.el9.noarch 1/1 2024-09-14T08:59:52.752 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:52.752 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:59:52.752 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume-2:19.3.0-4775.g7f24e589.el9.noarch 2024-09-14T08:59:52.752 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:52.752 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:52.895 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:39 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:52.987 INFO:teuthology.orchestra.run.smithi112.stdout:Package libcephfs2-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:53.032 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:53.033 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-14T08:59:53.034 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:53.048 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados-devel 2024-09-14T08:59:53.094 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install libcephfs-devel 2024-09-14T08:59:53.622 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:45 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:53.659 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:40 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:53.758 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:53.759 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:53.759 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-09-14T08:59:53.759 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:53.759 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:59:53.759 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 126 k 2024-09-14T08:59:53.759 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:53.759 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:59:53.759 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:53.759 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-09-14T08:59:53.759 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:53.759 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 126 k 2024-09-14T08:59:53.759 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 456 k 2024-09-14T08:59:53.760 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:59:53.795 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs-devel x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 32 k 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 32 k 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 142 k 2024-09-14T08:59:53.796 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T08:59:53.948 INFO:teuthology.orchestra.run.smithi112.stdout:libcephfs-devel-19.3.0-4775.g7f24e589.el9.x86_6 210 kB/s | 32 kB 00:00 2024-09-14T08:59:53.948 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:53.948 INFO:teuthology.orchestra.run.smithi112.stdout:Total 208 kB/s | 32 kB 00:00 2024-09-14T08:59:53.948 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T08:59:53.952 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T08:59:53.952 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T08:59:53.972 INFO:teuthology.orchestra.run.smithi133.stdout:librados-devel-19.3.0-4775.g7f24e589.el9.x86_64 596 kB/s | 126 kB 00:00 2024-09-14T08:59:53.972 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:53.972 INFO:teuthology.orchestra.run.smithi133.stdout:Total 593 kB/s | 126 kB 00:00 2024-09-14T08:59:53.973 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:59:53.978 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:59:53.978 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:59:53.980 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T08:59:53.980 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T08:59:54.041 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:59:54.041 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:59:54.067 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T08:59:54.178 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephfs-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T08:59:54.188 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:59:54.285 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librados-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T08:59:54.541 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T08:59:54.765 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T08:59:54.768 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephfs-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T08:59:54.768 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:54.768 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T08:59:54.768 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:54.768 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T08:59:54.768 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:54.969 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install librados2 2024-09-14T08:59:55.018 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T08:59:55.018 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:55.018 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:59:55.018 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:55.018 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:55.018 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:55.246 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs2 2024-09-14T08:59:55.530 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:42 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:55.622 INFO:teuthology.orchestra.run.smithi112.stdout:Package librados2-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:55.666 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:55.667 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-14T08:59:55.667 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:55.722 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install librbd1 2024-09-14T08:59:55.825 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:47 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:55.920 INFO:teuthology.orchestra.run.smithi133.stdout:Package libcephfs2-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:55.966 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:55.967 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-09-14T08:59:55.967 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:56.026 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs-devel 2024-09-14T08:59:56.283 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:43 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:56.373 INFO:teuthology.orchestra.run.smithi112.stdout:Package librbd1-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:56.415 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:56.416 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-14T08:59:56.416 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:56.474 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-rados 2024-09-14T08:59:56.600 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:48 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:56.738 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:56.738 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:56.739 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-09-14T08:59:56.739 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:56.739 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T08:59:56.739 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 32 k 2024-09-14T08:59:56.739 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:56.739 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T08:59:56.739 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T08:59:56.739 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-09-14T08:59:56.739 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:56.739 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 32 k 2024-09-14T08:59:56.739 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 142 k 2024-09-14T08:59:56.739 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T08:59:56.907 INFO:teuthology.orchestra.run.smithi133.stdout:libcephfs-devel-19.3.0-4775.g7f24e589.el9.x86_6 189 kB/s | 32 kB 00:00 2024-09-14T08:59:56.908 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T08:59:56.909 INFO:teuthology.orchestra.run.smithi133.stdout:Total 187 kB/s | 32 kB 00:00 2024-09-14T08:59:56.909 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T08:59:56.912 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T08:59:56.912 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T08:59:56.930 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T08:59:56.930 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T08:59:57.020 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T08:59:57.036 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:44 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:57.125 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-rados-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:57.137 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T08:59:57.169 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:57.170 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-14T08:59:57.170 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:57.224 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-rgw 2024-09-14T08:59:57.535 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T08:59:57.772 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T08:59:57.772 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:57.772 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T08:59:57.772 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T08:59:57.772 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T08:59:57.772 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:57.787 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:44 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:57.877 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-rgw-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:57.920 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:57.921 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-14T08:59:57.921 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:57.956 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados2 2024-09-14T08:59:57.974 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-cephfs 2024-09-14T08:59:58.515 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:50 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:58.543 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:45 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:58.605 INFO:teuthology.orchestra.run.smithi133.stdout:Package librados2-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:58.635 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-cephfs-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:58.648 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:58.649 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-09-14T08:59:58.649 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:58.679 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:58.680 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-14T08:59:58.680 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:58.719 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librbd1 2024-09-14T08:59:58.738 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-rbd 2024-09-14T08:59:59.279 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:51 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T08:59:59.303 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:46 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T08:59:59.369 INFO:teuthology.orchestra.run.smithi133.stdout:Package librbd1-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:59.393 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-rbd-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T08:59:59.413 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T08:59:59.414 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-09-14T08:59:59.414 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T08:59:59.436 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T08:59:59.438 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-14T08:59:59.438 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T08:59:59.489 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rados 2024-09-14T08:59:59.496 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install rbd-fuse 2024-09-14T09:00:00.057 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:47 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T09:00:00.058 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:52 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T09:00:00.148 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rados-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T09:00:00.191 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T09:00:00.192 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T09:00:00.193 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-09-14T09:00:00.193 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T09:00:00.193 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T09:00:00.193 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-09-14T09:00:00.193 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T09:00:00.193 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T09:00:00.193 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-fuse x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 85 k 2024-09-14T09:00:00.194 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:00.194 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T09:00:00.194 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T09:00:00.194 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-14T09:00:00.194 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:00.194 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 85 k 2024-09-14T09:00:00.194 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 231 k 2024-09-14T09:00:00.194 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T09:00:00.253 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rgw 2024-09-14T09:00:00.383 INFO:teuthology.orchestra.run.smithi112.stdout:rbd-fuse-19.3.0-4775.g7f24e589.el9.x86_64.rpm 447 kB/s | 85 kB 00:00 2024-09-14T09:00:00.384 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T09:00:00.384 INFO:teuthology.orchestra.run.smithi112.stdout:Total 444 kB/s | 85 kB 00:00 2024-09-14T09:00:00.385 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T09:00:00.391 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T09:00:00.391 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T09:00:00.455 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T09:00:00.455 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T09:00:00.605 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T09:00:00.714 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : rbd-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:00.817 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:52 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T09:00:00.907 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rgw-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T09:00:00.950 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T09:00:00.951 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-09-14T09:00:00.951 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T09:00:01.022 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-cephfs 2024-09-14T09:00:01.101 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:01.379 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : rbd-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:01.379 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:01.379 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T09:00:01.379 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T09:00:01.379 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:01.379 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T09:00:01.590 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:53 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T09:00:01.631 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install rbd-mirror 2024-09-14T09:00:01.681 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-cephfs-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T09:00:01.724 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T09:00:01.725 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-09-14T09:00:01.763 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T09:00:01.786 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rbd 2024-09-14T09:00:02.229 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:49 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T09:00:02.352 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:54 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T09:00:02.369 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T09:00:02.370 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T09:00:02.370 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2024-09-14T09:00:02.370 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T09:00:02.370 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T09:00:02.370 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-mirror x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 3.2 M 2024-09-14T09:00:02.370 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:02.370 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T09:00:02.370 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T09:00:02.370 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-14T09:00:02.370 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:02.371 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 3.2 M 2024-09-14T09:00:02.371 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 14 M 2024-09-14T09:00:02.371 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T09:00:02.442 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rbd-2:19.3.0-4775.g7f24e589.el9.x86_64 is already installed. 2024-09-14T09:00:02.485 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T09:00:02.486 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-09-14T09:00:02.486 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T09:00:02.550 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-fuse 2024-09-14T09:00:02.712 INFO:teuthology.orchestra.run.smithi112.stdout:rbd-mirror-19.3.0-4775.g7f24e589.el9.x86_64.rpm 9.3 MB/s | 3.2 MB 00:00 2024-09-14T09:00:02.713 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T09:00:02.713 INFO:teuthology.orchestra.run.smithi112.stdout:Total 9.3 MB/s | 3.2 MB 00:00 2024-09-14T09:00:02.713 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T09:00:02.723 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T09:00:02.723 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T09:00:02.806 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T09:00:02.806 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T09:00:03.113 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:55 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T09:00:03.246 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T09:00:03.249 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T09:00:03.249 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T09:00:03.249 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-09-14T09:00:03.249 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T09:00:03.250 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T09:00:03.250 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 85 k 2024-09-14T09:00:03.250 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:03.250 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T09:00:03.250 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T09:00:03.250 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-09-14T09:00:03.250 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:03.250 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 85 k 2024-09-14T09:00:03.251 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 231 k 2024-09-14T09:00:03.251 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T09:00:03.321 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : rbd-mirror-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:03.347 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:03.347 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T09:00:03.347 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-14T09:00:03.347 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-14T09:00:03.347 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-14T09:00:03.348 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:03.443 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-fuse-19.3.0-4775.g7f24e589.el9.x86_64.rpm 442 kB/s | 85 kB 00:00 2024-09-14T09:00:03.444 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T09:00:03.444 INFO:teuthology.orchestra.run.smithi133.stdout:Total 438 kB/s | 85 kB 00:00 2024-09-14T09:00:03.444 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T09:00:03.451 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T09:00:03.451 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T09:00:03.515 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T09:00:03.515 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T09:00:03.673 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T09:00:03.783 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:04.171 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:04.427 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:04.427 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:04.427 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T09:00:04.427 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T09:00:04.427 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:04.427 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T09:00:04.430 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : rbd-mirror-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:04.430 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:04.430 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T09:00:04.430 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-mirror-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T09:00:04.430 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:04.430 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T09:00:04.648 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install rbd-nbd 2024-09-14T09:00:04.687 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-mirror 2024-09-14T09:00:05.233 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:52 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T09:00:05.273 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:57 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T09:00:05.366 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T09:00:05.367 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T09:00:05.367 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-09-14T09:00:05.367 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T09:00:05.367 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-14T09:00:05.367 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-nbd x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 171 k 2024-09-14T09:00:05.367 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:05.367 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T09:00:05.367 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T09:00:05.367 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-14T09:00:05.367 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:05.368 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 171 k 2024-09-14T09:00:05.368 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 490 k 2024-09-14T09:00:05.368 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-14T09:00:05.414 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T09:00:05.414 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T09:00:05.414 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-09-14T09:00:05.414 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T09:00:05.415 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T09:00:05.415 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 3.2 M 2024-09-14T09:00:05.415 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:05.415 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T09:00:05.415 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T09:00:05.415 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-09-14T09:00:05.415 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:05.415 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 3.2 M 2024-09-14T09:00:05.415 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 14 M 2024-09-14T09:00:05.415 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T09:00:05.573 INFO:teuthology.orchestra.run.smithi112.stdout:rbd-nbd-19.3.0-4775.g7f24e589.el9.x86_64.rpm 834 kB/s | 171 kB 00:00 2024-09-14T09:00:05.574 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-14T09:00:05.574 INFO:teuthology.orchestra.run.smithi112.stdout:Total 827 kB/s | 171 kB 00:00 2024-09-14T09:00:05.574 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T09:00:05.582 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T09:00:05.582 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T09:00:05.647 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T09:00:05.647 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T09:00:05.738 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-mirror-19.3.0-4775.g7f24e589.el9.x86_64.rpm 9.9 MB/s | 3.2 MB 00:00 2024-09-14T09:00:05.739 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T09:00:05.739 INFO:teuthology.orchestra.run.smithi133.stdout:Total 9.8 MB/s | 3.2 MB 00:00 2024-09-14T09:00:05.739 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T09:00:05.748 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T09:00:05.748 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T09:00:05.801 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T09:00:05.830 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T09:00:05.831 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T09:00:05.887 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : rbd-nbd-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:06.267 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T09:00:06.314 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-mirror-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:06.316 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:06.341 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:06.341 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-14T09:00:06.341 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-14T09:00:06.341 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-14T09:00:06.341 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-14T09:00:06.341 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:06.576 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : rbd-nbd-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:06.576 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:06.576 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-14T09:00:06.577 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-nbd-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T09:00:06.577 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:06.577 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T09:00:06.768 DEBUG:teuthology.parallel:result is None 2024-09-14T09:00:07.361 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-mirror-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:07.361 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:07.361 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T09:00:07.361 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T09:00:07.361 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:07.362 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T09:00:07.565 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-nbd 2024-09-14T09:00:08.151 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:02:00 ago on Sat 14 Sep 2024 08:58:08 AM UTC. 2024-09-14T09:00:08.287 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-09-14T09:00:08.288 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T09:00:08.288 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-09-14T09:00:08.288 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T09:00:08.288 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-09-14T09:00:08.289 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd x86_64 2:19.3.0-4775.g7f24e589.el9 ceph 171 k 2024-09-14T09:00:08.289 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:08.289 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-09-14T09:00:08.289 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-09-14T09:00:08.289 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-09-14T09:00:08.289 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:08.289 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 171 k 2024-09-14T09:00:08.289 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 490 k 2024-09-14T09:00:08.289 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-09-14T09:00:08.490 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-nbd-19.3.0-4775.g7f24e589.el9.x86_64.rpm 850 kB/s | 171 kB 00:00 2024-09-14T09:00:08.491 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-09-14T09:00:08.491 INFO:teuthology.orchestra.run.smithi133.stdout:Total 843 kB/s | 171 kB 00:00 2024-09-14T09:00:08.491 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-09-14T09:00:08.499 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-09-14T09:00:08.499 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-09-14T09:00:08.564 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-09-14T09:00:08.564 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-09-14T09:00:08.738 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-09-14T09:00:08.838 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-nbd-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:09.240 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:09.511 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-nbd-2:19.3.0-4775.g7f24e589.el9.x86_64 1/1 2024-09-14T09:00:09.511 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:09.511 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-09-14T09:00:09.511 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd-2:19.3.0-4775.g7f24e589.el9.x86_64 2024-09-14T09:00:09.511 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:09.511 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-09-14T09:00:09.735 DEBUG:teuthology.parallel:result is None 2024-09-14T09:00:09.735 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7f24e589328ae9e639c0009d93340e5b235d0a47 2024-09-14T09:00:09.880 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-14T09:00:09.907 INFO:teuthology.orchestra.run.smithi112.stdout:19.3.0-4775.g7f24e589.el9 2024-09-14T09:00:09.907 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4775.g7f24e589.el9 2024-09-14T09:00:09.907 INFO:teuthology.task.install:The correct ceph version 19.3.0-4775.g7f24e589 is installed. 2024-09-14T09:00:09.909 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7f24e589328ae9e639c0009d93340e5b235d0a47 2024-09-14T09:00:10.052 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-14T09:00:10.074 INFO:teuthology.orchestra.run.smithi133.stdout:19.3.0-4775.g7f24e589.el9 2024-09-14T09:00:10.074 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4775.g7f24e589.el9 2024-09-14T09:00:10.074 INFO:teuthology.task.install:The correct ceph version 19.3.0-4775.g7f24e589 is installed. 2024-09-14T09:00:10.076 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-14T09:00:10.076 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:10.076 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-14T09:00:10.107 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:00:10.107 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-14T09:00:10.138 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-14T09:00:10.139 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:10.139 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/daemon-helper 2024-09-14T09:00:10.176 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-14T09:00:10.243 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:00:10.243 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2024-09-14T09:00:10.266 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-14T09:00:10.331 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-14T09:00:10.331 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:10.331 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-14T09:00:10.358 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-14T09:00:10.424 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:00:10.424 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-14T09:00:10.448 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-14T09:00:10.518 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-14T09:00:10.519 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:10.519 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/stdin-killer 2024-09-14T09:00:10.544 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-14T09:00:10.610 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:00:10.610 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2024-09-14T09:00:10.634 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-14T09:00:10.699 INFO:teuthology.run_tasks:Running task ceph... 2024-09-14T09:00:10.775 INFO:tasks.ceph:Making ceph log dir writeable by non-root... 2024-09-14T09:00:10.775 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 777 /var/log/ceph 2024-09-14T09:00:10.778 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /var/log/ceph 2024-09-14T09:00:10.802 INFO:tasks.ceph:Disabling ceph logrotate... 2024-09-14T09:00:10.802 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/logrotate.d/ceph 2024-09-14T09:00:10.844 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/logrotate.d/ceph 2024-09-14T09:00:10.868 INFO:tasks.ceph:Creating extra log directories... 2024-09-14T09:00:10.869 DEBUG:teuthology.orchestra.run.smithi112:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2024-09-14T09:00:10.910 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2024-09-14T09:00:10.943 INFO:tasks.ceph:Creating ceph cluster cluster1... 2024-09-14T09:00:10.943 INFO:tasks.ceph:config {'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'zstd', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd 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-14T09:00:10.944 INFO:tasks.ceph:ctx.config {'archive_path': '/home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514', 'branch': 'main', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-zstd 4-supported-random-distro$/{centos_latest} 5-data-pool/ec 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}}', 'email': 'ceph-qa@ceph.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': '7900514', 'kernel': {'kdb': 1, 'sha1': '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': 'teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi', 'no_nested_subset': False, 'os_type': 'centos', 'os_version': '9.stream', 'overrides': {'admin_socket': {'branch': 'main'}, 'ceph': {'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'zstd', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}}}, 'install': {'ceph': {'flavor': 'default', 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47'}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'main', 'sha1': '0d61375b8ab53be4c233f5b93e463edfdff9316a'}}, 'owner': 'scheduled_teuthology@teuthology', 'priority': 950, 'repo': 'https://git.ceph.com/ceph.git', 'roles': [['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'], ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0']], 'seed': 5839, 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47', 'sleep_before_teardown': 0, 'subset': '99/128', 'suite': 'rbd', 'suite_branch': 'main', 'suite_path': '/home/teuthworker/src/git.ceph.com_ceph_0d61375b8ab53be4c233f5b93e463edfdff9316a/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://git.ceph.com/ceph.git', 'suite_sha1': '0d61375b8ab53be4c233f5b93e463edfdff9316a', 'targets': {'smithi112.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOPhtnWmD1xgN9kKlow4Vf86mjn/wRpezcDeDy0Xkp7iZLwZBu0WxTV76NSkxD73LMl6Pk/Bv+AmfjZwP5qD4jk=', 'smithi133.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI6Jog86moEnx4REp5KP/Q2wVgaMwS5myoimWL4MIyWJZAHNdhxdMhfkYtO3fN3xbdmrSLz8BRlBrDG/+S21ykE='}, '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': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'zstd', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47'}}, {'ceph': {'cluster': 'cluster2'}}, {'exec': {'cluster1.client.0': ['sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster1 pool init datapool'], 'cluster2.client.0': ['sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster2 pool init datapool']}}, {'exec': {'cluster2.client.0': ['echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0-src', 'rbd --cluster cluster2 migration execute client.0.0-src', 'rbd --cluster cluster2 migration commit client.0.0-src', 'rbd --cluster cluster2 snap create client.0.0-src@snap', 'rbd --cluster cluster2 snap protect client.0.0-src@snap', 'rbd --cluster cluster2 clone client.0.0-src@snap client.0.0', 'rbd --cluster cluster2 snap create client.0.0@snap', 'rbd --cluster cluster2 create --size 1G client.0.1-src', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1-src', 'rbd --cluster cluster2 snap create client.0.1-src@snap', 'rbd --cluster cluster2 snap protect client.0.1-src@snap', 'rbd --cluster cluster2 clone client.0.1-src@snap client.0.1', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1', 'rbd --cluster cluster2 snap create client.0.1@snap', 'rbd --cluster cluster2 create --size 1G client.0.2-src', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.2-src', 'rbd --cluster cluster2 snap create client.0.2-src@snap', 'rbd --cluster cluster2 snap protect client.0.2-src@snap', 'rbd --cluster cluster2 clone client.0.2-src@snap client.0.2', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2', 'rbd --cluster cluster2 snap create client.0.2@snap']}}, {'exec': {'cluster1.client.0': ['echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}], 'teuthology': {'fragments_dropped': [], 'meta': {}, 'postmerge': []}, 'teuthology_branch': 'main', 'teuthology_sha1': '3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a', 'timestamp': '2024-09-10_20:16:17', 'tube': 'smithi', 'user': 'teuthology', 'verbose': False, 'worker_log': '/home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856'} 2024-09-14T09:00:10.944 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2024-09-14T09:00:10.976 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2024-09-14T09:00:10.991 DEBUG:teuthology.orchestra.run.smithi112:> sudo install -d -m0777 -- /var/run/ceph 2024-09-14T09:00:11.032 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m0777 -- /var/run/ceph 2024-09-14T09:00:11.057 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:11.057 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/scratch_devs of=/dev/stdout 2024-09-14T09:00:11.112 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-14T09:00:11.113 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_1 2024-09-14T09:00:11.168 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-14T09:00:11.168 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-14T09:00:11.168 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-09-14T09:00:11.168 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-14T09:00:11.168 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-09-14T09:00:11.168 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-09-14 09:00:03.607791661 +0000 2024-09-14T09:00:11.168 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-09-14 08:57:32.124535714 +0000 2024-09-14T09:00:11.168 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-09-14 08:57:32.124535714 +0000 2024-09-14T09:00:11.168 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: 2024-09-14 08:57:32.124535714 +0000 2024-09-14T09:00:11.169 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-14T09:00:11.231 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-09-14T09:00:11.231 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-09-14T09:00:11.231 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000241877 s, 2.1 MB/s 2024-09-14T09:00:11.232 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-14T09:00:11.288 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_2 2024-09-14T09:00:11.343 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-14T09:00:11.343 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-14T09:00:11.343 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-09-14T09:00:11.343 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-14T09:00:11.343 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-09-14T09:00:11.343 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-09-14 09:00:03.608791637 +0000 2024-09-14T09:00:11.343 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-09-14 08:57:32.452527792 +0000 2024-09-14T09:00:11.343 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-09-14 08:57:32.452527792 +0000 2024-09-14T09:00:11.343 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: 2024-09-14 08:57:32.452527792 +0000 2024-09-14T09:00:11.344 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-14T09:00:11.406 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-09-14T09:00:11.406 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-09-14T09:00:11.406 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.00017442 s, 2.9 MB/s 2024-09-14T09:00:11.407 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-14T09:00:11.463 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_3 2024-09-14T09:00:11.518 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-14T09:00:11.518 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-14T09:00:11.518 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-09-14T09:00:11.518 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-14T09:00:11.518 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-09-14T09:00:11.518 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-09-14 09:00:03.608791637 +0000 2024-09-14T09:00:11.518 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-09-14 08:57:32.787519701 +0000 2024-09-14T09:00:11.518 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-09-14 08:57:32.787519701 +0000 2024-09-14T09:00:11.518 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: 2024-09-14 08:57:32.787519701 +0000 2024-09-14T09:00:11.519 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-14T09:00:11.581 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-09-14T09:00:11.581 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-09-14T09:00:11.581 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000201093 s, 2.5 MB/s 2024-09-14T09:00:11.582 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-14T09:00:11.637 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_4 2024-09-14T09:00:11.693 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-14T09:00:11.693 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-14T09:00:11.693 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-09-14T09:00:11.693 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-14T09:00:11.693 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-09-14T09:00:11.693 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-09-14 09:00:03.608791637 +0000 2024-09-14T09:00:11.693 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-09-14 08:57:33.111511876 +0000 2024-09-14T09:00:11.693 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-09-14 08:57:33.111511876 +0000 2024-09-14T09:00:11.693 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: 2024-09-14 08:57:33.111511876 +0000 2024-09-14T09:00:11.694 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-14T09:00:11.756 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-09-14T09:00:11.756 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-09-14T09:00:11.756 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000164051 s, 3.1 MB/s 2024-09-14T09:00:11.757 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-14T09:00:11.812 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-14T09:00:11.813 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@smithi112.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-14T09:00:11.813 INFO:tasks.ceph:Generating config... 2024-09-14T09:00:11.814 INFO:tasks.ceph:[client] rbd default data pool = datapool 2024-09-14T09:00:11.814 INFO:tasks.ceph:[global] mon warn on pool no app = False 2024-09-14T09:00:11.814 INFO:tasks.ceph:[mgr] debug mgr = 20 2024-09-14T09:00:11.814 INFO:tasks.ceph:[mgr] debug ms = 1 2024-09-14T09:00:11.814 INFO:tasks.ceph:[mon] debug mon = 20 2024-09-14T09:00:11.814 INFO:tasks.ceph:[mon] debug ms = 1 2024-09-14T09:00:11.814 INFO:tasks.ceph:[mon] debug paxos = 20 2024-09-14T09:00:11.814 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2024-09-14T09:00:11.814 INFO:tasks.ceph:[osd] bluestore compression algorithm = zstd 2024-09-14T09:00:11.814 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] debug ms = 1 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] debug osd = 20 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] enable experimental unrecoverable data corrupting features = * 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] osd debug randomize hobject sort order = False 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2024-09-14T09:00:11.815 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2024-09-14T09:00:11.816 INFO:tasks.ceph:Setting up cluster1.mon.a... 2024-09-14T09:00:11.816 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster1.keyring 2024-09-14T09:00:11.909 INFO:teuthology.orchestra.run.smithi112.stdout:creating /etc/ceph/cluster1.keyring 2024-09-14T09:00:11.911 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster1.keyring 2024-09-14T09:00:11.953 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2024-09-14T09:00:12.018 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster1.mon.a', '172.21.15.112')] 2024-09-14T09:00:12.019 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.112', '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', 'bluestore block size': 96636764160, 'bluestore compression algorithm': 'zstd', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd 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-14T09:00:12.019 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:12.019 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2024-09-14T09:00:12.074 DEBUG:teuthology.orchestra.run.smithi112:> 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.112 --print /home/ubuntu/cephtest/cluster1.monmap 2024-09-14T09:00:12.154 INFO:teuthology.orchestra.run.smithi112.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster1.monmap 2024-09-14T09:00:12.154 INFO:teuthology.orchestra.run.smithi112.stdout:monmaptool: generated fsid fe9d4480-1478-4fd9-8df3-a7e047805c03 2024-09-14T09:00:12.154 INFO:teuthology.orchestra.run.smithi112.stdout:setting min_mon_release = quincy 2024-09-14T09:00:12.154 INFO:teuthology.orchestra.run.smithi112.stdout:epoch 0 2024-09-14T09:00:12.154 INFO:teuthology.orchestra.run.smithi112.stdout:fsid fe9d4480-1478-4fd9-8df3-a7e047805c03 2024-09-14T09:00:12.154 INFO:teuthology.orchestra.run.smithi112.stdout:last_changed 2024-09-14T09:00:12.156564+0000 2024-09-14T09:00:12.154 INFO:teuthology.orchestra.run.smithi112.stdout:created 2024-09-14T09:00:12.156564+0000 2024-09-14T09:00:12.154 INFO:teuthology.orchestra.run.smithi112.stdout:min_mon_release 17 (quincy) 2024-09-14T09:00:12.154 INFO:teuthology.orchestra.run.smithi112.stdout:election_strategy: 1 2024-09-14T09:00:12.155 INFO:teuthology.orchestra.run.smithi112.stdout:0: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.a 2024-09-14T09:00:12.155 INFO:teuthology.orchestra.run.smithi112.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster1.monmap (1 monitors) 2024-09-14T09:00:12.156 DEBUG:teuthology.orchestra.run.smithi112:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2024-09-14T09:00:12.211 INFO:tasks.ceph:Writing /etc/ceph/cluster1.conf for FSID fe9d4480-1478-4fd9-8df3-a7e047805c03... 2024-09-14T09:00:12.212 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:12.253 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:00:12.293 INFO:teuthology.orchestra.run.smithi112.stdout:[global] 2024-09-14T09:00:12.293 INFO:teuthology.orchestra.run.smithi112.stdout: chdir = "" 2024-09-14T09:00:12.293 INFO:teuthology.orchestra.run.smithi112.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-14T09:00:12.293 INFO:teuthology.orchestra.run.smithi112.stdout: auth supported = cephx 2024-09-14T09:00:12.293 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.293 INFO:teuthology.orchestra.run.smithi112.stdout: filestore xattr use omap = true 2024-09-14T09:00:12.293 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: mon clock drift allowed = 1.000 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: osd crush chooseleaf type = 0 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: auth debug = true 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: ms die on old message = true 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: ms die on bug = true 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: mon pg warn max object skew = 0 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: # disable pg_autoscaler by default for new pools 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-14T09:00:12.294 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: osd pool default size = 2 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd allow primary affinity = true 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd allow pg remap = true 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on legacy crush tunables = false 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on crush straw calc version zero = false 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on no sortbitwise = false 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on osd down out interval zero = false 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on too few osds = false 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: mon_allow_pool_size_one = true 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.295 INFO:teuthology.orchestra.run.smithi112.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout: osd default data pool replay window = 5 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout: mon allow pool delete = true 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout: mon cluster log file level = debug 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout: debug asserts on shutdown = true 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout: mon health detail to clog = false 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout: mon host = 172.21.15.112 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on pool no app = False 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout: fsid = fe9d4480-1478-4fd9-8df3-a7e047805c03 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.296 INFO:teuthology.orchestra.run.smithi112.stdout:[osd] 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: osd journal size = 100 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: osd scrub load threshold = 5.0 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: osd scrub max interval = 600 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: osd mclock profile = high_recovery_ops 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: osd recover clone overlap = true 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: osd recovery max chunk = 1048576 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug shutdown = true 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug op order = true 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug verify stray on activate = true 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug trim objects = true 2024-09-14T09:00:12.297 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: osd open classes on start = true 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug pg log writeout = true 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: osd deep scrub update digest min age = 30 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: osd map max advance = 10 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: journal zero on create = true 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: filestore ondisk finisher threads = 3 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: filestore apply finisher threads = 3 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: bdev debug aio = true 2024-09-14T09:00:12.298 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug misdirected ops = true 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: bluestore block size = 96636764160 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: bluestore compression algorithm = zstd 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: bluestore compression mode = aggressive 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: bluestore fsck on mount = True 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: debug bluefs = 1/20 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: debug bluestore = 1/20 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: debug ms = 1 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: debug osd = 20 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: debug rocksdb = 4/10 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: enable experimental unrecoverable data corrupting features = * 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd backfillfull_ratio = 0.85 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd full ratio = 0.9 2024-09-14T09:00:12.299 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd nearfull ratio = 0.8 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug randomize hobject sort order = False 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout: osd failsafe full ratio = 0.95 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout: osd objectstore = bluestore 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout:[mgr] 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout: debug ms = 1 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout: debug mgr = 20 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout: debug mon = 20 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout: debug auth = 20 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout: mon reweight min pgs per osd = 4 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout: mon reweight min bytes per osd = 10 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout: mgr/telemetry/nag = false 2024-09-14T09:00:12.300 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout:[mon] 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: debug ms = 1 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: debug mon = 20 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: debug paxos = 20 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: debug auth = 20 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: mon data avail warn = 5 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: mon mgr mkfs grace = 240 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: mon reweight min pgs per osd = 4 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd reporter subtree level = osd 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd prime pg temp = true 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: mon reweight min bytes per osd = 10 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-14T09:00:12.301 INFO:teuthology.orchestra.run.smithi112.stdout: auth mon ticket ttl = 660 # 11m 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout: auth service ticket ttl = 240 # 4m 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout: # don't complain about insecure global_id in the test suite 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout: # 1m isn't quite enough 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout: mon_down_mkfs_grace = 2m 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_filestore_osds = false 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout:[client] 2024-09-14T09:00:12.302 INFO:teuthology.orchestra.run.smithi112.stdout: rgw cache enabled = true 2024-09-14T09:00:12.303 INFO:teuthology.orchestra.run.smithi112.stdout: rgw enable ops log = true 2024-09-14T09:00:12.303 INFO:teuthology.orchestra.run.smithi112.stdout: rgw enable usage log = true 2024-09-14T09:00:12.303 INFO:teuthology.orchestra.run.smithi112.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-14T09:00:12.303 INFO:teuthology.orchestra.run.smithi112.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-14T09:00:12.303 INFO:teuthology.orchestra.run.smithi112.stdout: rbd default data pool = datapool 2024-09-14T09:00:12.303 INFO:teuthology.orchestra.run.smithi112.stdout:[mon.a] 2024-09-14T09:00:12.304 INFO:teuthology.orchestra.run.smithi133.stdout:[global] 2024-09-14T09:00:12.305 INFO:teuthology.orchestra.run.smithi133.stdout: chdir = "" 2024-09-14T09:00:12.305 INFO:teuthology.orchestra.run.smithi133.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-14T09:00:12.305 INFO:teuthology.orchestra.run.smithi133.stdout: auth supported = cephx 2024-09-14T09:00:12.305 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.305 INFO:teuthology.orchestra.run.smithi133.stdout: filestore xattr use omap = true 2024-09-14T09:00:12.305 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.305 INFO:teuthology.orchestra.run.smithi133.stdout: mon clock drift allowed = 1.000 2024-09-14T09:00:12.305 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.305 INFO:teuthology.orchestra.run.smithi133.stdout: osd crush chooseleaf type = 0 2024-09-14T09:00:12.305 INFO:teuthology.orchestra.run.smithi133.stdout: auth debug = true 2024-09-14T09:00:12.305 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.305 INFO:teuthology.orchestra.run.smithi133.stdout: ms die on old message = true 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: ms die on bug = true 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: mon pg warn max object skew = 0 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: # disable pg_autoscaler by default for new pools 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: osd pool default size = 2 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd allow primary affinity = true 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd allow pg remap = true 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: mon warn on legacy crush tunables = false 2024-09-14T09:00:12.306 INFO:teuthology.orchestra.run.smithi133.stdout: mon warn on crush straw calc version zero = false 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: mon warn on no sortbitwise = false 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: mon warn on osd down out interval zero = false 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: mon warn on too few osds = false 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: mon_allow_pool_size_one = true 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: osd default data pool replay window = 5 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: mon allow pool delete = true 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.307 INFO:teuthology.orchestra.run.smithi133.stdout: mon cluster log file level = debug 2024-09-14T09:00:12.308 INFO:teuthology.orchestra.run.smithi133.stdout: debug asserts on shutdown = true 2024-09-14T09:00:12.308 INFO:teuthology.orchestra.run.smithi133.stdout: mon health detail to clog = false 2024-09-14T09:00:12.308 INFO:teuthology.orchestra.run.smithi133.stdout: mon host = 172.21.15.112 2024-09-14T09:00:12.308 INFO:teuthology.orchestra.run.smithi133.stdout: mon warn on pool no app = False 2024-09-14T09:00:12.308 INFO:teuthology.orchestra.run.smithi133.stdout: fsid = fe9d4480-1478-4fd9-8df3-a7e047805c03 2024-09-14T09:00:12.308 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.308 INFO:teuthology.orchestra.run.smithi133.stdout:[osd] 2024-09-14T09:00:12.308 INFO:teuthology.orchestra.run.smithi133.stdout: osd journal size = 100 2024-09-14T09:00:12.308 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.308 INFO:teuthology.orchestra.run.smithi133.stdout: osd scrub load threshold = 5.0 2024-09-14T09:00:12.308 INFO:teuthology.orchestra.run.smithi133.stdout: osd scrub max interval = 600 2024-09-14T09:00:12.308 INFO:teuthology.orchestra.run.smithi133.stdout: osd mclock profile = high_recovery_ops 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: osd recover clone overlap = true 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: osd recovery max chunk = 1048576 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug shutdown = true 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug op order = true 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug verify stray on activate = true 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug trim objects = true 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: osd open classes on start = true 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug pg log writeout = true 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: osd deep scrub update digest min age = 30 2024-09-14T09:00:12.309 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: osd map max advance = 10 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: journal zero on create = true 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: filestore ondisk finisher threads = 3 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: filestore apply finisher threads = 3 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: bdev debug aio = true 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug misdirected ops = true 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: bluestore block size = 96636764160 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: bluestore compression algorithm = zstd 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: bluestore compression mode = aggressive 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: bluestore fsck on mount = True 2024-09-14T09:00:12.310 INFO:teuthology.orchestra.run.smithi133.stdout: debug bluefs = 1/20 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: debug bluestore = 1/20 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: debug ms = 1 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: debug osd = 20 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: debug rocksdb = 4/10 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: enable experimental unrecoverable data corrupting features = * 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd backfillfull_ratio = 0.85 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd full ratio = 0.9 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd nearfull ratio = 0.8 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug randomize hobject sort order = False 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: osd failsafe full ratio = 0.95 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: osd objectstore = bluestore 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout:[mgr] 2024-09-14T09:00:12.311 INFO:teuthology.orchestra.run.smithi133.stdout: debug ms = 1 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: debug mgr = 20 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: debug mon = 20 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: debug auth = 20 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: mon reweight min pgs per osd = 4 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: mon reweight min bytes per osd = 10 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: mgr/telemetry/nag = false 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout:[mon] 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: debug ms = 1 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: debug mon = 20 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: debug paxos = 20 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: debug auth = 20 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: mon data avail warn = 5 2024-09-14T09:00:12.312 INFO:teuthology.orchestra.run.smithi133.stdout: mon mgr mkfs grace = 240 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: mon reweight min pgs per osd = 4 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd reporter subtree level = osd 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd prime pg temp = true 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: mon reweight min bytes per osd = 10 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: auth mon ticket ttl = 660 # 11m 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: auth service ticket ttl = 240 # 4m 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: # don't complain about insecure global_id in the test suite 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.313 INFO:teuthology.orchestra.run.smithi133.stdout: # 1m isn't quite enough 2024-09-14T09:00:12.314 INFO:teuthology.orchestra.run.smithi133.stdout: mon_down_mkfs_grace = 2m 2024-09-14T09:00:12.314 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.314 INFO:teuthology.orchestra.run.smithi133.stdout: mon_warn_on_filestore_osds = false 2024-09-14T09:00:12.314 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:12.314 INFO:teuthology.orchestra.run.smithi133.stdout:[client] 2024-09-14T09:00:12.314 INFO:teuthology.orchestra.run.smithi133.stdout: rgw cache enabled = true 2024-09-14T09:00:12.314 INFO:teuthology.orchestra.run.smithi133.stdout: rgw enable ops log = true 2024-09-14T09:00:12.314 INFO:teuthology.orchestra.run.smithi133.stdout: rgw enable usage log = true 2024-09-14T09:00:12.314 INFO:teuthology.orchestra.run.smithi133.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-14T09:00:12.314 INFO:teuthology.orchestra.run.smithi133.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-14T09:00:12.314 INFO:teuthology.orchestra.run.smithi133.stdout: rbd default data pool = datapool 2024-09-14T09:00:12.314 INFO:teuthology.orchestra.run.smithi133.stdout:[mon.a] 2024-09-14T09:00:12.317 INFO:tasks.ceph:Creating admin key on cluster1.mon.a... 2024-09-14T09:00:12.317 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:12.399 INFO:tasks.ceph:Copying monmap to all nodes... 2024-09-14T09:00:12.399 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:12.399 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/etc/ceph/cluster1.keyring of=/dev/stdout 2024-09-14T09:00:12.414 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:12.414 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/home/ubuntu/cephtest/cluster1.monmap of=/dev/stdout 2024-09-14T09:00:12.469 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T09:00:12.469 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:12.469 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/cluster1.keyring 2024-09-14T09:00:12.469 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2024-09-14T09:00:12.543 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:12.543 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2024-09-14T09:00:12.600 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi133.front.sepia.ceph.com 2024-09-14T09:00:12.601 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:00:12.601 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/cluster1.keyring 2024-09-14T09:00:12.601 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2024-09-14T09:00:12.641 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:00:12.641 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2024-09-14T09:00:12.698 INFO:tasks.ceph:Setting up mon nodes... 2024-09-14T09:00:12.698 INFO:tasks.ceph:Setting up mgr nodes... 2024-09-14T09:00:12.698 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:12.748 INFO:teuthology.orchestra.run.smithi112.stdout:creating /var/lib/ceph/mgr/cluster1-x/keyring 2024-09-14T09:00:12.751 INFO:tasks.ceph:Setting up mds nodes... 2024-09-14T09:00:12.751 INFO:tasks.ceph_client:Setting up client nodes... 2024-09-14T09:00:12.752 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:12.792 INFO:teuthology.orchestra.run.smithi112.stdout:creating /etc/ceph/cluster1.client.0.keyring 2024-09-14T09:00:12.804 INFO:tasks.ceph:Running mkfs on osd nodes... 2024-09-14T09:00:12.805 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@smithi112.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-14T09:00:12.805 DEBUG:teuthology.orchestra.run.smithi112:> sudo mkdir -p /var/lib/ceph/osd/cluster1-0 2024-09-14T09:00:12.869 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-14T09:00:12.869 INFO:tasks.ceph:role: cluster1.osd.0 2024-09-14T09:00:12.869 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T09:00:12.870 DEBUG:teuthology.orchestra.run.smithi112:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2024-09-14T09:00:12.941 INFO:teuthology.orchestra.run.smithi112.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2024-09-14T09:00:12.941 INFO:teuthology.orchestra.run.smithi112.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-14T09:00:12.941 INFO:teuthology.orchestra.run.smithi112.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-14T09:00:12.941 INFO:teuthology.orchestra.run.smithi112.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-14T09:00:12.941 INFO:teuthology.orchestra.run.smithi112.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-14T09:00:12.942 INFO:teuthology.orchestra.run.smithi112.stdout: = sunit=0 swidth=0 blks 2024-09-14T09:00:12.942 INFO:teuthology.orchestra.run.smithi112.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-14T09:00:12.942 INFO:teuthology.orchestra.run.smithi112.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-14T09:00:12.942 INFO:teuthology.orchestra.run.smithi112.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-14T09:00:12.942 INFO:teuthology.orchestra.run.smithi112.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-14T09:00:13.464 INFO:teuthology.orchestra.run.smithi112.stdout:Discarding blocks...Done. 2024-09-14T09:00:13.466 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi112.front.sepia.ceph.com -o noatime 2024-09-14T09:00:13.466 DEBUG:teuthology.orchestra.run.smithi112:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster1-0 2024-09-14T09:00:13.609 DEBUG:teuthology.orchestra.run.smithi112:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-0 2024-09-14T09:00:13.642 DEBUG:teuthology.orchestra.run.smithi112:> sudo mkdir -p /var/lib/ceph/osd/cluster1-1 2024-09-14T09:00:13.708 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-14T09:00:13.708 INFO:tasks.ceph:role: cluster1.osd.1 2024-09-14T09:00:13.708 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T09:00:13.708 DEBUG:teuthology.orchestra.run.smithi112:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2024-09-14T09:00:13.780 INFO:teuthology.orchestra.run.smithi112.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2024-09-14T09:00:13.780 INFO:teuthology.orchestra.run.smithi112.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-14T09:00:13.780 INFO:teuthology.orchestra.run.smithi112.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-14T09:00:13.780 INFO:teuthology.orchestra.run.smithi112.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-14T09:00:13.781 INFO:teuthology.orchestra.run.smithi112.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-14T09:00:13.781 INFO:teuthology.orchestra.run.smithi112.stdout: = sunit=0 swidth=0 blks 2024-09-14T09:00:13.781 INFO:teuthology.orchestra.run.smithi112.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-14T09:00:13.781 INFO:teuthology.orchestra.run.smithi112.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-14T09:00:13.781 INFO:teuthology.orchestra.run.smithi112.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-14T09:00:13.781 INFO:teuthology.orchestra.run.smithi112.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-14T09:00:14.244 INFO:teuthology.orchestra.run.smithi112.stdout:Discarding blocks...Done. 2024-09-14T09:00:14.246 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi112.front.sepia.ceph.com -o noatime 2024-09-14T09:00:14.247 DEBUG:teuthology.orchestra.run.smithi112:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster1-1 2024-09-14T09:00:14.341 DEBUG:teuthology.orchestra.run.smithi112:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-1 2024-09-14T09:00:14.370 DEBUG:teuthology.orchestra.run.smithi112:> sudo mkdir -p /var/lib/ceph/osd/cluster1-2 2024-09-14T09:00:14.434 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-14T09:00:14.435 INFO:tasks.ceph:role: cluster1.osd.2 2024-09-14T09:00:14.435 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T09:00:14.435 DEBUG:teuthology.orchestra.run.smithi112:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2024-09-14T09:00:14.507 INFO:teuthology.orchestra.run.smithi112.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2024-09-14T09:00:14.507 INFO:teuthology.orchestra.run.smithi112.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-14T09:00:14.507 INFO:teuthology.orchestra.run.smithi112.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-14T09:00:14.507 INFO:teuthology.orchestra.run.smithi112.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-14T09:00:14.507 INFO:teuthology.orchestra.run.smithi112.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-14T09:00:14.507 INFO:teuthology.orchestra.run.smithi112.stdout: = sunit=0 swidth=0 blks 2024-09-14T09:00:14.507 INFO:teuthology.orchestra.run.smithi112.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-14T09:00:14.507 INFO:teuthology.orchestra.run.smithi112.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-14T09:00:14.507 INFO:teuthology.orchestra.run.smithi112.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-14T09:00:14.507 INFO:teuthology.orchestra.run.smithi112.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-14T09:00:14.998 INFO:teuthology.orchestra.run.smithi112.stdout:Discarding blocks...Done. 2024-09-14T09:00:15.000 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi112.front.sepia.ceph.com -o noatime 2024-09-14T09:00:15.000 DEBUG:teuthology.orchestra.run.smithi112:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster1-2 2024-09-14T09:00:15.150 DEBUG:teuthology.orchestra.run.smithi112:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-2 2024-09-14T09:00:15.181 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:15.274 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:15.275+0000 7f0305d45640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:15.274 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:15.275+0000 7f0305d45640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:15.275 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:15.276+0000 7f0305d45640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:15.275 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:15.276+0000 7f0305d45640 -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-14T09:00:15.280 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:15.281+0000 7f0305d45640 -1 created new key in keyring /var/lib/ceph/osd/cluster1-0/keyring 2024-09-14T09:00:15.280 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:15.281+0000 7f0305d45640 -1 bdev(0x55853f415800 /var/lib/ceph/osd/cluster1-0/block) open stat got: (1) Operation not permitted 2024-09-14T09:00:15.280 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:15.281+0000 7f0305d45640 -1 bluestore(/var/lib/ceph/osd/cluster1-0) _read_fsid unparsable uuid 2024-09-14T09:00:18.447 DEBUG:teuthology.orchestra.run.smithi112:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-0 2024-09-14T09:00:18.476 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:18.565 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:18.567+0000 7f8f5b34f640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:18.565 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:18.567+0000 7f8f5b34f640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:18.566 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:18.567+0000 7f8f5b34f640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:18.566 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:18.568+0000 7f8f5b34f640 -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-14T09:00:18.567 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:18.568+0000 7f8f5b34f640 -1 created new key in keyring /var/lib/ceph/osd/cluster1-1/keyring 2024-09-14T09:00:18.567 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:18.568+0000 7f8f5b34f640 -1 bdev(0x559b04073800 /var/lib/ceph/osd/cluster1-1/block) open stat got: (1) Operation not permitted 2024-09-14T09:00:18.567 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:18.568+0000 7f8f5b34f640 -1 bluestore(/var/lib/ceph/osd/cluster1-1) _read_fsid unparsable uuid 2024-09-14T09:00:21.731 DEBUG:teuthology.orchestra.run.smithi112:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-1 2024-09-14T09:00:21.760 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:21.851 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:21.853+0000 7f5beccef640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:21.851 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:21.853+0000 7f5beccef640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:21.852 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:21.854+0000 7f5beccef640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:21.852 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:21.854+0000 7f5beccef640 -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-14T09:00:21.853 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:21.855+0000 7f5beccef640 -1 created new key in keyring /var/lib/ceph/osd/cluster1-2/keyring 2024-09-14T09:00:21.853 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:21.855+0000 7f5beccef640 -1 bdev(0x559fff4a5800 /var/lib/ceph/osd/cluster1-2/block) open stat got: (1) Operation not permitted 2024-09-14T09:00:21.853 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-14T09:00:21.855+0000 7f5beccef640 -1 bluestore(/var/lib/ceph/osd/cluster1-2) _read_fsid unparsable uuid 2024-09-14T09:00:25.018 DEBUG:teuthology.orchestra.run.smithi112:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-2 2024-09-14T09:00:25.047 INFO:tasks.ceph:Reading keys from all nodes... 2024-09-14T09:00:25.047 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:25.047 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/var/lib/ceph/mgr/cluster1-x/keyring of=/dev/stdout 2024-09-14T09:00:25.113 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:25.113 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/var/lib/ceph/osd/cluster1-0/keyring of=/dev/stdout 2024-09-14T09:00:25.178 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:25.178 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/var/lib/ceph/osd/cluster1-1/keyring of=/dev/stdout 2024-09-14T09:00:25.242 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:25.243 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/var/lib/ceph/osd/cluster1-2/keyring of=/dev/stdout 2024-09-14T09:00:25.307 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:25.308 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/etc/ceph/cluster1.client.0.keyring of=/dev/stdout 2024-09-14T09:00:25.363 INFO:tasks.ceph:Adding keys to all mons... 2024-09-14T09:00:25.363 DEBUG:teuthology.orchestra.run.smithi112:> sudo tee -a /etc/ceph/cluster1.keyring 2024-09-14T09:00:25.426 INFO:teuthology.orchestra.run.smithi112.stdout:[mgr.x] 2024-09-14T09:00:25.426 INFO:teuthology.orchestra.run.smithi112.stdout: key = AQCcUOVml6LILBAAZ00XlLEuNsBcwWHqkupJvQ== 2024-09-14T09:00:25.426 INFO:teuthology.orchestra.run.smithi112.stdout:[osd.0] 2024-09-14T09:00:25.426 INFO:teuthology.orchestra.run.smithi112.stdout: key = AQCfUOVmWk6UEBAAXk7VB3Xqml5tpkFzmcAieQ== 2024-09-14T09:00:25.426 INFO:teuthology.orchestra.run.smithi112.stdout:[osd.1] 2024-09-14T09:00:25.426 INFO:teuthology.orchestra.run.smithi112.stdout: key = AQCiUOVm6RLxIRAAMhpmyLGdbYuk3OynigCQug== 2024-09-14T09:00:25.426 INFO:teuthology.orchestra.run.smithi112.stdout:[osd.2] 2024-09-14T09:00:25.426 INFO:teuthology.orchestra.run.smithi112.stdout: key = AQClUOVmYij8MhAAqNsGscTn6wuJqnHLAU5WaA== 2024-09-14T09:00:25.426 INFO:teuthology.orchestra.run.smithi112.stdout:[client.0] 2024-09-14T09:00:25.427 INFO:teuthology.orchestra.run.smithi112.stdout: key = AQCcUOVmRfthLxAANNUlJs7uxO4C4c9PkwL2/w== 2024-09-14T09:00:25.428 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:25.519 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:25.569 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:25.619 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:25.670 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:25.723 INFO:tasks.ceph:Running mkfs on mon nodes... 2024-09-14T09:00:25.724 DEBUG:teuthology.orchestra.run.smithi112:> sudo mkdir -p /var/lib/ceph/mon/cluster1-a 2024-09-14T09:00:25.748 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:25.844 DEBUG:teuthology.orchestra.run.smithi112:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster1-a 2024-09-14T09:00:25.868 DEBUG:teuthology.orchestra.run.smithi112:> rm -- /home/ubuntu/cephtest/cluster1.monmap 2024-09-14T09:00:25.924 INFO:tasks.ceph:Starting mon daemons in cluster cluster1... 2024-09-14T09:00:25.924 INFO:tasks.ceph.cluster1.mon.a:Restarting daemon 2024-09-14T09:00:25.924 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster1 -i a 2024-09-14T09:00:25.966 INFO:tasks.ceph.cluster1.mon.a:Started 2024-09-14T09:00:25.966 INFO:tasks.ceph:Starting mgr daemons in cluster cluster1... 2024-09-14T09:00:25.966 INFO:tasks.ceph.cluster1.mgr.x:Restarting daemon 2024-09-14T09:00:25.967 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster1 -i x 2024-09-14T09:00:25.969 INFO:tasks.ceph.cluster1.mgr.x:Started 2024-09-14T09:00:25.969 DEBUG:tasks.ceph:set 0 configs 2024-09-14T09:00:25.969 INFO:tasks.ceph:Setting crush tunables to default 2024-09-14T09:00:25.969 DEBUG:teuthology.orchestra.run.smithi112:> sudo ceph --cluster cluster1 osd crush tunables default 2024-09-14T09:00:26.140 INFO:teuthology.orchestra.run.smithi112.stderr:adjusted tunables profile to default 2024-09-14T09:00:26.151 INFO:tasks.ceph:check_enable_crimson: False 2024-09-14T09:00:26.151 INFO:tasks.ceph:Starting osd daemons in cluster cluster1... 2024-09-14T09:00:26.151 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:26.151 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/var/lib/ceph/osd/cluster1-0/fsid of=/dev/stdout 2024-09-14T09:00:26.176 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:26.176 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/var/lib/ceph/osd/cluster1-1/fsid of=/dev/stdout 2024-09-14T09:00:26.241 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:26.241 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/var/lib/ceph/osd/cluster1-2/fsid of=/dev/stdout 2024-09-14T09:00:26.306 DEBUG:teuthology.orchestra.run.smithi112:> sudo ceph --cluster cluster1 osd new 58113ca0-1f9c-46d0-af62-c83b77f17ebb 0 2024-09-14T09:00:26.542 INFO:teuthology.orchestra.run.smithi112.stdout:0 2024-09-14T09:00:26.553 DEBUG:teuthology.orchestra.run.smithi112:> sudo ceph --cluster cluster1 osd new 133a7d47-ce91-423a-afe5-3ed14cf385e9 1 2024-09-14T09:00:26.729 INFO:teuthology.orchestra.run.smithi112.stdout:1 2024-09-14T09:00:26.740 DEBUG:teuthology.orchestra.run.smithi112:> sudo ceph --cluster cluster1 osd new 40ee1754-0ba8-498a-8606-a6dc992ebc4d 2 2024-09-14T09:00:26.915 INFO:teuthology.orchestra.run.smithi112.stdout:2 2024-09-14T09:00:26.926 INFO:tasks.ceph.cluster1.osd.0:Restarting daemon 2024-09-14T09:00:26.926 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 0 2024-09-14T09:00:26.928 INFO:tasks.ceph.cluster1.osd.0:Started 2024-09-14T09:00:26.928 INFO:tasks.ceph.cluster1.osd.1:Restarting daemon 2024-09-14T09:00:26.929 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 1 2024-09-14T09:00:26.930 INFO:tasks.ceph.cluster1.osd.1:Started 2024-09-14T09:00:26.930 INFO:tasks.ceph.cluster1.osd.2:Restarting daemon 2024-09-14T09:00:26.931 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 2 2024-09-14T09:00:26.933 INFO:tasks.ceph.cluster1.osd.2:Started 2024-09-14T09:00:26.933 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2024-09-14T09:00:27.003 INFO:tasks.ceph.cluster1.osd.1.smithi112.stderr:2024-09-14T09:00:27.005+0000 7fc2ad80d640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:27.003 INFO:tasks.ceph.cluster1.osd.0.smithi112.stderr:2024-09-14T09:00:27.005+0000 7fc07e019640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:27.007 INFO:tasks.ceph.cluster1.osd.1.smithi112.stderr:2024-09-14T09:00:27.009+0000 7fc2ad80d640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:27.007 INFO:tasks.ceph.cluster1.osd.0.smithi112.stderr:2024-09-14T09:00:27.009+0000 7fc07e019640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:27.008 INFO:tasks.ceph.cluster1.osd.1.smithi112.stderr:2024-09-14T09:00:27.009+0000 7fc2ad80d640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:27.008 INFO:tasks.ceph.cluster1.osd.0.smithi112.stderr:2024-09-14T09:00:27.009+0000 7fc07e019640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:27.026 INFO:tasks.ceph.cluster1.osd.2.smithi112.stderr:2024-09-14T09:00:27.028+0000 7fc9ac989640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:27.031 INFO:tasks.ceph.cluster1.osd.2.smithi112.stderr:2024-09-14T09:00:27.033+0000 7fc9ac989640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:27.031 INFO:tasks.ceph.cluster1.osd.2.smithi112.stderr:2024-09-14T09:00:27.033+0000 7fc9ac989640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:27.121 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:27.121 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":5,"fsid":"fe9d4480-1478-4fd9-8df3-a7e047805c03","created":"2024-09-14T09:00:26.052810+0000","modified":"2024-09-14T09:00:26.916875+0000","last_up_change":"0.000000","last_in_change":"2024-09-14T09:00:26.916875+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":"58113ca0-1f9c-46d0-af62-c83b77f17ebb","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":"133a7d47-ce91-423a-afe5-3ed14cf385e9","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":"40ee1754-0ba8-498a-8606-a6dc992ebc4d","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-14T09:00:27.132 INFO:tasks.ceph.ceph_manager.cluster1:[] 2024-09-14T09:00:27.132 INFO:tasks.ceph:Waiting for OSDs to come up 2024-09-14T09:00:27.434 DEBUG:teuthology.orchestra.run.smithi112:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2024-09-14T09:00:27.591 INFO:teuthology.misc.health.smithi112.stdout: 2024-09-14T09:00:27.591 INFO:teuthology.misc.health.smithi112.stdout:{"epoch":5,"fsid":"fe9d4480-1478-4fd9-8df3-a7e047805c03","created":"2024-09-14T09:00:26.052810+0000","modified":"2024-09-14T09:00:26.916875+0000","last_up_change":"0.000000","last_in_change":"2024-09-14T09:00:26.916875+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":"58113ca0-1f9c-46d0-af62-c83b77f17ebb","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":"133a7d47-ce91-423a-afe5-3ed14cf385e9","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":"40ee1754-0ba8-498a-8606-a6dc992ebc4d","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-14T09:00:27.600 DEBUG:teuthology.misc:0 of 3 OSDs are up 2024-09-14T09:00:28.146 INFO:tasks.ceph.cluster1.osd.2.smithi112.stderr:2024-09-14T09:00:28.148+0000 7fc9ac989640 -1 Falling back to public interface 2024-09-14T09:00:28.155 INFO:tasks.ceph.cluster1.osd.1.smithi112.stderr:2024-09-14T09:00:28.157+0000 7fc2ad80d640 -1 Falling back to public interface 2024-09-14T09:00:28.396 INFO:tasks.ceph.cluster1.osd.0.smithi112.stderr:2024-09-14T09:00:28.398+0000 7fc07e019640 -1 Falling back to public interface 2024-09-14T09:00:31.417 INFO:tasks.ceph.cluster1.mgr.x.smithi112.stderr:2024-09-14T09:00:31.419+0000 7f8e73ce5640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-14T09:00:31.989 INFO:tasks.ceph.cluster1.osd.1.smithi112.stderr:2024-09-14T09:00:31.990+0000 7fc2ad80d640 -1 osd.1 0 log_to_monitors true 2024-09-14T09:00:31.989 INFO:tasks.ceph.cluster1.osd.2.smithi112.stderr:2024-09-14T09:00:31.990+0000 7fc9ac989640 -1 osd.2 0 log_to_monitors true 2024-09-14T09:00:32.982 INFO:tasks.ceph.cluster1.osd.0.smithi112.stderr:2024-09-14T09:00:32.984+0000 7fc07e019640 -1 osd.0 0 log_to_monitors true 2024-09-14T09:00:33.904 DEBUG:teuthology.orchestra.run.smithi112:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2024-09-14T09:00:34.289 INFO:tasks.ceph.cluster1.osd.1.smithi112.stderr:2024-09-14T09:00:34.291+0000 7fc2a91f9640 -1 osd.1 0 waiting for initial osdmap 2024-09-14T09:00:34.290 INFO:teuthology.misc.health.smithi112.stdout: 2024-09-14T09:00:34.290 INFO:teuthology.misc.health.smithi112.stdout:{"epoch":7,"fsid":"fe9d4480-1478-4fd9-8df3-a7e047805c03","created":"2024-09-14T09:00:26.052810+0000","modified":"2024-09-14T09:00:33.419459+0000","last_up_change":"0.000000","last_in_change":"2024-09-14T09:00:26.916875+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":"58113ca0-1f9c-46d0-af62-c83b77f17ebb","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":"133a7d47-ce91-423a-afe5-3ed14cf385e9","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":"40ee1754-0ba8-498a-8606-a6dc992ebc4d","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-14T09:00:34.301 DEBUG:teuthology.misc:0 of 3 OSDs are up 2024-09-14T09:00:34.316 INFO:tasks.ceph.cluster1.osd.1.smithi112.stderr:2024-09-14T09:00:34.318+0000 7fc2a1018640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-14T09:00:34.363 INFO:tasks.ceph.cluster1.osd.2.smithi112.stderr:2024-09-14T09:00:34.365+0000 7fc9a912c640 -1 osd.2 0 waiting for initial osdmap 2024-09-14T09:00:34.373 INFO:tasks.ceph.cluster1.osd.2.smithi112.stderr:2024-09-14T09:00:34.375+0000 7fc9a0737640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-14T09:00:35.141 INFO:tasks.ceph.cluster1.osd.0.smithi112.stderr:2024-09-14T09:00:35.143+0000 7fc079fa8640 -1 osd.0 0 waiting for initial osdmap 2024-09-14T09:00:35.151 INFO:tasks.ceph.cluster1.osd.0.smithi112.stderr:2024-09-14T09:00:35.153+0000 7fc071dc7640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-14T09:00:40.604 DEBUG:teuthology.orchestra.run.smithi112:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2024-09-14T09:00:40.890 INFO:teuthology.misc.health.smithi112.stdout: 2024-09-14T09:00:40.891 INFO:teuthology.misc.health.smithi112.stdout:{"epoch":12,"fsid":"fe9d4480-1478-4fd9-8df3-a7e047805c03","created":"2024-09-14T09:00:26.052810+0000","modified":"2024-09-14T09:00:38.453652+0000","last_up_change":"2024-09-14T09:00:35.437864+0000","last_in_change":"2024-09-14T09:00:26.916875+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-14T09:00:36.432004+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"12","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"58113ca0-1f9c-46d0-af62-c83b77f17ebb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6816","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6817","nonce":183630807}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6818","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6819","nonce":183630807}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6822","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6823","nonce":183630807}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6820","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6821","nonce":183630807}]},"public_addr":"172.21.15.112:6817/183630807","cluster_addr":"172.21.15.112:6819/183630807","heartbeat_back_addr":"172.21.15.112:6823/183630807","heartbeat_front_addr":"172.21.15.112:6821/183630807","state":["exists","up"]},{"osd":1,"uuid":"133a7d47-ce91-423a-afe5-3ed14cf385e9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":10,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6808","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6809","nonce":2766996040}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6810","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6811","nonce":2766996040}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6814","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6815","nonce":2766996040}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6812","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6813","nonce":2766996040}]},"public_addr":"172.21.15.112:6809/2766996040","cluster_addr":"172.21.15.112:6811/2766996040","heartbeat_back_addr":"172.21.15.112:6815/2766996040","heartbeat_front_addr":"172.21.15.112:6813/2766996040","state":["exists","up"]},{"osd":2,"uuid":"40ee1754-0ba8-498a-8606-a6dc992ebc4d","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.112:6800","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6801","nonce":2308395848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6803","nonce":2308395848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6807","nonce":2308395848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6805","nonce":2308395848}]},"public_addr":"172.21.15.112:6801/2308395848","cluster_addr":"172.21.15.112:6803/2308395848","heartbeat_back_addr":"172.21.15.112:6807/2308395848","heartbeat_front_addr":"172.21.15.112:6805/2308395848","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-14T09:00:33.998874+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-14T09:00:32.953188+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-14T09:00:32.957561+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-14T09:00:40.902 DEBUG:teuthology.misc:3 of 3 OSDs are up 2024-09-14T09:00:40.902 INFO:tasks.ceph:Creating RBD pool 2024-09-14T09:00:40.902 DEBUG:teuthology.orchestra.run.smithi112:> sudo ceph --cluster cluster1 osd pool create rbd 8 2024-09-14T09:00:41.465 INFO:teuthology.orchestra.run.smithi112.stderr:pool 'rbd' created 2024-09-14T09:00:41.481 DEBUG:teuthology.orchestra.run.smithi112:> rbd --cluster cluster1 pool init rbd 2024-09-14T09:00:44.484 INFO:tasks.ceph:Starting mds daemons in cluster cluster1... 2024-09-14T09:00:44.485 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 config log 1 --format=json 2024-09-14T09:00:44.486 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2024-09-14T09:00:44.779 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:44.792 INFO:teuthology.orchestra.run.smithi112.stdout:[{"version":4,"timestamp":"2024-09-14T09:00:35.144594+0000","name":"","changes":[{"name":"osd.0/osd_mclock_max_capacity_iops_ssd","new_value":"7142.967638"}]}] 2024-09-14T09:00:44.792 INFO:tasks.ceph_manager:config epoch is 4 2024-09-14T09:00:44.792 INFO:tasks.ceph:Waiting until cluster1 daemons up and pgs clean... 2024-09-14T09:00:44.793 INFO:tasks.ceph.ceph_manager.cluster1:waiting for mgr available 2024-09-14T09:00:44.793 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 mgr dump --format=json 2024-09-14T09:00:45.120 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:45.132 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":5,"flags":0,"active_gid":4102,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6824","nonce":1502864494},{"type":"v1","addr":"172.21.15.112:6825","nonce":1502864494}]},"active_addr":"172.21.15.112:6825/1502864494","active_change":"2024-09-14T09:00:30.413337+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:1.26.1","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_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":[]},"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":"mds_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":[]},"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":"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":"rook","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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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.112:0","nonce":949086735}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.112:0","nonce":2207159381}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.112:0","nonce":995416029}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.112:0","nonce":1711858240}]}]} 2024-09-14T09:00:45.134 INFO:tasks.ceph.ceph_manager.cluster1:mgr available! 2024-09-14T09:00:45.134 INFO:tasks.ceph.ceph_manager.cluster1:waiting for all up 2024-09-14T09:00:45.135 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2024-09-14T09:00:45.416 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:45.416 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":16,"fsid":"fe9d4480-1478-4fd9-8df3-a7e047805c03","created":"2024-09-14T09:00:26.052810+0000","modified":"2024-09-14T09:00:44.474535+0000","last_up_change":"2024-09-14T09:00:35.437864+0000","last_in_change":"2024-09-14T09:00:26.916875+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-14T09:00:36.432004+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"12","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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-14T09:00:41.190083+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":"16","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":16,"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":"58113ca0-1f9c-46d0-af62-c83b77f17ebb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6816","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6817","nonce":183630807}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6818","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6819","nonce":183630807}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6822","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6823","nonce":183630807}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6820","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6821","nonce":183630807}]},"public_addr":"172.21.15.112:6817/183630807","cluster_addr":"172.21.15.112:6819/183630807","heartbeat_back_addr":"172.21.15.112:6823/183630807","heartbeat_front_addr":"172.21.15.112:6821/183630807","state":["exists","up"]},{"osd":1,"uuid":"133a7d47-ce91-423a-afe5-3ed14cf385e9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6808","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6809","nonce":2766996040}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6810","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6811","nonce":2766996040}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6814","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6815","nonce":2766996040}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6812","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6813","nonce":2766996040}]},"public_addr":"172.21.15.112:6809/2766996040","cluster_addr":"172.21.15.112:6811/2766996040","heartbeat_back_addr":"172.21.15.112:6815/2766996040","heartbeat_front_addr":"172.21.15.112:6813/2766996040","state":["exists","up"]},{"osd":2,"uuid":"40ee1754-0ba8-498a-8606-a6dc992ebc4d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6800","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6801","nonce":2308395848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6803","nonce":2308395848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6807","nonce":2308395848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6805","nonce":2308395848}]},"public_addr":"172.21.15.112:6801/2308395848","cluster_addr":"172.21.15.112:6803/2308395848","heartbeat_back_addr":"172.21.15.112:6807/2308395848","heartbeat_front_addr":"172.21.15.112:6805/2308395848","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-14T09:00:33.998874+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-14T09:00:32.953188+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-14T09:00:32.957561+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-14T09:00:45.429 INFO:tasks.ceph.ceph_manager.cluster1:all up! 2024-09-14T09:00:45.429 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2024-09-14T09:00:45.709 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:45.709 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":16,"fsid":"fe9d4480-1478-4fd9-8df3-a7e047805c03","created":"2024-09-14T09:00:26.052810+0000","modified":"2024-09-14T09:00:44.474535+0000","last_up_change":"2024-09-14T09:00:35.437864+0000","last_in_change":"2024-09-14T09:00:26.916875+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-14T09:00:36.432004+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"12","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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-14T09:00:41.190083+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":"16","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":16,"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":"58113ca0-1f9c-46d0-af62-c83b77f17ebb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6816","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6817","nonce":183630807}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6818","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6819","nonce":183630807}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6822","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6823","nonce":183630807}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6820","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6821","nonce":183630807}]},"public_addr":"172.21.15.112:6817/183630807","cluster_addr":"172.21.15.112:6819/183630807","heartbeat_back_addr":"172.21.15.112:6823/183630807","heartbeat_front_addr":"172.21.15.112:6821/183630807","state":["exists","up"]},{"osd":1,"uuid":"133a7d47-ce91-423a-afe5-3ed14cf385e9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6808","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6809","nonce":2766996040}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6810","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6811","nonce":2766996040}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6814","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6815","nonce":2766996040}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6812","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6813","nonce":2766996040}]},"public_addr":"172.21.15.112:6809/2766996040","cluster_addr":"172.21.15.112:6811/2766996040","heartbeat_back_addr":"172.21.15.112:6815/2766996040","heartbeat_front_addr":"172.21.15.112:6813/2766996040","state":["exists","up"]},{"osd":2,"uuid":"40ee1754-0ba8-498a-8606-a6dc992ebc4d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6800","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6801","nonce":2308395848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6803","nonce":2308395848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6807","nonce":2308395848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6805","nonce":2308395848}]},"public_addr":"172.21.15.112:6801/2308395848","cluster_addr":"172.21.15.112:6803/2308395848","heartbeat_back_addr":"172.21.15.112:6807/2308395848","heartbeat_front_addr":"172.21.15.112:6805/2308395848","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-14T09:00:33.998874+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-14T09:00:32.953188+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-14T09:00:32.957561+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-14T09:00:45.722 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.0 flush_pg_stats 2024-09-14T09:00:45.722 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.1 flush_pg_stats 2024-09-14T09:00:45.723 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.2 flush_pg_stats 2024-09-14T09:00:45.860 INFO:teuthology.orchestra.run.smithi112.stdout:34359738373 2024-09-14T09:00:45.860 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2024-09-14T09:00:45.861 INFO:teuthology.orchestra.run.smithi112.stdout:34359738374 2024-09-14T09:00:45.861 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2024-09-14T09:00:45.862 INFO:teuthology.orchestra.run.smithi112.stdout:38654705669 2024-09-14T09:00:45.862 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2024-09-14T09:00:46.196 INFO:teuthology.orchestra.run.smithi112.stdout:34359738372 2024-09-14T09:00:46.208 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738374 got 34359738372 for osd.1 2024-09-14T09:00:46.231 INFO:teuthology.orchestra.run.smithi112.stdout:38654705668 2024-09-14T09:00:46.235 INFO:teuthology.orchestra.run.smithi112.stdout:34359738371 2024-09-14T09:00:46.245 INFO:tasks.ceph.ceph_manager.cluster1:need seq 38654705669 got 38654705668 for osd.0 2024-09-14T09:00:46.248 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738373 got 34359738371 for osd.2 2024-09-14T09:00:47.209 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2024-09-14T09:00:47.246 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2024-09-14T09:00:47.249 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2024-09-14T09:00:47.547 INFO:teuthology.orchestra.run.smithi112.stdout:34359738374 2024-09-14T09:00:47.561 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738374 got 34359738374 for osd.1 2024-09-14T09:00:47.561 DEBUG:teuthology.parallel:result is None 2024-09-14T09:00:47.568 INFO:teuthology.orchestra.run.smithi112.stdout:38654705669 2024-09-14T09:00:47.570 INFO:teuthology.orchestra.run.smithi112.stdout:34359738373 2024-09-14T09:00:47.585 INFO:tasks.ceph.ceph_manager.cluster1:need seq 38654705669 got 38654705669 for osd.0 2024-09-14T09:00:47.585 DEBUG:teuthology.parallel:result is None 2024-09-14T09:00:47.586 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738373 got 34359738373 for osd.2 2024-09-14T09:00:47.586 DEBUG:teuthology.parallel:result is None 2024-09-14T09:00:47.586 INFO:tasks.ceph.ceph_manager.cluster1:waiting for clean 2024-09-14T09:00:47.587 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-14T09:00:47.904 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:47.904 INFO:teuthology.orchestra.run.smithi112.stderr:dumped all 2024-09-14T09:00:47.916 INFO:teuthology.orchestra.run.smithi112.stdout:{"pg_ready":true,"pg_map":{"version":20,"stamp":"2024-09-14T09:00:46.419400+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":81628,"kb_used_data":528,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":283033892,"statfs":{"total":289910292480,"available":289826705408,"internally_reserved":0,"allocated":540672,"data_stored":1304053,"data_compressed":5982,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":4782,"internal_metadata":82963794},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":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.951183"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.482551+0000","last_change":"2024-09-14T09:00:44.482551+0000","last_active":"2024-09-14T09:00:44.482551+0000","last_peered":"2024-09-14T09:00:44.482551+0000","last_clean":"2024-09-14T09:00:44.482551+0000","last_became_active":"2024-09-14T09:00:42.479385+0000","last_became_peered":"2024-09-14T09:00:42.479385+0000","last_unstale":"2024-09-14T09:00:44.482551+0000","last_undegraded":"2024-09-14T09:00:44.482551+0000","last_fullsized":"2024-09-14T09:00:44.482551+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T18:33:22.983738+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00073121299999999998,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.482717+0000","last_change":"2024-09-14T09:00:44.482717+0000","last_active":"2024-09-14T09:00:44.482717+0000","last_peered":"2024-09-14T09:00:44.482717+0000","last_clean":"2024-09-14T09:00:44.482717+0000","last_became_active":"2024-09-14T09:00:42.482256+0000","last_became_peered":"2024-09-14T09:00:42.482256+0000","last_unstale":"2024-09-14T09:00:44.482717+0000","last_undegraded":"2024-09-14T09:00:44.482717+0000","last_fullsized":"2024-09-14T09:00:44.482717+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T20:34:50.906110+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00074982599999999999,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.482139+0000","last_change":"2024-09-14T09:00:44.482139+0000","last_active":"2024-09-14T09:00:44.482139+0000","last_peered":"2024-09-14T09:00:44.482139+0000","last_clean":"2024-09-14T09:00:44.482139+0000","last_became_active":"2024-09-14T09:00:42.479934+0000","last_became_peered":"2024-09-14T09:00:42.479934+0000","last_unstale":"2024-09-14T09:00:44.482139+0000","last_undegraded":"2024-09-14T09:00:44.482139+0000","last_fullsized":"2024-09-14T09:00:44.482139+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T14:02:20.368258+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061561500000000002,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.482426+0000","last_change":"2024-09-14T09:00:44.482426+0000","last_active":"2024-09-14T09:00:44.482426+0000","last_peered":"2024-09-14T09:00:44.482426+0000","last_clean":"2024-09-14T09:00:44.482426+0000","last_became_active":"2024-09-14T09:00:42.479456+0000","last_became_peered":"2024-09-14T09:00:42.479456+0000","last_unstale":"2024-09-14T09:00:44.482426+0000","last_undegraded":"2024-09-14T09:00:44.482426+0000","last_fullsized":"2024-09-14T09:00:44.482426+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T18:07:38.949887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00072566199999999997,"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":"16'2","reported_seq":22,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.480793+0000","last_change":"2024-09-14T09:00:44.479090+0000","last_active":"2024-09-14T09:00:44.480793+0000","last_peered":"2024-09-14T09:00:44.480793+0000","last_clean":"2024-09-14T09:00:44.480793+0000","last_became_active":"2024-09-14T09:00:42.482217+0000","last_became_peered":"2024-09-14T09:00:42.482217+0000","last_unstale":"2024-09-14T09:00:44.480793+0000","last_undegraded":"2024-09-14T09:00:44.480793+0000","last_fullsized":"2024-09-14T09:00:44.480793+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T13:54:10.075423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056888700000000002,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.795694+0000","last_change":"2024-09-14T09:00:44.795694+0000","last_active":"2024-09-14T09:00:44.795694+0000","last_peered":"2024-09-14T09:00:44.795694+0000","last_clean":"2024-09-14T09:00:44.795694+0000","last_became_active":"2024-09-14T09:00:42.482218+0000","last_became_peered":"2024-09-14T09:00:42.482218+0000","last_unstale":"2024-09-14T09:00:44.795694+0000","last_undegraded":"2024-09-14T09:00:44.795694+0000","last_fullsized":"2024-09-14T09:00:44.795694+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T14:16:18.648282+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031608599999999998,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.795775+0000","last_change":"2024-09-14T09:00:44.795775+0000","last_active":"2024-09-14T09:00:44.795775+0000","last_peered":"2024-09-14T09:00:44.795775+0000","last_clean":"2024-09-14T09:00:44.795775+0000","last_became_active":"2024-09-14T09:00:42.482160+0000","last_became_peered":"2024-09-14T09:00:42.482160+0000","last_unstale":"2024-09-14T09:00:44.795775+0000","last_undegraded":"2024-09-14T09:00:44.795775+0000","last_fullsized":"2024-09-14T09:00:44.795775+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T18:31:46.236123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00034309999999999999,"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":"14'1","reported_seq":21,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.482111+0000","last_change":"2024-09-14T09:00:44.482111+0000","last_active":"2024-09-14T09:00:44.482111+0000","last_peered":"2024-09-14T09:00:44.482111+0000","last_clean":"2024-09-14T09:00:44.482111+0000","last_became_active":"2024-09-14T09:00:42.479255+0000","last_became_peered":"2024-09-14T09:00:42.479255+0000","last_unstale":"2024-09-14T09:00:44.482111+0000","last_undegraded":"2024-09-14T09:00:44.482111+0000","last_fullsized":"2024-09-14T09:00:44.482111+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T14:32:41.656328+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048251300000000001,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"11'52","reported_seq":87,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.481319+0000","last_change":"2024-09-14T09:00:37.975693+0000","last_active":"2024-09-14T09:00:44.481319+0000","last_peered":"2024-09-14T09:00:44.481319+0000","last_clean":"2024-09-14T09:00:44.481319+0000","last_became_active":"2024-09-14T09:00:37.974616+0000","last_became_peered":"2024-09-14T09:00:37.974616+0000","last_unstale":"2024-09-14T09:00:44.481319+0000","last_undegraded":"2024-09-14T09:00:44.481319+0000","last_fullsized":"2024-09-14T09:00:44.481319+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:36.445557+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:36.445557+0000","last_clean_scrub_stamp":"2024-09-14T09:00:36.445557+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-15T15:06:07.580846+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":114688,"data_stored":1180736,"data_compressed":5982,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":0,"up_from":9,"seq":38654705669,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27232,"kb_used_data":196,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344608,"statfs":{"total":96636764160,"available":96608878592,"internally_reserved":0,"allocated":200704,"data_stored":631480,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]},{"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":27164,"kb_used_data":136,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344676,"statfs":{"total":96636764160,"available":96608948224,"internally_reserved":0,"allocated":139264,"data_stored":41093,"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":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738374,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27232,"kb_used_data":196,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344608,"statfs":{"total":96636764160,"available":96608878592,"internally_reserved":0,"allocated":200704,"data_stored":631480,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"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":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":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"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-14T09:00:47.917 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-14T09:00:48.194 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:48.194 INFO:teuthology.orchestra.run.smithi112.stderr:dumped all 2024-09-14T09:00:48.205 INFO:teuthology.orchestra.run.smithi112.stdout:{"pg_ready":true,"pg_map":{"version":20,"stamp":"2024-09-14T09:00:46.419400+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":81628,"kb_used_data":528,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":283033892,"statfs":{"total":289910292480,"available":289826705408,"internally_reserved":0,"allocated":540672,"data_stored":1304053,"data_compressed":5982,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":4782,"internal_metadata":82963794},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":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.951183"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.482551+0000","last_change":"2024-09-14T09:00:44.482551+0000","last_active":"2024-09-14T09:00:44.482551+0000","last_peered":"2024-09-14T09:00:44.482551+0000","last_clean":"2024-09-14T09:00:44.482551+0000","last_became_active":"2024-09-14T09:00:42.479385+0000","last_became_peered":"2024-09-14T09:00:42.479385+0000","last_unstale":"2024-09-14T09:00:44.482551+0000","last_undegraded":"2024-09-14T09:00:44.482551+0000","last_fullsized":"2024-09-14T09:00:44.482551+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T18:33:22.983738+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00073121299999999998,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.482717+0000","last_change":"2024-09-14T09:00:44.482717+0000","last_active":"2024-09-14T09:00:44.482717+0000","last_peered":"2024-09-14T09:00:44.482717+0000","last_clean":"2024-09-14T09:00:44.482717+0000","last_became_active":"2024-09-14T09:00:42.482256+0000","last_became_peered":"2024-09-14T09:00:42.482256+0000","last_unstale":"2024-09-14T09:00:44.482717+0000","last_undegraded":"2024-09-14T09:00:44.482717+0000","last_fullsized":"2024-09-14T09:00:44.482717+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T20:34:50.906110+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00074982599999999999,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.482139+0000","last_change":"2024-09-14T09:00:44.482139+0000","last_active":"2024-09-14T09:00:44.482139+0000","last_peered":"2024-09-14T09:00:44.482139+0000","last_clean":"2024-09-14T09:00:44.482139+0000","last_became_active":"2024-09-14T09:00:42.479934+0000","last_became_peered":"2024-09-14T09:00:42.479934+0000","last_unstale":"2024-09-14T09:00:44.482139+0000","last_undegraded":"2024-09-14T09:00:44.482139+0000","last_fullsized":"2024-09-14T09:00:44.482139+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T14:02:20.368258+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061561500000000002,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.482426+0000","last_change":"2024-09-14T09:00:44.482426+0000","last_active":"2024-09-14T09:00:44.482426+0000","last_peered":"2024-09-14T09:00:44.482426+0000","last_clean":"2024-09-14T09:00:44.482426+0000","last_became_active":"2024-09-14T09:00:42.479456+0000","last_became_peered":"2024-09-14T09:00:42.479456+0000","last_unstale":"2024-09-14T09:00:44.482426+0000","last_undegraded":"2024-09-14T09:00:44.482426+0000","last_fullsized":"2024-09-14T09:00:44.482426+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T18:07:38.949887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00072566199999999997,"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":"16'2","reported_seq":22,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.480793+0000","last_change":"2024-09-14T09:00:44.479090+0000","last_active":"2024-09-14T09:00:44.480793+0000","last_peered":"2024-09-14T09:00:44.480793+0000","last_clean":"2024-09-14T09:00:44.480793+0000","last_became_active":"2024-09-14T09:00:42.482217+0000","last_became_peered":"2024-09-14T09:00:42.482217+0000","last_unstale":"2024-09-14T09:00:44.480793+0000","last_undegraded":"2024-09-14T09:00:44.480793+0000","last_fullsized":"2024-09-14T09:00:44.480793+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T13:54:10.075423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056888700000000002,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.795694+0000","last_change":"2024-09-14T09:00:44.795694+0000","last_active":"2024-09-14T09:00:44.795694+0000","last_peered":"2024-09-14T09:00:44.795694+0000","last_clean":"2024-09-14T09:00:44.795694+0000","last_became_active":"2024-09-14T09:00:42.482218+0000","last_became_peered":"2024-09-14T09:00:42.482218+0000","last_unstale":"2024-09-14T09:00:44.795694+0000","last_undegraded":"2024-09-14T09:00:44.795694+0000","last_fullsized":"2024-09-14T09:00:44.795694+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T14:16:18.648282+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031608599999999998,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.795775+0000","last_change":"2024-09-14T09:00:44.795775+0000","last_active":"2024-09-14T09:00:44.795775+0000","last_peered":"2024-09-14T09:00:44.795775+0000","last_clean":"2024-09-14T09:00:44.795775+0000","last_became_active":"2024-09-14T09:00:42.482160+0000","last_became_peered":"2024-09-14T09:00:42.482160+0000","last_unstale":"2024-09-14T09:00:44.795775+0000","last_undegraded":"2024-09-14T09:00:44.795775+0000","last_fullsized":"2024-09-14T09:00:44.795775+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T18:31:46.236123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00034309999999999999,"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":"14'1","reported_seq":21,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.482111+0000","last_change":"2024-09-14T09:00:44.482111+0000","last_active":"2024-09-14T09:00:44.482111+0000","last_peered":"2024-09-14T09:00:44.482111+0000","last_clean":"2024-09-14T09:00:44.482111+0000","last_became_active":"2024-09-14T09:00:42.479255+0000","last_became_peered":"2024-09-14T09:00:42.479255+0000","last_unstale":"2024-09-14T09:00:44.482111+0000","last_undegraded":"2024-09-14T09:00:44.482111+0000","last_fullsized":"2024-09-14T09:00:44.482111+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T14:32:41.656328+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048251300000000001,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"11'52","reported_seq":87,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:00:44.481319+0000","last_change":"2024-09-14T09:00:37.975693+0000","last_active":"2024-09-14T09:00:44.481319+0000","last_peered":"2024-09-14T09:00:44.481319+0000","last_clean":"2024-09-14T09:00:44.481319+0000","last_became_active":"2024-09-14T09:00:37.974616+0000","last_became_peered":"2024-09-14T09:00:37.974616+0000","last_unstale":"2024-09-14T09:00:44.481319+0000","last_undegraded":"2024-09-14T09:00:44.481319+0000","last_fullsized":"2024-09-14T09:00:44.481319+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:36.445557+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:36.445557+0000","last_clean_scrub_stamp":"2024-09-14T09:00:36.445557+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-15T15:06:07.580846+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":114688,"data_stored":1180736,"data_compressed":5982,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":0,"up_from":9,"seq":38654705669,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27232,"kb_used_data":196,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344608,"statfs":{"total":96636764160,"available":96608878592,"internally_reserved":0,"allocated":200704,"data_stored":631480,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]},{"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":27164,"kb_used_data":136,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344676,"statfs":{"total":96636764160,"available":96608948224,"internally_reserved":0,"allocated":139264,"data_stored":41093,"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":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738374,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27232,"kb_used_data":196,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344608,"statfs":{"total":96636764160,"available":96608878592,"internally_reserved":0,"allocated":200704,"data_stored":631480,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"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":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":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"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-14T09:00:48.206 INFO:tasks.ceph.ceph_manager.cluster1:clean! 2024-09-14T09:00:48.206 INFO:tasks.ceph:Waiting until ceph cluster cluster1 is healthy... 2024-09-14T09:00:48.206 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy 2024-09-14T09:00:48.207 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 health --format=json 2024-09-14T09:00:48.521 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:48.521 INFO:teuthology.orchestra.run.smithi112.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-14T09:00:48.534 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy done 2024-09-14T09:00:48.534 INFO:teuthology.run_tasks:Running task ceph... 2024-09-14T09:00:48.545 INFO:tasks.ceph:Creating ceph cluster cluster2... 2024-09-14T09:00:48.545 INFO:tasks.ceph:config {'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'zstd', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd 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-14T09:00:48.545 INFO:tasks.ceph:ctx.config {'archive_path': '/home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514', 'branch': 'main', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-zstd 4-supported-random-distro$/{centos_latest} 5-data-pool/ec 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}}', 'email': 'ceph-qa@ceph.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': '7900514', 'kernel': {'kdb': 1, 'sha1': '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': 'teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi', 'no_nested_subset': False, 'os_type': 'centos', 'os_version': '9.stream', 'overrides': {'admin_socket': {'branch': 'main'}, 'ceph': {'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'zstd', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}}}, 'install': {'ceph': {'flavor': 'default', 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47'}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'main', 'sha1': '0d61375b8ab53be4c233f5b93e463edfdff9316a'}}, 'owner': 'scheduled_teuthology@teuthology', 'priority': 950, 'repo': 'https://git.ceph.com/ceph.git', 'roles': [['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'], ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0']], 'seed': 5839, 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47', 'sleep_before_teardown': 0, 'subset': '99/128', 'suite': 'rbd', 'suite_branch': 'main', 'suite_path': '/home/teuthworker/src/git.ceph.com_ceph_0d61375b8ab53be4c233f5b93e463edfdff9316a/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://git.ceph.com/ceph.git', 'suite_sha1': '0d61375b8ab53be4c233f5b93e463edfdff9316a', 'targets': {'smithi112.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOPhtnWmD1xgN9kKlow4Vf86mjn/wRpezcDeDy0Xkp7iZLwZBu0WxTV76NSkxD73LMl6Pk/Bv+AmfjZwP5qD4jk=', 'smithi133.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI6Jog86moEnx4REp5KP/Q2wVgaMwS5myoimWL4MIyWJZAHNdhxdMhfkYtO3fN3xbdmrSLz8BRlBrDG/+S21ykE='}, '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': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'zstd', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47'}}, {'ceph': {'cluster': 'cluster2', 'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'zstd', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '7f24e589328ae9e639c0009d93340e5b235d0a47'}}, {'exec': {'cluster1.client.0': ['sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster1 pool init datapool'], 'cluster2.client.0': ['sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster2 pool init datapool']}}, {'exec': {'cluster2.client.0': ['echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0-src', 'rbd --cluster cluster2 migration execute client.0.0-src', 'rbd --cluster cluster2 migration commit client.0.0-src', 'rbd --cluster cluster2 snap create client.0.0-src@snap', 'rbd --cluster cluster2 snap protect client.0.0-src@snap', 'rbd --cluster cluster2 clone client.0.0-src@snap client.0.0', 'rbd --cluster cluster2 snap create client.0.0@snap', 'rbd --cluster cluster2 create --size 1G client.0.1-src', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1-src', 'rbd --cluster cluster2 snap create client.0.1-src@snap', 'rbd --cluster cluster2 snap protect client.0.1-src@snap', 'rbd --cluster cluster2 clone client.0.1-src@snap client.0.1', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1', 'rbd --cluster cluster2 snap create client.0.1@snap', 'rbd --cluster cluster2 create --size 1G client.0.2-src', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.2-src', 'rbd --cluster cluster2 snap create client.0.2-src@snap', 'rbd --cluster cluster2 snap protect client.0.2-src@snap', 'rbd --cluster cluster2 clone client.0.2-src@snap client.0.2', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2', 'rbd --cluster cluster2 snap create client.0.2@snap']}}, {'exec': {'cluster1.client.0': ['echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}], 'teuthology': {'fragments_dropped': [], 'meta': {}, 'postmerge': []}, 'teuthology_branch': 'main', 'teuthology_sha1': '3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a', 'timestamp': '2024-09-10_20:16:17', 'tube': 'smithi', 'user': 'teuthology', 'verbose': False, 'worker_log': '/home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856'} 2024-09-14T09:00:48.545 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2024-09-14T09:00:48.548 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2024-09-14T09:00:48.566 DEBUG:teuthology.orchestra.run.smithi112:> sudo install -d -m0777 -- /var/run/ceph 2024-09-14T09:00:48.603 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m0777 -- /var/run/ceph 2024-09-14T09:00:48.637 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:00:48.637 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-09-14T09:00:48.695 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-14T09:00:48.695 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-09-14T09:00:48.752 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-14T09:00:48.752 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-14T09:00:48.752 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-09-14T09:00:48.752 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-14T09:00:48.752 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-09-14T09:00:48.752 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-09-14 09:00:06.584937764 +0000 2024-09-14T09:00:48.752 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-09-14 08:57:31.825950338 +0000 2024-09-14T09:00:48.752 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-09-14 08:57:31.825950338 +0000 2024-09-14T09:00:48.752 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-09-14 08:57:31.825950338 +0000 2024-09-14T09:00:48.753 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-14T09:00:48.817 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-09-14T09:00:48.817 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-09-14T09:00:48.818 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000281258 s, 1.8 MB/s 2024-09-14T09:00:48.819 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-14T09:00:48.877 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-09-14T09:00:48.933 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-14T09:00:48.934 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-14T09:00:48.934 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-09-14T09:00:48.934 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-14T09:00:48.934 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-09-14T09:00:48.934 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-09-14 09:00:06.584937764 +0000 2024-09-14T09:00:48.934 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-09-14 08:57:32.164943889 +0000 2024-09-14T09:00:48.934 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-09-14 08:57:32.164943889 +0000 2024-09-14T09:00:48.934 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-09-14 08:57:32.164943889 +0000 2024-09-14T09:00:48.934 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-14T09:00:48.998 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-09-14T09:00:48.998 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-09-14T09:00:48.998 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000190708 s, 2.7 MB/s 2024-09-14T09:00:48.999 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-14T09:00:49.055 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-09-14T09:00:49.110 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-14T09:00:49.110 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-14T09:00:49.110 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-09-14T09:00:49.111 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-14T09:00:49.111 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-09-14T09:00:49.111 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-09-14 09:00:06.585937745 +0000 2024-09-14T09:00:49.111 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-09-14 08:57:32.481937858 +0000 2024-09-14T09:00:49.111 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-09-14 08:57:32.481937858 +0000 2024-09-14T09:00:49.111 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-09-14 08:57:32.481937858 +0000 2024-09-14T09:00:49.111 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-14T09:00:49.174 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-09-14T09:00:49.174 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-09-14T09:00:49.174 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000216248 s, 2.4 MB/s 2024-09-14T09:00:49.176 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-14T09:00:49.232 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-09-14T09:00:49.288 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-14T09:00:49.288 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-14T09:00:49.288 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-14T09:00:49.288 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-14T09:00:49.288 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-09-14T09:00:49.288 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-09-14 09:00:06.585937745 +0000 2024-09-14T09:00:49.288 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-09-14 08:57:32.803931732 +0000 2024-09-14T09:00:49.288 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-09-14 08:57:32.803931732 +0000 2024-09-14T09:00:49.288 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-09-14 08:57:32.803931732 +0000 2024-09-14T09:00:49.289 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-14T09:00:49.352 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-09-14T09:00:49.353 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-09-14T09:00:49.353 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000167072 s, 3.1 MB/s 2024-09-14T09:00:49.354 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-14T09:00:49.410 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-14T09:00:49.410 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@smithi133.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-14T09:00:49.410 INFO:tasks.ceph:Generating config... 2024-09-14T09:00:49.411 INFO:tasks.ceph:[client] rbd default data pool = datapool 2024-09-14T09:00:49.411 INFO:tasks.ceph:[global] mon warn on pool no app = False 2024-09-14T09:00:49.411 INFO:tasks.ceph:[mgr] debug mgr = 20 2024-09-14T09:00:49.411 INFO:tasks.ceph:[mgr] debug ms = 1 2024-09-14T09:00:49.411 INFO:tasks.ceph:[mon] debug mon = 20 2024-09-14T09:00:49.412 INFO:tasks.ceph:[mon] debug ms = 1 2024-09-14T09:00:49.412 INFO:tasks.ceph:[mon] debug paxos = 20 2024-09-14T09:00:49.412 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2024-09-14T09:00:49.412 INFO:tasks.ceph:[osd] bluestore compression algorithm = zstd 2024-09-14T09:00:49.412 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2024-09-14T09:00:49.412 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2024-09-14T09:00:49.412 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2024-09-14T09:00:49.412 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2024-09-14T09:00:49.412 INFO:tasks.ceph:[osd] debug ms = 1 2024-09-14T09:00:49.412 INFO:tasks.ceph:[osd] debug osd = 20 2024-09-14T09:00:49.412 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2024-09-14T09:00:49.412 INFO:tasks.ceph:[osd] enable experimental unrecoverable data corrupting features = * 2024-09-14T09:00:49.412 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2024-09-14T09:00:49.413 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2024-09-14T09:00:49.413 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2024-09-14T09:00:49.413 INFO:tasks.ceph:[osd] osd debug randomize hobject sort order = False 2024-09-14T09:00:49.413 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2024-09-14T09:00:49.413 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2024-09-14T09:00:49.413 INFO:tasks.ceph:Setting up cluster2.mon.a... 2024-09-14T09:00:49.413 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster2.keyring 2024-09-14T09:00:49.497 INFO:teuthology.orchestra.run.smithi133.stdout:creating /etc/ceph/cluster2.keyring 2024-09-14T09:00:49.500 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster2.keyring 2024-09-14T09:00:49.542 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2024-09-14T09:00:49.607 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster2.mon.a', '172.21.15.133')] 2024-09-14T09:00:49.608 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.133', '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', 'bluestore block size': 96636764160, 'bluestore compression algorithm': 'zstd', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd 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-14T09:00:49.609 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:00:49.609 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2024-09-14T09:00:49.663 DEBUG:teuthology.orchestra.run.smithi133:> 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.133 --print /home/ubuntu/cephtest/cluster2.monmap 2024-09-14T09:00:49.743 INFO:teuthology.orchestra.run.smithi133.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster2.monmap 2024-09-14T09:00:49.743 INFO:teuthology.orchestra.run.smithi133.stdout:monmaptool: generated fsid 1bc1c140-0fc6-4fba-b46c-96aae5a91276 2024-09-14T09:00:49.743 INFO:teuthology.orchestra.run.smithi133.stdout:setting min_mon_release = quincy 2024-09-14T09:00:49.744 INFO:teuthology.orchestra.run.smithi133.stdout:epoch 0 2024-09-14T09:00:49.744 INFO:teuthology.orchestra.run.smithi133.stdout:fsid 1bc1c140-0fc6-4fba-b46c-96aae5a91276 2024-09-14T09:00:49.744 INFO:teuthology.orchestra.run.smithi133.stdout:last_changed 2024-09-14T09:00:49.745782+0000 2024-09-14T09:00:49.744 INFO:teuthology.orchestra.run.smithi133.stdout:created 2024-09-14T09:00:49.745782+0000 2024-09-14T09:00:49.744 INFO:teuthology.orchestra.run.smithi133.stdout:min_mon_release 17 (quincy) 2024-09-14T09:00:49.744 INFO:teuthology.orchestra.run.smithi133.stdout:election_strategy: 1 2024-09-14T09:00:49.744 INFO:teuthology.orchestra.run.smithi133.stdout:0: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.a 2024-09-14T09:00:49.744 INFO:teuthology.orchestra.run.smithi133.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster2.monmap (1 monitors) 2024-09-14T09:00:49.746 DEBUG:teuthology.orchestra.run.smithi133:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2024-09-14T09:00:49.801 INFO:tasks.ceph:Writing /etc/ceph/cluster2.conf for FSID 1bc1c140-0fc6-4fba-b46c-96aae5a91276... 2024-09-14T09:00:49.802 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:00:49.804 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:00:49.848 INFO:teuthology.orchestra.run.smithi112.stdout:[global] 2024-09-14T09:00:49.848 INFO:teuthology.orchestra.run.smithi112.stdout: chdir = "" 2024-09-14T09:00:49.848 INFO:teuthology.orchestra.run.smithi112.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-14T09:00:49.848 INFO:teuthology.orchestra.run.smithi112.stdout: auth supported = cephx 2024-09-14T09:00:49.848 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.848 INFO:teuthology.orchestra.run.smithi112.stdout: filestore xattr use omap = true 2024-09-14T09:00:49.848 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.848 INFO:teuthology.orchestra.run.smithi112.stdout: mon clock drift allowed = 1.000 2024-09-14T09:00:49.848 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: osd crush chooseleaf type = 0 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: auth debug = true 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: ms die on old message = true 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: ms die on bug = true 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: mon pg warn max object skew = 0 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: # disable pg_autoscaler by default for new pools 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: osd pool default size = 2 2024-09-14T09:00:49.849 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd allow primary affinity = true 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd allow pg remap = true 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on legacy crush tunables = false 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on crush straw calc version zero = false 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on no sortbitwise = false 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on osd down out interval zero = false 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on too few osds = false 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: mon_allow_pool_size_one = true 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-14T09:00:49.850 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: osd default data pool replay window = 5 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: mon allow pool delete = true 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: mon cluster log file level = debug 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: debug asserts on shutdown = true 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: mon health detail to clog = false 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: mon host = 172.21.15.133 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on pool no app = False 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: fsid = 1bc1c140-0fc6-4fba-b46c-96aae5a91276 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout:[osd] 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: osd journal size = 100 2024-09-14T09:00:49.851 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: osd scrub load threshold = 5.0 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: osd scrub max interval = 600 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: osd mclock profile = high_recovery_ops 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: osd recover clone overlap = true 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: osd recovery max chunk = 1048576 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug shutdown = true 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug op order = true 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug verify stray on activate = true 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug trim objects = true 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: osd open classes on start = true 2024-09-14T09:00:49.852 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug pg log writeout = true 2024-09-14T09:00:49.853 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.853 INFO:teuthology.orchestra.run.smithi112.stdout: osd deep scrub update digest min age = 30 2024-09-14T09:00:49.853 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.853 INFO:teuthology.orchestra.run.smithi112.stdout: osd map max advance = 10 2024-09-14T09:00:49.853 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.853 INFO:teuthology.orchestra.run.smithi112.stdout: journal zero on create = true 2024-09-14T09:00:49.853 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.853 INFO:teuthology.orchestra.run.smithi112.stdout: filestore ondisk finisher threads = 3 2024-09-14T09:00:49.853 INFO:teuthology.orchestra.run.smithi112.stdout: filestore apply finisher threads = 3 2024-09-14T09:00:49.853 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.853 INFO:teuthology.orchestra.run.smithi112.stdout: bdev debug aio = true 2024-09-14T09:00:49.854 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug misdirected ops = true 2024-09-14T09:00:49.854 INFO:teuthology.orchestra.run.smithi112.stdout: bluestore block size = 96636764160 2024-09-14T09:00:49.854 INFO:teuthology.orchestra.run.smithi112.stdout: bluestore compression algorithm = zstd 2024-09-14T09:00:49.854 INFO:teuthology.orchestra.run.smithi112.stdout: bluestore compression mode = aggressive 2024-09-14T09:00:49.854 INFO:teuthology.orchestra.run.smithi112.stdout: bluestore fsck on mount = True 2024-09-14T09:00:49.854 INFO:teuthology.orchestra.run.smithi112.stdout: debug bluefs = 1/20 2024-09-14T09:00:49.854 INFO:teuthology.orchestra.run.smithi112.stdout: debug bluestore = 1/20 2024-09-14T09:00:49.854 INFO:teuthology.orchestra.run.smithi112.stdout: debug ms = 1 2024-09-14T09:00:49.854 INFO:teuthology.orchestra.run.smithi112.stdout: debug osd = 20 2024-09-14T09:00:49.854 INFO:teuthology.orchestra.run.smithi112.stdout: debug rocksdb = 4/10 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: enable experimental unrecoverable data corrupting features = * 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd backfillfull_ratio = 0.85 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd full ratio = 0.9 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd nearfull ratio = 0.8 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug randomize hobject sort order = False 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: osd failsafe full ratio = 0.95 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: osd objectstore = bluestore 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout:[mgr] 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: debug ms = 1 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: debug mgr = 20 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: debug mon = 20 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: debug auth = 20 2024-09-14T09:00:49.855 INFO:teuthology.orchestra.run.smithi112.stdout: mon reweight min pgs per osd = 4 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout: mon reweight min bytes per osd = 10 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout: mgr/telemetry/nag = false 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout:[mon] 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout: debug ms = 1 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout: debug mon = 20 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout: debug paxos = 20 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout: debug auth = 20 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout: mon data avail warn = 5 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout: mon mgr mkfs grace = 240 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout: mon reweight min pgs per osd = 4 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd reporter subtree level = osd 2024-09-14T09:00:49.856 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd prime pg temp = true 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: mon reweight min bytes per osd = 10 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: auth mon ticket ttl = 660 # 11m 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: auth service ticket ttl = 240 # 4m 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: # don't complain about insecure global_id in the test suite 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: # 1m isn't quite enough 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: mon_down_mkfs_grace = 2m 2024-09-14T09:00:49.857 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.858 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_filestore_osds = false 2024-09-14T09:00:49.858 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T09:00:49.858 INFO:teuthology.orchestra.run.smithi112.stdout:[client] 2024-09-14T09:00:49.858 INFO:teuthology.orchestra.run.smithi112.stdout: rgw cache enabled = true 2024-09-14T09:00:49.858 INFO:teuthology.orchestra.run.smithi112.stdout: rgw enable ops log = true 2024-09-14T09:00:49.858 INFO:teuthology.orchestra.run.smithi112.stdout: rgw enable usage log = true 2024-09-14T09:00:49.858 INFO:teuthology.orchestra.run.smithi112.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-14T09:00:49.858 INFO:teuthology.orchestra.run.smithi112.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-14T09:00:49.858 INFO:teuthology.orchestra.run.smithi112.stdout: rbd default data pool = datapool 2024-09-14T09:00:49.858 INFO:teuthology.orchestra.run.smithi112.stdout:[mon.a] 2024-09-14T09:00:49.884 INFO:teuthology.orchestra.run.smithi133.stdout:[global] 2024-09-14T09:00:49.884 INFO:teuthology.orchestra.run.smithi133.stdout: chdir = "" 2024-09-14T09:00:49.884 INFO:teuthology.orchestra.run.smithi133.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-14T09:00:49.885 INFO:teuthology.orchestra.run.smithi133.stdout: auth supported = cephx 2024-09-14T09:00:49.885 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.885 INFO:teuthology.orchestra.run.smithi133.stdout: filestore xattr use omap = true 2024-09-14T09:00:49.885 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.885 INFO:teuthology.orchestra.run.smithi133.stdout: mon clock drift allowed = 1.000 2024-09-14T09:00:49.885 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.885 INFO:teuthology.orchestra.run.smithi133.stdout: osd crush chooseleaf type = 0 2024-09-14T09:00:49.886 INFO:teuthology.orchestra.run.smithi133.stdout: auth debug = true 2024-09-14T09:00:49.886 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.886 INFO:teuthology.orchestra.run.smithi133.stdout: ms die on old message = true 2024-09-14T09:00:49.886 INFO:teuthology.orchestra.run.smithi133.stdout: ms die on bug = true 2024-09-14T09:00:49.886 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.886 INFO:teuthology.orchestra.run.smithi133.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-14T09:00:49.886 INFO:teuthology.orchestra.run.smithi133.stdout: mon pg warn max object skew = 0 2024-09-14T09:00:49.887 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.887 INFO:teuthology.orchestra.run.smithi133.stdout: # disable pg_autoscaler by default for new pools 2024-09-14T09:00:49.887 INFO:teuthology.orchestra.run.smithi133.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-14T09:00:49.887 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.887 INFO:teuthology.orchestra.run.smithi133.stdout: osd pool default size = 2 2024-09-14T09:00:49.888 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.888 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd allow primary affinity = true 2024-09-14T09:00:49.888 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd allow pg remap = true 2024-09-14T09:00:49.888 INFO:teuthology.orchestra.run.smithi133.stdout: mon warn on legacy crush tunables = false 2024-09-14T09:00:49.888 INFO:teuthology.orchestra.run.smithi133.stdout: mon warn on crush straw calc version zero = false 2024-09-14T09:00:49.888 INFO:teuthology.orchestra.run.smithi133.stdout: mon warn on no sortbitwise = false 2024-09-14T09:00:49.888 INFO:teuthology.orchestra.run.smithi133.stdout: mon warn on osd down out interval zero = false 2024-09-14T09:00:49.889 INFO:teuthology.orchestra.run.smithi133.stdout: mon warn on too few osds = false 2024-09-14T09:00:49.889 INFO:teuthology.orchestra.run.smithi133.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-14T09:00:49.889 INFO:teuthology.orchestra.run.smithi133.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-14T09:00:49.889 INFO:teuthology.orchestra.run.smithi133.stdout: mon_allow_pool_size_one = true 2024-09-14T09:00:49.889 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.889 INFO:teuthology.orchestra.run.smithi133.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-14T09:00:49.890 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.890 INFO:teuthology.orchestra.run.smithi133.stdout: osd default data pool replay window = 5 2024-09-14T09:00:49.890 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.890 INFO:teuthology.orchestra.run.smithi133.stdout: mon allow pool delete = true 2024-09-14T09:00:49.890 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.890 INFO:teuthology.orchestra.run.smithi133.stdout: mon cluster log file level = debug 2024-09-14T09:00:49.890 INFO:teuthology.orchestra.run.smithi133.stdout: debug asserts on shutdown = true 2024-09-14T09:00:49.891 INFO:teuthology.orchestra.run.smithi133.stdout: mon health detail to clog = false 2024-09-14T09:00:49.891 INFO:teuthology.orchestra.run.smithi133.stdout: mon host = 172.21.15.133 2024-09-14T09:00:49.891 INFO:teuthology.orchestra.run.smithi133.stdout: mon warn on pool no app = False 2024-09-14T09:00:49.891 INFO:teuthology.orchestra.run.smithi133.stdout: fsid = 1bc1c140-0fc6-4fba-b46c-96aae5a91276 2024-09-14T09:00:49.891 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.891 INFO:teuthology.orchestra.run.smithi133.stdout:[osd] 2024-09-14T09:00:49.891 INFO:teuthology.orchestra.run.smithi133.stdout: osd journal size = 100 2024-09-14T09:00:49.892 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.892 INFO:teuthology.orchestra.run.smithi133.stdout: osd scrub load threshold = 5.0 2024-09-14T09:00:49.892 INFO:teuthology.orchestra.run.smithi133.stdout: osd scrub max interval = 600 2024-09-14T09:00:49.892 INFO:teuthology.orchestra.run.smithi133.stdout: osd mclock profile = high_recovery_ops 2024-09-14T09:00:49.892 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.892 INFO:teuthology.orchestra.run.smithi133.stdout: osd recover clone overlap = true 2024-09-14T09:00:49.892 INFO:teuthology.orchestra.run.smithi133.stdout: osd recovery max chunk = 1048576 2024-09-14T09:00:49.893 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.893 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug shutdown = true 2024-09-14T09:00:49.893 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug op order = true 2024-09-14T09:00:49.893 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug verify stray on activate = true 2024-09-14T09:00:49.893 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug trim objects = true 2024-09-14T09:00:49.893 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.893 INFO:teuthology.orchestra.run.smithi133.stdout: osd open classes on start = true 2024-09-14T09:00:49.893 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug pg log writeout = true 2024-09-14T09:00:49.894 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.894 INFO:teuthology.orchestra.run.smithi133.stdout: osd deep scrub update digest min age = 30 2024-09-14T09:00:49.894 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.894 INFO:teuthology.orchestra.run.smithi133.stdout: osd map max advance = 10 2024-09-14T09:00:49.894 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.894 INFO:teuthology.orchestra.run.smithi133.stdout: journal zero on create = true 2024-09-14T09:00:49.894 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.895 INFO:teuthology.orchestra.run.smithi133.stdout: filestore ondisk finisher threads = 3 2024-09-14T09:00:49.895 INFO:teuthology.orchestra.run.smithi133.stdout: filestore apply finisher threads = 3 2024-09-14T09:00:49.895 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.895 INFO:teuthology.orchestra.run.smithi133.stdout: bdev debug aio = true 2024-09-14T09:00:49.895 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug misdirected ops = true 2024-09-14T09:00:49.895 INFO:teuthology.orchestra.run.smithi133.stdout: bluestore block size = 96636764160 2024-09-14T09:00:49.895 INFO:teuthology.orchestra.run.smithi133.stdout: bluestore compression algorithm = zstd 2024-09-14T09:00:49.895 INFO:teuthology.orchestra.run.smithi133.stdout: bluestore compression mode = aggressive 2024-09-14T09:00:49.896 INFO:teuthology.orchestra.run.smithi133.stdout: bluestore fsck on mount = True 2024-09-14T09:00:49.896 INFO:teuthology.orchestra.run.smithi133.stdout: debug bluefs = 1/20 2024-09-14T09:00:49.896 INFO:teuthology.orchestra.run.smithi133.stdout: debug bluestore = 1/20 2024-09-14T09:00:49.896 INFO:teuthology.orchestra.run.smithi133.stdout: debug ms = 1 2024-09-14T09:00:49.896 INFO:teuthology.orchestra.run.smithi133.stdout: debug osd = 20 2024-09-14T09:00:49.896 INFO:teuthology.orchestra.run.smithi133.stdout: debug rocksdb = 4/10 2024-09-14T09:00:49.896 INFO:teuthology.orchestra.run.smithi133.stdout: enable experimental unrecoverable data corrupting features = * 2024-09-14T09:00:49.896 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd backfillfull_ratio = 0.85 2024-09-14T09:00:49.897 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd full ratio = 0.9 2024-09-14T09:00:49.897 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd nearfull ratio = 0.8 2024-09-14T09:00:49.897 INFO:teuthology.orchestra.run.smithi133.stdout: osd debug randomize hobject sort order = False 2024-09-14T09:00:49.897 INFO:teuthology.orchestra.run.smithi133.stdout: osd failsafe full ratio = 0.95 2024-09-14T09:00:49.897 INFO:teuthology.orchestra.run.smithi133.stdout: osd objectstore = bluestore 2024-09-14T09:00:49.897 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.897 INFO:teuthology.orchestra.run.smithi133.stdout:[mgr] 2024-09-14T09:00:49.898 INFO:teuthology.orchestra.run.smithi133.stdout: debug ms = 1 2024-09-14T09:00:49.898 INFO:teuthology.orchestra.run.smithi133.stdout: debug mgr = 20 2024-09-14T09:00:49.898 INFO:teuthology.orchestra.run.smithi133.stdout: debug mon = 20 2024-09-14T09:00:49.898 INFO:teuthology.orchestra.run.smithi133.stdout: debug auth = 20 2024-09-14T09:00:49.898 INFO:teuthology.orchestra.run.smithi133.stdout: mon reweight min pgs per osd = 4 2024-09-14T09:00:49.898 INFO:teuthology.orchestra.run.smithi133.stdout: mon reweight min bytes per osd = 10 2024-09-14T09:00:49.898 INFO:teuthology.orchestra.run.smithi133.stdout: mgr/telemetry/nag = false 2024-09-14T09:00:49.898 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.898 INFO:teuthology.orchestra.run.smithi133.stdout:[mon] 2024-09-14T09:00:49.899 INFO:teuthology.orchestra.run.smithi133.stdout: debug ms = 1 2024-09-14T09:00:49.899 INFO:teuthology.orchestra.run.smithi133.stdout: debug mon = 20 2024-09-14T09:00:49.899 INFO:teuthology.orchestra.run.smithi133.stdout: debug paxos = 20 2024-09-14T09:00:49.899 INFO:teuthology.orchestra.run.smithi133.stdout: debug auth = 20 2024-09-14T09:00:49.899 INFO:teuthology.orchestra.run.smithi133.stdout: mon data avail warn = 5 2024-09-14T09:00:49.899 INFO:teuthology.orchestra.run.smithi133.stdout: mon mgr mkfs grace = 240 2024-09-14T09:00:49.899 INFO:teuthology.orchestra.run.smithi133.stdout: mon reweight min pgs per osd = 4 2024-09-14T09:00:49.899 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd reporter subtree level = osd 2024-09-14T09:00:49.900 INFO:teuthology.orchestra.run.smithi133.stdout: mon osd prime pg temp = true 2024-09-14T09:00:49.900 INFO:teuthology.orchestra.run.smithi133.stdout: mon reweight min bytes per osd = 10 2024-09-14T09:00:49.900 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.900 INFO:teuthology.orchestra.run.smithi133.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-14T09:00:49.900 INFO:teuthology.orchestra.run.smithi133.stdout: auth mon ticket ttl = 660 # 11m 2024-09-14T09:00:49.900 INFO:teuthology.orchestra.run.smithi133.stdout: auth service ticket ttl = 240 # 4m 2024-09-14T09:00:49.900 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.900 INFO:teuthology.orchestra.run.smithi133.stdout: # don't complain about insecure global_id in the test suite 2024-09-14T09:00:49.901 INFO:teuthology.orchestra.run.smithi133.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-14T09:00:49.901 INFO:teuthology.orchestra.run.smithi133.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-14T09:00:49.901 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.901 INFO:teuthology.orchestra.run.smithi133.stdout: # 1m isn't quite enough 2024-09-14T09:00:49.901 INFO:teuthology.orchestra.run.smithi133.stdout: mon_down_mkfs_grace = 2m 2024-09-14T09:00:49.901 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.901 INFO:teuthology.orchestra.run.smithi133.stdout: mon_warn_on_filestore_osds = false 2024-09-14T09:00:49.902 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:00:49.902 INFO:teuthology.orchestra.run.smithi133.stdout:[client] 2024-09-14T09:00:49.902 INFO:teuthology.orchestra.run.smithi133.stdout: rgw cache enabled = true 2024-09-14T09:00:49.902 INFO:teuthology.orchestra.run.smithi133.stdout: rgw enable ops log = true 2024-09-14T09:00:49.902 INFO:teuthology.orchestra.run.smithi133.stdout: rgw enable usage log = true 2024-09-14T09:00:49.902 INFO:teuthology.orchestra.run.smithi133.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-14T09:00:49.902 INFO:teuthology.orchestra.run.smithi133.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-14T09:00:49.902 INFO:teuthology.orchestra.run.smithi133.stdout: rbd default data pool = datapool 2024-09-14T09:00:49.902 INFO:teuthology.orchestra.run.smithi133.stdout:[mon.a] 2024-09-14T09:00:49.904 INFO:tasks.ceph:Creating admin key on cluster2.mon.a... 2024-09-14T09:00:49.904 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:00:49.998 INFO:tasks.ceph:Copying monmap to all nodes... 2024-09-14T09:00:49.999 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:00:49.999 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/etc/ceph/cluster2.keyring of=/dev/stdout 2024-09-14T09:00:50.014 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:00:50.014 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/home/ubuntu/cephtest/cluster2.monmap of=/dev/stdout 2024-09-14T09:00:50.069 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T09:00:50.069 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:50.069 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/cluster2.keyring 2024-09-14T09:00:50.069 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2024-09-14T09:00:50.105 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:00:50.105 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2024-09-14T09:00:50.161 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi133.front.sepia.ceph.com 2024-09-14T09:00:50.161 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:00:50.161 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/cluster2.keyring 2024-09-14T09:00:50.161 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2024-09-14T09:00:50.195 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:00:50.196 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2024-09-14T09:00:50.251 INFO:tasks.ceph:Setting up mon nodes... 2024-09-14T09:00:50.251 INFO:tasks.ceph:Setting up mgr nodes... 2024-09-14T09:00:50.252 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:00:50.342 INFO:teuthology.orchestra.run.smithi133.stdout:creating /var/lib/ceph/mgr/cluster2-x/keyring 2024-09-14T09:00:50.345 INFO:tasks.ceph:Setting up mds nodes... 2024-09-14T09:00:50.345 INFO:tasks.ceph_client:Setting up client nodes... 2024-09-14T09:00:50.346 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:00:50.386 INFO:teuthology.orchestra.run.smithi133.stdout:creating /etc/ceph/cluster2.client.0.keyring 2024-09-14T09:00:50.399 INFO:tasks.ceph:Running mkfs on osd nodes... 2024-09-14T09:00:50.399 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@smithi112.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@smithi133.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-14T09:00:50.400 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /var/lib/ceph/osd/cluster2-0 2024-09-14T09:00:50.465 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-14T09:00:50.465 INFO:tasks.ceph:role: cluster2.osd.0 2024-09-14T09:00:50.466 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi133.front.sepia.ceph.com 2024-09-14T09:00:50.466 DEBUG:teuthology.orchestra.run.smithi133:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2024-09-14T09:00:50.537 INFO:teuthology.orchestra.run.smithi133.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2024-09-14T09:00:50.537 INFO:teuthology.orchestra.run.smithi133.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-14T09:00:50.537 INFO:teuthology.orchestra.run.smithi133.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-14T09:00:50.537 INFO:teuthology.orchestra.run.smithi133.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-14T09:00:50.537 INFO:teuthology.orchestra.run.smithi133.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-14T09:00:50.537 INFO:teuthology.orchestra.run.smithi133.stdout: = sunit=0 swidth=0 blks 2024-09-14T09:00:50.537 INFO:teuthology.orchestra.run.smithi133.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-14T09:00:50.537 INFO:teuthology.orchestra.run.smithi133.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-14T09:00:50.537 INFO:teuthology.orchestra.run.smithi133.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-14T09:00:50.537 INFO:teuthology.orchestra.run.smithi133.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-14T09:00:51.014 INFO:teuthology.orchestra.run.smithi133.stdout:Discarding blocks...Done. 2024-09-14T09:00:51.016 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi133.front.sepia.ceph.com -o noatime 2024-09-14T09:00:51.016 DEBUG:teuthology.orchestra.run.smithi133:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster2-0 2024-09-14T09:00:51.130 DEBUG:teuthology.orchestra.run.smithi133:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-0 2024-09-14T09:00:51.161 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /var/lib/ceph/osd/cluster2-1 2024-09-14T09:00:51.227 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-14T09:00:51.227 INFO:tasks.ceph:role: cluster2.osd.1 2024-09-14T09:00:51.227 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi133.front.sepia.ceph.com 2024-09-14T09:00:51.228 DEBUG:teuthology.orchestra.run.smithi133:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2024-09-14T09:00:51.299 INFO:teuthology.orchestra.run.smithi133.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2024-09-14T09:00:51.299 INFO:teuthology.orchestra.run.smithi133.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-14T09:00:51.299 INFO:teuthology.orchestra.run.smithi133.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-14T09:00:51.299 INFO:teuthology.orchestra.run.smithi133.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-14T09:00:51.299 INFO:teuthology.orchestra.run.smithi133.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-14T09:00:51.299 INFO:teuthology.orchestra.run.smithi133.stdout: = sunit=0 swidth=0 blks 2024-09-14T09:00:51.299 INFO:teuthology.orchestra.run.smithi133.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-14T09:00:51.300 INFO:teuthology.orchestra.run.smithi133.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-14T09:00:51.300 INFO:teuthology.orchestra.run.smithi133.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-14T09:00:51.300 INFO:teuthology.orchestra.run.smithi133.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-14T09:00:51.755 INFO:teuthology.orchestra.run.smithi133.stdout:Discarding blocks...Done. 2024-09-14T09:00:51.757 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi133.front.sepia.ceph.com -o noatime 2024-09-14T09:00:51.758 DEBUG:teuthology.orchestra.run.smithi133:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster2-1 2024-09-14T09:00:51.829 DEBUG:teuthology.orchestra.run.smithi133:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-1 2024-09-14T09:00:51.898 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /var/lib/ceph/osd/cluster2-2 2024-09-14T09:00:51.963 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-14T09:00:51.963 INFO:tasks.ceph:role: cluster2.osd.2 2024-09-14T09:00:51.963 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi133.front.sepia.ceph.com 2024-09-14T09:00:51.963 DEBUG:teuthology.orchestra.run.smithi133:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2024-09-14T09:00:52.035 INFO:teuthology.orchestra.run.smithi133.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2024-09-14T09:00:52.035 INFO:teuthology.orchestra.run.smithi133.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-14T09:00:52.035 INFO:teuthology.orchestra.run.smithi133.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-14T09:00:52.035 INFO:teuthology.orchestra.run.smithi133.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-14T09:00:52.035 INFO:teuthology.orchestra.run.smithi133.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-14T09:00:52.036 INFO:teuthology.orchestra.run.smithi133.stdout: = sunit=0 swidth=0 blks 2024-09-14T09:00:52.036 INFO:teuthology.orchestra.run.smithi133.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-14T09:00:52.036 INFO:teuthology.orchestra.run.smithi133.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-14T09:00:52.036 INFO:teuthology.orchestra.run.smithi133.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-14T09:00:52.036 INFO:teuthology.orchestra.run.smithi133.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-14T09:00:52.523 INFO:teuthology.orchestra.run.smithi133.stdout:Discarding blocks...Done. 2024-09-14T09:00:52.525 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi133.front.sepia.ceph.com -o noatime 2024-09-14T09:00:52.525 DEBUG:teuthology.orchestra.run.smithi133:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster2-2 2024-09-14T09:00:52.622 DEBUG:teuthology.orchestra.run.smithi133:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-2 2024-09-14T09:00:52.652 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:00:52.757 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:52.758+0000 7fbd78e18640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:52.757 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:52.759+0000 7fbd78e18640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:52.758 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:52.760+0000 7fbd78e18640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:52.758 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:52.760+0000 7fbd78e18640 -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-14T09:00:52.762 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:52.764+0000 7fbd78e18640 -1 created new key in keyring /var/lib/ceph/osd/cluster2-0/keyring 2024-09-14T09:00:52.762 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:52.764+0000 7fbd78e18640 -1 bdev(0x559e11e43800 /var/lib/ceph/osd/cluster2-0/block) open stat got: (1) Operation not permitted 2024-09-14T09:00:52.762 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:52.764+0000 7fbd78e18640 -1 bluestore(/var/lib/ceph/osd/cluster2-0) _read_fsid unparsable uuid 2024-09-14T09:00:56.161 DEBUG:teuthology.orchestra.run.smithi133:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-0 2024-09-14T09:00:56.191 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:00:56.282 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:56.284+0000 7f0d0d60b640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:56.283 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:56.284+0000 7f0d0d60b640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:56.283 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:56.285+0000 7f0d0d60b640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:56.284 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:56.286+0000 7f0d0d60b640 -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-14T09:00:56.284 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:56.286+0000 7f0d0d60b640 -1 created new key in keyring /var/lib/ceph/osd/cluster2-1/keyring 2024-09-14T09:00:56.285 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:56.286+0000 7f0d0d60b640 -1 bdev(0x561a2c82f800 /var/lib/ceph/osd/cluster2-1/block) open stat got: (1) Operation not permitted 2024-09-14T09:00:56.285 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:56.286+0000 7f0d0d60b640 -1 bluestore(/var/lib/ceph/osd/cluster2-1) _read_fsid unparsable uuid 2024-09-14T09:00:59.430 DEBUG:teuthology.orchestra.run.smithi133:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-1 2024-09-14T09:00:59.457 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:00:59.543 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:59.544+0000 7fde16844640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:59.543 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:59.544+0000 7fde16844640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:59.544 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:59.545+0000 7fde16844640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:00:59.544 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:59.545+0000 7fde16844640 -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-14T09:00:59.545 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:59.546+0000 7fde16844640 -1 created new key in keyring /var/lib/ceph/osd/cluster2-2/keyring 2024-09-14T09:00:59.545 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:59.546+0000 7fde16844640 -1 bdev(0x55695f32f800 /var/lib/ceph/osd/cluster2-2/block) open stat got: (1) Operation not permitted 2024-09-14T09:00:59.545 INFO:teuthology.orchestra.run.smithi133.stderr:2024-09-14T09:00:59.546+0000 7fde16844640 -1 bluestore(/var/lib/ceph/osd/cluster2-2) _read_fsid unparsable uuid 2024-09-14T09:01:02.692 DEBUG:teuthology.orchestra.run.smithi133:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-2 2024-09-14T09:01:02.721 INFO:tasks.ceph:Reading keys from all nodes... 2024-09-14T09:01:02.721 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:01:02.721 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/var/lib/ceph/mgr/cluster2-x/keyring of=/dev/stdout 2024-09-14T09:01:02.788 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:01:02.788 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/var/lib/ceph/osd/cluster2-0/keyring of=/dev/stdout 2024-09-14T09:01:02.854 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:01:02.854 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/var/lib/ceph/osd/cluster2-1/keyring of=/dev/stdout 2024-09-14T09:01:02.919 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:01:02.919 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/var/lib/ceph/osd/cluster2-2/keyring of=/dev/stdout 2024-09-14T09:01:02.985 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:01:02.985 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/etc/ceph/cluster2.client.0.keyring of=/dev/stdout 2024-09-14T09:01:03.040 INFO:tasks.ceph:Adding keys to all mons... 2024-09-14T09:01:03.041 DEBUG:teuthology.orchestra.run.smithi133:> sudo tee -a /etc/ceph/cluster2.keyring 2024-09-14T09:01:03.104 INFO:teuthology.orchestra.run.smithi133.stdout:[mgr.x] 2024-09-14T09:01:03.104 INFO:teuthology.orchestra.run.smithi133.stdout: key = AQDCUOVmZJiSFBAApCgPUPy2tCquJdKiaYa45w== 2024-09-14T09:01:03.104 INFO:teuthology.orchestra.run.smithi133.stdout:[osd.0] 2024-09-14T09:01:03.104 INFO:teuthology.orchestra.run.smithi133.stdout: key = AQDEUOVmqpJaLRAAfYm0v5vfZdiYjLjADw3QZg== 2024-09-14T09:01:03.104 INFO:teuthology.orchestra.run.smithi133.stdout:[osd.1] 2024-09-14T09:01:03.105 INFO:teuthology.orchestra.run.smithi133.stdout: key = AQDIUOVmK4cWERAAF4C5Xmt8nn3L60D81e3hMQ== 2024-09-14T09:01:03.105 INFO:teuthology.orchestra.run.smithi133.stdout:[osd.2] 2024-09-14T09:01:03.105 INFO:teuthology.orchestra.run.smithi133.stdout: key = AQDLUOVm2UedIBAAICzVRWJLj72ix9pTEoSnBA== 2024-09-14T09:01:03.105 INFO:teuthology.orchestra.run.smithi133.stdout:[client.0] 2024-09-14T09:01:03.105 INFO:teuthology.orchestra.run.smithi133.stdout: key = AQDCUOVmZPYuFxAATojsKuSIIlTkPoRbmdESqg== 2024-09-14T09:01:03.106 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:01:03.197 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:01:03.248 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:01:03.298 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:01:03.350 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:01:03.403 INFO:tasks.ceph:Running mkfs on mon nodes... 2024-09-14T09:01:03.403 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /var/lib/ceph/mon/cluster2-a 2024-09-14T09:01:03.428 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:01:03.524 DEBUG:teuthology.orchestra.run.smithi133:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster2-a 2024-09-14T09:01:03.549 DEBUG:teuthology.orchestra.run.smithi133:> rm -- /home/ubuntu/cephtest/cluster2.monmap 2024-09-14T09:01:03.604 INFO:tasks.ceph:Starting mon daemons in cluster cluster2... 2024-09-14T09:01:03.604 INFO:tasks.ceph.cluster2.mon.a:Restarting daemon 2024-09-14T09:01:03.604 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster2 -i a 2024-09-14T09:01:03.646 INFO:tasks.ceph.cluster2.mon.a:Started 2024-09-14T09:01:03.646 INFO:tasks.ceph:Starting mgr daemons in cluster cluster2... 2024-09-14T09:01:03.647 INFO:tasks.ceph.cluster2.mgr.x:Restarting daemon 2024-09-14T09:01:03.647 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster2 -i x 2024-09-14T09:01:03.649 INFO:tasks.ceph.cluster2.mgr.x:Started 2024-09-14T09:01:03.649 DEBUG:tasks.ceph:set 0 configs 2024-09-14T09:01:03.649 INFO:tasks.ceph:Setting crush tunables to default 2024-09-14T09:01:03.649 DEBUG:teuthology.orchestra.run.smithi133:> sudo ceph --cluster cluster2 osd crush tunables default 2024-09-14T09:01:03.818 INFO:teuthology.orchestra.run.smithi133.stderr:adjusted tunables profile to default 2024-09-14T09:01:03.829 INFO:tasks.ceph:check_enable_crimson: False 2024-09-14T09:01:03.830 INFO:tasks.ceph:Starting osd daemons in cluster cluster2... 2024-09-14T09:01:03.830 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:01:03.830 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/var/lib/ceph/osd/cluster2-0/fsid of=/dev/stdout 2024-09-14T09:01:03.855 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:01:03.855 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/var/lib/ceph/osd/cluster2-1/fsid of=/dev/stdout 2024-09-14T09:01:03.919 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-09-14T09:01:03.919 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/var/lib/ceph/osd/cluster2-2/fsid of=/dev/stdout 2024-09-14T09:01:03.985 DEBUG:teuthology.orchestra.run.smithi133:> sudo ceph --cluster cluster2 osd new 84dc5f31-26b4-4447-94e5-e4618b770a08 0 2024-09-14T09:01:04.203 INFO:teuthology.orchestra.run.smithi133.stdout:0 2024-09-14T09:01:04.214 DEBUG:teuthology.orchestra.run.smithi133:> sudo ceph --cluster cluster2 osd new fda191aa-a277-482a-9780-14301d87a0b4 1 2024-09-14T09:01:04.390 INFO:teuthology.orchestra.run.smithi133.stdout:1 2024-09-14T09:01:04.401 DEBUG:teuthology.orchestra.run.smithi133:> sudo ceph --cluster cluster2 osd new dfdc512e-034f-4b11-9271-6019b874227d 2 2024-09-14T09:01:04.577 INFO:teuthology.orchestra.run.smithi133.stdout:2 2024-09-14T09:01:04.588 INFO:tasks.ceph.cluster2.osd.0:Restarting daemon 2024-09-14T09:01:04.589 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 0 2024-09-14T09:01:04.590 INFO:tasks.ceph.cluster2.osd.0:Started 2024-09-14T09:01:04.591 INFO:tasks.ceph.cluster2.osd.1:Restarting daemon 2024-09-14T09:01:04.591 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 1 2024-09-14T09:01:04.593 INFO:tasks.ceph.cluster2.osd.1:Started 2024-09-14T09:01:04.593 INFO:tasks.ceph.cluster2.osd.2:Restarting daemon 2024-09-14T09:01:04.593 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 2 2024-09-14T09:01:04.595 INFO:tasks.ceph.cluster2.osd.2:Started 2024-09-14T09:01:04.595 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2024-09-14T09:01:04.665 INFO:tasks.ceph.cluster2.osd.0.smithi133.stderr:2024-09-14T09:01:04.666+0000 7f0ef51a6640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:01:04.666 INFO:tasks.ceph.cluster2.osd.2.smithi133.stderr:2024-09-14T09:01:04.666+0000 7f3a3df45640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:01:04.670 INFO:tasks.ceph.cluster2.osd.2.smithi133.stderr:2024-09-14T09:01:04.670+0000 7f3a3df45640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:01:04.670 INFO:tasks.ceph.cluster2.osd.2.smithi133.stderr:2024-09-14T09:01:04.671+0000 7f3a3df45640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:01:04.670 INFO:tasks.ceph.cluster2.osd.0.smithi133.stderr:2024-09-14T09:01:04.671+0000 7f0ef51a6640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:01:04.670 INFO:tasks.ceph.cluster2.osd.0.smithi133.stderr:2024-09-14T09:01:04.671+0000 7f0ef51a6640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:01:04.689 INFO:tasks.ceph.cluster2.osd.1.smithi133.stderr:2024-09-14T09:01:04.690+0000 7fa3d2010640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:01:04.693 INFO:tasks.ceph.cluster2.osd.1.smithi133.stderr:2024-09-14T09:01:04.694+0000 7fa3d2010640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:01:04.693 INFO:tasks.ceph.cluster2.osd.1.smithi133.stderr:2024-09-14T09:01:04.694+0000 7fa3d2010640 -1 WARNING: all dangerous and experimental features are enabled. 2024-09-14T09:01:04.774 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:01:04.774 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":5,"fsid":"1bc1c140-0fc6-4fba-b46c-96aae5a91276","created":"2024-09-14T09:01:03.736233+0000","modified":"2024-09-14T09:01:04.579328+0000","last_up_change":"0.000000","last_in_change":"2024-09-14T09:01:04.579328+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":"84dc5f31-26b4-4447-94e5-e4618b770a08","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":"fda191aa-a277-482a-9780-14301d87a0b4","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":"dfdc512e-034f-4b11-9271-6019b874227d","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-14T09:01:04.785 INFO:tasks.ceph.ceph_manager.cluster2:[] 2024-09-14T09:01:04.785 INFO:tasks.ceph:Waiting for OSDs to come up 2024-09-14T09:01:05.087 DEBUG:teuthology.orchestra.run.smithi133:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2024-09-14T09:01:05.247 INFO:teuthology.misc.health.smithi133.stdout: 2024-09-14T09:01:05.248 INFO:teuthology.misc.health.smithi133.stdout:{"epoch":5,"fsid":"1bc1c140-0fc6-4fba-b46c-96aae5a91276","created":"2024-09-14T09:01:03.736233+0000","modified":"2024-09-14T09:01:04.579328+0000","last_up_change":"0.000000","last_in_change":"2024-09-14T09:01:04.579328+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":"84dc5f31-26b4-4447-94e5-e4618b770a08","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":"fda191aa-a277-482a-9780-14301d87a0b4","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":"dfdc512e-034f-4b11-9271-6019b874227d","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-14T09:01:05.260 DEBUG:teuthology.misc:0 of 3 OSDs are up 2024-09-14T09:01:06.332 INFO:tasks.ceph.cluster2.osd.1.smithi133.stderr:2024-09-14T09:01:06.333+0000 7fa3d2010640 -1 Falling back to public interface 2024-09-14T09:01:06.561 INFO:tasks.ceph.cluster2.osd.2.smithi133.stderr:2024-09-14T09:01:06.561+0000 7f3a3df45640 -1 Falling back to public interface 2024-09-14T09:01:06.573 INFO:tasks.ceph.cluster2.osd.0.smithi133.stderr:2024-09-14T09:01:06.573+0000 7f0ef51a6640 -1 Falling back to public interface 2024-09-14T09:01:09.114 INFO:tasks.ceph.cluster2.mgr.x.smithi133.stderr:2024-09-14T09:01:09.115+0000 7fdf5bc52640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-14T09:01:10.127 INFO:tasks.ceph.cluster2.osd.1.smithi133.stderr:2024-09-14T09:01:10.128+0000 7fa3d2010640 -1 osd.1 0 log_to_monitors true 2024-09-14T09:01:10.612 INFO:tasks.ceph.cluster2.osd.2.smithi133.stderr:2024-09-14T09:01:10.613+0000 7f3a3df45640 -1 osd.2 0 log_to_monitors true 2024-09-14T09:01:10.672 INFO:tasks.ceph.cluster2.osd.0.smithi133.stderr:2024-09-14T09:01:10.673+0000 7f0ef51a6640 -1 osd.0 0 log_to_monitors true 2024-09-14T09:01:11.563 DEBUG:teuthology.orchestra.run.smithi133:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2024-09-14T09:01:11.843 INFO:teuthology.misc.health.smithi133.stdout: 2024-09-14T09:01:11.844 INFO:teuthology.misc.health.smithi133.stdout:{"epoch":6,"fsid":"1bc1c140-0fc6-4fba-b46c-96aae5a91276","created":"2024-09-14T09:01:03.736233+0000","modified":"2024-09-14T09:01:11.117507+0000","last_up_change":"0.000000","last_in_change":"2024-09-14T09:01:04.579328+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":3,"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":"84dc5f31-26b4-4447-94e5-e4618b770a08","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":"fda191aa-a277-482a-9780-14301d87a0b4","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":"dfdc512e-034f-4b11-9271-6019b874227d","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-14T09:01:11.855 DEBUG:teuthology.misc:0 of 3 OSDs are up 2024-09-14T09:01:13.123 INFO:tasks.ceph.cluster2.osd.0.smithi133.stderr:2024-09-14T09:01:13.124+0000 7f0ef1949640 -1 osd.0 0 waiting for initial osdmap 2024-09-14T09:01:13.130 INFO:tasks.ceph.cluster2.osd.1.smithi133.stderr:2024-09-14T09:01:13.131+0000 7fa3cd8fe640 -1 osd.1 0 waiting for initial osdmap 2024-09-14T09:01:13.134 INFO:tasks.ceph.cluster2.osd.0.smithi133.stderr:2024-09-14T09:01:13.135+0000 7f0ee8f54640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-14T09:01:13.144 INFO:tasks.ceph.cluster2.osd.2.smithi133.stderr:2024-09-14T09:01:13.144+0000 7f3a39ed4640 -1 osd.2 0 waiting for initial osdmap 2024-09-14T09:01:13.145 INFO:tasks.ceph.cluster2.osd.1.smithi133.stderr:2024-09-14T09:01:13.146+0000 7fa3c571d640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-14T09:01:13.158 INFO:tasks.ceph.cluster2.osd.2.smithi133.stderr:2024-09-14T09:01:13.159+0000 7f3a31cf3640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-14T09:01:18.158 DEBUG:teuthology.orchestra.run.smithi133:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2024-09-14T09:01:18.456 INFO:teuthology.misc.health.smithi133.stdout: 2024-09-14T09:01:18.456 INFO:teuthology.misc.health.smithi133.stdout:{"epoch":12,"fsid":"1bc1c140-0fc6-4fba-b46c-96aae5a91276","created":"2024-09-14T09:01:03.736233+0000","modified":"2024-09-14T09:01:18.149346+0000","last_up_change":"2024-09-14T09:01:14.137461+0000","last_in_change":"2024-09-14T09:01:04.579328+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-14T09:01:16.127473+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"12","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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":"84dc5f31-26b4-4447-94e5-e4618b770a08","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.133:6816","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6817","nonce":1528281063}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6819","nonce":1528281063}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6823","nonce":1528281063}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6821","nonce":1528281063}]},"public_addr":"172.21.15.133:6817/1528281063","cluster_addr":"172.21.15.133:6819/1528281063","heartbeat_back_addr":"172.21.15.133:6823/1528281063","heartbeat_front_addr":"172.21.15.133:6821/1528281063","state":["exists","up"]},{"osd":1,"uuid":"fda191aa-a277-482a-9780-14301d87a0b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":10,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6801","nonce":2767349529}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6803","nonce":2767349529}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6807","nonce":2767349529}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6805","nonce":2767349529}]},"public_addr":"172.21.15.133:6801/2767349529","cluster_addr":"172.21.15.133:6803/2767349529","heartbeat_back_addr":"172.21.15.133:6807/2767349529","heartbeat_front_addr":"172.21.15.133:6805/2767349529","state":["exists","up"]},{"osd":2,"uuid":"dfdc512e-034f-4b11-9271-6019b874227d","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.133:6808","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6809","nonce":525948140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6811","nonce":525948140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6815","nonce":525948140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6813","nonce":525948140}]},"public_addr":"172.21.15.133:6809/525948140","cluster_addr":"172.21.15.133:6811/525948140","heartbeat_back_addr":"172.21.15.133:6815/525948140","heartbeat_front_addr":"172.21.15.133:6813/525948140","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-14T09:01:11.715627+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-14T09:01:11.095303+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-14T09:01:11.571346+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-14T09:01:18.468 DEBUG:teuthology.misc:3 of 3 OSDs are up 2024-09-14T09:01:18.468 INFO:tasks.ceph:Creating RBD pool 2024-09-14T09:01:18.468 DEBUG:teuthology.orchestra.run.smithi133:> sudo ceph --cluster cluster2 osd pool create rbd 8 2024-09-14T09:01:19.154 INFO:teuthology.orchestra.run.smithi133.stderr:pool 'rbd' created 2024-09-14T09:01:19.169 DEBUG:teuthology.orchestra.run.smithi133:> rbd --cluster cluster2 pool init rbd 2024-09-14T09:01:22.174 INFO:tasks.ceph:Starting mds daemons in cluster cluster2... 2024-09-14T09:01:22.175 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 config log 1 --format=json 2024-09-14T09:01:22.175 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2024-09-14T09:01:22.470 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:01:22.483 INFO:teuthology.orchestra.run.smithi133.stdout:[{"version":4,"timestamp":"2024-09-14T09:01:13.146515+0000","name":"","changes":[{"name":"osd.2/osd_mclock_max_capacity_iops_ssd","new_value":"5163.255042"}]}] 2024-09-14T09:01:22.483 INFO:tasks.ceph_manager:config epoch is 4 2024-09-14T09:01:22.484 INFO:tasks.ceph:Waiting until cluster2 daemons up and pgs clean... 2024-09-14T09:01:22.484 INFO:tasks.ceph.ceph_manager.cluster2:waiting for mgr available 2024-09-14T09:01:22.484 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 mgr dump --format=json 2024-09-14T09:01:22.815 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:01:22.826 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":5,"flags":0,"active_gid":4102,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":2082403599},{"type":"v1","addr":"172.21.15.133:6825","nonce":2082403599}]},"active_addr":"172.21.15.133:6825/2082403599","active_change":"2024-09-14T09:01:08.109017+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:1.26.1","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_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":[]},"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":"mds_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":[]},"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":"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":"rook","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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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.133:0","nonce":1460409697}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.133:0","nonce":3122731293}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.133:0","nonce":815330701}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.133:0","nonce":1277503072}]}]} 2024-09-14T09:01:22.828 INFO:tasks.ceph.ceph_manager.cluster2:mgr available! 2024-09-14T09:01:22.828 INFO:tasks.ceph.ceph_manager.cluster2:waiting for all up 2024-09-14T09:01:22.829 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2024-09-14T09:01:23.109 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:01:23.110 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":16,"fsid":"1bc1c140-0fc6-4fba-b46c-96aae5a91276","created":"2024-09-14T09:01:03.736233+0000","modified":"2024-09-14T09:01:22.162757+0000","last_up_change":"2024-09-14T09:01:14.137461+0000","last_in_change":"2024-09-14T09:01:04.579328+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-14T09:01:16.127473+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"12","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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-14T09:01:18.766265+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":"16","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":16,"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":"84dc5f31-26b4-4447-94e5-e4618b770a08","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6816","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6817","nonce":1528281063}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6819","nonce":1528281063}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6823","nonce":1528281063}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6821","nonce":1528281063}]},"public_addr":"172.21.15.133:6817/1528281063","cluster_addr":"172.21.15.133:6819/1528281063","heartbeat_back_addr":"172.21.15.133:6823/1528281063","heartbeat_front_addr":"172.21.15.133:6821/1528281063","state":["exists","up"]},{"osd":1,"uuid":"fda191aa-a277-482a-9780-14301d87a0b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6801","nonce":2767349529}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6803","nonce":2767349529}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6807","nonce":2767349529}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6805","nonce":2767349529}]},"public_addr":"172.21.15.133:6801/2767349529","cluster_addr":"172.21.15.133:6803/2767349529","heartbeat_back_addr":"172.21.15.133:6807/2767349529","heartbeat_front_addr":"172.21.15.133:6805/2767349529","state":["exists","up"]},{"osd":2,"uuid":"dfdc512e-034f-4b11-9271-6019b874227d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6809","nonce":525948140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6811","nonce":525948140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6815","nonce":525948140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6813","nonce":525948140}]},"public_addr":"172.21.15.133:6809/525948140","cluster_addr":"172.21.15.133:6811/525948140","heartbeat_back_addr":"172.21.15.133:6815/525948140","heartbeat_front_addr":"172.21.15.133:6813/525948140","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-14T09:01:11.715627+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-14T09:01:11.095303+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-14T09:01:11.571346+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-14T09:01:23.122 INFO:tasks.ceph.ceph_manager.cluster2:all up! 2024-09-14T09:01:23.122 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2024-09-14T09:01:23.403 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:01:23.403 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":16,"fsid":"1bc1c140-0fc6-4fba-b46c-96aae5a91276","created":"2024-09-14T09:01:03.736233+0000","modified":"2024-09-14T09:01:22.162757+0000","last_up_change":"2024-09-14T09:01:14.137461+0000","last_in_change":"2024-09-14T09:01:04.579328+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-14T09:01:16.127473+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"12","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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-14T09:01:18.766265+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":"16","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":16,"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":"84dc5f31-26b4-4447-94e5-e4618b770a08","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6816","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6817","nonce":1528281063}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6819","nonce":1528281063}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6823","nonce":1528281063}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6821","nonce":1528281063}]},"public_addr":"172.21.15.133:6817/1528281063","cluster_addr":"172.21.15.133:6819/1528281063","heartbeat_back_addr":"172.21.15.133:6823/1528281063","heartbeat_front_addr":"172.21.15.133:6821/1528281063","state":["exists","up"]},{"osd":1,"uuid":"fda191aa-a277-482a-9780-14301d87a0b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6801","nonce":2767349529}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6803","nonce":2767349529}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6807","nonce":2767349529}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6805","nonce":2767349529}]},"public_addr":"172.21.15.133:6801/2767349529","cluster_addr":"172.21.15.133:6803/2767349529","heartbeat_back_addr":"172.21.15.133:6807/2767349529","heartbeat_front_addr":"172.21.15.133:6805/2767349529","state":["exists","up"]},{"osd":2,"uuid":"dfdc512e-034f-4b11-9271-6019b874227d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6809","nonce":525948140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6811","nonce":525948140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6815","nonce":525948140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6813","nonce":525948140}]},"public_addr":"172.21.15.133:6809/525948140","cluster_addr":"172.21.15.133:6811/525948140","heartbeat_back_addr":"172.21.15.133:6815/525948140","heartbeat_front_addr":"172.21.15.133:6813/525948140","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-14T09:01:11.715627+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-14T09:01:11.095303+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-14T09:01:11.571346+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-14T09:01:23.416 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.0 flush_pg_stats 2024-09-14T09:01:23.417 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.1 flush_pg_stats 2024-09-14T09:01:23.417 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.2 flush_pg_stats 2024-09-14T09:01:23.554 INFO:teuthology.orchestra.run.smithi133.stdout:34359738371 2024-09-14T09:01:23.554 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2024-09-14T09:01:23.557 INFO:teuthology.orchestra.run.smithi133.stdout:34359738373 2024-09-14T09:01:23.557 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2024-09-14T09:01:23.558 INFO:teuthology.orchestra.run.smithi133.stdout:34359738372 2024-09-14T09:01:23.559 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2024-09-14T09:01:23.855 INFO:teuthology.orchestra.run.smithi133.stdout:34359738370 2024-09-14T09:01:23.868 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.2 2024-09-14T09:01:23.899 INFO:teuthology.orchestra.run.smithi133.stdout:34359738371 2024-09-14T09:01:23.904 INFO:teuthology.orchestra.run.smithi133.stdout:34359738372 2024-09-14T09:01:23.912 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738371 for osd.1 2024-09-14T09:01:23.917 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738373 got 34359738372 for osd.0 2024-09-14T09:01:24.869 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2024-09-14T09:01:24.913 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2024-09-14T09:01:24.918 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2024-09-14T09:01:25.190 INFO:teuthology.orchestra.run.smithi133.stdout:34359738371 2024-09-14T09:01:25.203 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.2 2024-09-14T09:01:25.204 DEBUG:teuthology.parallel:result is None 2024-09-14T09:01:25.237 INFO:teuthology.orchestra.run.smithi133.stdout:34359738372 2024-09-14T09:01:25.250 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738372 for osd.1 2024-09-14T09:01:25.251 DEBUG:teuthology.parallel:result is None 2024-09-14T09:01:25.267 INFO:teuthology.orchestra.run.smithi133.stdout:34359738373 2024-09-14T09:01:25.279 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738373 got 34359738373 for osd.0 2024-09-14T09:01:25.279 DEBUG:teuthology.parallel:result is None 2024-09-14T09:01:25.279 INFO:tasks.ceph.ceph_manager.cluster2:waiting for clean 2024-09-14T09:01:25.280 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-14T09:01:25.596 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:01:25.596 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-09-14T09:01:25.608 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":19,"stamp":"2024-09-14T09:01:24.115147+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":81616,"kb_used_data":528,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":283033904,"statfs":{"total":289910292480,"available":289826717696,"internally_reserved":0,"allocated":540672,"data_stored":1303162,"data_compressed":5986,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":4784,"internal_metadata":82963792},"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":"3.955660"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.173829+0000","last_change":"2024-09-14T09:01:22.174023+0000","last_active":"2024-09-14T09:01:22.173829+0000","last_peered":"2024-09-14T09:01:22.173829+0000","last_clean":"2024-09-14T09:01:22.173829+0000","last_became_active":"2024-09-14T09:01:20.168211+0000","last_became_peered":"2024-09-14T09:01:20.168211+0000","last_unstale":"2024-09-14T09:01:22.173829+0000","last_undegraded":"2024-09-14T09:01:22.173829+0000","last_fullsized":"2024-09-14T09:01:22.173829+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T19:56:14.767338+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055599600000000001,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.174398+0000","last_change":"2024-09-14T09:01:22.174657+0000","last_active":"2024-09-14T09:01:22.174398+0000","last_peered":"2024-09-14T09:01:22.174398+0000","last_clean":"2024-09-14T09:01:22.174398+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T09:01:22.174398+0000","last_undegraded":"2024-09-14T09:01:22.174398+0000","last_fullsized":"2024-09-14T09:01:22.174398+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T11:45:06.056615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010514719999999999,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.173787+0000","last_change":"2024-09-14T09:01:22.174036+0000","last_active":"2024-09-14T09:01:22.173787+0000","last_peered":"2024-09-14T09:01:22.173787+0000","last_clean":"2024-09-14T09:01:22.173787+0000","last_became_active":"2024-09-14T09:01:20.170971+0000","last_became_peered":"2024-09-14T09:01:20.170971+0000","last_unstale":"2024-09-14T09:01:22.173787+0000","last_undegraded":"2024-09-14T09:01:22.173787+0000","last_fullsized":"2024-09-14T09:01:22.173787+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T17:08:50.833420+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061291799999999995,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.174071+0000","last_change":"2024-09-14T09:01:22.174321+0000","last_active":"2024-09-14T09:01:22.174071+0000","last_peered":"2024-09-14T09:01:22.174071+0000","last_clean":"2024-09-14T09:01:22.174071+0000","last_became_active":"2024-09-14T09:01:20.168155+0000","last_became_peered":"2024-09-14T09:01:20.168155+0000","last_unstale":"2024-09-14T09:01:22.174071+0000","last_undegraded":"2024-09-14T09:01:22.174071+0000","last_fullsized":"2024-09-14T09:01:22.174071+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T20:37:30.657813+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00082187500000000001,"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":"16'2","reported_seq":22,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.167354+0000","last_change":"2024-09-14T09:01:22.167354+0000","last_active":"2024-09-14T09:01:22.167354+0000","last_peered":"2024-09-14T09:01:22.167354+0000","last_clean":"2024-09-14T09:01:22.167354+0000","last_became_active":"2024-09-14T09:01:20.170941+0000","last_became_peered":"2024-09-14T09:01:20.170941+0000","last_unstale":"2024-09-14T09:01:22.167354+0000","last_undegraded":"2024-09-14T09:01:22.167354+0000","last_fullsized":"2024-09-14T09:01:22.167354+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T12:02:39.158467+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058000100000000002,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.333126+0000","last_change":"2024-09-14T09:01:22.333327+0000","last_active":"2024-09-14T09:01:22.333126+0000","last_peered":"2024-09-14T09:01:22.333126+0000","last_clean":"2024-09-14T09:01:22.333126+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T09:01:22.333126+0000","last_undegraded":"2024-09-14T09:01:22.333126+0000","last_fullsized":"2024-09-14T09:01:22.333126+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T09:37:40.121157+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000368654,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.333163+0000","last_change":"2024-09-14T09:01:22.333336+0000","last_active":"2024-09-14T09:01:22.333163+0000","last_peered":"2024-09-14T09:01:22.333163+0000","last_clean":"2024-09-14T09:01:22.333163+0000","last_became_active":"2024-09-14T09:01:20.170892+0000","last_became_peered":"2024-09-14T09:01:20.170892+0000","last_unstale":"2024-09-14T09:01:22.333163+0000","last_undegraded":"2024-09-14T09:01:22.333163+0000","last_fullsized":"2024-09-14T09:01:22.333163+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T20:19:22.650839+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00035625400000000002,"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":"14'1","reported_seq":21,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.174123+0000","last_change":"2024-09-14T09:01:22.174348+0000","last_active":"2024-09-14T09:01:22.174123+0000","last_peered":"2024-09-14T09:01:22.174123+0000","last_clean":"2024-09-14T09:01:22.174123+0000","last_became_active":"2024-09-14T09:01:20.168111+0000","last_became_peered":"2024-09-14T09:01:20.168111+0000","last_unstale":"2024-09-14T09:01:22.174123+0000","last_undegraded":"2024-09-14T09:01:22.174123+0000","last_fullsized":"2024-09-14T09:01:22.174123+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T16:04:03.063819+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00080909700000000005,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"11'52","reported_seq":88,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.173294+0000","last_change":"2024-09-14T09:01:17.760674+0000","last_active":"2024-09-14T09:01:22.173294+0000","last_peered":"2024-09-14T09:01:22.173294+0000","last_clean":"2024-09-14T09:01:22.173294+0000","last_became_active":"2024-09-14T09:01:17.759626+0000","last_became_peered":"2024-09-14T09:01:17.759626+0000","last_unstale":"2024-09-14T09:01:22.173294+0000","last_undegraded":"2024-09-14T09:01:22.173294+0000","last_fullsized":"2024-09-14T09:01:22.173294+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:16.140882+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:16.140882+0000","last_clean_scrub_stamp":"2024-09-14T09:01:16.140882+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-15T14:27:53.418441+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":114688,"data_stored":1180736,"data_compressed":5986,"data_compressed_allocated":73728,"data_compressed_original":1146880,"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":34359738371,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27164,"kb_used_data":136,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344676,"statfs":{"total":96636764160,"available":96608948224,"internally_reserved":0,"allocated":139264,"data_stored":40796,"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":27228,"kb_used_data":196,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344612,"statfs":{"total":96636764160,"available":96608882688,"internally_reserved":0,"allocated":200704,"data_stored":631183,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"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":34359738373,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27224,"kb_used_data":196,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344616,"statfs":{"total":96636764160,"available":96608886784,"internally_reserved":0,"allocated":200704,"data_stored":631183,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1594,"internal_metadata":27654598},"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":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"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-14T09:01:25.609 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-14T09:01:25.889 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:01:25.890 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-09-14T09:01:25.901 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":19,"stamp":"2024-09-14T09:01:24.115147+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":81616,"kb_used_data":528,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":283033904,"statfs":{"total":289910292480,"available":289826717696,"internally_reserved":0,"allocated":540672,"data_stored":1303162,"data_compressed":5986,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":4784,"internal_metadata":82963792},"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":"3.955660"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.173829+0000","last_change":"2024-09-14T09:01:22.174023+0000","last_active":"2024-09-14T09:01:22.173829+0000","last_peered":"2024-09-14T09:01:22.173829+0000","last_clean":"2024-09-14T09:01:22.173829+0000","last_became_active":"2024-09-14T09:01:20.168211+0000","last_became_peered":"2024-09-14T09:01:20.168211+0000","last_unstale":"2024-09-14T09:01:22.173829+0000","last_undegraded":"2024-09-14T09:01:22.173829+0000","last_fullsized":"2024-09-14T09:01:22.173829+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T19:56:14.767338+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055599600000000001,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.174398+0000","last_change":"2024-09-14T09:01:22.174657+0000","last_active":"2024-09-14T09:01:22.174398+0000","last_peered":"2024-09-14T09:01:22.174398+0000","last_clean":"2024-09-14T09:01:22.174398+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T09:01:22.174398+0000","last_undegraded":"2024-09-14T09:01:22.174398+0000","last_fullsized":"2024-09-14T09:01:22.174398+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T11:45:06.056615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010514719999999999,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.173787+0000","last_change":"2024-09-14T09:01:22.174036+0000","last_active":"2024-09-14T09:01:22.173787+0000","last_peered":"2024-09-14T09:01:22.173787+0000","last_clean":"2024-09-14T09:01:22.173787+0000","last_became_active":"2024-09-14T09:01:20.170971+0000","last_became_peered":"2024-09-14T09:01:20.170971+0000","last_unstale":"2024-09-14T09:01:22.173787+0000","last_undegraded":"2024-09-14T09:01:22.173787+0000","last_fullsized":"2024-09-14T09:01:22.173787+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T17:08:50.833420+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061291799999999995,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.174071+0000","last_change":"2024-09-14T09:01:22.174321+0000","last_active":"2024-09-14T09:01:22.174071+0000","last_peered":"2024-09-14T09:01:22.174071+0000","last_clean":"2024-09-14T09:01:22.174071+0000","last_became_active":"2024-09-14T09:01:20.168155+0000","last_became_peered":"2024-09-14T09:01:20.168155+0000","last_unstale":"2024-09-14T09:01:22.174071+0000","last_undegraded":"2024-09-14T09:01:22.174071+0000","last_fullsized":"2024-09-14T09:01:22.174071+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T20:37:30.657813+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00082187500000000001,"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":"16'2","reported_seq":22,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.167354+0000","last_change":"2024-09-14T09:01:22.167354+0000","last_active":"2024-09-14T09:01:22.167354+0000","last_peered":"2024-09-14T09:01:22.167354+0000","last_clean":"2024-09-14T09:01:22.167354+0000","last_became_active":"2024-09-14T09:01:20.170941+0000","last_became_peered":"2024-09-14T09:01:20.170941+0000","last_unstale":"2024-09-14T09:01:22.167354+0000","last_undegraded":"2024-09-14T09:01:22.167354+0000","last_fullsized":"2024-09-14T09:01:22.167354+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T12:02:39.158467+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058000100000000002,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.333126+0000","last_change":"2024-09-14T09:01:22.333327+0000","last_active":"2024-09-14T09:01:22.333126+0000","last_peered":"2024-09-14T09:01:22.333126+0000","last_clean":"2024-09-14T09:01:22.333126+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T09:01:22.333126+0000","last_undegraded":"2024-09-14T09:01:22.333126+0000","last_fullsized":"2024-09-14T09:01:22.333126+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T09:37:40.121157+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000368654,"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":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.333163+0000","last_change":"2024-09-14T09:01:22.333336+0000","last_active":"2024-09-14T09:01:22.333163+0000","last_peered":"2024-09-14T09:01:22.333163+0000","last_clean":"2024-09-14T09:01:22.333163+0000","last_became_active":"2024-09-14T09:01:20.170892+0000","last_became_peered":"2024-09-14T09:01:20.170892+0000","last_unstale":"2024-09-14T09:01:22.333163+0000","last_undegraded":"2024-09-14T09:01:22.333163+0000","last_fullsized":"2024-09-14T09:01:22.333163+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T20:19:22.650839+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00035625400000000002,"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":"14'1","reported_seq":21,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.174123+0000","last_change":"2024-09-14T09:01:22.174348+0000","last_active":"2024-09-14T09:01:22.174123+0000","last_peered":"2024-09-14T09:01:22.174123+0000","last_clean":"2024-09-14T09:01:22.174123+0000","last_became_active":"2024-09-14T09:01:20.168111+0000","last_became_peered":"2024-09-14T09:01:20.168111+0000","last_unstale":"2024-09-14T09:01:22.174123+0000","last_undegraded":"2024-09-14T09:01:22.174123+0000","last_fullsized":"2024-09-14T09:01:22.174123+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T16:04:03.063819+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00080909700000000005,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"11'52","reported_seq":88,"reported_epoch":16,"state":"active+clean","last_fresh":"2024-09-14T09:01:22.173294+0000","last_change":"2024-09-14T09:01:17.760674+0000","last_active":"2024-09-14T09:01:22.173294+0000","last_peered":"2024-09-14T09:01:22.173294+0000","last_clean":"2024-09-14T09:01:22.173294+0000","last_became_active":"2024-09-14T09:01:17.759626+0000","last_became_peered":"2024-09-14T09:01:17.759626+0000","last_unstale":"2024-09-14T09:01:22.173294+0000","last_undegraded":"2024-09-14T09:01:22.173294+0000","last_fullsized":"2024-09-14T09:01:22.173294+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:16.140882+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:16.140882+0000","last_clean_scrub_stamp":"2024-09-14T09:01:16.140882+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-15T14:27:53.418441+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":114688,"data_stored":1180736,"data_compressed":5986,"data_compressed_allocated":73728,"data_compressed_original":1146880,"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":34359738371,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27164,"kb_used_data":136,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344676,"statfs":{"total":96636764160,"available":96608948224,"internally_reserved":0,"allocated":139264,"data_stored":40796,"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":27228,"kb_used_data":196,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344612,"statfs":{"total":96636764160,"available":96608882688,"internally_reserved":0,"allocated":200704,"data_stored":631183,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"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":34359738373,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27224,"kb_used_data":196,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344616,"statfs":{"total":96636764160,"available":96608886784,"internally_reserved":0,"allocated":200704,"data_stored":631183,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1594,"internal_metadata":27654598},"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":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"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-14T09:01:25.902 INFO:tasks.ceph.ceph_manager.cluster2:clean! 2024-09-14T09:01:25.902 INFO:tasks.ceph:Waiting until ceph cluster cluster2 is healthy... 2024-09-14T09:01:25.902 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy 2024-09-14T09:01:25.902 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 health --format=json 2024-09-14T09:01:26.219 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T09:01:26.220 INFO:teuthology.orchestra.run.smithi133.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-14T09:01:26.232 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy done 2024-09-14T09:01:26.233 INFO:teuthology.run_tasks:Running task exec... 2024-09-14T09:01:26.246 INFO:teuthology.task.exec:Executing custom commands... 2024-09-14T09:01:26.246 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T09:01:26.246 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:01:27.089 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile' 2024-09-14T09:01:29.079 INFO:teuthology.orchestra.run.smithi112.stderr:pool 'datapool' created 2024-09-14T09:01:29.096 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true' 2024-09-14T09:01:30.080 INFO:teuthology.orchestra.run.smithi112.stderr:set pool 3 allow_ec_overwrites to true 2024-09-14T09:01:30.098 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 pool init datapool' 2024-09-14T09:01:33.114 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@smithi133.front.sepia.ceph.com 2024-09-14T09:01:33.114 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:01:33.755 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile' 2024-09-14T09:01:35.747 INFO:teuthology.orchestra.run.smithi133.stderr:pool 'datapool' created 2024-09-14T09:01:35.766 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true' 2024-09-14T09:01:36.750 INFO:teuthology.orchestra.run.smithi133.stderr:set pool 3 allow_ec_overwrites to true 2024-09-14T09:01:36.769 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 pool init datapool' 2024-09-14T09:01:39.779 INFO:teuthology.run_tasks:Running task exec... 2024-09-14T09:01:39.789 INFO:teuthology.task.exec:Executing custom commands... 2024-09-14T09:01:39.789 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@smithi133.front.sepia.ceph.com 2024-09-14T09:01:39.789 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}'"'"' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0-src' 2024-09-14T09:01:40.190 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration execute client.0.0-src' 2024-09-14T09:03:30.739 INFO:teuthology.orchestra.run.smithi133.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-14T09:03:30.745 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration commit client.0.0-src' 2024-09-14T09:03:30.843 INFO:teuthology.orchestra.run.smithi133.stderr: Commit image migration: 100% complete...done. 2024-09-14T09:03:30.848 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.0-src@snap' 2024-09-14T09:03:31.832 INFO:teuthology.orchestra.run.smithi133.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-14T09:03:31.841 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap protect client.0.0-src@snap' 2024-09-14T09:03:31.916 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 clone client.0.0-src@snap client.0.0' 2024-09-14T09:03:32.006 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.0@snap' 2024-09-14T09:03:32.839 INFO:teuthology.orchestra.run.smithi133.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-14T09:03:32.849 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.1-src' 2024-09-14T09:03:32.926 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1-src' 2024-09-14T09:03:32.999 INFO:teuthology.orchestra.run.smithi133.stdout:bench type write io_size 16384 io_threads 1 bytes 1048576 pattern random 2024-09-14T09:03:33.137 INFO:teuthology.orchestra.run.smithi133.stdout: SEC OPS OPS/SEC BYTES/SEC 2024-09-14T09:03:33.137 INFO:teuthology.orchestra.run.smithi133.stdout:elapsed: 0 ops: 64 ops/sec: 467.162 bytes/sec: 7.3 MiB/s 2024-09-14T09:03:33.146 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.1-src@snap' 2024-09-14T09:03:33.840 INFO:teuthology.orchestra.run.smithi133.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-14T09:03:33.850 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap protect client.0.1-src@snap' 2024-09-14T09:03:33.926 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 clone client.0.1-src@snap client.0.1' 2024-09-14T09:03:34.019 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1' 2024-09-14T09:03:34.097 INFO:teuthology.orchestra.run.smithi133.stdout:bench type write io_size 16384 io_threads 1 bytes 1048576 pattern random 2024-09-14T09:03:34.257 INFO:teuthology.orchestra.run.smithi133.stdout: SEC OPS OPS/SEC BYTES/SEC 2024-09-14T09:03:34.257 INFO:teuthology.orchestra.run.smithi133.stdout:elapsed: 0 ops: 64 ops/sec: 400.008 bytes/sec: 6.3 MiB/s 2024-09-14T09:03:34.267 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.1@snap' 2024-09-14T09:03:34.839 INFO:teuthology.orchestra.run.smithi133.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-14T09:03:34.848 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.2-src' 2024-09-14T09:03:34.918 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.2-src' 2024-09-14T09:03:34.990 INFO:teuthology.orchestra.run.smithi133.stdout:bench type write io_size 16384 io_threads 1 bytes 1048576 pattern random 2024-09-14T09:03:35.132 INFO:teuthology.orchestra.run.smithi133.stdout: SEC OPS OPS/SEC BYTES/SEC 2024-09-14T09:03:35.133 INFO:teuthology.orchestra.run.smithi133.stdout:elapsed: 0 ops: 64 ops/sec: 450.713 bytes/sec: 7.0 MiB/s 2024-09-14T09:03:35.144 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.2-src@snap' 2024-09-14T09:03:35.844 INFO:teuthology.orchestra.run.smithi133.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-14T09:03:35.854 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap protect client.0.2-src@snap' 2024-09-14T09:03:35.926 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 clone client.0.2-src@snap client.0.2' 2024-09-14T09:03:36.018 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T09:03:36.099 INFO:teuthology.orchestra.run.smithi133.stdout:bench type write io_size 16384 io_threads 1 bytes 2097152 pattern random 2024-09-14T09:03:36.423 INFO:teuthology.orchestra.run.smithi133.stdout: SEC OPS OPS/SEC BYTES/SEC 2024-09-14T09:03:36.423 INFO:teuthology.orchestra.run.smithi133.stdout:elapsed: 0 ops: 128 ops/sec: 395.069 bytes/sec: 6.2 MiB/s 2024-09-14T09:03:36.433 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.2@snap' 2024-09-14T09:03:36.847 INFO:teuthology.orchestra.run.smithi133.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2024-09-14T09:03:36.856 INFO:teuthology.run_tasks:Running task exec... 2024-09-14T09:03:37.038 INFO:teuthology.task.exec:Executing custom commands... 2024-09-14T09:03:37.038 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T09:03:37.039 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:03:38.160 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:03:39.159 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:03:40.163 INFO:teuthology.run_tasks:Running task parallel... 2024-09-14T09:03:40.178 INFO:teuthology.task.parallel:starting parallel... 2024-09-14T09:03:40.178 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-14T09:03:40.179 INFO:teuthology.task.sequential:In sequential, running task qemu... 2024-09-14T09:03:40.197 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/qemu /home/ubuntu/cephtest/archive/qemu 2024-09-14T09:03:40.197 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-14T09:03:40.198 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-09-14T09:03:40.198 INFO:teuthology.task.exec:Executing custom commands... 2024-09-14T09:03:40.198 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T09:03:40.198 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2024-09-14T09:03:40.216 INFO:teuthology.packaging:Installing package qemu-kvm-block-rbd on ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T09:03:40.216 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install qemu-kvm-block-rbd 2024-09-14T09:03:40.833 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:05:27 ago on Sat 14 Sep 2024 08:58:13 AM UTC. 2024-09-14T09:03:40.923 INFO:teuthology.orchestra.run.smithi112.stdout:Package qemu-kvm-block-rbd-17:9.0.0-10.el9.x86_64 is already installed. 2024-09-14T09:03:40.967 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T09:03:40.968 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-14T09:03:40.968 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T09:03:41.026 INFO:tasks.qemu:generating iso... 2024-09-14T09:03:41.027 INFO:tasks.qemu:Pulling tests from https://git.ceph.com/ceph.git ref 0d61375b8ab53be4c233f5b93e463edfdff9316a 2024-09-14T09:03:41.027 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && git clone https://git.ceph.com/ceph.git /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && cd /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && git checkout 0d61375b8ab53be4c233f5b93e463edfdff9316a 2024-09-14T09:03:41.043 INFO:teuthology.orchestra.run.smithi112.stderr:Cloning into '/home/ubuntu/cephtest/qemu_clone.cluster1.client.0'... 2024-09-14T09:04:36.269 INFO:teuthology.orchestra.run.smithi112.stderr:Note: switching to '0d61375b8ab53be4c233f5b93e463edfdff9316a'. 2024-09-14T09:04:36.269 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-14T09:04:36.269 INFO:teuthology.orchestra.run.smithi112.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2024-09-14T09:04:36.269 INFO:teuthology.orchestra.run.smithi112.stderr:changes and commit them, and you can discard any commits you make in this 2024-09-14T09:04:36.269 INFO:teuthology.orchestra.run.smithi112.stderr:state without impacting any branches by switching back to a branch. 2024-09-14T09:04:36.269 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-14T09:04:36.269 INFO:teuthology.orchestra.run.smithi112.stderr:If you want to create a new branch to retain commits you create, you may 2024-09-14T09:04:36.270 INFO:teuthology.orchestra.run.smithi112.stderr:do so (now or later) by using -c with the switch command. Example: 2024-09-14T09:04:36.270 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-14T09:04:36.270 INFO:teuthology.orchestra.run.smithi112.stderr: git switch -c 2024-09-14T09:04:36.270 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-14T09:04:36.270 INFO:teuthology.orchestra.run.smithi112.stderr:Or undo this operation with: 2024-09-14T09:04:36.270 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-14T09:04:36.270 INFO:teuthology.orchestra.run.smithi112.stderr: git switch - 2024-09-14T09:04:36.270 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-14T09:04:36.270 INFO:teuthology.orchestra.run.smithi112.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2024-09-14T09:04:36.270 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-14T09:04:36.270 INFO:teuthology.orchestra.run.smithi112.stderr:HEAD is now at 0d61375b8ab Merge pull request #59485 from mcv21/cephadm_image_warn 2024-09-14T09:04:36.272 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:04:36.272 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/home/ubuntu/cephtest/qemu/userdata.cluster1.client.0 2024-09-14T09:04:36.327 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-14T09:04:36.328 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/home/ubuntu/cephtest/qemu/metadata.cluster1.client.0 2024-09-14T09:04:36.384 INFO:tasks.qemu:fetching test qa/run_xfstests_qemu.sh for cluster1.client.0 2024-09-14T09:04:36.385 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:04:36.441 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T09:04:36.569 INFO:tasks.qemu:downloading base image 2024-09-14T09:04:36.570 DEBUG:teuthology.orchestra.run.smithi112:> rbd --cluster cluster1 resize --size=10240M client.0.0 || true 2024-09-14T09:04:36.660 INFO:teuthology.orchestra.run.smithi112.stderr: Resizing image: 100% complete...done. 2024-09-14T09:04:36.671 DEBUG:teuthology.orchestra.run.smithi112:> rbd --cluster cluster1 resize --size=10240M client.0.1 || true 2024-09-14T09:04:36.757 INFO:teuthology.orchestra.run.smithi112.stderr: Resizing image: 100% complete...done. 2024-09-14T09:04:36.767 DEBUG:teuthology.orchestra.run.smithi112:> rbd --cluster cluster1 resize --size=10240M client.0.2 || true 2024-09-14T09:04:36.858 INFO:teuthology.orchestra.run.smithi112.stderr: Resizing image: 100% complete...done. 2024-09-14T09:04:36.875 DEBUG:teuthology.orchestra.run.smithi112:> mkdir /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 && sudo modprobe kvm 2024-09-14T09:04:36.901 INFO:tasks.qemu:Creating the nfs export directory... 2024-09-14T09:04:36.901 DEBUG:teuthology.orchestra.run.smithi112:> sudo mkdir -p /export/cluster1.client.0 2024-09-14T09:04:36.965 INFO:tasks.qemu:Mounting the test directory... 2024-09-14T09:04:36.966 DEBUG:teuthology.orchestra.run.smithi112:> sudo mount --bind /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 /export/cluster1.client.0 2024-09-14T09:04:37.030 INFO:tasks.qemu:Adding mount to /etc/exports... 2024-09-14T09:04:37.030 INFO:tasks.qemu:Deleting export from /etc/exports... 2024-09-14T09:04:37.031 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i '\|/export/cluster1.client.0|d' /etc/exports 2024-09-14T09:04:37.096 DEBUG:teuthology.orchestra.run.smithi112:> echo '/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure)' | sudo tee -a /etc/exports 2024-09-14T09:04:37.161 INFO:teuthology.orchestra.run.smithi112.stdout:/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure) 2024-09-14T09:04:37.163 INFO:tasks.qemu:Restarting NFS... 2024-09-14T09:04:37.163 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl restart nfs-server 2024-09-14T09:04:37.902 DEBUG:teuthology.orchestra.run.smithi112:> sudo udevadm control --reload 2024-09-14T09:04:37.937 DEBUG:teuthology.orchestra.run.smithi112:> sudo udevadm trigger /dev/kvm 2024-09-14T09:04:38.007 DEBUG:teuthology.orchestra.run.smithi112:> ls -l /dev/kvm 2024-09-14T09:04:38.062 INFO:teuthology.orchestra.run.smithi112.stdout:crw-rw-rw-. 1 root kvm 10, 232 Sep 14 09:04 /dev/kvm 2024-09-14T09:04:38.062 INFO:tasks.qemu:starting qemu... 2024-09-14T09:04:38.063 DEBUG:teuthology.orchestra.run.smithi112:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper term /usr/libexec/qemu-kvm -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-14T09:04:38.104 INFO:tasks.qemu:waiting for qemu tests to finish... 2024-09-14T09:04:38.458 INFO:tasks.qemu.cluster1.client.0.smithi112.stderr:qemu-kvm: warning: Machine type 'pc-i440fx-rhel7.6.0' is deprecated: machine types for previous major releases are deprecated 2024-09-14T09:04:38.557 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:c[?7lSeaBIOS (version 1.16.3-2.el9) 2024-09-14T09:04:38.557 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:38.557 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:38.557 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:iPXE (http://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BEFCCB30+BEF0CB30 CA00 2024-09-14T09:04:38.557 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Press Ctrl-B to configure iPXE (PCI 00:03.0)... 2024-09-14T09:04:38.557 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:38.557 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:38.832 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Booting from Hard Disk... 2024-09-14T09:04:39.230 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:GNU GRUB version 1.99-21ubuntu3.4┌──────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└──────────────────────────────────────────────────────────────────────────┘ 2024-09-14T09:04:39.230 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:39.230 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: Use the ↑ and ↓ keys to select which entry is highlighted. 2024-09-14T09:04:39.230 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: Press enter to boot the selected OS, 'e' to edit the commands 2024-09-14T09:04:39.230 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: before booting or 'c' for a command-line. 2024-09-14T09:04:39.230 INFO:tasks.qemu.cluster1.client.0.smithi112.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-14T09:04:39.230 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:39.230 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:39.230 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:39.230 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:39.231 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.054 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: The highlighted entry will be executed automatically in 5s.  2024-09-14T09:04:40.054 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.054 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:40.056 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.049 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: The highlighted entry will be executed automatically in 4s.  2024-09-14T09:04:41.049 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.049 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.049 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.049 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.049 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.049 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.049 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.049 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.049 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:41.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.054 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: The highlighted entry will be executed automatically in 3s.  2024-09-14T09:04:42.054 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.054 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.054 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.054 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.054 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:42.055 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.049 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: The highlighted entry will be executed automatically in 2s.  2024-09-14T09:04:43.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.051 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.051 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.051 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.051 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.051 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:43.051 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.056 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: The highlighted entry will be executed automatically in 1s.  2024-09-14T09:04:44.056 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.056 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.056 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.056 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.056 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.056 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.056 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.056 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.056 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.056 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.057 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.057 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.057 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.057 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.057 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.057 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.057 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:04:44.971 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: The highlighted entry will be executed automatically in 0s. [ 0.000000] Initializing cgroup subsys cpuset 2024-09-14T09:04:46.460 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Initializing cgroup subsys cpu 2024-09-14T09:04:46.461 INFO:tasks.qemu.cluster1.client.0.smithi112.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-14T09:04:46.461 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2024-09-14T09:04:46.461 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] KERNEL supported cpus: 2024-09-14T09:04:46.461 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Intel GenuineIntel 2024-09-14T09:04:46.461 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] AMD AuthenticAMD 2024-09-14T09:04:46.461 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Centaur CentaurHauls 2024-09-14T09:04:46.461 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] BIOS-provided physical RAM map: 2024-09-14T09:04:46.461 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 2024-09-14T09:04:46.461 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 2024-09-14T09:04:46.461 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) 2024-09-14T09:04:46.461 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffd7000 (usable) 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 00000000bffd7000 - 00000000c0000000 (reserved) 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable) 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] NX (Execute Disable) protection: active 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] DMI 2.8 present. 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] No AGP bridge found 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] last_pfn = 0xbffd7 max_arch_pfn = 0x400000000 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] found SMP MP-table at [ffff8800000f53e0] f53e0 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Using GB pages for direct mapping 2024-09-14T09:04:46.462 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] init_memory_mapping: 0000000000000000-00000000bffd7000 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] RAMDISK: 37786000 - 37bbb000 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: RSDP 00000000000f51b0 00014 (v00 BOCHS ) 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: RSDT 00000000bffe1b9b 00030 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: FACP 00000000bffe1a87 00074 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: DSDT 00000000bffe0040 01A47 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: FACS 00000000bffe0000 00040 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: APIC 00000000bffe1afb 00078 (v03 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: WAET 00000000bffe1b73 00028 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] No NUMA configuration found 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Faking a node at 0000000000000000-0000000140000000 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000 2024-09-14T09:04:46.463 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff] 2024-09-14T09:04:46.464 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2024-09-14T09:04:46.464 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf6681, boot clock 2024-09-14T09:04:46.464 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Zone PFN ranges: 2024-09-14T09:04:46.464 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] DMA 0x00000010 -> 0x00001000 2024-09-14T09:04:46.464 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] DMA32 0x00001000 -> 0x00100000 2024-09-14T09:04:46.464 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Normal 0x00100000 -> 0x00140000 2024-09-14T09:04:46.464 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Movable zone start PFN for each node 2024-09-14T09:04:46.464 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] early_node_map[3] active PFN ranges 2024-09-14T09:04:46.464 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] 0: 0x00000010 -> 0x0000009f 2024-09-14T09:04:46.464 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] 0: 0x00000100 -> 0x000bffd7 2024-09-14T09:04:46.464 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] 0: 0x00100000 -> 0x00140000 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Using ACPI (MADT) for SMP configuration information 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs 2024-09-14T09:04:46.465 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 2024-09-14T09:04:46.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 2024-09-14T09:04:46.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 2024-09-14T09:04:46.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000bffd7000 - 00000000c0000000 2024-09-14T09:04:46.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000feffc000 2024-09-14T09:04:46.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000 2024-09-14T09:04:46.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000 2024-09-14T09:04:46.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000 2024-09-14T09:04:46.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3effc000) 2024-09-14T09:04:46.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Booting paravirtualized kernel on KVM 2024-09-14T09:04:46.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 2024-09-14T09:04:46.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82880 r8192 d23616 u2097152 2024-09-14T09:04:46.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] kvm-clock: cpu 0, msr 1:3fc13681, primary cpu clock 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] KVM setup async PF for cpu 0 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0dd40 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1027937 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Policy zone: Normal 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Checking aperture... 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] No AGP bridge found 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Memory: 4041884k/5242880k available (6532k kernel code, 1049192k absent, 151804k reserved, 6657k data, 924k init) 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Hierarchical RCU implementation. 2024-09-14T09:04:46.467 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Console: colour VGA+ 80x25 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] console [ttyS0] enabled 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] allocated 33554432 bytes of page_cgroup 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.000000] Detected 3500.000 MHz processor. 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.008000] Calibrating delay loop (skipped) preset value.. 7000.00 BogoMIPS (lpj=14000000) 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.008000] pid_max: default: 32768 minimum: 301 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.008000] Security Framework initialized 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.008012] AppArmor: AppArmor initialized 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.008839] Yama: becoming mindful. 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.009856] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 2024-09-14T09:04:46.468 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.012249] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 2024-09-14T09:04:46.469 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.013810] Mount-cache hash table entries: 256 2024-09-14T09:04:46.469 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.014775] Initializing cgroup subsys cpuacct 2024-09-14T09:04:46.469 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.015658] Initializing cgroup subsys memory 2024-09-14T09:04:46.469 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.016013] Initializing cgroup subsys devices 2024-09-14T09:04:46.469 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.016871] Initializing cgroup subsys freezer 2024-09-14T09:04:46.469 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.017746] Initializing cgroup subsys blkio 2024-09-14T09:04:46.469 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.018629] Initializing cgroup subsys perf_event 2024-09-14T09:04:46.469 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.020044] CPU: Physical Processor ID: 0 2024-09-14T09:04:46.469 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.021607] mce: CPU supports 10 MCE banks 2024-09-14T09:04:46.469 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.022677] SMP alternatives: switching to UP code 2024-09-14T09:04:46.469 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.036720] Freeing SMP alternatives: 24k freed 2024-09-14T09:04:46.469 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.037647] ACPI: Core revision 20110623 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.038879] ftrace: allocating 27008 entries in 106 pages 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.048226] Enabling x2apic 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.048866] Enabled x2apic 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.052006] Switched APIC routing to physical x2apic. 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.054143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.056005] CPU0: Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz stepping 01 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.060003] Performance Events: generic architected perfmon, Intel PMU driver. 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.060003] ... version: 2 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.060003] ... bit width: 48 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.060003] ... generic registers: 4 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.060005] ... value mask: 0000ffffffffffff 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.061115] ... max period: 000000007fffffff 2024-09-14T09:04:46.470 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.062196] ... fixed-purpose events: 3 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.063016] ... event mask: 000000070000000f 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.064073] NMI watchdog enabled, takes one hw-pmu counter. 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.068023] Brought up 1 CPUs 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.068625] Total of 1 processors activated (7000.00 BogoMIPS). 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.072337] devtmpfs: initialized 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.073388] EVM: security.selinux 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.074060] EVM: security.SMACK64 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.074718] EVM: security.capability 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.076093] print_constraints: dummy: 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.076905] RTC time: 9:04:44, date: 09/14/24 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.077814] NET: Registered protocol family 16 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.078744] ACPI: bus type pci registered 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.079631] PCI: Using configuration type 1 for base access 2024-09-14T09:04:46.471 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.080446] bio: create slab at 0 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.081323] ACPI: Added _OSI(Module Device) 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.082164] ACPI: Added _OSI(Processor Device) 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.083033] ACPI: Added _OSI(3.0 _SCP Extensions) 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.084019] ACPI: Added _OSI(Processor Aggregator Device) 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.086063] ACPI: Interpreter enabled 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.086813] ACPI: (supports S0 S5) 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.088155] ACPI: Using IOAPIC for interrupt routing 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.090247] ACPI: No dock devices found. 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.091039] HEST: Table not found. 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.091797] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.092033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.093308] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] 2024-09-14T09:04:46.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.096024] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.097355] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.098799] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.100018] pci_root PNP0A03:00: host bridge window [mem 0x380000000000-0x38007fffffff] 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.105737] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.107439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.156951] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e) 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.159628] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.160384] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.161667] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.162938] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.164343] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.165540] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none 2024-09-14T09:04:46.473 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.167152] vgaarb: loaded 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.168034] vgaarb: bridge control possible 0000:00:02.0 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.169153] i2c-core: driver [aat2870] using legacy suspend method 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.170395] i2c-core: driver [aat2870] using legacy resume method 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.171668] SCSI subsystem initialized 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.172118] usbcore: registered new interface driver usbfs 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.173230] usbcore: registered new interface driver hub 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.174311] usbcore: registered new device driver usb 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.175393] PCI: Using ACPI for IRQ routing 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.176237] NetLabel: Initializing 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.176925] NetLabel: domain hash size = 128 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.177793] NetLabel: protocols = UNLABELED CIPSOv4 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.178824] NetLabel: unlabeled traffic allowed by default 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.180070] Switching to clocksource kvm-clock 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.182941] AppArmor: AppArmor Filesystem Enabled 2024-09-14T09:04:46.474 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.183952] pnp: PnP ACPI init 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.184600] ACPI: bus type pnp registered 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.185786] pnp: PnP ACPI: found 9 devices 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.186606] ACPI: ACPI bus type pnp unregistered 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.192740] NET: Registered protocol family 2 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.193692] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.195718] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.198391] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.199903] TCP: Hash tables configured (established 524288 bind 65536) 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.201542] TCP reno registered 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.202280] UDP hash table entries: 2048 (order: 4, 65536 bytes) 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.203555] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.205057] NET: Registered protocol family 1 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.206012] pci 0000:00:00.0: Limiting direct PCI/PCI transfers 2024-09-14T09:04:46.475 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.207255] pci 0000:00:01.0: PIIX3: Enabling Passive Release 2024-09-14T09:04:46.476 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.208439] pci 0000:00:01.0: Activating ISA DMA hang workarounds 2024-09-14T09:04:46.476 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.209837] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2024-09-14T09:04:46.476 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.211140] Placing 64MB software IO TLB between ffff8800bbfd7000 - ffff8800bffd7000 2024-09-14T09:04:46.476 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.212735] software IO TLB at phys 0xbbfd7000 - 0xbffd7000 2024-09-14T09:04:46.476 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.214161] audit: initializing netlink socket (disabled) 2024-09-14T09:04:46.476 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.215298] type=2000 audit(1726304684.212:1): initialized 2024-09-14T09:04:46.476 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.229425] Trying to unpack rootfs image as initramfs... 2024-09-14T09:04:46.476 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.248346] HugeTLB registered 2 MB page size, pre-allocated 0 pages 2024-09-14T09:04:46.476 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.257060] VFS: Disk quotas dquot_6.5.2 2024-09-14T09:04:46.476 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.257974] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2024-09-14T09:04:46.476 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.259518] fuse init (API version 7.17) 2024-09-14T09:04:46.476 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.260444] msgmni has been set to 7894 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.276140] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.284047] io scheduler noop registered 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.284941] io scheduler deadline registered (default) 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.286011] io scheduler cfq registered 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.286829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.287987] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.289424] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.290903] ACPI: Power Button [PWRF] 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.292595] Freeing initrd memory: 4308k freed 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.294247] ERST: Table is not found! 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.294733] GHES: HEST is not enabled! 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.295392] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.296109] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 2024-09-14T09:04:46.477 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.297630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.298386] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.299742] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.300433] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.301615] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.324547] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.347884] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.348664] Linux agpgart interface v0.103 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.349683] brd: module loaded 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.350515] loop: module loaded 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.352721] vda: vda1 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.358002] vdb: unknown partition table 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.363214] vdc: unknown partition table 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.364558] scsi0 : ata_piix 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.364958] scsi1 : ata_piix 2024-09-14T09:04:46.478 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.365327] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.366131] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.367080] Fixed MDIO Bus: probed 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.367501] tun: Universal TUN/TAP device driver, 1.6 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.368129] tun: (C) 1999-2004 Max Krasnyansky 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.369115] PPP generic driver version 2.4.2 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.369686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.370478] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.371238] uhci_hcd: USB Universal Host Controller Interface driver 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.372036] usbcore: registered new interface driver libusual 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.372754] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.374286] serio: i8042 KBD port at 0x60,0x64 irq 1 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.374899] serio: i8042 AUX port at 0x60,0x64 irq 12 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.375794] mousedev: PS/2 mouse device common for all mice 2024-09-14T09:04:46.479 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.376663] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.377871] rtc_cmos 00:08: RTC can wake from S4 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.378549] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.379339] rtc0: alarms up to one day, y3k, 242 bytes nvram 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.380082] device-mapper: uevent: version 1.0.3 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.380670] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.381690] cpuidle: using governor ladder 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.382189] cpuidle: using governor menu 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.382650] EFI Variables Facility v0.08 2004-May-17 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.383348] TCP cubic registered 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.383775] NET: Registered protocol family 10 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.384531] NET: Registered protocol family 17 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.385081] Registering the dns_resolver key type 2024-09-14T09:04:46.480 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.385718] registered taskstats version 1 2024-09-14T09:04:46.481 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.389283] Magic number: 8:536:70 2024-09-14T09:04:46.481 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.389772] rtc_cmos 00:08: setting system clock to 2024-09-14 09:04:45 UTC (1726304685) 2024-09-14T09:04:46.481 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.390736] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found 2024-09-14T09:04:46.481 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.391437] EDD information not available. 2024-09-14T09:04:46.481 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.528651] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 2024-09-14T09:04:46.481 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.529775] ata2.00: configured for MWDMA2 2024-09-14T09:04:46.481 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.530686] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 2024-09-14T09:04:46.481 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.532088] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray 2024-09-14T09:04:46.481 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.532784] cdrom: Uniform CD-ROM driver Revision: 3.20 2024-09-14T09:04:46.481 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.533605] sr 1:0:0:0: Attached scsi generic sg0 type 5 2024-09-14T09:04:46.481 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.535030] Freeing unused kernel memory: 924k freed 2024-09-14T09:04:46.481 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.535737] Write protecting the kernel read-only data: 12288k 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.538878] Freeing unused kernel memory: 1640k freed 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.541811] Freeing unused kernel memory: 1200k freed 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Loading, please wait... 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Begin: Loading essential drivers ... done. 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.552124] udevd[84]: starting version 175 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Begin: Running /scripts/init-premount ... done. 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.592031] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.592909] e1000: Copyright (c) 1999-2006 Intel Corporation. 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.593766] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.594524] e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.630387] Floppy drive(s): fd0 is 2.88M AMI BIOS 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.889077] FDC 0 is a S82078B 2024-09-14T09:04:46.482 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.928086] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 2024-09-14T09:04:46.483 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 0.928913] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection 2024-09-14T09:04:46.483 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Begin: Running /scripts/local-premount ... [ 1.212056] Refined TSC clocksource calibration: 3500.086 MHz. 2024-09-14T09:04:46.523 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:done. 2024-09-14T09:04:46.551 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 1.377353] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2024-09-14T09:04:46.591 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Begin: Running /scripts/local-bottom ... [ 1.429983] vda: vda1 2024-09-14T09:04:46.591 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:GROWROOT: CHANGED: partition=1 start=16065 old: size=4176900 end=4192965 new: size=20948760,end=20964825 2024-09-14T09:04:46.719 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 1.557751] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2024-09-14T09:04:46.720 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:done. 2024-09-14T09:04:46.720 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:done. 2024-09-14T09:04:46.721 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Begin: Running /scripts/init-bottom ... done. 2024-09-14T09:04:47.067 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 1.910028] EXT4-fs (vda1): re-mounted. Opts: (null) 2024-09-14T09:04:48.284 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:cloud-init start-local running: Sat, 14 Sep 2024 09:04:48 +0000. up 3.07 seconds 2024-09-14T09:04:49.155 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:no instance data found in start-local 2024-09-14T09:04:49.492 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ci-info: lo : 1 127.0.0.1 255.0.0.0 . 2024-09-14T09:04:49.492 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ci-info: eth0 : 1 10.0.2.15 255.255.255.0 52:54:00:12:34:56 2024-09-14T09:04:49.492 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ci-info: route-0: 0.0.0.0 10.0.2.2 0.0.0.0 eth0 UG 2024-09-14T09:04:49.492 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ci-info: route-1: 10.0.2.0 0.0.0.0 255.255.255.0 eth0 U 2024-09-14T09:04:49.492 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:cloud-init start running: Sat, 14 Sep 2024 09:04:49 +0000. up 4.28 seconds 2024-09-14T09:04:49.970 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:found data source: DataSourceNoCloud [seed=/dev/sr0] 2024-09-14T09:04:52.888 INFO:tasks.qemu.cluster1.client.0.smithi112.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-14T09:04:52.888 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Your identification has been saved in /etc/ssh/ssh_host_rsa_key. 2024-09-14T09:04:52.888 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. 2024-09-14T09:04:52.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:The key fingerprint is: 2024-09-14T09:04:52.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:12:dc:11:f8:a6:37:73:76:ba:21:5b:3e:92:36:51:7c root@test 2024-09-14T09:04:52.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:The key's randomart image is: 2024-09-14T09:04:52.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:+--[ RSA 2048]----+ 2024-09-14T09:04:52.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| .o. | 2024-09-14T09:04:52.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| ... . | 2024-09-14T09:04:52.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| o... | 2024-09-14T09:04:52.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| .o o E | 2024-09-14T09:04:52.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| .oS. . | 2024-09-14T09:04:52.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| ..= o . | 2024-09-14T09:04:52.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| ..Boo | 2024-09-14T09:04:52.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| ==o. | 2024-09-14T09:04:52.890 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| ..ooo | 2024-09-14T09:04:52.890 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:+-----------------+ 2024-09-14T09:04:52.995 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Generating public/private dsa key pair. 2024-09-14T09:04:52.995 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Your identification has been saved in /etc/ssh/ssh_host_dsa_key. 2024-09-14T09:04:52.995 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. 2024-09-14T09:04:52.995 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:The key fingerprint is: 2024-09-14T09:04:52.995 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:91:bf:86:fe:a6:5d:da:17:d1:12:4b:02:04:38:ba:26 root@test 2024-09-14T09:04:52.995 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:The key's randomart image is: 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:+--[ DSA 1024]----+ 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| ..oo. | 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| o . . o | 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| . .o o + | 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| . o + .| 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| . S . o | 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| E o . . . | 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| o . o . . | 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| . o.+ . | 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| o++ .. | 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:+-----------------+ 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Generating public/private ecdsa key pair. 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 2024-09-14T09:04:52.996 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:The key fingerprint is: 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:23:ca:13:25:1c:3f:f2:d4:ed:ba:70:08:81:99:50:b5 root@test 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:The key's randomart image is: 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:+--[ECDSA 256]---+ 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:|....o | 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| . = + . . | 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| + E = . . | 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| B . . | 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| o o S . | 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| . + o o | 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| + o o | 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| . o . | 2024-09-14T09:04:52.997 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:| . | 2024-09-14T09:04:52.998 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:+-----------------+ 2024-09-14T09:04:53.088 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd 2024-09-14T09:04:53.239 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Starting AppArmor profiles  [ OK ] 2024-09-14T09:04:53.269 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:landscape-client is not configured, please run landscape-config. 2024-09-14T09:04:53.292 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Stopping System V initialisation compatibility[ OK ] 2024-09-14T09:04:53.300 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Starting System V runlevel compatibility[ OK ] 2024-09-14T09:04:53.323 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Starting automatic crash report generation[ OK ] 2024-09-14T09:04:53.323 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Starting deferred execution scheduler[ OK ] 2024-09-14T09:04:53.323 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Starting regular background program processing daemon[ OK ] 2024-09-14T09:04:53.323 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Starting ACPI daemon[ OK ] 2024-09-14T09:04:53.323 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Starting save kernel messages[ OK ] 2024-09-14T09:04:53.323 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Stopping save kernel messages[ OK ] 2024-09-14T09:04:53.339 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Starting CPU interrupts balancing daemon[ OK ] 2024-09-14T09:04:53.380 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Stopping System V runlevel compatibility[ OK ] 2024-09-14T09:04:53.662 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Generating locales... 2024-09-14T09:04:54.158 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: en_US.UTF-8... done 2024-09-14T09:04:54.167 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Generation complete. 2024-09-14T09:04:54.721 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:passwd: password expiry information changed. 2024-09-14T09:04:54.813 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Ign http://old-releases.ubuntu.com precise InRelease 2024-09-14T09:04:54.833 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:1 http://old-releases.ubuntu.com precise-updates InRelease [55.7 kB] 2024-09-14T09:04:54.889 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:2 http://old-releases.ubuntu.com precise-security InRelease [55.7 kB] 2024-09-14T09:04:54.916 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:3 http://old-releases.ubuntu.com precise Release.gpg [198 B] 2024-09-14T09:04:54.934 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:4 http://old-releases.ubuntu.com precise-updates/main Sources [815 kB] 2024-09-14T09:04:55.017 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:5 http://old-releases.ubuntu.com precise-updates/universe Sources [208 kB] 2024-09-14T09:04:55.050 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:6 http://old-releases.ubuntu.com precise-updates/main amd64 Packages [1104 kB] 2024-09-14T09:04:55.109 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:7 http://old-releases.ubuntu.com precise-updates/universe amd64 Packages [406 kB] 2024-09-14T09:04:55.145 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:8 http://old-releases.ubuntu.com precise-updates/main i386 Packages [1111 kB] 2024-09-14T09:04:55.210 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:9 http://old-releases.ubuntu.com precise-updates/universe i386 Packages [422 kB] 2024-09-14T09:04:55.238 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:10 http://old-releases.ubuntu.com precise-updates/main TranslationIndex [208 B] 2024-09-14T09:04:55.276 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:11 http://old-releases.ubuntu.com precise-updates/universe TranslationIndex [205 B] 2024-09-14T09:04:55.291 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:12 http://old-releases.ubuntu.com precise-security/main Sources [242 kB] 2024-09-14T09:04:55.388 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:13 http://old-releases.ubuntu.com precise-security/universe Sources [88.1 kB] 2024-09-14T09:04:55.407 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:14 http://old-releases.ubuntu.com precise-security/main amd64 Packages [584 kB] 2024-09-14T09:04:55.466 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:15 http://old-releases.ubuntu.com precise-security/universe amd64 Packages [213 kB] 2024-09-14T09:04:55.487 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:16 http://old-releases.ubuntu.com precise-security/main i386 Packages [589 kB] 2024-09-14T09:04:55.530 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:17 http://old-releases.ubuntu.com precise-security/universe i386 Packages [228 kB] 2024-09-14T09:04:55.553 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:18 http://old-releases.ubuntu.com precise-security/main TranslationIndex [208 B] 2024-09-14T09:04:55.571 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:19 http://old-releases.ubuntu.com precise-security/universe TranslationIndex [205 B] 2024-09-14T09:04:55.588 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:20 http://old-releases.ubuntu.com precise Release [49.6 kB] 2024-09-14T09:04:55.610 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:21 http://old-releases.ubuntu.com precise-updates/main Translation-en [353 kB] 2024-09-14T09:04:55.656 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:22 http://old-releases.ubuntu.com precise-updates/universe Translation-en [176 kB] 2024-09-14T09:04:55.744 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:23 http://old-releases.ubuntu.com precise-security/main Translation-en [202 kB] 2024-09-14T09:04:55.780 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:24 http://old-releases.ubuntu.com precise-security/universe Translation-en [96.4 kB] 2024-09-14T09:04:55.799 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:25 http://old-releases.ubuntu.com precise/main Sources [934 kB] 2024-09-14T09:04:55.871 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:26 http://old-releases.ubuntu.com precise/universe Sources [5019 kB] 2024-09-14T09:04:56.079 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:27 http://old-releases.ubuntu.com precise/main amd64 Packages [1273 kB] 2024-09-14T09:04:56.142 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:28 http://old-releases.ubuntu.com precise/universe amd64 Packages [4786 kB] 2024-09-14T09:04:56.329 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:29 http://old-releases.ubuntu.com precise/main i386 Packages [1274 kB] 2024-09-14T09:04:56.389 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:30 http://old-releases.ubuntu.com precise/universe i386 Packages [4796 kB] 2024-09-14T09:04:56.583 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:31 http://old-releases.ubuntu.com precise/main TranslationIndex [3706 B] 2024-09-14T09:04:56.598 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:32 http://old-releases.ubuntu.com precise/universe TranslationIndex [2922 B] 2024-09-14T09:04:56.670 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:33 http://old-releases.ubuntu.com precise/main Translation-en [726 kB] 2024-09-14T09:04:56.805 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:34 http://old-releases.ubuntu.com precise/universe Translation-en [3341 kB] 2024-09-14T09:05:01.986 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Fetched 29.2 MB in 7s (4072 kB/s) 2024-09-14T09:05:03.910 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Reading package lists... 2024-09-14T09:05:03.915 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Reading package lists... 2024-09-14T09:05:04.094 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Building dependency tree... 2024-09-14T09:05:04.094 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Reading state information... 2024-09-14T09:05:04.215 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:The following packages will be upgraded: 2024-09-14T09:05:04.216 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: ca-certificates libssl1.0.0 2024-09-14T09:05:04.282 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:2 upgraded, 0 newly installed, 0 to remove and 226 not upgraded. 2024-09-14T09:05:04.283 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Need to get 1233 kB of archives. 2024-09-14T09:05:04.283 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:After this operation, 108 kB of additional disk space will be used. 2024-09-14T09:05:04.283 INFO:tasks.qemu.cluster1.client.0.smithi112.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-14T09:05:04.409 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main ca-certificates all 20190110~12.04.1 [179 kB] 2024-09-14T09:05:04.497 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2024-09-14T09:05:04.505 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Fetched 1233 kB in 0s (6858 kB/s) 2024-09-14T09:05:05.264 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:(Reading database ... 36182 files and directories currently installed.) 2024-09-14T09:05:05.264 INFO:tasks.qemu.cluster1.client.0.smithi112.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-14T09:05:05.339 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Unpacking replacement libssl1.0.0 ... 2024-09-14T09:05:05.525 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Setting up libssl1.0.0 (1.0.1-4ubuntu5.45) ... 2024-09-14T09:05:05.755 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Processing triggers for libc-bin ... 2024-09-14T09:05:05.816 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ldconfig deferred processing now taking place 2024-09-14T09:05:06.269 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:(Reading database ... 36182 files and directories currently installed.) 2024-09-14T09:05:06.269 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Preparing to replace ca-certificates 20111211 (using .../ca-certificates_20190110~12.04.1_all.deb) ... 2024-09-14T09:05:06.318 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Unpacking replacement ca-certificates ... 2024-09-14T09:05:06.501 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Processing triggers for man-db ... 2024-09-14T09:05:07.511 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Setting up ca-certificates (20190110~12.04.1) ... 2024-09-14T09:05:09.705 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Updating certificates in /etc/ssl/certs... 73 added, 78 removed; done. 2024-09-14T09:05:09.705 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2024-09-14T09:05:11.372 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Updating certificates in /etc/ssl/certs... 0 added, 1 removed; done. 2024-09-14T09:05:11.372 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2024-09-14T09:05:11.372 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Reading package lists... 2024-09-14T09:05:11.564 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Building dependency tree... 2024-09-14T09:05:11.565 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Reading state information... 2024-09-14T09:05:11.710 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:The following extra packages will be installed: 2024-09-14T09:05:11.710 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: libgssglue1 libnfsidmap2 libtirpc1 rpcbind 2024-09-14T09:05:11.710 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:The following NEW packages will be installed: 2024-09-14T09:05:11.711 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind 2024-09-14T09:05:11.905 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:0 upgraded, 5 newly installed, 0 to remove and 226 not upgraded. 2024-09-14T09:05:11.905 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Need to get 424 kB of archives. 2024-09-14T09:05:11.905 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:After this operation, 1326 kB of additional disk space will be used. 2024-09-14T09:05:11.905 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libgssglue1 amd64 0.3-4ubuntu0.1 [22.5 kB] 2024-09-14T09:05:12.069 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libtirpc1 amd64 0.2.2-5ubuntu0.1 [85.0 kB] 2024-09-14T09:05:12.334 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:3 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main rpcbind amd64 0.2.0-7ubuntu1.3 [43.1 kB] 2024-09-14T09:05:12.443 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Get:4 http://old-releases.ubuntu.com/ubuntu/ precise/main libnfsidmap2 amd64 0.25-1ubuntu2 [32.0 kB] 2024-09-14T09:05:12.546 INFO:tasks.qemu.cluster1.client.0.smithi112.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-14T09:05:12.765 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2024-09-14T09:05:12.770 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Fetched 424 kB in 0s (433 kB/s) 2024-09-14T09:05:12.898 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Selecting previously unselected package libgssglue1. 2024-09-14T09:05:12.911 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:(Reading database ... 36174 files and directories currently installed.) 2024-09-14T09:05:12.911 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Unpacking libgssglue1 (from .../libgssglue1_0.3-4ubuntu0.1_amd64.deb) ... 2024-09-14T09:05:13.093 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Selecting previously unselected package libtirpc1. 2024-09-14T09:05:13.093 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Unpacking libtirpc1 (from .../libtirpc1_0.2.2-5ubuntu0.1_amd64.deb) ... 2024-09-14T09:05:13.343 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Selecting previously unselected package rpcbind. 2024-09-14T09:05:13.344 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.3_amd64.deb) ... 2024-09-14T09:05:13.619 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Selecting previously unselected package libnfsidmap2. 2024-09-14T09:05:13.620 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Unpacking libnfsidmap2 (from .../libnfsidmap2_0.25-1ubuntu2_amd64.deb) ... 2024-09-14T09:05:13.824 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Selecting previously unselected package nfs-common. 2024-09-14T09:05:13.824 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-3ubuntu3.2_amd64.deb) ... 2024-09-14T09:05:13.993 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Processing triggers for man-db ... 2024-09-14T09:05:14.392 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Processing triggers for ureadahead ... 2024-09-14T09:05:14.472 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Setting up libgssglue1 (0.3-4ubuntu0.1) ... 2024-09-14T09:05:14.619 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Setting up libtirpc1 (0.2.2-5ubuntu0.1) ... 2024-09-14T09:05:14.754 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Setting up rpcbind (0.2.0-7ubuntu1.3) ... 2024-09-14T09:05:14.896 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: Removing any system startup links for /etc/init.d/rpcbind ... 2024-09-14T09:05:14.916 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:portmap start/running, process 8169 2024-09-14T09:05:14.940 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Setting up libnfsidmap2 (0.25-1ubuntu2) ... 2024-09-14T09:05:15.040 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Setting up nfs-common (1:1.2.5-3ubuntu3.2) ... 2024-09-14T09:05:15.270 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:05:15.270 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Creating config file /etc/idmapd.conf with new version 2024-09-14T09:05:15.436 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: 2024-09-14T09:05:15.436 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Creating config file /etc/default/nfs-common with new version 2024-09-14T09:05:15.520 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Adding system user `statd' (UID 106) ... 2024-09-14T09:05:15.520 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Adding new user `statd' (UID 106) with group `nogroup' ... 2024-09-14T09:05:15.691 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Not creating home directory `/var/lib/nfs'. 2024-09-14T09:05:15.718 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:statd start/running, process 8403 2024-09-14T09:05:15.739 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:gssd stop/post-stop, process 8434 2024-09-14T09:05:15.915 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:idmapd start/running, process 8474 2024-09-14T09:05:15.943 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Processing triggers for libc-bin ... 2024-09-14T09:05:15.960 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ldconfig deferred processing now taking place 2024-09-14T09:05:16.577 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:mount.nfs: timeout set for Sat Sep 14 09:07:16 2024 2024-09-14T09:05:16.577 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:mount.nfs: trying text-based options 'proto=tcp,vers=4,addr=10.0.2.2,clientaddr=10.0.2.15' 2024-09-14T09:05:16.577 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:10.0.2.2:/export/cluster1.client.0 on /mnt/log type nfs (rw,proto=tcp) 2024-09-14T09:05:16.578 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:mount: block device /dev/sr0 is write-protected, mounting read-only 2024-09-14T09:12:48.231 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.0' 2024-09-14T09:12:55.981 INFO:teuthology.orchestra.run.smithi112.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-14T09:12:55.987 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2024-09-14T09:19:52.018 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration commit client.0.0' 2024-09-14T09:19:52.147 INFO:teuthology.orchestra.run.smithi112.stderr: Commit image migration: 100% complete...done. 2024-09-14T09:19:52.153 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2024-09-14T09:23:10.184 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.1' 2024-09-14T09:23:13.079 INFO:teuthology.orchestra.run.smithi112.stderr: Image migration: 3% complete... Image migration: 4% complete... Image migration: 5% complete... Image migration: 6% complete... Image migration: 7% complete... Image migration: 8% complete... Image migration: 9% complete... Image migration: 10% complete... Image migration: 11% complete... Image migration: 12% complete... Image migration: 13% complete... Image migration: 14% complete... Image migration: 15% complete... Image migration: 16% complete... Image migration: 17% complete... Image migration: 18% complete... Image migration: 19% complete... Image migration: 20% complete... Image migration: 21% complete... Image migration: 22% complete... Image migration: 23% complete... Image migration: 24% complete... Image migration: 25% complete... Image migration: 26% complete... Image migration: 27% complete... Image migration: 28% complete... Image migration: 29% complete... Image migration: 30% complete... Image migration: 31% complete... Image migration: 32% complete... Image migration: 33% complete... Image migration: 34% complete... Image migration: 35% complete... Image migration: 36% complete... Image migration: 37% complete... Image migration: 38% complete... Image migration: 39% complete... Image migration: 40% complete... Image migration: 41% complete... Image migration: 42% complete... Image migration: 43% complete... Image migration: 44% complete... Image migration: 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-14T09:23:13.086 DEBUG:teuthology.parallel:result is None 2024-09-14T10:26:33.031 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:acpid: exiting 2024-09-14T10:26:33.047 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Traceback (most recent call last): 2024-09-14T10:26:33.048 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-14T10:26:33.073 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: self._connect_unixsocket(self.address) 2024-09-14T10:26:33.073 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-14T10:26:33.073 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: self.socket.connect(address) 2024-09-14T10:26:33.073 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-14T10:26:33.073 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: return getattr(self._sock,name)(*args) 2024-09-14T10:26:33.073 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:error: [Errno 111] Connection refused 2024-09-14T10:26:33.074 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Logged from file __init__.py, line 116 2024-09-14T10:26:33.074 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Checking for running unattended-upgrades: 2024-09-14T10:26:33.102 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ec2: 2024-09-14T10:26:33.102 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ec2: ############################################################# 2024-09-14T10:26:33.102 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- 2024-09-14T10:26:33.136 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ec2: 1024 91:bf:86:fe:a6:5d:da:17:d1:12:4b:02:04:38:ba:26 root@test (DSA) 2024-09-14T10:26:33.276 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ec2: 256 23:ca:13:25:1c:3f:f2:d4:ed:ba:70:08:81:99:50:b5 root@test (ECDSA) 2024-09-14T10:26:33.276 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ec2: 2048 12:dc:11:f8:a6:37:73:76:ba:21:5b:3e:92:36:51:7c root@test (RSA) 2024-09-14T10:26:33.276 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:-----BEGIN SSH HOST KEY KEYS----- 2024-09-14T10:26:33.276 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ec2: -----END SSH HOST KEY FINGERPRINTS----- 2024-09-14T10:26:33.276 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ec2: ############################################################# 2024-09-14T10:26:33.276 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEkCGkzf/iXgFsit4/8pimdAbEqEEqXVAbiaUnSQ1BMc9mJwaH7lslltrXrCf1kmSTn1nTgV5HV4A+Zsr4aWGDE= root@test 2024-09-14T10:26:33.276 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCY6RhyYoI4pwHYZzLjl1yatAMR0a3PhajcSDxOlNmTRAGcQlJpfdNVrfFqO0uYB8GUxm7uej49X9z4tMsxFJMeE+4B7r1vTbOzx0IhRQpPr05Ds1IxGeda9aPwxdpQA4I2+s3ISpJZz1UA1t6jthzLM1iE7I4knE9uFjKAj+EzErpb21MjUwlA+4aGyeI/xfIPGl94wWKhy428sj3LXNTIZnvHi4c6g8bQQC4kf0FtH7z6yCx/zzptHdZlm1aXlabcFwWmua3R9LrCjrAVQsd0Ki75MBHsCQ+qryOCNvHsTmcHTaZthDx7MTTnak9jiWcdmJI2lI3oKfI5+4k/Pg3R root@test 2024-09-14T10:26:33.276 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:-----END SSH HOST KEY KEYS----- 2024-09-14T10:26:33.276 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Traceback (most recent call last): 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: self._connect_unixsocket(self.address) 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: self.socket.connect(address) 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: return getattr(self._sock,name)(*args) 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:error: [Errno 111] Connection refused 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Logged from file __init__.py, line 116 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Traceback (most recent call last): 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: self._connect_unixsocket(self.address) 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-14T10:26:33.277 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: self.socket.connect(address) 2024-09-14T10:26:33.278 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-14T10:26:33.278 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: return getattr(self._sock,name)(*args) 2024-09-14T10:26:33.278 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:error: [Errno 111] Connection refused 2024-09-14T10:26:33.278 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:Logged from file __init__.py, line 116 2024-09-14T10:26:33.278 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:cloud-init boot finished at Sat, 14 Sep 2024 10:26:33 +0000. Up 4908.21 seconds 2024-09-14T10:26:33.339 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Stopping landscape-client daemon  [fail] 2024-09-14T10:26:33.596 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Asking all remaining processes to terminate...  [ OK ] 2024-09-14T10:26:33.618 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * All processes ended within 1 seconds....  [ OK ] 2024-09-14T10:26:33.636 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" 2024-09-14T10:26:33.799 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Deconfiguring network interfaces...  [ OK ] 2024-09-14T10:26:33.818 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Deactivating swap...  [ OK ] 2024-09-14T10:26:33.827 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Unmounting local filesystems...  [ OK ] 2024-09-14T10:26:34.061 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout: * Will now halt 2024-09-14T10:26:34.076 INFO:tasks.qemu.cluster1.client.0.smithi112.stdout:[ 4909.104597] Power down. 2024-09-14T10:26:34.240 DEBUG:tasks.qemu:checking that qemu tests succeeded... 2024-09-14T10:26:34.240 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a+rw -R /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 2024-09-14T10:26:34.365 INFO:tasks.qemu:Tearing down the nfs mount for ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T10:26:34.365 INFO:tasks.qemu:Stopping NFS... 2024-09-14T10:26:34.366 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop nfs-server 2024-09-14T10:26:34.495 INFO:tasks.qemu:Unmounting exported directory... 2024-09-14T10:26:34.495 DEBUG:teuthology.orchestra.run.smithi112:> sudo umount /export/cluster1.client.0 2024-09-14T10:26:34.527 INFO:tasks.qemu:Deleting export from /etc/exports... 2024-09-14T10:26:34.528 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i '\|/export/cluster1.client.0|d' /etc/exports 2024-09-14T10:26:34.598 INFO:tasks.qemu:Starting NFS... 2024-09-14T10:26:34.599 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl start nfs-server 2024-09-14T10:26:34.902 DEBUG:teuthology.orchestra.run.smithi112:> test -f /home/ubuntu/cephtest/archive/qemu/cluster1.client.0/success 2024-09-14T10:26:34.917 INFO:tasks.qemu:Deleting exported directory... 2024-09-14T10:26:34.917 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -r /export 2024-09-14T10:26:34.985 DEBUG:tasks.qemu:cleaning up base image files 2024-09-14T10:26:34.985 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T10:26:35.306 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y erase qemu-kvm-block-rbd 2024-09-14T10:26:36.967 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-14T10:26:36.968 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T10:26:36.968 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-14T10:26:36.968 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T10:26:36.968 INFO:teuthology.orchestra.run.smithi112.stdout:Removing: 2024-09-14T10:26:36.968 INFO:teuthology.orchestra.run.smithi112.stdout: qemu-kvm-block-rbd x86_64 17:9.0.0-10.el9 @appstream 41 k 2024-09-14T10:26:36.968 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T10:26:36.968 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-14T10:26:36.968 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-14T10:26:36.969 INFO:teuthology.orchestra.run.smithi112.stdout:Remove 1 Package 2024-09-14T10:26:36.969 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T10:26:36.969 INFO:teuthology.orchestra.run.smithi112.stdout:Freed space: 41 k 2024-09-14T10:26:36.969 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-14T10:26:37.003 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-14T10:26:37.003 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-14T10:26:37.026 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-14T10:26:37.027 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-14T10:26:37.198 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-14T10:26:38.387 INFO:teuthology.orchestra.run.smithi112.stdout: Erasing : qemu-kvm-block-rbd-17:9.0.0-10.el9.x86_64 1/1 2024-09-14T10:26:38.730 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : qemu-kvm-block-rbd-17:9.0.0-10.el9.x86_64 1/1 2024-09-14T10:26:38.730 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T10:26:38.730 INFO:teuthology.orchestra.run.smithi112.stdout:Removed: 2024-09-14T10:26:38.730 INFO:teuthology.orchestra.run.smithi112.stdout: qemu-kvm-block-rbd-17:9.0.0-10.el9.x86_64 2024-09-14T10:26:38.730 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T10:26:38.731 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-14T10:26:38.858 DEBUG:teuthology.orchestra.run.smithi112:> rmdir /home/ubuntu/cephtest/qemu || true 2024-09-14T10:26:38.901 DEBUG:teuthology.parallel:result is None 2024-09-14T10:26:38.901 DEBUG:teuthology.run_tasks:Unwinding manager ceph 2024-09-14T10:26:38.910 INFO:tasks.ceph.ceph_manager.cluster2:waiting for clean 2024-09-14T10:26:38.911 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-14T10:26:39.209 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T10:26:39.210 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-09-14T10:26:39.221 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":2591,"stamp":"2024-09-14T10:26:39.166741+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1854179390,"num_objects":607,"num_object_clones":0,"num_object_copies":1791,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":607,"num_whiteouts":0,"num_read":14074,"num_read_kb":2233173,"num_write":2233,"num_write_kb":1260424,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":1500,"ondisk_log_size":1500,"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":1049884,"kb_used_data":948012,"kb_used_omap":4,"kb_used_meta":101819,"kb_avail":282065636,"statfs":{"total":289910292480,"available":288835211264,"internally_reserved":0,"allocated":970764288,"data_stored":2781886023,"data_compressed":656466820,"data_compressed_allocated":769163264,"data_compressed_original":2580922368,"omap_allocated":4784,"internal_metadata":104262992},"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.002527"},"pg_stats":[{"pgid":"2.7","version":"31'179","reported_seq":516,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:40.177643+0000","last_change":"2024-09-14T09:01:22.174023+0000","last_active":"2024-09-14T10:23:40.177643+0000","last_peered":"2024-09-14T10:23:40.177643+0000","last_clean":"2024-09-14T10:23:40.177643+0000","last_became_active":"2024-09-14T09:01:20.168211+0000","last_became_peered":"2024-09-14T09:01:20.168211+0000","last_unstale":"2024-09-14T10:23:40.177643+0000","last_undegraded":"2024-09-14T10:23:40.177643+0000","last_fullsized":"2024-09-14T10:23:40.177643+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"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":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T19:56:14.767338+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055599600000000001,"stat_sum":{"num_bytes":228,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":1120,"num_read_kb":959,"num_write":220,"num_write_kb":209,"num_scrub_errors":0,"num_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":"31'17","reported_seq":227,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:40.177628+0000","last_change":"2024-09-14T09:01:22.174657+0000","last_active":"2024-09-14T10:23:40.177628+0000","last_peered":"2024-09-14T10:23:40.177628+0000","last_clean":"2024-09-14T10:23:40.177628+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T10:23:40.177628+0000","last_undegraded":"2024-09-14T10:23:40.177628+0000","last_fullsized":"2024-09-14T10:23:40.177628+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":17,"log_dups_size":0,"ondisk_log_size":17,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T11:45:06.056615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010514719999999999,"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":371,"num_read_kb":319,"num_write":12,"num_write_kb":8,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"26'1","reported_seq":99,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172817+0000","last_change":"2024-09-14T09:01:22.174036+0000","last_active":"2024-09-14T10:22:55.172817+0000","last_peered":"2024-09-14T10:22:55.172817+0000","last_clean":"2024-09-14T10:22:55.172817+0000","last_became_active":"2024-09-14T09:01:20.170971+0000","last_became_peered":"2024-09-14T09:01:20.170971+0000","last_unstale":"2024-09-14T10:22:55.172817+0000","last_undegraded":"2024-09-14T10:22:55.172817+0000","last_fullsized":"2024-09-14T10:22:55.172817+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T17:08:50.833420+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061291799999999995,"stat_sum":{"num_bytes":162,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":16,"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":[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":"31'337","reported_seq":597,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170612+0000","last_change":"2024-09-14T09:01:22.174321+0000","last_active":"2024-09-14T10:22:35.170612+0000","last_peered":"2024-09-14T10:22:35.170612+0000","last_clean":"2024-09-14T10:22:35.170612+0000","last_became_active":"2024-09-14T09:01:20.168155+0000","last_became_peered":"2024-09-14T09:01:20.168155+0000","last_unstale":"2024-09-14T10:22:35.170612+0000","last_undegraded":"2024-09-14T10:22:35.170612+0000","last_fullsized":"2024-09-14T10:22:35.170612+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":337,"log_dups_size":0,"ondisk_log_size":337,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T20:37:30.657813+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00082187500000000001,"stat_sum":{"num_bytes":536,"num_objects":7,"num_object_clones":0,"num_object_copies":14,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":7,"num_whiteouts":0,"num_read":2235,"num_read_kb":1851,"num_write":632,"num_write_kb":620,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"30'142","reported_seq":2600,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172775+0000","last_change":"2024-09-14T09:01:39.761532+0000","last_active":"2024-09-14T10:22:55.172775+0000","last_peered":"2024-09-14T10:22:55.172775+0000","last_clean":"2024-09-14T10:22:55.172775+0000","last_became_active":"2024-09-14T09:01:36.807988+0000","last_became_peered":"2024-09-14T09:01:36.807988+0000","last_unstale":"2024-09-14T10:22:55.172775+0000","last_undegraded":"2024-09-14T10:22:55.172775+0000","last_fullsized":"2024-09-14T10:22:55.172775+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"log_size":142,"log_dups_size":0,"ondisk_log_size":142,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T12:41:35.290676+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00049106799999999999,"stat_sum":{"num_bytes":429244416,"num_objects":137,"num_object_clones":0,"num_object_copies":411,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":137,"num_whiteouts":0,"num_read":2423,"num_read_kb":514836,"num_write":180,"num_write_kb":289520,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"31'6","reported_seq":171,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170530+0000","last_change":"2024-09-14T09:01:22.167354+0000","last_active":"2024-09-14T10:22:35.170530+0000","last_peered":"2024-09-14T10:22:35.170530+0000","last_clean":"2024-09-14T10:22:35.170530+0000","last_became_active":"2024-09-14T09:01:20.170941+0000","last_became_peered":"2024-09-14T09:01:20.170941+0000","last_unstale":"2024-09-14T10:22:35.170530+0000","last_undegraded":"2024-09-14T10:22:35.170530+0000","last_fullsized":"2024-09-14T10:22:35.170530+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":6,"log_dups_size":0,"ondisk_log_size":6,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T12:02:39.158467+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058000100000000002,"stat_sum":{"num_bytes":117,"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":84,"num_read_kb":78,"num_write":6,"num_write_kb":6,"num_scrub_errors":0,"num_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":"30'179","reported_seq":1771,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:24:00.179747+0000","last_change":"2024-09-14T09:01:39.765662+0000","last_active":"2024-09-14T10:24:00.179747+0000","last_peered":"2024-09-14T10:24:00.179747+0000","last_clean":"2024-09-14T10:24:00.179747+0000","last_became_active":"2024-09-14T09:01:36.805633+0000","last_became_peered":"2024-09-14T09:01:36.805633+0000","last_unstale":"2024-09-14T10:24:00.179747+0000","last_undegraded":"2024-09-14T10:24:00.179747+0000","last_fullsized":"2024-09-14T10:24:00.179747+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"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":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:39:37.789855+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056154800000000004,"stat_sum":{"num_bytes":532152320,"num_objects":161,"num_object_clones":0,"num_object_copies":483,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":161,"num_whiteouts":0,"num_read":1561,"num_read_kb":630228,"num_write":227,"num_write_kb":371632,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"31'129","reported_seq":320,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170526+0000","last_change":"2024-09-14T09:01:22.333327+0000","last_active":"2024-09-14T10:22:35.170526+0000","last_peered":"2024-09-14T10:22:35.170526+0000","last_clean":"2024-09-14T10:22:35.170526+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T10:22:35.170526+0000","last_undegraded":"2024-09-14T10:22:35.170526+0000","last_fullsized":"2024-09-14T10:22:35.170526+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":129,"log_dups_size":0,"ondisk_log_size":129,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:37:40.121157+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000368654,"stat_sum":{"num_bytes":114,"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":906,"num_read_kb":747,"num_write":229,"num_write_kb":221,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"30'150","reported_seq":1990,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172738+0000","last_change":"2024-09-14T09:01:39.761437+0000","last_active":"2024-09-14T10:22:55.172738+0000","last_peered":"2024-09-14T10:22:55.172738+0000","last_clean":"2024-09-14T10:22:55.172738+0000","last_became_active":"2024-09-14T09:01:36.805430+0000","last_became_peered":"2024-09-14T09:01:36.805430+0000","last_unstale":"2024-09-14T10:22:55.172738+0000","last_undegraded":"2024-09-14T10:22:55.172738+0000","last_fullsized":"2024-09-14T10:22:55.172738+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"log_size":150,"log_dups_size":0,"ondisk_log_size":150,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:57:38.657182+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000486644,"stat_sum":{"num_bytes":453640192,"num_objects":142,"num_object_clones":0,"num_object_copies":426,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":142,"num_whiteouts":0,"num_read":1800,"num_read_kb":547542,"num_write":186,"num_write_kb":299968,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"31'144","reported_seq":347,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:35.176783+0000","last_change":"2024-09-14T09:01:22.333336+0000","last_active":"2024-09-14T10:23:35.176783+0000","last_peered":"2024-09-14T10:23:35.176783+0000","last_clean":"2024-09-14T10:23:35.176783+0000","last_became_active":"2024-09-14T09:01:20.170892+0000","last_became_peered":"2024-09-14T09:01:20.170892+0000","last_unstale":"2024-09-14T10:23:35.176783+0000","last_undegraded":"2024-09-14T10:23:35.176783+0000","last_fullsized":"2024-09-14T10:23:35.176783+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":144,"log_dups_size":0,"ondisk_log_size":144,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T20:19:22.650839+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00035625400000000002,"stat_sum":{"num_bytes":390,"num_objects":6,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":981,"num_read_kb":786,"num_write":254,"num_write_kb":244,"num_scrub_errors":0,"num_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":"30'147","reported_seq":2532,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172779+0000","last_change":"2024-09-14T09:01:39.770521+0000","last_active":"2024-09-14T10:22:55.172779+0000","last_peered":"2024-09-14T10:22:55.172779+0000","last_clean":"2024-09-14T10:22:55.172779+0000","last_became_active":"2024-09-14T09:01:36.808098+0000","last_became_peered":"2024-09-14T09:01:36.808098+0000","last_unstale":"2024-09-14T10:22:55.172779+0000","last_undegraded":"2024-09-14T10:22:55.172779+0000","last_fullsized":"2024-09-14T10:22:55.172779+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"log_size":147,"log_dups_size":0,"ondisk_log_size":147,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:58:54.849446+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0053565100000000001,"stat_sum":{"num_bytes":438550547,"num_objects":137,"num_object_clones":0,"num_object_copies":411,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":137,"num_whiteouts":0,"num_read":2339,"num_read_kb":535617,"num_write":196,"num_write_kb":296882,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"31'17","reported_seq":175,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170581+0000","last_change":"2024-09-14T09:01:22.174348+0000","last_active":"2024-09-14T10:22:35.170581+0000","last_peered":"2024-09-14T10:22:35.170581+0000","last_clean":"2024-09-14T10:22:35.170581+0000","last_became_active":"2024-09-14T09:01:20.168111+0000","last_became_peered":"2024-09-14T09:01:20.168111+0000","last_unstale":"2024-09-14T10:22:35.170581+0000","last_undegraded":"2024-09-14T10:22:35.170581+0000","last_fullsized":"2024-09-14T10:22:35.170581+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":17,"log_dups_size":0,"ondisk_log_size":17,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T16:04:03.063819+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00080909700000000005,"stat_sum":{"num_bytes":0,"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":182,"num_read_kb":156,"num_write":11,"num_write_kb":7,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"11'52","reported_seq":160,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:40.177592+0000","last_change":"2024-09-14T09:01:17.760674+0000","last_active":"2024-09-14T10:23:40.177592+0000","last_peered":"2024-09-14T10:23:40.177592+0000","last_clean":"2024-09-14T10:23:40.177592+0000","last_became_active":"2024-09-14T09:01:17.759626+0000","last_became_peered":"2024-09-14T09:01:17.759626+0000","last_unstale":"2024-09-14T10:23:40.177592+0000","last_undegraded":"2024-09-14T10:23:40.177592+0000","last_fullsized":"2024-09-14T10:23:40.177592+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:16.140882+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:16.140882+0000","last_clean_scrub_stamp":"2024-09-14T09:01:16.140882+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-15T14:27:53.418441+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":1853587475,"num_objects":577,"num_object_clones":0,"num_object_copies":1731,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":577,"num_whiteouts":0,"num_read":8123,"num_read_kb":2228223,"num_write":789,"num_write_kb":1258002,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":969707520,"data_stored":2780393472,"data_compressed":656460834,"data_compressed_allocated":769089536,"data_compressed_original":2579775488,"omap_allocated":0,"internal_metadata":0},"log_size":618,"ondisk_log_size":618,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":1547,"num_objects":28,"num_object_clones":0,"num_object_copies":56,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":28,"num_whiteouts":0,"num_read":5895,"num_read_kb":4904,"num_write":1365,"num_write_kb":1316,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":155648,"data_stored":3094,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":830,"ondisk_log_size":830,"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":114688,"data_stored":1180736,"data_compressed":5986,"data_compressed_allocated":73728,"data_compressed_original":1146880,"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":34359739394,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":288244,"kb_used_data":257060,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94083596,"statfs":{"total":96636764160,"available":96341602304,"internally_reserved":0,"allocated":263229440,"data_stored":926901235,"data_compressed":181134498,"data_compressed_allocated":219222016,"data_compressed_original":883081216,"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":34359739395,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":378128,"kb_used_data":342784,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93993712,"statfs":{"total":96636764160,"available":96249561088,"internally_reserved":0,"allocated":351010816,"data_stored":927492646,"data_compressed":239037395,"data_compressed_allocated":276328448,"data_compressed_original":853049344,"omap_allocated":1595,"internal_metadata":36174277},"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":34359739396,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":383512,"kb_used_data":348168,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93988328,"statfs":{"total":96636764160,"available":96244047872,"internally_reserved":0,"allocated":356524032,"data_stored":927492142,"data_compressed":236294927,"data_compressed_allocated":273612800,"data_compressed_original":844791808,"omap_allocated":1594,"internal_metadata":36174278},"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":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":49152,"data_stored":1043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":77824,"data_stored":1547,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":504,"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":356155392,"data_stored":926797824,"data_compressed":236291934,"data_compressed_allocated":273575936,"data_compressed_original":844218368,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":350613504,"data_stored":926797824,"data_compressed":239034402,"data_compressed_allocated":276291584,"data_compressed_original":852475904,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":262938624,"data_stored":926797824,"data_compressed":181134498,"data_compressed_allocated":219222016,"data_compressed_original":883081216,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-14T10:26:39.223 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-14T10:26:39.512 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T10:26:39.512 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-09-14T10:26:39.524 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":2591,"stamp":"2024-09-14T10:26:39.166741+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1854179390,"num_objects":607,"num_object_clones":0,"num_object_copies":1791,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":607,"num_whiteouts":0,"num_read":14074,"num_read_kb":2233173,"num_write":2233,"num_write_kb":1260424,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":1500,"ondisk_log_size":1500,"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":1049884,"kb_used_data":948012,"kb_used_omap":4,"kb_used_meta":101819,"kb_avail":282065636,"statfs":{"total":289910292480,"available":288835211264,"internally_reserved":0,"allocated":970764288,"data_stored":2781886023,"data_compressed":656466820,"data_compressed_allocated":769163264,"data_compressed_original":2580922368,"omap_allocated":4784,"internal_metadata":104262992},"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.002527"},"pg_stats":[{"pgid":"2.7","version":"31'179","reported_seq":516,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:40.177643+0000","last_change":"2024-09-14T09:01:22.174023+0000","last_active":"2024-09-14T10:23:40.177643+0000","last_peered":"2024-09-14T10:23:40.177643+0000","last_clean":"2024-09-14T10:23:40.177643+0000","last_became_active":"2024-09-14T09:01:20.168211+0000","last_became_peered":"2024-09-14T09:01:20.168211+0000","last_unstale":"2024-09-14T10:23:40.177643+0000","last_undegraded":"2024-09-14T10:23:40.177643+0000","last_fullsized":"2024-09-14T10:23:40.177643+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"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":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T19:56:14.767338+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055599600000000001,"stat_sum":{"num_bytes":228,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":1120,"num_read_kb":959,"num_write":220,"num_write_kb":209,"num_scrub_errors":0,"num_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":"31'17","reported_seq":227,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:40.177628+0000","last_change":"2024-09-14T09:01:22.174657+0000","last_active":"2024-09-14T10:23:40.177628+0000","last_peered":"2024-09-14T10:23:40.177628+0000","last_clean":"2024-09-14T10:23:40.177628+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T10:23:40.177628+0000","last_undegraded":"2024-09-14T10:23:40.177628+0000","last_fullsized":"2024-09-14T10:23:40.177628+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":17,"log_dups_size":0,"ondisk_log_size":17,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T11:45:06.056615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010514719999999999,"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":371,"num_read_kb":319,"num_write":12,"num_write_kb":8,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"26'1","reported_seq":99,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172817+0000","last_change":"2024-09-14T09:01:22.174036+0000","last_active":"2024-09-14T10:22:55.172817+0000","last_peered":"2024-09-14T10:22:55.172817+0000","last_clean":"2024-09-14T10:22:55.172817+0000","last_became_active":"2024-09-14T09:01:20.170971+0000","last_became_peered":"2024-09-14T09:01:20.170971+0000","last_unstale":"2024-09-14T10:22:55.172817+0000","last_undegraded":"2024-09-14T10:22:55.172817+0000","last_fullsized":"2024-09-14T10:22:55.172817+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T17:08:50.833420+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061291799999999995,"stat_sum":{"num_bytes":162,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":16,"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":[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":"31'337","reported_seq":597,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170612+0000","last_change":"2024-09-14T09:01:22.174321+0000","last_active":"2024-09-14T10:22:35.170612+0000","last_peered":"2024-09-14T10:22:35.170612+0000","last_clean":"2024-09-14T10:22:35.170612+0000","last_became_active":"2024-09-14T09:01:20.168155+0000","last_became_peered":"2024-09-14T09:01:20.168155+0000","last_unstale":"2024-09-14T10:22:35.170612+0000","last_undegraded":"2024-09-14T10:22:35.170612+0000","last_fullsized":"2024-09-14T10:22:35.170612+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":337,"log_dups_size":0,"ondisk_log_size":337,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T20:37:30.657813+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00082187500000000001,"stat_sum":{"num_bytes":536,"num_objects":7,"num_object_clones":0,"num_object_copies":14,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":7,"num_whiteouts":0,"num_read":2235,"num_read_kb":1851,"num_write":632,"num_write_kb":620,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"30'142","reported_seq":2600,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172775+0000","last_change":"2024-09-14T09:01:39.761532+0000","last_active":"2024-09-14T10:22:55.172775+0000","last_peered":"2024-09-14T10:22:55.172775+0000","last_clean":"2024-09-14T10:22:55.172775+0000","last_became_active":"2024-09-14T09:01:36.807988+0000","last_became_peered":"2024-09-14T09:01:36.807988+0000","last_unstale":"2024-09-14T10:22:55.172775+0000","last_undegraded":"2024-09-14T10:22:55.172775+0000","last_fullsized":"2024-09-14T10:22:55.172775+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"log_size":142,"log_dups_size":0,"ondisk_log_size":142,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T12:41:35.290676+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00049106799999999999,"stat_sum":{"num_bytes":429244416,"num_objects":137,"num_object_clones":0,"num_object_copies":411,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":137,"num_whiteouts":0,"num_read":2423,"num_read_kb":514836,"num_write":180,"num_write_kb":289520,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"31'6","reported_seq":171,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170530+0000","last_change":"2024-09-14T09:01:22.167354+0000","last_active":"2024-09-14T10:22:35.170530+0000","last_peered":"2024-09-14T10:22:35.170530+0000","last_clean":"2024-09-14T10:22:35.170530+0000","last_became_active":"2024-09-14T09:01:20.170941+0000","last_became_peered":"2024-09-14T09:01:20.170941+0000","last_unstale":"2024-09-14T10:22:35.170530+0000","last_undegraded":"2024-09-14T10:22:35.170530+0000","last_fullsized":"2024-09-14T10:22:35.170530+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":6,"log_dups_size":0,"ondisk_log_size":6,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T12:02:39.158467+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058000100000000002,"stat_sum":{"num_bytes":117,"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":84,"num_read_kb":78,"num_write":6,"num_write_kb":6,"num_scrub_errors":0,"num_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":"30'179","reported_seq":1771,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:24:00.179747+0000","last_change":"2024-09-14T09:01:39.765662+0000","last_active":"2024-09-14T10:24:00.179747+0000","last_peered":"2024-09-14T10:24:00.179747+0000","last_clean":"2024-09-14T10:24:00.179747+0000","last_became_active":"2024-09-14T09:01:36.805633+0000","last_became_peered":"2024-09-14T09:01:36.805633+0000","last_unstale":"2024-09-14T10:24:00.179747+0000","last_undegraded":"2024-09-14T10:24:00.179747+0000","last_fullsized":"2024-09-14T10:24:00.179747+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"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":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:39:37.789855+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056154800000000004,"stat_sum":{"num_bytes":532152320,"num_objects":161,"num_object_clones":0,"num_object_copies":483,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":161,"num_whiteouts":0,"num_read":1561,"num_read_kb":630228,"num_write":227,"num_write_kb":371632,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"31'129","reported_seq":320,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170526+0000","last_change":"2024-09-14T09:01:22.333327+0000","last_active":"2024-09-14T10:22:35.170526+0000","last_peered":"2024-09-14T10:22:35.170526+0000","last_clean":"2024-09-14T10:22:35.170526+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T10:22:35.170526+0000","last_undegraded":"2024-09-14T10:22:35.170526+0000","last_fullsized":"2024-09-14T10:22:35.170526+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":129,"log_dups_size":0,"ondisk_log_size":129,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:37:40.121157+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000368654,"stat_sum":{"num_bytes":114,"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":906,"num_read_kb":747,"num_write":229,"num_write_kb":221,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"30'150","reported_seq":1990,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172738+0000","last_change":"2024-09-14T09:01:39.761437+0000","last_active":"2024-09-14T10:22:55.172738+0000","last_peered":"2024-09-14T10:22:55.172738+0000","last_clean":"2024-09-14T10:22:55.172738+0000","last_became_active":"2024-09-14T09:01:36.805430+0000","last_became_peered":"2024-09-14T09:01:36.805430+0000","last_unstale":"2024-09-14T10:22:55.172738+0000","last_undegraded":"2024-09-14T10:22:55.172738+0000","last_fullsized":"2024-09-14T10:22:55.172738+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"log_size":150,"log_dups_size":0,"ondisk_log_size":150,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:57:38.657182+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000486644,"stat_sum":{"num_bytes":453640192,"num_objects":142,"num_object_clones":0,"num_object_copies":426,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":142,"num_whiteouts":0,"num_read":1800,"num_read_kb":547542,"num_write":186,"num_write_kb":299968,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"31'144","reported_seq":347,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:35.176783+0000","last_change":"2024-09-14T09:01:22.333336+0000","last_active":"2024-09-14T10:23:35.176783+0000","last_peered":"2024-09-14T10:23:35.176783+0000","last_clean":"2024-09-14T10:23:35.176783+0000","last_became_active":"2024-09-14T09:01:20.170892+0000","last_became_peered":"2024-09-14T09:01:20.170892+0000","last_unstale":"2024-09-14T10:23:35.176783+0000","last_undegraded":"2024-09-14T10:23:35.176783+0000","last_fullsized":"2024-09-14T10:23:35.176783+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":144,"log_dups_size":0,"ondisk_log_size":144,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T20:19:22.650839+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00035625400000000002,"stat_sum":{"num_bytes":390,"num_objects":6,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":981,"num_read_kb":786,"num_write":254,"num_write_kb":244,"num_scrub_errors":0,"num_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":"30'147","reported_seq":2532,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172779+0000","last_change":"2024-09-14T09:01:39.770521+0000","last_active":"2024-09-14T10:22:55.172779+0000","last_peered":"2024-09-14T10:22:55.172779+0000","last_clean":"2024-09-14T10:22:55.172779+0000","last_became_active":"2024-09-14T09:01:36.808098+0000","last_became_peered":"2024-09-14T09:01:36.808098+0000","last_unstale":"2024-09-14T10:22:55.172779+0000","last_undegraded":"2024-09-14T10:22:55.172779+0000","last_fullsized":"2024-09-14T10:22:55.172779+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"log_size":147,"log_dups_size":0,"ondisk_log_size":147,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:58:54.849446+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0053565100000000001,"stat_sum":{"num_bytes":438550547,"num_objects":137,"num_object_clones":0,"num_object_copies":411,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":137,"num_whiteouts":0,"num_read":2339,"num_read_kb":535617,"num_write":196,"num_write_kb":296882,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"31'17","reported_seq":175,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170581+0000","last_change":"2024-09-14T09:01:22.174348+0000","last_active":"2024-09-14T10:22:35.170581+0000","last_peered":"2024-09-14T10:22:35.170581+0000","last_clean":"2024-09-14T10:22:35.170581+0000","last_became_active":"2024-09-14T09:01:20.168111+0000","last_became_peered":"2024-09-14T09:01:20.168111+0000","last_unstale":"2024-09-14T10:22:35.170581+0000","last_undegraded":"2024-09-14T10:22:35.170581+0000","last_fullsized":"2024-09-14T10:22:35.170581+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":17,"log_dups_size":0,"ondisk_log_size":17,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T16:04:03.063819+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00080909700000000005,"stat_sum":{"num_bytes":0,"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":182,"num_read_kb":156,"num_write":11,"num_write_kb":7,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"11'52","reported_seq":160,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:40.177592+0000","last_change":"2024-09-14T09:01:17.760674+0000","last_active":"2024-09-14T10:23:40.177592+0000","last_peered":"2024-09-14T10:23:40.177592+0000","last_clean":"2024-09-14T10:23:40.177592+0000","last_became_active":"2024-09-14T09:01:17.759626+0000","last_became_peered":"2024-09-14T09:01:17.759626+0000","last_unstale":"2024-09-14T10:23:40.177592+0000","last_undegraded":"2024-09-14T10:23:40.177592+0000","last_fullsized":"2024-09-14T10:23:40.177592+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:16.140882+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:16.140882+0000","last_clean_scrub_stamp":"2024-09-14T09:01:16.140882+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-15T14:27:53.418441+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":1853587475,"num_objects":577,"num_object_clones":0,"num_object_copies":1731,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":577,"num_whiteouts":0,"num_read":8123,"num_read_kb":2228223,"num_write":789,"num_write_kb":1258002,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":969707520,"data_stored":2780393472,"data_compressed":656460834,"data_compressed_allocated":769089536,"data_compressed_original":2579775488,"omap_allocated":0,"internal_metadata":0},"log_size":618,"ondisk_log_size":618,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":1547,"num_objects":28,"num_object_clones":0,"num_object_copies":56,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":28,"num_whiteouts":0,"num_read":5895,"num_read_kb":4904,"num_write":1365,"num_write_kb":1316,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":155648,"data_stored":3094,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":830,"ondisk_log_size":830,"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":114688,"data_stored":1180736,"data_compressed":5986,"data_compressed_allocated":73728,"data_compressed_original":1146880,"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":34359739394,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":288244,"kb_used_data":257060,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94083596,"statfs":{"total":96636764160,"available":96341602304,"internally_reserved":0,"allocated":263229440,"data_stored":926901235,"data_compressed":181134498,"data_compressed_allocated":219222016,"data_compressed_original":883081216,"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":34359739395,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":378128,"kb_used_data":342784,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93993712,"statfs":{"total":96636764160,"available":96249561088,"internally_reserved":0,"allocated":351010816,"data_stored":927492646,"data_compressed":239037395,"data_compressed_allocated":276328448,"data_compressed_original":853049344,"omap_allocated":1595,"internal_metadata":36174277},"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":34359739396,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":383512,"kb_used_data":348168,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93988328,"statfs":{"total":96636764160,"available":96244047872,"internally_reserved":0,"allocated":356524032,"data_stored":927492142,"data_compressed":236294927,"data_compressed_allocated":273612800,"data_compressed_original":844791808,"omap_allocated":1594,"internal_metadata":36174278},"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":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":49152,"data_stored":1043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":77824,"data_stored":1547,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":504,"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":356155392,"data_stored":926797824,"data_compressed":236291934,"data_compressed_allocated":273575936,"data_compressed_original":844218368,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":350613504,"data_stored":926797824,"data_compressed":239034402,"data_compressed_allocated":276291584,"data_compressed_original":852475904,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":262938624,"data_stored":926797824,"data_compressed":181134498,"data_compressed_allocated":219222016,"data_compressed_original":883081216,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-14T10:26:39.525 INFO:tasks.ceph.ceph_manager.cluster2:clean! 2024-09-14T10:26:39.525 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-14T10:26:39.811 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T10:26:39.812 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-09-14T10:26:39.823 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":2591,"stamp":"2024-09-14T10:26:39.166741+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1854179390,"num_objects":607,"num_object_clones":0,"num_object_copies":1791,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":607,"num_whiteouts":0,"num_read":14074,"num_read_kb":2233173,"num_write":2233,"num_write_kb":1260424,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":1500,"ondisk_log_size":1500,"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":1049884,"kb_used_data":948012,"kb_used_omap":4,"kb_used_meta":101819,"kb_avail":282065636,"statfs":{"total":289910292480,"available":288835211264,"internally_reserved":0,"allocated":970764288,"data_stored":2781886023,"data_compressed":656466820,"data_compressed_allocated":769163264,"data_compressed_original":2580922368,"omap_allocated":4784,"internal_metadata":104262992},"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.002527"},"pg_stats":[{"pgid":"2.7","version":"31'179","reported_seq":516,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:40.177643+0000","last_change":"2024-09-14T09:01:22.174023+0000","last_active":"2024-09-14T10:23:40.177643+0000","last_peered":"2024-09-14T10:23:40.177643+0000","last_clean":"2024-09-14T10:23:40.177643+0000","last_became_active":"2024-09-14T09:01:20.168211+0000","last_became_peered":"2024-09-14T09:01:20.168211+0000","last_unstale":"2024-09-14T10:23:40.177643+0000","last_undegraded":"2024-09-14T10:23:40.177643+0000","last_fullsized":"2024-09-14T10:23:40.177643+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"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":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T19:56:14.767338+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055599600000000001,"stat_sum":{"num_bytes":228,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":1120,"num_read_kb":959,"num_write":220,"num_write_kb":209,"num_scrub_errors":0,"num_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":"31'17","reported_seq":227,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:40.177628+0000","last_change":"2024-09-14T09:01:22.174657+0000","last_active":"2024-09-14T10:23:40.177628+0000","last_peered":"2024-09-14T10:23:40.177628+0000","last_clean":"2024-09-14T10:23:40.177628+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T10:23:40.177628+0000","last_undegraded":"2024-09-14T10:23:40.177628+0000","last_fullsized":"2024-09-14T10:23:40.177628+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":17,"log_dups_size":0,"ondisk_log_size":17,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T11:45:06.056615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010514719999999999,"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":371,"num_read_kb":319,"num_write":12,"num_write_kb":8,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"26'1","reported_seq":99,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172817+0000","last_change":"2024-09-14T09:01:22.174036+0000","last_active":"2024-09-14T10:22:55.172817+0000","last_peered":"2024-09-14T10:22:55.172817+0000","last_clean":"2024-09-14T10:22:55.172817+0000","last_became_active":"2024-09-14T09:01:20.170971+0000","last_became_peered":"2024-09-14T09:01:20.170971+0000","last_unstale":"2024-09-14T10:22:55.172817+0000","last_undegraded":"2024-09-14T10:22:55.172817+0000","last_fullsized":"2024-09-14T10:22:55.172817+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T17:08:50.833420+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061291799999999995,"stat_sum":{"num_bytes":162,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":16,"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":[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":"31'337","reported_seq":597,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170612+0000","last_change":"2024-09-14T09:01:22.174321+0000","last_active":"2024-09-14T10:22:35.170612+0000","last_peered":"2024-09-14T10:22:35.170612+0000","last_clean":"2024-09-14T10:22:35.170612+0000","last_became_active":"2024-09-14T09:01:20.168155+0000","last_became_peered":"2024-09-14T09:01:20.168155+0000","last_unstale":"2024-09-14T10:22:35.170612+0000","last_undegraded":"2024-09-14T10:22:35.170612+0000","last_fullsized":"2024-09-14T10:22:35.170612+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":337,"log_dups_size":0,"ondisk_log_size":337,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T20:37:30.657813+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00082187500000000001,"stat_sum":{"num_bytes":536,"num_objects":7,"num_object_clones":0,"num_object_copies":14,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":7,"num_whiteouts":0,"num_read":2235,"num_read_kb":1851,"num_write":632,"num_write_kb":620,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"30'142","reported_seq":2600,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172775+0000","last_change":"2024-09-14T09:01:39.761532+0000","last_active":"2024-09-14T10:22:55.172775+0000","last_peered":"2024-09-14T10:22:55.172775+0000","last_clean":"2024-09-14T10:22:55.172775+0000","last_became_active":"2024-09-14T09:01:36.807988+0000","last_became_peered":"2024-09-14T09:01:36.807988+0000","last_unstale":"2024-09-14T10:22:55.172775+0000","last_undegraded":"2024-09-14T10:22:55.172775+0000","last_fullsized":"2024-09-14T10:22:55.172775+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"log_size":142,"log_dups_size":0,"ondisk_log_size":142,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T12:41:35.290676+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00049106799999999999,"stat_sum":{"num_bytes":429244416,"num_objects":137,"num_object_clones":0,"num_object_copies":411,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":137,"num_whiteouts":0,"num_read":2423,"num_read_kb":514836,"num_write":180,"num_write_kb":289520,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"31'6","reported_seq":171,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170530+0000","last_change":"2024-09-14T09:01:22.167354+0000","last_active":"2024-09-14T10:22:35.170530+0000","last_peered":"2024-09-14T10:22:35.170530+0000","last_clean":"2024-09-14T10:22:35.170530+0000","last_became_active":"2024-09-14T09:01:20.170941+0000","last_became_peered":"2024-09-14T09:01:20.170941+0000","last_unstale":"2024-09-14T10:22:35.170530+0000","last_undegraded":"2024-09-14T10:22:35.170530+0000","last_fullsized":"2024-09-14T10:22:35.170530+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":6,"log_dups_size":0,"ondisk_log_size":6,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T12:02:39.158467+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058000100000000002,"stat_sum":{"num_bytes":117,"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":84,"num_read_kb":78,"num_write":6,"num_write_kb":6,"num_scrub_errors":0,"num_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":"30'179","reported_seq":1771,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:24:00.179747+0000","last_change":"2024-09-14T09:01:39.765662+0000","last_active":"2024-09-14T10:24:00.179747+0000","last_peered":"2024-09-14T10:24:00.179747+0000","last_clean":"2024-09-14T10:24:00.179747+0000","last_became_active":"2024-09-14T09:01:36.805633+0000","last_became_peered":"2024-09-14T09:01:36.805633+0000","last_unstale":"2024-09-14T10:24:00.179747+0000","last_undegraded":"2024-09-14T10:24:00.179747+0000","last_fullsized":"2024-09-14T10:24:00.179747+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"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":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:39:37.789855+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056154800000000004,"stat_sum":{"num_bytes":532152320,"num_objects":161,"num_object_clones":0,"num_object_copies":483,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":161,"num_whiteouts":0,"num_read":1561,"num_read_kb":630228,"num_write":227,"num_write_kb":371632,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"31'129","reported_seq":320,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170526+0000","last_change":"2024-09-14T09:01:22.333327+0000","last_active":"2024-09-14T10:22:35.170526+0000","last_peered":"2024-09-14T10:22:35.170526+0000","last_clean":"2024-09-14T10:22:35.170526+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T10:22:35.170526+0000","last_undegraded":"2024-09-14T10:22:35.170526+0000","last_fullsized":"2024-09-14T10:22:35.170526+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":129,"log_dups_size":0,"ondisk_log_size":129,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:37:40.121157+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000368654,"stat_sum":{"num_bytes":114,"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":906,"num_read_kb":747,"num_write":229,"num_write_kb":221,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"30'150","reported_seq":1990,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172738+0000","last_change":"2024-09-14T09:01:39.761437+0000","last_active":"2024-09-14T10:22:55.172738+0000","last_peered":"2024-09-14T10:22:55.172738+0000","last_clean":"2024-09-14T10:22:55.172738+0000","last_became_active":"2024-09-14T09:01:36.805430+0000","last_became_peered":"2024-09-14T09:01:36.805430+0000","last_unstale":"2024-09-14T10:22:55.172738+0000","last_undegraded":"2024-09-14T10:22:55.172738+0000","last_fullsized":"2024-09-14T10:22:55.172738+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"log_size":150,"log_dups_size":0,"ondisk_log_size":150,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:57:38.657182+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000486644,"stat_sum":{"num_bytes":453640192,"num_objects":142,"num_object_clones":0,"num_object_copies":426,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":142,"num_whiteouts":0,"num_read":1800,"num_read_kb":547542,"num_write":186,"num_write_kb":299968,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"31'144","reported_seq":347,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:35.176783+0000","last_change":"2024-09-14T09:01:22.333336+0000","last_active":"2024-09-14T10:23:35.176783+0000","last_peered":"2024-09-14T10:23:35.176783+0000","last_clean":"2024-09-14T10:23:35.176783+0000","last_became_active":"2024-09-14T09:01:20.170892+0000","last_became_peered":"2024-09-14T09:01:20.170892+0000","last_unstale":"2024-09-14T10:23:35.176783+0000","last_undegraded":"2024-09-14T10:23:35.176783+0000","last_fullsized":"2024-09-14T10:23:35.176783+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":144,"log_dups_size":0,"ondisk_log_size":144,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T20:19:22.650839+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00035625400000000002,"stat_sum":{"num_bytes":390,"num_objects":6,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":981,"num_read_kb":786,"num_write":254,"num_write_kb":244,"num_scrub_errors":0,"num_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":"30'147","reported_seq":2532,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172779+0000","last_change":"2024-09-14T09:01:39.770521+0000","last_active":"2024-09-14T10:22:55.172779+0000","last_peered":"2024-09-14T10:22:55.172779+0000","last_clean":"2024-09-14T10:22:55.172779+0000","last_became_active":"2024-09-14T09:01:36.808098+0000","last_became_peered":"2024-09-14T09:01:36.808098+0000","last_unstale":"2024-09-14T10:22:55.172779+0000","last_undegraded":"2024-09-14T10:22:55.172779+0000","last_fullsized":"2024-09-14T10:22:55.172779+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"log_size":147,"log_dups_size":0,"ondisk_log_size":147,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:58:54.849446+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0053565100000000001,"stat_sum":{"num_bytes":438550547,"num_objects":137,"num_object_clones":0,"num_object_copies":411,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":137,"num_whiteouts":0,"num_read":2339,"num_read_kb":535617,"num_write":196,"num_write_kb":296882,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"31'17","reported_seq":175,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170581+0000","last_change":"2024-09-14T09:01:22.174348+0000","last_active":"2024-09-14T10:22:35.170581+0000","last_peered":"2024-09-14T10:22:35.170581+0000","last_clean":"2024-09-14T10:22:35.170581+0000","last_became_active":"2024-09-14T09:01:20.168111+0000","last_became_peered":"2024-09-14T09:01:20.168111+0000","last_unstale":"2024-09-14T10:22:35.170581+0000","last_undegraded":"2024-09-14T10:22:35.170581+0000","last_fullsized":"2024-09-14T10:22:35.170581+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":17,"log_dups_size":0,"ondisk_log_size":17,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T16:04:03.063819+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00080909700000000005,"stat_sum":{"num_bytes":0,"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":182,"num_read_kb":156,"num_write":11,"num_write_kb":7,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"11'52","reported_seq":160,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:40.177592+0000","last_change":"2024-09-14T09:01:17.760674+0000","last_active":"2024-09-14T10:23:40.177592+0000","last_peered":"2024-09-14T10:23:40.177592+0000","last_clean":"2024-09-14T10:23:40.177592+0000","last_became_active":"2024-09-14T09:01:17.759626+0000","last_became_peered":"2024-09-14T09:01:17.759626+0000","last_unstale":"2024-09-14T10:23:40.177592+0000","last_undegraded":"2024-09-14T10:23:40.177592+0000","last_fullsized":"2024-09-14T10:23:40.177592+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:16.140882+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:16.140882+0000","last_clean_scrub_stamp":"2024-09-14T09:01:16.140882+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-15T14:27:53.418441+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":1853587475,"num_objects":577,"num_object_clones":0,"num_object_copies":1731,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":577,"num_whiteouts":0,"num_read":8123,"num_read_kb":2228223,"num_write":789,"num_write_kb":1258002,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":969707520,"data_stored":2780393472,"data_compressed":656460834,"data_compressed_allocated":769089536,"data_compressed_original":2579775488,"omap_allocated":0,"internal_metadata":0},"log_size":618,"ondisk_log_size":618,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":1547,"num_objects":28,"num_object_clones":0,"num_object_copies":56,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":28,"num_whiteouts":0,"num_read":5895,"num_read_kb":4904,"num_write":1365,"num_write_kb":1316,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":155648,"data_stored":3094,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":830,"ondisk_log_size":830,"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":114688,"data_stored":1180736,"data_compressed":5986,"data_compressed_allocated":73728,"data_compressed_original":1146880,"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":34359739394,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":288244,"kb_used_data":257060,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94083596,"statfs":{"total":96636764160,"available":96341602304,"internally_reserved":0,"allocated":263229440,"data_stored":926901235,"data_compressed":181134498,"data_compressed_allocated":219222016,"data_compressed_original":883081216,"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":34359739395,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":378128,"kb_used_data":342784,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93993712,"statfs":{"total":96636764160,"available":96249561088,"internally_reserved":0,"allocated":351010816,"data_stored":927492646,"data_compressed":239037395,"data_compressed_allocated":276328448,"data_compressed_original":853049344,"omap_allocated":1595,"internal_metadata":36174277},"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":34359739396,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":383512,"kb_used_data":348168,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93988328,"statfs":{"total":96636764160,"available":96244047872,"internally_reserved":0,"allocated":356524032,"data_stored":927492142,"data_compressed":236294927,"data_compressed_allocated":273612800,"data_compressed_original":844791808,"omap_allocated":1594,"internal_metadata":36174278},"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":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":49152,"data_stored":1043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":77824,"data_stored":1547,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":504,"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":356155392,"data_stored":926797824,"data_compressed":236291934,"data_compressed_allocated":273575936,"data_compressed_original":844218368,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":350613504,"data_stored":926797824,"data_compressed":239034402,"data_compressed_allocated":276291584,"data_compressed_original":852475904,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":262938624,"data_stored":926797824,"data_compressed":181134498,"data_compressed_allocated":219222016,"data_compressed_original":883081216,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-14T10:26:39.824 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2024-09-14T10:26:40.113 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T10:26:40.113 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":31,"fsid":"1bc1c140-0fc6-4fba-b46c-96aae5a91276","created":"2024-09-14T09:01:03.736233+0000","modified":"2024-09-14T09:03:36.838444+0000","last_up_change":"2024-09-14T09:01:14.137461+0000","last_in_change":"2024-09-14T09:01:04.579328+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-14T09:01:16.127473+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"12","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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-14T09:01:18.766265+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":"16","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":16,"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-14T09:01:34.751188+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":"31","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":8,"snap_epoch":31,"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":"84dc5f31-26b4-4447-94e5-e4618b770a08","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6816","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6817","nonce":1528281063}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6819","nonce":1528281063}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6823","nonce":1528281063}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1528281063},{"type":"v1","addr":"172.21.15.133:6821","nonce":1528281063}]},"public_addr":"172.21.15.133:6817/1528281063","cluster_addr":"172.21.15.133:6819/1528281063","heartbeat_back_addr":"172.21.15.133:6823/1528281063","heartbeat_front_addr":"172.21.15.133:6821/1528281063","state":["exists","up"]},{"osd":1,"uuid":"fda191aa-a277-482a-9780-14301d87a0b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6801","nonce":2767349529}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6803","nonce":2767349529}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6807","nonce":2767349529}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2767349529},{"type":"v1","addr":"172.21.15.133:6805","nonce":2767349529}]},"public_addr":"172.21.15.133:6801/2767349529","cluster_addr":"172.21.15.133:6803/2767349529","heartbeat_back_addr":"172.21.15.133:6807/2767349529","heartbeat_front_addr":"172.21.15.133:6805/2767349529","state":["exists","up"]},{"osd":2,"uuid":"dfdc512e-034f-4b11-9271-6019b874227d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6809","nonce":525948140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6811","nonce":525948140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6815","nonce":525948140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":525948140},{"type":"v1","addr":"172.21.15.133:6813","nonce":525948140}]},"public_addr":"172.21.15.133:6809/525948140","cluster_addr":"172.21.15.133:6811/525948140","heartbeat_back_addr":"172.21.15.133:6815/525948140","heartbeat_front_addr":"172.21.15.133:6813/525948140","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-14T09:01:11.715627+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-14T09:01:11.095303+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-14T09:01:11.571346+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-14T10:26:41.127 INFO:tasks.ceph:Scrubbing cluster2.osd.0 2024-09-14T10:26:41.127 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T10:26:41.250 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-14T10:26:41.250 INFO:teuthology.orchestra.run.smithi133.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-14T10:26:41.250 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-14T10:26:41.260 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd deep-scrub 0 2024-09-14T10:26:41.542 INFO:teuthology.orchestra.run.smithi133.stderr:instructed osd(s) 0 to deep-scrub 2024-09-14T10:26:41.555 INFO:tasks.ceph:Scrubbing cluster2.osd.1 2024-09-14T10:26:41.555 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T10:26:41.676 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-14T10:26:41.676 INFO:teuthology.orchestra.run.smithi133.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-14T10:26:41.676 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-14T10:26:41.686 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd deep-scrub 1 2024-09-14T10:26:41.972 INFO:teuthology.orchestra.run.smithi133.stderr:instructed osd(s) 1 to deep-scrub 2024-09-14T10:26:41.984 INFO:tasks.ceph:Scrubbing cluster2.osd.2 2024-09-14T10:26:41.985 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T10:26:42.107 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-09-14T10:26:42.107 INFO:teuthology.orchestra.run.smithi133.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-14T10:26:42.107 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-09-14T10:26:42.117 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd deep-scrub 2 2024-09-14T10:26:42.404 INFO:teuthology.orchestra.run.smithi133.stderr:instructed osd(s) 2 to deep-scrub 2024-09-14T10:26:42.417 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-14T10:26:42.697 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T10:26:42.697 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-09-14T10:26:42.709 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":2592,"stamp":"2024-09-14T10:26:41.166979+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1854179390,"num_objects":607,"num_object_clones":0,"num_object_copies":1791,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":607,"num_whiteouts":0,"num_read":14074,"num_read_kb":2233173,"num_write":2233,"num_write_kb":1260424,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":1500,"ondisk_log_size":1500,"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":1049884,"kb_used_data":948012,"kb_used_omap":4,"kb_used_meta":101819,"kb_avail":282065636,"statfs":{"total":289910292480,"available":288835211264,"internally_reserved":0,"allocated":970764288,"data_stored":2781886023,"data_compressed":656466820,"data_compressed_allocated":769163264,"data_compressed_original":2580922368,"omap_allocated":4784,"internal_metadata":104262992},"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.002217"},"pg_stats":[{"pgid":"2.7","version":"31'179","reported_seq":516,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:40.177643+0000","last_change":"2024-09-14T09:01:22.174023+0000","last_active":"2024-09-14T10:23:40.177643+0000","last_peered":"2024-09-14T10:23:40.177643+0000","last_clean":"2024-09-14T10:23:40.177643+0000","last_became_active":"2024-09-14T09:01:20.168211+0000","last_became_peered":"2024-09-14T09:01:20.168211+0000","last_unstale":"2024-09-14T10:23:40.177643+0000","last_undegraded":"2024-09-14T10:23:40.177643+0000","last_fullsized":"2024-09-14T10:23:40.177643+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"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":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T19:56:14.767338+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055599600000000001,"stat_sum":{"num_bytes":228,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":1120,"num_read_kb":959,"num_write":220,"num_write_kb":209,"num_scrub_errors":0,"num_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":"31'17","reported_seq":227,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:40.177628+0000","last_change":"2024-09-14T09:01:22.174657+0000","last_active":"2024-09-14T10:23:40.177628+0000","last_peered":"2024-09-14T10:23:40.177628+0000","last_clean":"2024-09-14T10:23:40.177628+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T10:23:40.177628+0000","last_undegraded":"2024-09-14T10:23:40.177628+0000","last_fullsized":"2024-09-14T10:23:40.177628+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":17,"log_dups_size":0,"ondisk_log_size":17,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T11:45:06.056615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010514719999999999,"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":371,"num_read_kb":319,"num_write":12,"num_write_kb":8,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"26'1","reported_seq":99,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172817+0000","last_change":"2024-09-14T09:01:22.174036+0000","last_active":"2024-09-14T10:22:55.172817+0000","last_peered":"2024-09-14T10:22:55.172817+0000","last_clean":"2024-09-14T10:22:55.172817+0000","last_became_active":"2024-09-14T09:01:20.170971+0000","last_became_peered":"2024-09-14T09:01:20.170971+0000","last_unstale":"2024-09-14T10:22:55.172817+0000","last_undegraded":"2024-09-14T10:22:55.172817+0000","last_fullsized":"2024-09-14T10:22:55.172817+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+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-15T17:08:50.833420+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061291799999999995,"stat_sum":{"num_bytes":162,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":16,"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":[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":"31'337","reported_seq":597,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170612+0000","last_change":"2024-09-14T09:01:22.174321+0000","last_active":"2024-09-14T10:22:35.170612+0000","last_peered":"2024-09-14T10:22:35.170612+0000","last_clean":"2024-09-14T10:22:35.170612+0000","last_became_active":"2024-09-14T09:01:20.168155+0000","last_became_peered":"2024-09-14T09:01:20.168155+0000","last_unstale":"2024-09-14T10:22:35.170612+0000","last_undegraded":"2024-09-14T10:22:35.170612+0000","last_fullsized":"2024-09-14T10:22:35.170612+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":337,"log_dups_size":0,"ondisk_log_size":337,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T20:37:30.657813+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00082187500000000001,"stat_sum":{"num_bytes":536,"num_objects":7,"num_object_clones":0,"num_object_copies":14,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":7,"num_whiteouts":0,"num_read":2235,"num_read_kb":1851,"num_write":632,"num_write_kb":620,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"30'142","reported_seq":2600,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172775+0000","last_change":"2024-09-14T09:01:39.761532+0000","last_active":"2024-09-14T10:22:55.172775+0000","last_peered":"2024-09-14T10:22:55.172775+0000","last_clean":"2024-09-14T10:22:55.172775+0000","last_became_active":"2024-09-14T09:01:36.807988+0000","last_became_peered":"2024-09-14T09:01:36.807988+0000","last_unstale":"2024-09-14T10:22:55.172775+0000","last_undegraded":"2024-09-14T10:22:55.172775+0000","last_fullsized":"2024-09-14T10:22:55.172775+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"log_size":142,"log_dups_size":0,"ondisk_log_size":142,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T12:41:35.290676+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00049106799999999999,"stat_sum":{"num_bytes":429244416,"num_objects":137,"num_object_clones":0,"num_object_copies":411,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":137,"num_whiteouts":0,"num_read":2423,"num_read_kb":514836,"num_write":180,"num_write_kb":289520,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"31'6","reported_seq":171,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170530+0000","last_change":"2024-09-14T09:01:22.167354+0000","last_active":"2024-09-14T10:22:35.170530+0000","last_peered":"2024-09-14T10:22:35.170530+0000","last_clean":"2024-09-14T10:22:35.170530+0000","last_became_active":"2024-09-14T09:01:20.170941+0000","last_became_peered":"2024-09-14T09:01:20.170941+0000","last_unstale":"2024-09-14T10:22:35.170530+0000","last_undegraded":"2024-09-14T10:22:35.170530+0000","last_fullsized":"2024-09-14T10:22:35.170530+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":6,"log_dups_size":0,"ondisk_log_size":6,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T12:02:39.158467+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00058000100000000002,"stat_sum":{"num_bytes":117,"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":84,"num_read_kb":78,"num_write":6,"num_write_kb":6,"num_scrub_errors":0,"num_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":"30'179","reported_seq":1771,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:24:00.179747+0000","last_change":"2024-09-14T09:01:39.765662+0000","last_active":"2024-09-14T10:24:00.179747+0000","last_peered":"2024-09-14T10:24:00.179747+0000","last_clean":"2024-09-14T10:24:00.179747+0000","last_became_active":"2024-09-14T09:01:36.805633+0000","last_became_peered":"2024-09-14T09:01:36.805633+0000","last_unstale":"2024-09-14T10:24:00.179747+0000","last_undegraded":"2024-09-14T10:24:00.179747+0000","last_fullsized":"2024-09-14T10:24:00.179747+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"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":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:39:37.789855+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056154800000000004,"stat_sum":{"num_bytes":532152320,"num_objects":161,"num_object_clones":0,"num_object_copies":483,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":161,"num_whiteouts":0,"num_read":1561,"num_read_kb":630228,"num_write":227,"num_write_kb":371632,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"31'129","reported_seq":320,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170526+0000","last_change":"2024-09-14T09:01:22.333327+0000","last_active":"2024-09-14T10:22:35.170526+0000","last_peered":"2024-09-14T10:22:35.170526+0000","last_clean":"2024-09-14T10:22:35.170526+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T10:22:35.170526+0000","last_undegraded":"2024-09-14T10:22:35.170526+0000","last_fullsized":"2024-09-14T10:22:35.170526+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":129,"log_dups_size":0,"ondisk_log_size":129,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:37:40.121157+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000368654,"stat_sum":{"num_bytes":114,"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":906,"num_read_kb":747,"num_write":229,"num_write_kb":221,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"30'150","reported_seq":1990,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172738+0000","last_change":"2024-09-14T09:01:39.761437+0000","last_active":"2024-09-14T10:22:55.172738+0000","last_peered":"2024-09-14T10:22:55.172738+0000","last_clean":"2024-09-14T10:22:55.172738+0000","last_became_active":"2024-09-14T09:01:36.805430+0000","last_became_peered":"2024-09-14T09:01:36.805430+0000","last_unstale":"2024-09-14T10:22:55.172738+0000","last_undegraded":"2024-09-14T10:22:55.172738+0000","last_fullsized":"2024-09-14T10:22:55.172738+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"log_size":150,"log_dups_size":0,"ondisk_log_size":150,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:57:38.657182+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000486644,"stat_sum":{"num_bytes":453640192,"num_objects":142,"num_object_clones":0,"num_object_copies":426,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":142,"num_whiteouts":0,"num_read":1800,"num_read_kb":547542,"num_write":186,"num_write_kb":299968,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"31'144","reported_seq":347,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:35.176783+0000","last_change":"2024-09-14T09:01:22.333336+0000","last_active":"2024-09-14T10:23:35.176783+0000","last_peered":"2024-09-14T10:23:35.176783+0000","last_clean":"2024-09-14T10:23:35.176783+0000","last_became_active":"2024-09-14T09:01:20.170892+0000","last_became_peered":"2024-09-14T09:01:20.170892+0000","last_unstale":"2024-09-14T10:23:35.176783+0000","last_undegraded":"2024-09-14T10:23:35.176783+0000","last_fullsized":"2024-09-14T10:23:35.176783+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":144,"log_dups_size":0,"ondisk_log_size":144,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T20:19:22.650839+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00035625400000000002,"stat_sum":{"num_bytes":390,"num_objects":6,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":981,"num_read_kb":786,"num_write":254,"num_write_kb":244,"num_scrub_errors":0,"num_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":"30'147","reported_seq":2532,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:55.172779+0000","last_change":"2024-09-14T09:01:39.770521+0000","last_active":"2024-09-14T10:22:55.172779+0000","last_peered":"2024-09-14T10:22:55.172779+0000","last_clean":"2024-09-14T10:22:55.172779+0000","last_became_active":"2024-09-14T09:01:36.808098+0000","last_became_peered":"2024-09-14T09:01:36.808098+0000","last_unstale":"2024-09-14T10:22:55.172779+0000","last_undegraded":"2024-09-14T10:22:55.172779+0000","last_fullsized":"2024-09-14T10:22:55.172779+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:35.746292+0000","last_clean_scrub_stamp":"2024-09-14T09:01:35.746292+0000","objects_scrubbed":0,"log_size":147,"log_dups_size":0,"ondisk_log_size":147,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:58:54.849446+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0053565100000000001,"stat_sum":{"num_bytes":438550547,"num_objects":137,"num_object_clones":0,"num_object_copies":411,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":137,"num_whiteouts":0,"num_read":2339,"num_read_kb":535617,"num_write":196,"num_write_kb":296882,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"31'17","reported_seq":175,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:22:35.170581+0000","last_change":"2024-09-14T09:01:22.174348+0000","last_active":"2024-09-14T10:22:35.170581+0000","last_peered":"2024-09-14T10:22:35.170581+0000","last_clean":"2024-09-14T10:22:35.170581+0000","last_became_active":"2024-09-14T09:01:20.168111+0000","last_became_peered":"2024-09-14T09:01:20.168111+0000","last_unstale":"2024-09-14T10:22:35.170581+0000","last_undegraded":"2024-09-14T10:22:35.170581+0000","last_fullsized":"2024-09-14T10:22:35.170581+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:19.152700+0000","last_clean_scrub_stamp":"2024-09-14T09:01:19.152700+0000","objects_scrubbed":0,"log_size":17,"log_dups_size":0,"ondisk_log_size":17,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T16:04:03.063819+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00080909700000000005,"stat_sum":{"num_bytes":0,"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":182,"num_read_kb":156,"num_write":11,"num_write_kb":7,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"11'52","reported_seq":160,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:23:40.177592+0000","last_change":"2024-09-14T09:01:17.760674+0000","last_active":"2024-09-14T10:23:40.177592+0000","last_peered":"2024-09-14T10:23:40.177592+0000","last_clean":"2024-09-14T10:23:40.177592+0000","last_became_active":"2024-09-14T09:01:17.759626+0000","last_became_peered":"2024-09-14T09:01:17.759626+0000","last_unstale":"2024-09-14T10:23:40.177592+0000","last_undegraded":"2024-09-14T10:23:40.177592+0000","last_fullsized":"2024-09-14T10:23:40.177592+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:16.140882+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:16.140882+0000","last_clean_scrub_stamp":"2024-09-14T09:01:16.140882+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-15T14:27:53.418441+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":1853587475,"num_objects":577,"num_object_clones":0,"num_object_copies":1731,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":577,"num_whiteouts":0,"num_read":8123,"num_read_kb":2228223,"num_write":789,"num_write_kb":1258002,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":969707520,"data_stored":2780393472,"data_compressed":656460834,"data_compressed_allocated":769089536,"data_compressed_original":2579775488,"omap_allocated":0,"internal_metadata":0},"log_size":618,"ondisk_log_size":618,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":1547,"num_objects":28,"num_object_clones":0,"num_object_copies":56,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":28,"num_whiteouts":0,"num_read":5895,"num_read_kb":4904,"num_write":1365,"num_write_kb":1316,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":155648,"data_stored":3094,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":830,"ondisk_log_size":830,"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":114688,"data_stored":1180736,"data_compressed":5986,"data_compressed_allocated":73728,"data_compressed_original":1146880,"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":34359739395,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":288244,"kb_used_data":257060,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94083596,"statfs":{"total":96636764160,"available":96341602304,"internally_reserved":0,"allocated":263229440,"data_stored":926901235,"data_compressed":181134498,"data_compressed_allocated":219222016,"data_compressed_original":883081216,"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":34359739396,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":378128,"kb_used_data":342784,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93993712,"statfs":{"total":96636764160,"available":96249561088,"internally_reserved":0,"allocated":351010816,"data_stored":927492646,"data_compressed":239037395,"data_compressed_allocated":276328448,"data_compressed_original":853049344,"omap_allocated":1595,"internal_metadata":36174277},"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":34359739397,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":383512,"kb_used_data":348168,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93988328,"statfs":{"total":96636764160,"available":96244047872,"internally_reserved":0,"allocated":356524032,"data_stored":927492142,"data_compressed":236294927,"data_compressed_allocated":273612800,"data_compressed_original":844791808,"omap_allocated":1594,"internal_metadata":36174278},"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":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":49152,"data_stored":1043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":77824,"data_stored":1547,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":504,"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":356155392,"data_stored":926797824,"data_compressed":236291934,"data_compressed_allocated":273575936,"data_compressed_original":844218368,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":350613504,"data_stored":926797824,"data_compressed":239034402,"data_compressed_allocated":276291584,"data_compressed_original":852475904,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":262938624,"data_stored":926797824,"data_compressed":181134498,"data_compressed_allocated":219222016,"data_compressed_original":883081216,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-14T10:26:42.793 INFO:tasks.ceph:pgid 2.7 last_scrub_stamp 2024-09-14T09:01:19.152700+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=19, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.793 INFO:tasks.ceph:pgid 2.6 last_scrub_stamp 2024-09-14T09:01:19.152700+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=19, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.793 INFO:tasks.ceph:pgid 2.5 last_scrub_stamp 2024-09-14T09:01:19.152700+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=19, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.793 INFO:tasks.ceph:pgid 2.4 last_scrub_stamp 2024-09-14T09:01:19.152700+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=19, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.793 INFO:tasks.ceph:pgid 3.3 last_scrub_stamp 2024-09-14T09:01:35.746292+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=35, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.793 INFO:tasks.ceph:pgid 2.2 last_scrub_stamp 2024-09-14T09:01:19.152700+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=19, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.793 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2024-09-14T09:01:35.746292+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=35, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.794 INFO:tasks.ceph:pgid 2.1 last_scrub_stamp 2024-09-14T09:01:19.152700+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=19, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.794 INFO:tasks.ceph:pgid 3.1 last_scrub_stamp 2024-09-14T09:01:35.746292+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=35, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.794 INFO:tasks.ceph:pgid 2.0 last_scrub_stamp 2024-09-14T09:01:19.152700+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=19, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.794 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2024-09-14T09:01:35.746292+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=35, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.794 INFO:tasks.ceph:pgid 2.3 last_scrub_stamp 2024-09-14T09:01:19.152700+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=19, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.794 INFO:tasks.ceph:pgid 1.0 last_scrub_stamp 2024-09-14T09:01:16.140882+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=16, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=26, tm_sec=40, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:26:42.794 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2024-09-14T10:27:02.795 DEBUG:teuthology.orchestra.run.smithi133:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2024-09-14T10:27:03.088 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-09-14T10:27:03.088 INFO:teuthology.orchestra.run.smithi133.stderr:dumped all 2024-09-14T10:27:03.100 INFO:teuthology.orchestra.run.smithi133.stdout:{"pg_ready":true,"pg_map":{"version":2602,"stamp":"2024-09-14T10:27:01.170583+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1854179390,"num_objects":607,"num_object_clones":0,"num_object_copies":1791,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":607,"num_whiteouts":0,"num_read":14074,"num_read_kb":2233173,"num_write":2233,"num_write_kb":1260424,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":1305,"num_omap_keys":78,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":1530,"ondisk_log_size":1530,"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":1049884,"kb_used_data":948012,"kb_used_omap":4,"kb_used_meta":101819,"kb_avail":282065636,"statfs":{"total":289910292480,"available":288835211264,"internally_reserved":0,"allocated":970764288,"data_stored":2781886023,"data_compressed":656466820,"data_compressed_allocated":769163264,"data_compressed_original":2580922368,"omap_allocated":4784,"internal_metadata":104262992},"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":292,"num_omap_keys":20,"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.002383"},"pg_stats":[{"pgid":"2.7","version":"31'184","reported_seq":529,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:48.080892+0000","last_change":"2024-09-14T10:26:48.080892+0000","last_active":"2024-09-14T10:26:48.080892+0000","last_peered":"2024-09-14T10:26:48.080892+0000","last_clean":"2024-09-14T10:26:48.080892+0000","last_became_active":"2024-09-14T09:01:20.168211+0000","last_became_peered":"2024-09-14T09:01:20.168211+0000","last_unstale":"2024-09-14T10:26:48.080892+0000","last_undegraded":"2024-09-14T10:26:48.080892+0000","last_fullsized":"2024-09-14T10:26:48.080892+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"31'184","last_scrub_stamp":"2024-09-14T10:26:48.080822+0000","last_deep_scrub":"31'184","last_deep_scrub_stamp":"2024-09-14T10:26:48.080822+0000","last_clean_scrub_stamp":"2024-09-14T10:26:48.080822+0000","objects_scrubbed":5,"log_size":184,"log_dups_size":0,"ondisk_log_size":184,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T12:11:35.911254+0000","scrub_duration":4,"objects_trimmed":0,"snaptrim_duration":0.00055599600000000001,"stat_sum":{"num_bytes":228,"num_objects":5,"num_object_clones":0,"num_object_copies":10,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":1120,"num_read_kb":959,"num_write":220,"num_write_kb":209,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":146,"num_omap_keys":10,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"31'18","reported_seq":236,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:46.084893+0000","last_change":"2024-09-14T10:26:46.084893+0000","last_active":"2024-09-14T10:26:46.084893+0000","last_peered":"2024-09-14T10:26:46.084893+0000","last_clean":"2024-09-14T10:26:46.084893+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T10:26:46.084893+0000","last_undegraded":"2024-09-14T10:26:46.084893+0000","last_fullsized":"2024-09-14T10:26:46.084893+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"31'18","last_scrub_stamp":"2024-09-14T10:26:46.084788+0000","last_deep_scrub":"31'18","last_deep_scrub_stamp":"2024-09-14T10:26:46.084788+0000","last_clean_scrub_stamp":"2024-09-14T10:26:46.084788+0000","objects_scrubbed":1,"log_size":18,"log_dups_size":0,"ondisk_log_size":18,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-15T20:52:08.181928+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.0010514719999999999,"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":371,"num_read_kb":319,"num_write":12,"num_write_kb":8,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":146,"num_omap_keys":10,"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":"31'2","reported_seq":108,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:45.101866+0000","last_change":"2024-09-14T10:26:45.101866+0000","last_active":"2024-09-14T10:26:45.101866+0000","last_peered":"2024-09-14T10:26:45.101866+0000","last_clean":"2024-09-14T10:26:45.101866+0000","last_became_active":"2024-09-14T09:01:20.170971+0000","last_became_peered":"2024-09-14T09:01:20.170971+0000","last_unstale":"2024-09-14T10:26:45.101866+0000","last_undegraded":"2024-09-14T10:26:45.101866+0000","last_fullsized":"2024-09-14T10:26:45.101866+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"31'2","last_scrub_stamp":"2024-09-14T10:26:45.101796+0000","last_deep_scrub":"31'2","last_deep_scrub_stamp":"2024-09-14T10:26:45.101796+0000","last_clean_scrub_stamp":"2024-09-14T10:26:45.101796+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-15T20:00:41.525026+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00061291799999999995,"stat_sum":{"num_bytes":162,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":16,"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":[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":"31'344","reported_seq":613,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:43.095158+0000","last_change":"2024-09-14T10:26:43.095113+0000","last_active":"2024-09-14T10:26:43.095158+0000","last_peered":"2024-09-14T10:26:43.095158+0000","last_clean":"2024-09-14T10:26:43.095158+0000","last_became_active":"2024-09-14T09:01:20.168155+0000","last_became_peered":"2024-09-14T09:01:20.168155+0000","last_unstale":"2024-09-14T10:26:43.095158+0000","last_undegraded":"2024-09-14T10:26:43.095158+0000","last_fullsized":"2024-09-14T10:26:43.095158+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"31'344","last_scrub_stamp":"2024-09-14T10:26:43.095041+0000","last_deep_scrub":"31'344","last_deep_scrub_stamp":"2024-09-14T10:26:43.095041+0000","last_clean_scrub_stamp":"2024-09-14T10:26:43.095041+0000","objects_scrubbed":7,"log_size":344,"log_dups_size":0,"ondisk_log_size":344,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-15T12:44:58.692918+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0.00082187500000000001,"stat_sum":{"num_bytes":536,"num_objects":7,"num_object_clones":0,"num_object_copies":14,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":7,"num_whiteouts":0,"num_read":2235,"num_read_kb":1851,"num_write":632,"num_write_kb":620,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":338,"num_omap_keys":22,"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":"30'142","reported_seq":2613,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:43.744047+0000","last_change":"2024-09-14T10:26:43.744047+0000","last_active":"2024-09-14T10:26:43.744047+0000","last_peered":"2024-09-14T10:26:43.744047+0000","last_clean":"2024-09-14T10:26:43.744047+0000","last_became_active":"2024-09-14T09:01:36.807988+0000","last_became_peered":"2024-09-14T09:01:36.807988+0000","last_unstale":"2024-09-14T10:26:43.744047+0000","last_undegraded":"2024-09-14T10:26:43.744047+0000","last_fullsized":"2024-09-14T10:26:43.744047+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"30'142","last_scrub_stamp":"2024-09-14T10:26:43.743946+0000","last_deep_scrub":"30'142","last_deep_scrub_stamp":"2024-09-14T10:26:43.743946+0000","last_clean_scrub_stamp":"2024-09-14T10:26:43.743946+0000","objects_scrubbed":137,"log_size":142,"log_dups_size":0,"ondisk_log_size":142,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-15T20:37:05.596340+0000","scrub_duration":403,"objects_trimmed":0,"snaptrim_duration":0.00049106799999999999,"stat_sum":{"num_bytes":429244416,"num_objects":137,"num_object_clones":0,"num_object_copies":411,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":137,"num_whiteouts":0,"num_read":2423,"num_read_kb":514836,"num_write":180,"num_write_kb":289520,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"31'9","reported_seq":183,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:42.372939+0000","last_change":"2024-09-14T10:26:42.372885+0000","last_active":"2024-09-14T10:26:42.372939+0000","last_peered":"2024-09-14T10:26:42.372939+0000","last_clean":"2024-09-14T10:26:42.372939+0000","last_became_active":"2024-09-14T09:01:20.170941+0000","last_became_peered":"2024-09-14T09:01:20.170941+0000","last_unstale":"2024-09-14T10:26:42.372939+0000","last_undegraded":"2024-09-14T10:26:42.372939+0000","last_fullsized":"2024-09-14T10:26:42.372939+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"31'9","last_scrub_stamp":"2024-09-14T10:26:42.372813+0000","last_deep_scrub":"31'9","last_deep_scrub_stamp":"2024-09-14T10:26:42.372813+0000","last_clean_scrub_stamp":"2024-09-14T10:26:42.372813+0000","objects_scrubbed":3,"log_size":9,"log_dups_size":0,"ondisk_log_size":9,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-15T21:36:31.838910+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00058000100000000002,"stat_sum":{"num_bytes":117,"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":84,"num_read_kb":78,"num_write":6,"num_write_kb":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":60,"num_omap_keys":3,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"30'179","reported_seq":1785,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:47.580109+0000","last_change":"2024-09-14T10:26:47.580109+0000","last_active":"2024-09-14T10:26:47.580109+0000","last_peered":"2024-09-14T10:26:47.580109+0000","last_clean":"2024-09-14T10:26:47.580109+0000","last_became_active":"2024-09-14T09:01:36.805633+0000","last_became_peered":"2024-09-14T09:01:36.805633+0000","last_unstale":"2024-09-14T10:26:47.580109+0000","last_undegraded":"2024-09-14T10:26:47.580109+0000","last_fullsized":"2024-09-14T10:26:47.580109+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"30'179","last_scrub_stamp":"2024-09-14T10:26:47.579860+0000","last_deep_scrub":"30'179","last_deep_scrub_stamp":"2024-09-14T10:26:47.579860+0000","last_clean_scrub_stamp":"2024-09-14T10:26:47.579860+0000","objects_scrubbed":161,"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-15T11:15:03.355183+0000","scrub_duration":534,"objects_trimmed":0,"snaptrim_duration":0.00056154800000000004,"stat_sum":{"num_bytes":532152320,"num_objects":161,"num_object_clones":0,"num_object_copies":483,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":161,"num_whiteouts":0,"num_read":1561,"num_read_kb":630228,"num_write":227,"num_write_kb":371632,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"31'132","reported_seq":332,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:42.979898+0000","last_change":"2024-09-14T10:26:42.979818+0000","last_active":"2024-09-14T10:26:42.979898+0000","last_peered":"2024-09-14T10:26:42.979898+0000","last_clean":"2024-09-14T10:26:42.979898+0000","last_became_active":"2024-09-14T09:01:20.170825+0000","last_became_peered":"2024-09-14T09:01:20.170825+0000","last_unstale":"2024-09-14T10:26:42.979898+0000","last_undegraded":"2024-09-14T10:26:42.979898+0000","last_fullsized":"2024-09-14T10:26:42.979898+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"31'132","last_scrub_stamp":"2024-09-14T10:26:42.979714+0000","last_deep_scrub":"31'132","last_deep_scrub_stamp":"2024-09-14T10:26:42.979714+0000","last_clean_scrub_stamp":"2024-09-14T10:26:42.979714+0000","objects_scrubbed":3,"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-15T16:30:07.827718+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.000368654,"stat_sum":{"num_bytes":114,"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":906,"num_read_kb":747,"num_write":229,"num_write_kb":221,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":205,"num_omap_keys":11,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"30'150","reported_seq":2003,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:44.775882+0000","last_change":"2024-09-14T10:26:44.775882+0000","last_active":"2024-09-14T10:26:44.775882+0000","last_peered":"2024-09-14T10:26:44.775882+0000","last_clean":"2024-09-14T10:26:44.775882+0000","last_became_active":"2024-09-14T09:01:36.805430+0000","last_became_peered":"2024-09-14T09:01:36.805430+0000","last_unstale":"2024-09-14T10:26:44.775882+0000","last_undegraded":"2024-09-14T10:26:44.775882+0000","last_fullsized":"2024-09-14T10:26:44.775882+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"30'150","last_scrub_stamp":"2024-09-14T10:26:44.775749+0000","last_deep_scrub":"30'150","last_deep_scrub_stamp":"2024-09-14T10:26:44.775749+0000","last_clean_scrub_stamp":"2024-09-14T10:26:44.775749+0000","objects_scrubbed":142,"log_size":150,"log_dups_size":0,"ondisk_log_size":150,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T21:32:48.563428+0000","scrub_duration":475,"objects_trimmed":0,"snaptrim_duration":0.000486644,"stat_sum":{"num_bytes":453640192,"num_objects":142,"num_object_clones":0,"num_object_copies":426,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":142,"num_whiteouts":0,"num_read":1800,"num_read_kb":547542,"num_write":186,"num_write_kb":299968,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"31'150","reported_seq":361,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:43.982060+0000","last_change":"2024-09-14T10:26:43.982060+0000","last_active":"2024-09-14T10:26:43.982060+0000","last_peered":"2024-09-14T10:26:43.982060+0000","last_clean":"2024-09-14T10:26:43.982060+0000","last_became_active":"2024-09-14T09:01:20.170892+0000","last_became_peered":"2024-09-14T09:01:20.170892+0000","last_unstale":"2024-09-14T10:26:43.982060+0000","last_undegraded":"2024-09-14T10:26:43.982060+0000","last_fullsized":"2024-09-14T10:26:43.982060+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"31'150","last_scrub_stamp":"2024-09-14T10:26:43.981985+0000","last_deep_scrub":"31'150","last_deep_scrub_stamp":"2024-09-14T10:26:43.981985+0000","last_clean_scrub_stamp":"2024-09-14T10:26:43.981985+0000","objects_scrubbed":6,"log_size":150,"log_dups_size":0,"ondisk_log_size":150,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T12:33:20.408960+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0.00035625400000000002,"stat_sum":{"num_bytes":390,"num_objects":6,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":981,"num_read_kb":786,"num_write":254,"num_write_kb":244,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":205,"num_omap_keys":11,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"30'147","reported_seq":2545,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:49.498242+0000","last_change":"2024-09-14T10:26:49.498242+0000","last_active":"2024-09-14T10:26:49.498242+0000","last_peered":"2024-09-14T10:26:49.498242+0000","last_clean":"2024-09-14T10:26:49.498242+0000","last_became_active":"2024-09-14T09:01:36.808098+0000","last_became_peered":"2024-09-14T09:01:36.808098+0000","last_unstale":"2024-09-14T10:26:49.498242+0000","last_undegraded":"2024-09-14T10:26:49.498242+0000","last_fullsized":"2024-09-14T10:26:49.498242+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"30'147","last_scrub_stamp":"2024-09-14T10:26:49.498143+0000","last_deep_scrub":"30'147","last_deep_scrub_stamp":"2024-09-14T10:26:49.498143+0000","last_clean_scrub_stamp":"2024-09-14T10:26:49.498143+0000","objects_scrubbed":137,"log_size":147,"log_dups_size":0,"ondisk_log_size":147,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-15T12:26:23.194118+0000","scrub_duration":427,"objects_trimmed":0,"snaptrim_duration":0.0053565100000000001,"stat_sum":{"num_bytes":438550547,"num_objects":137,"num_object_clones":0,"num_object_copies":411,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":137,"num_whiteouts":0,"num_read":2339,"num_read_kb":535617,"num_write":196,"num_write_kb":296882,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"31'19","reported_seq":186,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:44.059697+0000","last_change":"2024-09-14T10:26:44.059615+0000","last_active":"2024-09-14T10:26:44.059697+0000","last_peered":"2024-09-14T10:26:44.059697+0000","last_clean":"2024-09-14T10:26:44.059697+0000","last_became_active":"2024-09-14T09:01:20.168111+0000","last_became_peered":"2024-09-14T09:01:20.168111+0000","last_unstale":"2024-09-14T10:26:44.059697+0000","last_undegraded":"2024-09-14T10:26:44.059697+0000","last_fullsized":"2024-09-14T10:26:44.059697+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"31'19","last_scrub_stamp":"2024-09-14T10:26:44.059523+0000","last_deep_scrub":"31'19","last_deep_scrub_stamp":"2024-09-14T10:26:44.059523+0000","last_clean_scrub_stamp":"2024-09-14T10:26:44.059523+0000","objects_scrubbed":2,"log_size":19,"log_dups_size":0,"ondisk_log_size":19,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:28:28.307707+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00080909700000000005,"stat_sum":{"num_bytes":0,"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":182,"num_read_kb":156,"num_write":11,"num_write_kb":7,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":205,"num_omap_keys":11,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"31'54","reported_seq":170,"reported_epoch":31,"state":"active+clean","last_fresh":"2024-09-14T10:26:42.050051+0000","last_change":"2024-09-14T10:26:42.050051+0000","last_active":"2024-09-14T10:26:42.050051+0000","last_peered":"2024-09-14T10:26:42.050051+0000","last_clean":"2024-09-14T10:26:42.050051+0000","last_became_active":"2024-09-14T09:01:17.759626+0000","last_became_peered":"2024-09-14T09:01:17.759626+0000","last_unstale":"2024-09-14T10:26:42.050051+0000","last_undegraded":"2024-09-14T10:26:42.050051+0000","last_fullsized":"2024-09-14T10:26:42.050051+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"31'54","last_scrub_stamp":"2024-09-14T10:26:42.049944+0000","last_deep_scrub":"31'54","last_deep_scrub_stamp":"2024-09-14T10:26:42.049944+0000","last_clean_scrub_stamp":"2024-09-14T10:26:42.049944+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-15T16:24:12.000476+0000","scrub_duration":3,"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":1853587475,"num_objects":577,"num_object_clones":0,"num_object_copies":1731,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":577,"num_whiteouts":0,"num_read":8123,"num_read_kb":2228223,"num_write":789,"num_write_kb":1258002,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":969707520,"data_stored":2780393472,"data_compressed":656460834,"data_compressed_allocated":769089536,"data_compressed_original":2579775488,"omap_allocated":0,"internal_metadata":0},"log_size":618,"ondisk_log_size":618,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":1547,"num_objects":28,"num_object_clones":0,"num_object_copies":56,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":28,"num_whiteouts":0,"num_read":5895,"num_read_kb":4904,"num_write":1365,"num_write_kb":1316,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":8,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":1305,"num_omap_keys":78,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":155648,"data_stored":3094,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":858,"ondisk_log_size":858,"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":114688,"data_stored":1180736,"data_compressed":5986,"data_compressed_allocated":73728,"data_compressed_original":1146880,"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":34359739399,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":288244,"kb_used_data":257060,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94083596,"statfs":{"total":96636764160,"available":96341602304,"internally_reserved":0,"allocated":263229440,"data_stored":926901235,"data_compressed":181134498,"data_compressed_allocated":219222016,"data_compressed_original":883081216,"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":34359739400,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":378128,"kb_used_data":342784,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93993712,"statfs":{"total":96636764160,"available":96249561088,"internally_reserved":0,"allocated":351010816,"data_stored":927492646,"data_compressed":239037395,"data_compressed_allocated":276328448,"data_compressed_original":853049344,"omap_allocated":1595,"internal_metadata":36174277},"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":34359739401,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":383512,"kb_used_data":348168,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93988328,"statfs":{"total":96636764160,"available":96244047872,"internally_reserved":0,"allocated":356524032,"data_stored":927492142,"data_compressed":236294927,"data_compressed_allocated":273612800,"data_compressed_original":844791808,"omap_allocated":1594,"internal_metadata":36174278},"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":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2993,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":49152,"data_stored":1043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":77824,"data_stored":1547,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":504,"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":356155392,"data_stored":926797824,"data_compressed":236291934,"data_compressed_allocated":273575936,"data_compressed_original":844218368,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":350613504,"data_stored":926797824,"data_compressed":239034402,"data_compressed_allocated":276291584,"data_compressed_original":852475904,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":262938624,"data_stored":926797824,"data_compressed":181134498,"data_compressed_allocated":219222016,"data_compressed_original":883081216,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-14T10:27:03.102 DEBUG:teuthology.orchestra.run.smithi133:> sudo ceph --cluster cluster2 config set global mon_health_to_clog false 2024-09-14T10:27:03.398 INFO:teuthology.misc:Shutting down mds daemons... 2024-09-14T10:27:03.398 INFO:teuthology.misc:Shutting down osd daemons... 2024-09-14T10:27:03.398 DEBUG:tasks.ceph.cluster2.osd.0:waiting for process to exit 2024-09-14T10:27:03.398 INFO:teuthology.orchestra.run:waiting for 300 2024-09-14T10:27:03.436 INFO:tasks.ceph.cluster2.osd.0:Stopped 2024-09-14T10:27:03.437 DEBUG:tasks.ceph.cluster2.osd.1:waiting for process to exit 2024-09-14T10:27:03.437 INFO:teuthology.orchestra.run:waiting for 300 2024-09-14T10:27:03.506 INFO:tasks.ceph.cluster2.osd.1:Stopped 2024-09-14T10:27:03.507 DEBUG:tasks.ceph.cluster2.osd.2:waiting for process to exit 2024-09-14T10:27:03.507 INFO:teuthology.orchestra.run:waiting for 300 2024-09-14T10:27:03.578 INFO:tasks.ceph.cluster2.osd.2:Stopped 2024-09-14T10:27:03.578 INFO:teuthology.misc:Shutting down mgr daemons... 2024-09-14T10:27:03.579 DEBUG:tasks.ceph.cluster2.mgr.x:waiting for process to exit 2024-09-14T10:27:03.579 INFO:teuthology.orchestra.run:waiting for 300 2024-09-14T10:27:03.645 INFO:tasks.ceph.cluster2.mgr.x:Stopped 2024-09-14T10:27:03.645 INFO:teuthology.misc:Shutting down mon daemons... 2024-09-14T10:27:03.646 DEBUG:tasks.ceph.cluster2.mon.a:waiting for process to exit 2024-09-14T10:27:03.646 INFO:teuthology.orchestra.run:waiting for 300 2024-09-14T10:27:03.698 INFO:tasks.ceph.cluster2.mon.a:Stopped 2024-09-14T10:27:03.698 INFO:tasks.ceph:Checking cluster log for badness... 2024-09-14T10:27:03.698 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T10:27:03.764 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster2-0 on ubuntu@smithi133.front.sepia.ceph.com 2024-09-14T10:27:03.765 DEBUG:teuthology.orchestra.run.smithi133:> sync && sudo umount -f /var/lib/ceph/osd/cluster2-0 2024-09-14T10:27:04.058 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster2-1 on ubuntu@smithi133.front.sepia.ceph.com 2024-09-14T10:27:04.059 DEBUG:teuthology.orchestra.run.smithi133:> sync && sudo umount -f /var/lib/ceph/osd/cluster2-1 2024-09-14T10:27:04.132 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster2-2 on ubuntu@smithi133.front.sepia.ceph.com 2024-09-14T10:27:04.132 DEBUG:teuthology.orchestra.run.smithi133:> sync && sudo umount -f /var/lib/ceph/osd/cluster2-2 2024-09-14T10:27:04.188 INFO:tasks.ceph:Archiving mon data... 2024-09-14T10:27:04.199 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/mon/cluster2-a to /home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514/data/cluster2.mon.a.tgz 2024-09-14T10:27:04.199 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-09-14T10:27:04.214 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.7giEn2scQE 2024-09-14T10:27:04.214 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar cz -f - -C /var/lib/ceph/mon/cluster2-a -- . > /tmp/tmp.7giEn2scQE 2024-09-14T10:27:04.322 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.7giEn2scQE 2024-09-14T10:27:04.404 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.7giEn2scQE is 197KB 2024-09-14T10:27:04.457 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.7giEn2scQE 2024-09-14T10:27:04.471 INFO:tasks.ceph:Cleaning ceph cluster... 2024-09-14T10:27:04.472 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T10:27:04.474 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T10:27:04.536 DEBUG:teuthology.run_tasks:Unwinding manager ceph 2024-09-14T10:27:04.546 INFO:tasks.ceph.ceph_manager.cluster1:waiting for clean 2024-09-14T10:27:04.546 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-14T10:27:04.874 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T10:27:04.875 INFO:teuthology.orchestra.run.smithi112.stderr:dumped all 2024-09-14T10:27:04.886 INFO:teuthology.orchestra.run.smithi112.stdout:{"pg_ready":true,"pg_map":{"version":2620,"stamp":"2024-09-14T10:27:03.274598+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":22844222402,"num_objects":5618,"num_object_clones":650,"num_object_copies":16837,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5618,"num_whiteouts":0,"num_read":474941,"num_read_kb":13582326,"num_write":612979,"num_write_kb":83548691,"num_scrub_errors":0,"num_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":47457,"ondisk_log_size":47457,"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":6483320,"kb_used_data":3339272,"kb_used_omap":201,"kb_used_meta":3143798,"kb_avail":276632200,"statfs":{"total":289910292480,"available":283271372800,"internally_reserved":0,"allocated":3419414528,"data_stored":34538478351,"data_compressed":994758472,"data_compressed_allocated":3006603264,"data_compressed_original":34100375552,"omap_allocated":206794,"internal_metadata":3219249206},"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.002379"},"pg_stats":[{"pgid":"2.7","version":"28'2452","reported_seq":6908,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.091294+0000","last_change":"2024-09-14T09:00:44.482551+0000","last_active":"2024-09-14T10:26:34.091294+0000","last_peered":"2024-09-14T10:26:34.091294+0000","last_clean":"2024-09-14T10:26:34.091294+0000","last_became_active":"2024-09-14T09:00:42.479385+0000","last_became_peered":"2024-09-14T09:00:42.479385+0000","last_unstale":"2024-09-14T10:26:34.091294+0000","last_undegraded":"2024-09-14T10:26:34.091294+0000","last_fullsized":"2024-09-14T10:26:34.091294+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":2452,"log_dups_size":0,"ondisk_log_size":2452,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:33:22.983738+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00073121299999999998,"stat_sum":{"num_bytes":690,"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":13279,"num_read_kb":10982,"num_write":4424,"num_write_kb":4405,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,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":83,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:23:01.047424+0000","last_change":"2024-09-14T09:00:44.482717+0000","last_active":"2024-09-14T10:23:01.047424+0000","last_peered":"2024-09-14T10:23:01.047424+0000","last_clean":"2024-09-14T10:23:01.047424+0000","last_became_active":"2024-09-14T09:00:42.482256+0000","last_became_peered":"2024-09-14T09:00:42.482256+0000","last_unstale":"2024-09-14T10:23:01.047424+0000","last_undegraded":"2024-09-14T10:23:01.047424+0000","last_fullsized":"2024-09-14T10:23:01.047424+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T20:34:50.906110+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00074982599999999999,"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":"28'1308","reported_seq":1396,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:31.901064+0000","last_change":"2024-09-14T09:00:44.482139+0000","last_active":"2024-09-14T10:26:31.901064+0000","last_peered":"2024-09-14T10:26:31.901064+0000","last_clean":"2024-09-14T10:26:31.901064+0000","last_became_active":"2024-09-14T09:00:42.479934+0000","last_became_peered":"2024-09-14T09:00:42.479934+0000","last_unstale":"2024-09-14T10:26:31.901064+0000","last_undegraded":"2024-09-14T10:26:31.901064+0000","last_fullsized":"2024-09-14T10:26:31.901064+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":1308,"log_dups_size":0,"ondisk_log_size":1308,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T14:02:20.368258+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061561500000000002,"stat_sum":{"num_bytes":870,"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":7294,"num_read_kb":5988,"num_write":2606,"num_write_kb":2600,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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'3","reported_seq":99,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:24:21.429113+0000","last_change":"2024-09-14T09:00:44.482426+0000","last_active":"2024-09-14T10:24:21.429113+0000","last_peered":"2024-09-14T10:24:21.429113+0000","last_clean":"2024-09-14T10:24:21.429113+0000","last_became_active":"2024-09-14T09:00:42.479456+0000","last_became_peered":"2024-09-14T09:00:42.479456+0000","last_unstale":"2024-09-14T10:24:21.429113+0000","last_undegraded":"2024-09-14T10:24:21.429113+0000","last_fullsized":"2024-09-14T10:24:21.429113+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:07:38.949887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00072566199999999997,"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":14,"num_read_kb":14,"num_write":3,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":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":"28'115155","reported_seq":192702,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:33.928698+0000","last_change":"2024-09-14T09:01:33.100036+0000","last_active":"2024-09-14T10:26:33.928698+0000","last_peered":"2024-09-14T10:26:33.928698+0000","last_clean":"2024-09-14T10:26:33.928698+0000","last_became_active":"2024-09-14T09:01:30.359028+0000","last_became_peered":"2024-09-14T09:01:30.359028+0000","last_unstale":"2024-09-14T10:26:33.928698+0000","last_undegraded":"2024-09-14T10:26:33.928698+0000","last_fullsized":"2024-09-14T10:26:33.928698+0000","mapping_epoch":20,"log_start":"28'105090","ondisk_log_start":"28'105090","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10065,"log_dups_size":0,"ondisk_log_size":10065,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:39:07.518549+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00066400499999999996,"stat_sum":{"num_bytes":5719585792,"num_objects":1405,"num_object_clones":164,"num_object_copies":4215,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1405,"num_whiteouts":0,"num_read":77766,"num_read_kb":2912165,"num_write":114987,"num_write_kb":19386864,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"16'2","reported_seq":114,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:24:07.034963+0000","last_change":"2024-09-14T09:00:44.479090+0000","last_active":"2024-09-14T10:24:07.034963+0000","last_peered":"2024-09-14T10:24:07.034963+0000","last_clean":"2024-09-14T10:24:07.034963+0000","last_became_active":"2024-09-14T09:00:42.482217+0000","last_became_peered":"2024-09-14T09:00:42.482217+0000","last_unstale":"2024-09-14T10:24:07.034963+0000","last_undegraded":"2024-09-14T10:24:07.034963+0000","last_fullsized":"2024-09-14T10:24:07.034963+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T13:54:10.075423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056888700000000002,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":27,"num_read_kb":27,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"28'122403","reported_seq":225451,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.059318+0000","last_change":"2024-09-14T09:01:33.102363+0000","last_active":"2024-09-14T10:26:34.059318+0000","last_peered":"2024-09-14T10:26:34.059318+0000","last_clean":"2024-09-14T10:26:34.059318+0000","last_became_active":"2024-09-14T09:01:30.359181+0000","last_became_peered":"2024-09-14T09:01:30.359181+0000","last_unstale":"2024-09-14T10:26:34.059318+0000","last_undegraded":"2024-09-14T10:26:34.059318+0000","last_fullsized":"2024-09-14T10:26:34.059318+0000","mapping_epoch":20,"log_start":"28'112309","ondisk_log_start":"28'112309","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10094,"log_dups_size":0,"ondisk_log_size":10094,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T16:38:32.282167+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048486900000000002,"stat_sum":{"num_bytes":5734494720,"num_objects":1407,"num_object_clones":153,"num_object_copies":4221,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1407,"num_whiteouts":0,"num_read":103252,"num_read_kb":2893190,"num_write":122249,"num_write_kb":19983581,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"28'78","reported_seq":1194,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.097882+0000","last_change":"2024-09-14T09:00:44.795694+0000","last_active":"2024-09-14T10:26:34.097882+0000","last_peered":"2024-09-14T10:26:34.097882+0000","last_clean":"2024-09-14T10:26:34.097882+0000","last_became_active":"2024-09-14T09:00:42.482218+0000","last_became_peered":"2024-09-14T09:00:42.482218+0000","last_unstale":"2024-09-14T10:26:34.097882+0000","last_undegraded":"2024-09-14T10:26:34.097882+0000","last_fullsized":"2024-09-14T10:26:34.097882+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":78,"log_dups_size":0,"ondisk_log_size":78,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T14:16:18.648282+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031608599999999998,"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":179,"num_read_kb":100,"num_write":74,"num_write_kb":68,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"28'94642","reported_seq":204482,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.066200+0000","last_change":"2024-09-14T09:01:33.100038+0000","last_active":"2024-09-14T10:26:34.066200+0000","last_peered":"2024-09-14T10:26:34.066200+0000","last_clean":"2024-09-14T10:26:34.066200+0000","last_became_active":"2024-09-14T09:01:30.359051+0000","last_became_peered":"2024-09-14T09:01:30.359051+0000","last_unstale":"2024-09-14T10:26:34.066200+0000","last_undegraded":"2024-09-14T10:26:34.066200+0000","last_fullsized":"2024-09-14T10:26:34.066200+0000","mapping_epoch":20,"log_start":"28'84639","ondisk_log_start":"28'84639","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10003,"log_dups_size":0,"ondisk_log_size":10003,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T10:10:20.700927+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00066338900000000001,"stat_sum":{"num_bytes":5544113664,"num_objects":1356,"num_object_clones":159,"num_object_copies":4068,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1356,"num_whiteouts":0,"num_read":110054,"num_read_kb":2972594,"num_write":94479,"num_write_kb":19764298,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"28'3338","reported_seq":3431,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:25:06.117461+0000","last_change":"2024-09-14T09:00:44.795775+0000","last_active":"2024-09-14T10:25:06.117461+0000","last_peered":"2024-09-14T10:25:06.117461+0000","last_clean":"2024-09-14T10:25:06.117461+0000","last_became_active":"2024-09-14T09:00:42.482160+0000","last_became_peered":"2024-09-14T09:00:42.482160+0000","last_unstale":"2024-09-14T10:25:06.117461+0000","last_undegraded":"2024-09-14T10:25:06.117461+0000","last_fullsized":"2024-09-14T10:25:06.117461+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":3338,"log_dups_size":0,"ondisk_log_size":3338,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:31:46.236123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00034309999999999999,"stat_sum":{"num_bytes":852,"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":19484,"num_read_kb":16141,"num_write":6666,"num_write_kb":6660,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"28'267585","reported_seq":410888,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.065519+0000","last_change":"2024-09-14T09:01:33.105047+0000","last_active":"2024-09-14T10:26:34.065519+0000","last_peered":"2024-09-14T10:26:34.065519+0000","last_clean":"2024-09-14T10:26:34.065519+0000","last_became_active":"2024-09-14T09:01:30.358966+0000","last_became_peered":"2024-09-14T09:01:30.358966+0000","last_unstale":"2024-09-14T10:26:34.065519+0000","last_undegraded":"2024-09-14T10:26:34.065519+0000","last_fullsized":"2024-09-14T10:26:34.065519+0000","mapping_epoch":20,"log_start":"28'257524","ondisk_log_start":"28'257524","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10061,"log_dups_size":0,"ondisk_log_size":10061,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T13:03:15.476704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0029429320000000001,"stat_sum":{"num_bytes":5845435411,"num_objects":1433,"num_object_clones":174,"num_object_copies":4299,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1433,"num_whiteouts":0,"num_read":143536,"num_read_kb":4771079,"num_write":267410,"num_write_kb":24399104,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"14'1","reported_seq":86,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:24:06.253083+0000","last_change":"2024-09-14T09:00:44.482111+0000","last_active":"2024-09-14T10:24:06.253083+0000","last_peered":"2024-09-14T10:24:06.253083+0000","last_clean":"2024-09-14T10:24:06.253083+0000","last_became_active":"2024-09-14T09:00:42.479255+0000","last_became_peered":"2024-09-14T09:00:42.479255+0000","last_unstale":"2024-09-14T10:24:06.253083+0000","last_undegraded":"2024-09-14T10:24:06.253083+0000","last_fullsized":"2024-09-14T10:24:06.253083+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T14:32:41.656328+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048251300000000001,"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":[]},{"pgid":"1.0","version":"11'52","reported_seq":154,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:25:01.707570+0000","last_change":"2024-09-14T09:00:37.975693+0000","last_active":"2024-09-14T10:25:01.707570+0000","last_peered":"2024-09-14T10:25:01.707570+0000","last_clean":"2024-09-14T10:25:01.707570+0000","last_became_active":"2024-09-14T09:00:37.974616+0000","last_became_peered":"2024-09-14T09:00:37.974616+0000","last_unstale":"2024-09-14T10:25:01.707570+0000","last_undegraded":"2024-09-14T10:25:01.707570+0000","last_fullsized":"2024-09-14T10:25:01.707570+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:36.445557+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:36.445557+0000","last_clean_scrub_stamp":"2024-09-14T09:00:36.445557+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-15T15:06:07.580846+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":22843629587,"num_objects":5601,"num_object_clones":650,"num_object_copies":16803,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5601,"num_whiteouts":0,"num_read":434608,"num_read_kb":13549028,"num_write":599125,"num_write_kb":83533847,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":3418505216,"data_stored":34537021440,"data_compressed":994752490,"data_compressed_allocated":3006529536,"data_compressed_original":34099228672,"omap_allocated":0,"internal_metadata":0},"log_size":40223,"ondisk_log_size":40223,"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":40277,"num_read_kb":33252,"num_write":13775,"num_write_kb":13738,"num_scrub_errors":0,"num_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":14789,"internal_metadata":0},"log_size":7182,"ondisk_log_size":7182,"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":114688,"data_stored":1180736,"data_compressed":5982,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":0,"up_from":9,"seq":38654706705,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2156740,"kb_used_data":1157812,"kb_used_omap":71,"kb_used_meta":998840,"kb_avail":92215100,"statfs":{"total":96636764160,"available":94428262400,"internally_reserved":0,"allocated":1185599488,"data_stored":11513022854,"data_compressed":362625487,"data_compressed_allocated":1032634368,"data_compressed_original":11351511040,"omap_allocated":73433,"internal_metadata":1022812455},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":8,"seq":34359739408,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2381296,"kb_used_data":1031456,"kb_used_omap":57,"kb_used_meta":1349766,"kb_avail":91990544,"statfs":{"total":96636764160,"available":94198317056,"internally_reserved":0,"allocated":1056210944,"data_stored":11512431775,"data_compressed":271594386,"data_compressed_allocated":945475584,"data_compressed_original":11395342336,"omap_allocated":58947,"internal_metadata":1382160829},"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":34359739409,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1945284,"kb_used_data":1150004,"kb_used_omap":72,"kb_used_meta":795191,"kb_avail":92426556,"statfs":{"total":96636764160,"available":94644793344,"internally_reserved":0,"allocated":1177604096,"data_stored":11513023722,"data_compressed":360538599,"data_compressed_allocated":1028493312,"data_compressed_original":11353522176,"omap_allocated":74414,"internal_metadata":814275922},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":1579,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5702,"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":7361,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":868,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1726,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1185280000,"data_stored":11512340480,"data_compressed":362622496,"data_compressed_allocated":1032597504,"data_compressed_original":11350937600,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":1177268224,"data_stored":11512340480,"data_compressed":360535608,"data_compressed_allocated":1028456448,"data_compressed_original":11352948736,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1055956992,"data_stored":11512340480,"data_compressed":271594386,"data_compressed_allocated":945475584,"data_compressed_original":11395342336,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-14T10:27:04.887 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-14T10:27:05.168 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T10:27:05.168 INFO:teuthology.orchestra.run.smithi112.stderr:dumped all 2024-09-14T10:27:05.180 INFO:teuthology.orchestra.run.smithi112.stdout:{"pg_ready":true,"pg_map":{"version":2620,"stamp":"2024-09-14T10:27:03.274598+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":22844222402,"num_objects":5618,"num_object_clones":650,"num_object_copies":16837,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5618,"num_whiteouts":0,"num_read":474941,"num_read_kb":13582326,"num_write":612979,"num_write_kb":83548691,"num_scrub_errors":0,"num_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":47457,"ondisk_log_size":47457,"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":6483320,"kb_used_data":3339272,"kb_used_omap":201,"kb_used_meta":3143798,"kb_avail":276632200,"statfs":{"total":289910292480,"available":283271372800,"internally_reserved":0,"allocated":3419414528,"data_stored":34538478351,"data_compressed":994758472,"data_compressed_allocated":3006603264,"data_compressed_original":34100375552,"omap_allocated":206794,"internal_metadata":3219249206},"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.002379"},"pg_stats":[{"pgid":"2.7","version":"28'2452","reported_seq":6908,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.091294+0000","last_change":"2024-09-14T09:00:44.482551+0000","last_active":"2024-09-14T10:26:34.091294+0000","last_peered":"2024-09-14T10:26:34.091294+0000","last_clean":"2024-09-14T10:26:34.091294+0000","last_became_active":"2024-09-14T09:00:42.479385+0000","last_became_peered":"2024-09-14T09:00:42.479385+0000","last_unstale":"2024-09-14T10:26:34.091294+0000","last_undegraded":"2024-09-14T10:26:34.091294+0000","last_fullsized":"2024-09-14T10:26:34.091294+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":2452,"log_dups_size":0,"ondisk_log_size":2452,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:33:22.983738+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00073121299999999998,"stat_sum":{"num_bytes":690,"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":13279,"num_read_kb":10982,"num_write":4424,"num_write_kb":4405,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,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":83,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:23:01.047424+0000","last_change":"2024-09-14T09:00:44.482717+0000","last_active":"2024-09-14T10:23:01.047424+0000","last_peered":"2024-09-14T10:23:01.047424+0000","last_clean":"2024-09-14T10:23:01.047424+0000","last_became_active":"2024-09-14T09:00:42.482256+0000","last_became_peered":"2024-09-14T09:00:42.482256+0000","last_unstale":"2024-09-14T10:23:01.047424+0000","last_undegraded":"2024-09-14T10:23:01.047424+0000","last_fullsized":"2024-09-14T10:23:01.047424+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T20:34:50.906110+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00074982599999999999,"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":"28'1308","reported_seq":1396,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:31.901064+0000","last_change":"2024-09-14T09:00:44.482139+0000","last_active":"2024-09-14T10:26:31.901064+0000","last_peered":"2024-09-14T10:26:31.901064+0000","last_clean":"2024-09-14T10:26:31.901064+0000","last_became_active":"2024-09-14T09:00:42.479934+0000","last_became_peered":"2024-09-14T09:00:42.479934+0000","last_unstale":"2024-09-14T10:26:31.901064+0000","last_undegraded":"2024-09-14T10:26:31.901064+0000","last_fullsized":"2024-09-14T10:26:31.901064+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":1308,"log_dups_size":0,"ondisk_log_size":1308,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T14:02:20.368258+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061561500000000002,"stat_sum":{"num_bytes":870,"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":7294,"num_read_kb":5988,"num_write":2606,"num_write_kb":2600,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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'3","reported_seq":99,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:24:21.429113+0000","last_change":"2024-09-14T09:00:44.482426+0000","last_active":"2024-09-14T10:24:21.429113+0000","last_peered":"2024-09-14T10:24:21.429113+0000","last_clean":"2024-09-14T10:24:21.429113+0000","last_became_active":"2024-09-14T09:00:42.479456+0000","last_became_peered":"2024-09-14T09:00:42.479456+0000","last_unstale":"2024-09-14T10:24:21.429113+0000","last_undegraded":"2024-09-14T10:24:21.429113+0000","last_fullsized":"2024-09-14T10:24:21.429113+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:07:38.949887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00072566199999999997,"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":14,"num_read_kb":14,"num_write":3,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":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":"28'115155","reported_seq":192702,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:33.928698+0000","last_change":"2024-09-14T09:01:33.100036+0000","last_active":"2024-09-14T10:26:33.928698+0000","last_peered":"2024-09-14T10:26:33.928698+0000","last_clean":"2024-09-14T10:26:33.928698+0000","last_became_active":"2024-09-14T09:01:30.359028+0000","last_became_peered":"2024-09-14T09:01:30.359028+0000","last_unstale":"2024-09-14T10:26:33.928698+0000","last_undegraded":"2024-09-14T10:26:33.928698+0000","last_fullsized":"2024-09-14T10:26:33.928698+0000","mapping_epoch":20,"log_start":"28'105090","ondisk_log_start":"28'105090","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10065,"log_dups_size":0,"ondisk_log_size":10065,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:39:07.518549+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00066400499999999996,"stat_sum":{"num_bytes":5719585792,"num_objects":1405,"num_object_clones":164,"num_object_copies":4215,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1405,"num_whiteouts":0,"num_read":77766,"num_read_kb":2912165,"num_write":114987,"num_write_kb":19386864,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"16'2","reported_seq":114,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:24:07.034963+0000","last_change":"2024-09-14T09:00:44.479090+0000","last_active":"2024-09-14T10:24:07.034963+0000","last_peered":"2024-09-14T10:24:07.034963+0000","last_clean":"2024-09-14T10:24:07.034963+0000","last_became_active":"2024-09-14T09:00:42.482217+0000","last_became_peered":"2024-09-14T09:00:42.482217+0000","last_unstale":"2024-09-14T10:24:07.034963+0000","last_undegraded":"2024-09-14T10:24:07.034963+0000","last_fullsized":"2024-09-14T10:24:07.034963+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T13:54:10.075423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056888700000000002,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":27,"num_read_kb":27,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"28'122403","reported_seq":225451,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.059318+0000","last_change":"2024-09-14T09:01:33.102363+0000","last_active":"2024-09-14T10:26:34.059318+0000","last_peered":"2024-09-14T10:26:34.059318+0000","last_clean":"2024-09-14T10:26:34.059318+0000","last_became_active":"2024-09-14T09:01:30.359181+0000","last_became_peered":"2024-09-14T09:01:30.359181+0000","last_unstale":"2024-09-14T10:26:34.059318+0000","last_undegraded":"2024-09-14T10:26:34.059318+0000","last_fullsized":"2024-09-14T10:26:34.059318+0000","mapping_epoch":20,"log_start":"28'112309","ondisk_log_start":"28'112309","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10094,"log_dups_size":0,"ondisk_log_size":10094,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T16:38:32.282167+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048486900000000002,"stat_sum":{"num_bytes":5734494720,"num_objects":1407,"num_object_clones":153,"num_object_copies":4221,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1407,"num_whiteouts":0,"num_read":103252,"num_read_kb":2893190,"num_write":122249,"num_write_kb":19983581,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"28'78","reported_seq":1194,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.097882+0000","last_change":"2024-09-14T09:00:44.795694+0000","last_active":"2024-09-14T10:26:34.097882+0000","last_peered":"2024-09-14T10:26:34.097882+0000","last_clean":"2024-09-14T10:26:34.097882+0000","last_became_active":"2024-09-14T09:00:42.482218+0000","last_became_peered":"2024-09-14T09:00:42.482218+0000","last_unstale":"2024-09-14T10:26:34.097882+0000","last_undegraded":"2024-09-14T10:26:34.097882+0000","last_fullsized":"2024-09-14T10:26:34.097882+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":78,"log_dups_size":0,"ondisk_log_size":78,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T14:16:18.648282+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031608599999999998,"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":179,"num_read_kb":100,"num_write":74,"num_write_kb":68,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"28'94642","reported_seq":204482,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.066200+0000","last_change":"2024-09-14T09:01:33.100038+0000","last_active":"2024-09-14T10:26:34.066200+0000","last_peered":"2024-09-14T10:26:34.066200+0000","last_clean":"2024-09-14T10:26:34.066200+0000","last_became_active":"2024-09-14T09:01:30.359051+0000","last_became_peered":"2024-09-14T09:01:30.359051+0000","last_unstale":"2024-09-14T10:26:34.066200+0000","last_undegraded":"2024-09-14T10:26:34.066200+0000","last_fullsized":"2024-09-14T10:26:34.066200+0000","mapping_epoch":20,"log_start":"28'84639","ondisk_log_start":"28'84639","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10003,"log_dups_size":0,"ondisk_log_size":10003,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T10:10:20.700927+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00066338900000000001,"stat_sum":{"num_bytes":5544113664,"num_objects":1356,"num_object_clones":159,"num_object_copies":4068,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1356,"num_whiteouts":0,"num_read":110054,"num_read_kb":2972594,"num_write":94479,"num_write_kb":19764298,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"28'3338","reported_seq":3431,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:25:06.117461+0000","last_change":"2024-09-14T09:00:44.795775+0000","last_active":"2024-09-14T10:25:06.117461+0000","last_peered":"2024-09-14T10:25:06.117461+0000","last_clean":"2024-09-14T10:25:06.117461+0000","last_became_active":"2024-09-14T09:00:42.482160+0000","last_became_peered":"2024-09-14T09:00:42.482160+0000","last_unstale":"2024-09-14T10:25:06.117461+0000","last_undegraded":"2024-09-14T10:25:06.117461+0000","last_fullsized":"2024-09-14T10:25:06.117461+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":3338,"log_dups_size":0,"ondisk_log_size":3338,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:31:46.236123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00034309999999999999,"stat_sum":{"num_bytes":852,"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":19484,"num_read_kb":16141,"num_write":6666,"num_write_kb":6660,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"28'267585","reported_seq":410888,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.065519+0000","last_change":"2024-09-14T09:01:33.105047+0000","last_active":"2024-09-14T10:26:34.065519+0000","last_peered":"2024-09-14T10:26:34.065519+0000","last_clean":"2024-09-14T10:26:34.065519+0000","last_became_active":"2024-09-14T09:01:30.358966+0000","last_became_peered":"2024-09-14T09:01:30.358966+0000","last_unstale":"2024-09-14T10:26:34.065519+0000","last_undegraded":"2024-09-14T10:26:34.065519+0000","last_fullsized":"2024-09-14T10:26:34.065519+0000","mapping_epoch":20,"log_start":"28'257524","ondisk_log_start":"28'257524","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10061,"log_dups_size":0,"ondisk_log_size":10061,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T13:03:15.476704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0029429320000000001,"stat_sum":{"num_bytes":5845435411,"num_objects":1433,"num_object_clones":174,"num_object_copies":4299,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1433,"num_whiteouts":0,"num_read":143536,"num_read_kb":4771079,"num_write":267410,"num_write_kb":24399104,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"14'1","reported_seq":86,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:24:06.253083+0000","last_change":"2024-09-14T09:00:44.482111+0000","last_active":"2024-09-14T10:24:06.253083+0000","last_peered":"2024-09-14T10:24:06.253083+0000","last_clean":"2024-09-14T10:24:06.253083+0000","last_became_active":"2024-09-14T09:00:42.479255+0000","last_became_peered":"2024-09-14T09:00:42.479255+0000","last_unstale":"2024-09-14T10:24:06.253083+0000","last_undegraded":"2024-09-14T10:24:06.253083+0000","last_fullsized":"2024-09-14T10:24:06.253083+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T14:32:41.656328+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048251300000000001,"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":[]},{"pgid":"1.0","version":"11'52","reported_seq":154,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:25:01.707570+0000","last_change":"2024-09-14T09:00:37.975693+0000","last_active":"2024-09-14T10:25:01.707570+0000","last_peered":"2024-09-14T10:25:01.707570+0000","last_clean":"2024-09-14T10:25:01.707570+0000","last_became_active":"2024-09-14T09:00:37.974616+0000","last_became_peered":"2024-09-14T09:00:37.974616+0000","last_unstale":"2024-09-14T10:25:01.707570+0000","last_undegraded":"2024-09-14T10:25:01.707570+0000","last_fullsized":"2024-09-14T10:25:01.707570+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:36.445557+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:36.445557+0000","last_clean_scrub_stamp":"2024-09-14T09:00:36.445557+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-15T15:06:07.580846+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":22843629587,"num_objects":5601,"num_object_clones":650,"num_object_copies":16803,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5601,"num_whiteouts":0,"num_read":434608,"num_read_kb":13549028,"num_write":599125,"num_write_kb":83533847,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":3418505216,"data_stored":34537021440,"data_compressed":994752490,"data_compressed_allocated":3006529536,"data_compressed_original":34099228672,"omap_allocated":0,"internal_metadata":0},"log_size":40223,"ondisk_log_size":40223,"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":40277,"num_read_kb":33252,"num_write":13775,"num_write_kb":13738,"num_scrub_errors":0,"num_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":14789,"internal_metadata":0},"log_size":7182,"ondisk_log_size":7182,"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":114688,"data_stored":1180736,"data_compressed":5982,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":0,"up_from":9,"seq":38654706705,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2156740,"kb_used_data":1157812,"kb_used_omap":71,"kb_used_meta":998840,"kb_avail":92215100,"statfs":{"total":96636764160,"available":94428262400,"internally_reserved":0,"allocated":1185599488,"data_stored":11513022854,"data_compressed":362625487,"data_compressed_allocated":1032634368,"data_compressed_original":11351511040,"omap_allocated":73433,"internal_metadata":1022812455},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":8,"seq":34359739408,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2381296,"kb_used_data":1031456,"kb_used_omap":57,"kb_used_meta":1349766,"kb_avail":91990544,"statfs":{"total":96636764160,"available":94198317056,"internally_reserved":0,"allocated":1056210944,"data_stored":11512431775,"data_compressed":271594386,"data_compressed_allocated":945475584,"data_compressed_original":11395342336,"omap_allocated":58947,"internal_metadata":1382160829},"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":34359739409,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1945284,"kb_used_data":1150004,"kb_used_omap":72,"kb_used_meta":795191,"kb_avail":92426556,"statfs":{"total":96636764160,"available":94644793344,"internally_reserved":0,"allocated":1177604096,"data_stored":11513023722,"data_compressed":360538599,"data_compressed_allocated":1028493312,"data_compressed_original":11353522176,"omap_allocated":74414,"internal_metadata":814275922},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":1579,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5702,"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":7361,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":868,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1726,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1185280000,"data_stored":11512340480,"data_compressed":362622496,"data_compressed_allocated":1032597504,"data_compressed_original":11350937600,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":1177268224,"data_stored":11512340480,"data_compressed":360535608,"data_compressed_allocated":1028456448,"data_compressed_original":11352948736,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1055956992,"data_stored":11512340480,"data_compressed":271594386,"data_compressed_allocated":945475584,"data_compressed_original":11395342336,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-14T10:27:05.181 INFO:tasks.ceph.ceph_manager.cluster1:clean! 2024-09-14T10:27:05.182 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-14T10:27:05.463 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T10:27:05.463 INFO:teuthology.orchestra.run.smithi112.stderr:dumped all 2024-09-14T10:27:05.475 INFO:teuthology.orchestra.run.smithi112.stdout:{"pg_ready":true,"pg_map":{"version":2621,"stamp":"2024-09-14T10:27:05.274906+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":22844222402,"num_objects":5618,"num_object_clones":650,"num_object_copies":16837,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5618,"num_whiteouts":0,"num_read":474941,"num_read_kb":13582326,"num_write":612979,"num_write_kb":83548691,"num_scrub_errors":0,"num_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":47457,"ondisk_log_size":47457,"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":6483320,"kb_used_data":3339272,"kb_used_omap":201,"kb_used_meta":3143798,"kb_avail":276632200,"statfs":{"total":289910292480,"available":283271372800,"internally_reserved":0,"allocated":3419414528,"data_stored":34538478351,"data_compressed":994758472,"data_compressed_allocated":3006603264,"data_compressed_original":34100375552,"omap_allocated":206794,"internal_metadata":3219249206},"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.002393"},"pg_stats":[{"pgid":"2.7","version":"28'2452","reported_seq":6908,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.091294+0000","last_change":"2024-09-14T09:00:44.482551+0000","last_active":"2024-09-14T10:26:34.091294+0000","last_peered":"2024-09-14T10:26:34.091294+0000","last_clean":"2024-09-14T10:26:34.091294+0000","last_became_active":"2024-09-14T09:00:42.479385+0000","last_became_peered":"2024-09-14T09:00:42.479385+0000","last_unstale":"2024-09-14T10:26:34.091294+0000","last_undegraded":"2024-09-14T10:26:34.091294+0000","last_fullsized":"2024-09-14T10:26:34.091294+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":2452,"log_dups_size":0,"ondisk_log_size":2452,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:33:22.983738+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00073121299999999998,"stat_sum":{"num_bytes":690,"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":13279,"num_read_kb":10982,"num_write":4424,"num_write_kb":4405,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,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":83,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:23:01.047424+0000","last_change":"2024-09-14T09:00:44.482717+0000","last_active":"2024-09-14T10:23:01.047424+0000","last_peered":"2024-09-14T10:23:01.047424+0000","last_clean":"2024-09-14T10:23:01.047424+0000","last_became_active":"2024-09-14T09:00:42.482256+0000","last_became_peered":"2024-09-14T09:00:42.482256+0000","last_unstale":"2024-09-14T10:23:01.047424+0000","last_undegraded":"2024-09-14T10:23:01.047424+0000","last_fullsized":"2024-09-14T10:23:01.047424+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T20:34:50.906110+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00074982599999999999,"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":"28'1308","reported_seq":1396,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:31.901064+0000","last_change":"2024-09-14T09:00:44.482139+0000","last_active":"2024-09-14T10:26:31.901064+0000","last_peered":"2024-09-14T10:26:31.901064+0000","last_clean":"2024-09-14T10:26:31.901064+0000","last_became_active":"2024-09-14T09:00:42.479934+0000","last_became_peered":"2024-09-14T09:00:42.479934+0000","last_unstale":"2024-09-14T10:26:31.901064+0000","last_undegraded":"2024-09-14T10:26:31.901064+0000","last_fullsized":"2024-09-14T10:26:31.901064+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":1308,"log_dups_size":0,"ondisk_log_size":1308,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T14:02:20.368258+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061561500000000002,"stat_sum":{"num_bytes":870,"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":7294,"num_read_kb":5988,"num_write":2606,"num_write_kb":2600,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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'3","reported_seq":99,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:24:21.429113+0000","last_change":"2024-09-14T09:00:44.482426+0000","last_active":"2024-09-14T10:24:21.429113+0000","last_peered":"2024-09-14T10:24:21.429113+0000","last_clean":"2024-09-14T10:24:21.429113+0000","last_became_active":"2024-09-14T09:00:42.479456+0000","last_became_peered":"2024-09-14T09:00:42.479456+0000","last_unstale":"2024-09-14T10:24:21.429113+0000","last_undegraded":"2024-09-14T10:24:21.429113+0000","last_fullsized":"2024-09-14T10:24:21.429113+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:07:38.949887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00072566199999999997,"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":14,"num_read_kb":14,"num_write":3,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":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":"28'115155","reported_seq":192702,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:33.928698+0000","last_change":"2024-09-14T09:01:33.100036+0000","last_active":"2024-09-14T10:26:33.928698+0000","last_peered":"2024-09-14T10:26:33.928698+0000","last_clean":"2024-09-14T10:26:33.928698+0000","last_became_active":"2024-09-14T09:01:30.359028+0000","last_became_peered":"2024-09-14T09:01:30.359028+0000","last_unstale":"2024-09-14T10:26:33.928698+0000","last_undegraded":"2024-09-14T10:26:33.928698+0000","last_fullsized":"2024-09-14T10:26:33.928698+0000","mapping_epoch":20,"log_start":"28'105090","ondisk_log_start":"28'105090","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10065,"log_dups_size":0,"ondisk_log_size":10065,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:39:07.518549+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00066400499999999996,"stat_sum":{"num_bytes":5719585792,"num_objects":1405,"num_object_clones":164,"num_object_copies":4215,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1405,"num_whiteouts":0,"num_read":77766,"num_read_kb":2912165,"num_write":114987,"num_write_kb":19386864,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"16'2","reported_seq":114,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:24:07.034963+0000","last_change":"2024-09-14T09:00:44.479090+0000","last_active":"2024-09-14T10:24:07.034963+0000","last_peered":"2024-09-14T10:24:07.034963+0000","last_clean":"2024-09-14T10:24:07.034963+0000","last_became_active":"2024-09-14T09:00:42.482217+0000","last_became_peered":"2024-09-14T09:00:42.482217+0000","last_unstale":"2024-09-14T10:24:07.034963+0000","last_undegraded":"2024-09-14T10:24:07.034963+0000","last_fullsized":"2024-09-14T10:24:07.034963+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T13:54:10.075423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056888700000000002,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":27,"num_read_kb":27,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"28'122403","reported_seq":225451,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.059318+0000","last_change":"2024-09-14T09:01:33.102363+0000","last_active":"2024-09-14T10:26:34.059318+0000","last_peered":"2024-09-14T10:26:34.059318+0000","last_clean":"2024-09-14T10:26:34.059318+0000","last_became_active":"2024-09-14T09:01:30.359181+0000","last_became_peered":"2024-09-14T09:01:30.359181+0000","last_unstale":"2024-09-14T10:26:34.059318+0000","last_undegraded":"2024-09-14T10:26:34.059318+0000","last_fullsized":"2024-09-14T10:26:34.059318+0000","mapping_epoch":20,"log_start":"28'112309","ondisk_log_start":"28'112309","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10094,"log_dups_size":0,"ondisk_log_size":10094,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T16:38:32.282167+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048486900000000002,"stat_sum":{"num_bytes":5734494720,"num_objects":1407,"num_object_clones":153,"num_object_copies":4221,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1407,"num_whiteouts":0,"num_read":103252,"num_read_kb":2893190,"num_write":122249,"num_write_kb":19983581,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"28'78","reported_seq":1194,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.097882+0000","last_change":"2024-09-14T09:00:44.795694+0000","last_active":"2024-09-14T10:26:34.097882+0000","last_peered":"2024-09-14T10:26:34.097882+0000","last_clean":"2024-09-14T10:26:34.097882+0000","last_became_active":"2024-09-14T09:00:42.482218+0000","last_became_peered":"2024-09-14T09:00:42.482218+0000","last_unstale":"2024-09-14T10:26:34.097882+0000","last_undegraded":"2024-09-14T10:26:34.097882+0000","last_fullsized":"2024-09-14T10:26:34.097882+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":78,"log_dups_size":0,"ondisk_log_size":78,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T14:16:18.648282+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031608599999999998,"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":179,"num_read_kb":100,"num_write":74,"num_write_kb":68,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"28'94642","reported_seq":204482,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.066200+0000","last_change":"2024-09-14T09:01:33.100038+0000","last_active":"2024-09-14T10:26:34.066200+0000","last_peered":"2024-09-14T10:26:34.066200+0000","last_clean":"2024-09-14T10:26:34.066200+0000","last_became_active":"2024-09-14T09:01:30.359051+0000","last_became_peered":"2024-09-14T09:01:30.359051+0000","last_unstale":"2024-09-14T10:26:34.066200+0000","last_undegraded":"2024-09-14T10:26:34.066200+0000","last_fullsized":"2024-09-14T10:26:34.066200+0000","mapping_epoch":20,"log_start":"28'84639","ondisk_log_start":"28'84639","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10003,"log_dups_size":0,"ondisk_log_size":10003,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T10:10:20.700927+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00066338900000000001,"stat_sum":{"num_bytes":5544113664,"num_objects":1356,"num_object_clones":159,"num_object_copies":4068,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1356,"num_whiteouts":0,"num_read":110054,"num_read_kb":2972594,"num_write":94479,"num_write_kb":19764298,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"28'3338","reported_seq":3431,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:25:06.117461+0000","last_change":"2024-09-14T09:00:44.795775+0000","last_active":"2024-09-14T10:25:06.117461+0000","last_peered":"2024-09-14T10:25:06.117461+0000","last_clean":"2024-09-14T10:25:06.117461+0000","last_became_active":"2024-09-14T09:00:42.482160+0000","last_became_peered":"2024-09-14T09:00:42.482160+0000","last_unstale":"2024-09-14T10:25:06.117461+0000","last_undegraded":"2024-09-14T10:25:06.117461+0000","last_fullsized":"2024-09-14T10:25:06.117461+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":3338,"log_dups_size":0,"ondisk_log_size":3338,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:31:46.236123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00034309999999999999,"stat_sum":{"num_bytes":852,"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":19484,"num_read_kb":16141,"num_write":6666,"num_write_kb":6660,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"28'267585","reported_seq":410888,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.065519+0000","last_change":"2024-09-14T09:01:33.105047+0000","last_active":"2024-09-14T10:26:34.065519+0000","last_peered":"2024-09-14T10:26:34.065519+0000","last_clean":"2024-09-14T10:26:34.065519+0000","last_became_active":"2024-09-14T09:01:30.358966+0000","last_became_peered":"2024-09-14T09:01:30.358966+0000","last_unstale":"2024-09-14T10:26:34.065519+0000","last_undegraded":"2024-09-14T10:26:34.065519+0000","last_fullsized":"2024-09-14T10:26:34.065519+0000","mapping_epoch":20,"log_start":"28'257524","ondisk_log_start":"28'257524","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10061,"log_dups_size":0,"ondisk_log_size":10061,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T13:03:15.476704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0029429320000000001,"stat_sum":{"num_bytes":5845435411,"num_objects":1433,"num_object_clones":174,"num_object_copies":4299,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1433,"num_whiteouts":0,"num_read":143536,"num_read_kb":4771079,"num_write":267410,"num_write_kb":24399104,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"14'1","reported_seq":86,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:24:06.253083+0000","last_change":"2024-09-14T09:00:44.482111+0000","last_active":"2024-09-14T10:24:06.253083+0000","last_peered":"2024-09-14T10:24:06.253083+0000","last_clean":"2024-09-14T10:24:06.253083+0000","last_became_active":"2024-09-14T09:00:42.479255+0000","last_became_peered":"2024-09-14T09:00:42.479255+0000","last_unstale":"2024-09-14T10:24:06.253083+0000","last_undegraded":"2024-09-14T10:24:06.253083+0000","last_fullsized":"2024-09-14T10:24:06.253083+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T14:32:41.656328+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048251300000000001,"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":[]},{"pgid":"1.0","version":"11'52","reported_seq":154,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:25:01.707570+0000","last_change":"2024-09-14T09:00:37.975693+0000","last_active":"2024-09-14T10:25:01.707570+0000","last_peered":"2024-09-14T10:25:01.707570+0000","last_clean":"2024-09-14T10:25:01.707570+0000","last_became_active":"2024-09-14T09:00:37.974616+0000","last_became_peered":"2024-09-14T09:00:37.974616+0000","last_unstale":"2024-09-14T10:25:01.707570+0000","last_undegraded":"2024-09-14T10:25:01.707570+0000","last_fullsized":"2024-09-14T10:25:01.707570+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:36.445557+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:36.445557+0000","last_clean_scrub_stamp":"2024-09-14T09:00:36.445557+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-15T15:06:07.580846+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":22843629587,"num_objects":5601,"num_object_clones":650,"num_object_copies":16803,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5601,"num_whiteouts":0,"num_read":434608,"num_read_kb":13549028,"num_write":599125,"num_write_kb":83533847,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":3418505216,"data_stored":34537021440,"data_compressed":994752490,"data_compressed_allocated":3006529536,"data_compressed_original":34099228672,"omap_allocated":0,"internal_metadata":0},"log_size":40223,"ondisk_log_size":40223,"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":40277,"num_read_kb":33252,"num_write":13775,"num_write_kb":13738,"num_scrub_errors":0,"num_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":14789,"internal_metadata":0},"log_size":7182,"ondisk_log_size":7182,"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":114688,"data_stored":1180736,"data_compressed":5982,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":0,"up_from":9,"seq":38654706705,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2156740,"kb_used_data":1157812,"kb_used_omap":71,"kb_used_meta":998840,"kb_avail":92215100,"statfs":{"total":96636764160,"available":94428262400,"internally_reserved":0,"allocated":1185599488,"data_stored":11513022854,"data_compressed":362625487,"data_compressed_allocated":1032634368,"data_compressed_original":11351511040,"omap_allocated":73433,"internal_metadata":1022812455},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":8,"seq":34359739408,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2381296,"kb_used_data":1031456,"kb_used_omap":57,"kb_used_meta":1349766,"kb_avail":91990544,"statfs":{"total":96636764160,"available":94198317056,"internally_reserved":0,"allocated":1056210944,"data_stored":11512431775,"data_compressed":271594386,"data_compressed_allocated":945475584,"data_compressed_original":11395342336,"omap_allocated":58947,"internal_metadata":1382160829},"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":34359739409,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1945284,"kb_used_data":1150004,"kb_used_omap":72,"kb_used_meta":795191,"kb_avail":92426556,"statfs":{"total":96636764160,"available":94644793344,"internally_reserved":0,"allocated":1177604096,"data_stored":11513023722,"data_compressed":360538599,"data_compressed_allocated":1028493312,"data_compressed_original":11353522176,"omap_allocated":74414,"internal_metadata":814275922},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":1579,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5702,"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":7361,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":868,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1726,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1185280000,"data_stored":11512340480,"data_compressed":362622496,"data_compressed_allocated":1032597504,"data_compressed_original":11350937600,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":1177268224,"data_stored":11512340480,"data_compressed":360535608,"data_compressed_allocated":1028456448,"data_compressed_original":11352948736,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1055956992,"data_stored":11512340480,"data_compressed":271594386,"data_compressed_allocated":945475584,"data_compressed_original":11395342336,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-14T10:27:05.476 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2024-09-14T10:27:05.758 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T10:27:05.758 INFO:teuthology.orchestra.run.smithi112.stdout:{"epoch":28,"fsid":"fe9d4480-1478-4fd9-8df3-a7e047805c03","created":"2024-09-14T09:00:26.052810+0000","modified":"2024-09-14T09:03:40.139170+0000","last_up_change":"2024-09-14T09:00:35.437864+0000","last_in_change":"2024-09-14T09:00:26.916875+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"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-14T09:00:36.432004+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"12","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"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-14T09:00:41.190083+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":"16","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":16,"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-14T09:01:28.083582+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":"28","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":28,"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":"58113ca0-1f9c-46d0-af62-c83b77f17ebb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6816","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6817","nonce":183630807}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6818","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6819","nonce":183630807}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6822","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6823","nonce":183630807}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6820","nonce":183630807},{"type":"v1","addr":"172.21.15.112:6821","nonce":183630807}]},"public_addr":"172.21.15.112:6817/183630807","cluster_addr":"172.21.15.112:6819/183630807","heartbeat_back_addr":"172.21.15.112:6823/183630807","heartbeat_front_addr":"172.21.15.112:6821/183630807","state":["exists","up"]},{"osd":1,"uuid":"133a7d47-ce91-423a-afe5-3ed14cf385e9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6808","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6809","nonce":2766996040}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6810","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6811","nonce":2766996040}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6814","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6815","nonce":2766996040}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6812","nonce":2766996040},{"type":"v1","addr":"172.21.15.112:6813","nonce":2766996040}]},"public_addr":"172.21.15.112:6809/2766996040","cluster_addr":"172.21.15.112:6811/2766996040","heartbeat_back_addr":"172.21.15.112:6815/2766996040","heartbeat_front_addr":"172.21.15.112:6813/2766996040","state":["exists","up"]},{"osd":2,"uuid":"40ee1754-0ba8-498a-8606-a6dc992ebc4d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":13,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6800","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6801","nonce":2308395848}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6803","nonce":2308395848}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6807","nonce":2308395848}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":2308395848},{"type":"v1","addr":"172.21.15.112:6805","nonce":2308395848}]},"public_addr":"172.21.15.112:6801/2308395848","cluster_addr":"172.21.15.112:6803/2308395848","heartbeat_back_addr":"172.21.15.112:6807/2308395848","heartbeat_front_addr":"172.21.15.112:6805/2308395848","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-14T09:00:33.998874+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-14T09:00:32.953188+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-14T09:00:32.957561+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-14T10:27:06.772 INFO:tasks.ceph:Scrubbing cluster1.osd.0 2024-09-14T10:27:06.773 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T10:27:06.906 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-09-14T10:27:06.906 INFO:teuthology.orchestra.run.smithi112.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-14T10:27:06.906 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-09-14T10:27:06.917 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd deep-scrub 0 2024-09-14T10:27:07.201 INFO:teuthology.orchestra.run.smithi112.stderr:instructed osd(s) 0 to deep-scrub 2024-09-14T10:27:07.214 INFO:tasks.ceph:Scrubbing cluster1.osd.1 2024-09-14T10:27:07.214 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T10:27:07.333 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-09-14T10:27:07.334 INFO:teuthology.orchestra.run.smithi112.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-14T10:27:07.334 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-09-14T10:27:07.344 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd deep-scrub 1 2024-09-14T10:27:07.695 INFO:teuthology.orchestra.run.smithi112.stderr:instructed osd(s) 1 to deep-scrub 2024-09-14T10:27:07.713 INFO:tasks.ceph:Scrubbing cluster1.osd.2 2024-09-14T10:27:07.713 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T10:27:07.868 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-09-14T10:27:07.869 INFO:teuthology.orchestra.run.smithi112.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-14T10:27:07.869 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-09-14T10:27:07.881 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd deep-scrub 2 2024-09-14T10:27:08.265 INFO:teuthology.orchestra.run.smithi112.stderr:instructed osd(s) 2 to deep-scrub 2024-09-14T10:27:08.283 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-14T10:27:08.673 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T10:27:08.674 INFO:teuthology.orchestra.run.smithi112.stderr:dumped all 2024-09-14T10:27:08.690 INFO:teuthology.orchestra.run.smithi112.stdout:{"pg_ready":true,"pg_map":{"version":2622,"stamp":"2024-09-14T10:27:07.275189+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":22844222402,"num_objects":5618,"num_object_clones":650,"num_object_copies":16837,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5618,"num_whiteouts":0,"num_read":474941,"num_read_kb":13582326,"num_write":612979,"num_write_kb":83548691,"num_scrub_errors":0,"num_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":47457,"ondisk_log_size":47457,"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":6483320,"kb_used_data":3339272,"kb_used_omap":201,"kb_used_meta":3143798,"kb_avail":276632200,"statfs":{"total":289910292480,"available":283271372800,"internally_reserved":0,"allocated":3419414528,"data_stored":34538478351,"data_compressed":994758472,"data_compressed_allocated":3006603264,"data_compressed_original":34100375552,"omap_allocated":206794,"internal_metadata":3219249206},"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.002285"},"pg_stats":[{"pgid":"2.7","version":"28'2452","reported_seq":6908,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.091294+0000","last_change":"2024-09-14T09:00:44.482551+0000","last_active":"2024-09-14T10:26:34.091294+0000","last_peered":"2024-09-14T10:26:34.091294+0000","last_clean":"2024-09-14T10:26:34.091294+0000","last_became_active":"2024-09-14T09:00:42.479385+0000","last_became_peered":"2024-09-14T09:00:42.479385+0000","last_unstale":"2024-09-14T10:26:34.091294+0000","last_undegraded":"2024-09-14T10:26:34.091294+0000","last_fullsized":"2024-09-14T10:26:34.091294+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":2452,"log_dups_size":0,"ondisk_log_size":2452,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:33:22.983738+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00073121299999999998,"stat_sum":{"num_bytes":690,"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":13279,"num_read_kb":10982,"num_write":4424,"num_write_kb":4405,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,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":83,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:23:01.047424+0000","last_change":"2024-09-14T09:00:44.482717+0000","last_active":"2024-09-14T10:23:01.047424+0000","last_peered":"2024-09-14T10:23:01.047424+0000","last_clean":"2024-09-14T10:23:01.047424+0000","last_became_active":"2024-09-14T09:00:42.482256+0000","last_became_peered":"2024-09-14T09:00:42.482256+0000","last_unstale":"2024-09-14T10:23:01.047424+0000","last_undegraded":"2024-09-14T10:23:01.047424+0000","last_fullsized":"2024-09-14T10:23:01.047424+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T20:34:50.906110+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00074982599999999999,"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":"28'1308","reported_seq":1396,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:31.901064+0000","last_change":"2024-09-14T09:00:44.482139+0000","last_active":"2024-09-14T10:26:31.901064+0000","last_peered":"2024-09-14T10:26:31.901064+0000","last_clean":"2024-09-14T10:26:31.901064+0000","last_became_active":"2024-09-14T09:00:42.479934+0000","last_became_peered":"2024-09-14T09:00:42.479934+0000","last_unstale":"2024-09-14T10:26:31.901064+0000","last_undegraded":"2024-09-14T10:26:31.901064+0000","last_fullsized":"2024-09-14T10:26:31.901064+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":1308,"log_dups_size":0,"ondisk_log_size":1308,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T14:02:20.368258+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00061561500000000002,"stat_sum":{"num_bytes":870,"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":7294,"num_read_kb":5988,"num_write":2606,"num_write_kb":2600,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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'3","reported_seq":99,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:24:21.429113+0000","last_change":"2024-09-14T09:00:44.482426+0000","last_active":"2024-09-14T10:24:21.429113+0000","last_peered":"2024-09-14T10:24:21.429113+0000","last_clean":"2024-09-14T10:24:21.429113+0000","last_became_active":"2024-09-14T09:00:42.479456+0000","last_became_peered":"2024-09-14T09:00:42.479456+0000","last_unstale":"2024-09-14T10:24:21.429113+0000","last_undegraded":"2024-09-14T10:24:21.429113+0000","last_fullsized":"2024-09-14T10:24:21.429113+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:07:38.949887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00072566199999999997,"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":14,"num_read_kb":14,"num_write":3,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":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":"28'115155","reported_seq":192702,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:33.928698+0000","last_change":"2024-09-14T09:01:33.100036+0000","last_active":"2024-09-14T10:26:33.928698+0000","last_peered":"2024-09-14T10:26:33.928698+0000","last_clean":"2024-09-14T10:26:33.928698+0000","last_became_active":"2024-09-14T09:01:30.359028+0000","last_became_peered":"2024-09-14T09:01:30.359028+0000","last_unstale":"2024-09-14T10:26:33.928698+0000","last_undegraded":"2024-09-14T10:26:33.928698+0000","last_fullsized":"2024-09-14T10:26:33.928698+0000","mapping_epoch":20,"log_start":"28'105090","ondisk_log_start":"28'105090","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10065,"log_dups_size":0,"ondisk_log_size":10065,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T09:39:07.518549+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00066400499999999996,"stat_sum":{"num_bytes":5719585792,"num_objects":1405,"num_object_clones":164,"num_object_copies":4215,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1405,"num_whiteouts":0,"num_read":77766,"num_read_kb":2912165,"num_write":114987,"num_write_kb":19386864,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"16'2","reported_seq":114,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:24:07.034963+0000","last_change":"2024-09-14T09:00:44.479090+0000","last_active":"2024-09-14T10:24:07.034963+0000","last_peered":"2024-09-14T10:24:07.034963+0000","last_clean":"2024-09-14T10:24:07.034963+0000","last_became_active":"2024-09-14T09:00:42.482217+0000","last_became_peered":"2024-09-14T09:00:42.482217+0000","last_unstale":"2024-09-14T10:24:07.034963+0000","last_undegraded":"2024-09-14T10:24:07.034963+0000","last_fullsized":"2024-09-14T10:24:07.034963+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T13:54:10.075423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056888700000000002,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":27,"num_read_kb":27,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"28'122403","reported_seq":225451,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.059318+0000","last_change":"2024-09-14T09:01:33.102363+0000","last_active":"2024-09-14T10:26:34.059318+0000","last_peered":"2024-09-14T10:26:34.059318+0000","last_clean":"2024-09-14T10:26:34.059318+0000","last_became_active":"2024-09-14T09:01:30.359181+0000","last_became_peered":"2024-09-14T09:01:30.359181+0000","last_unstale":"2024-09-14T10:26:34.059318+0000","last_undegraded":"2024-09-14T10:26:34.059318+0000","last_fullsized":"2024-09-14T10:26:34.059318+0000","mapping_epoch":20,"log_start":"28'112309","ondisk_log_start":"28'112309","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10094,"log_dups_size":0,"ondisk_log_size":10094,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T16:38:32.282167+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048486900000000002,"stat_sum":{"num_bytes":5734494720,"num_objects":1407,"num_object_clones":153,"num_object_copies":4221,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1407,"num_whiteouts":0,"num_read":103252,"num_read_kb":2893190,"num_write":122249,"num_write_kb":19983581,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"28'78","reported_seq":1194,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.097882+0000","last_change":"2024-09-14T09:00:44.795694+0000","last_active":"2024-09-14T10:26:34.097882+0000","last_peered":"2024-09-14T10:26:34.097882+0000","last_clean":"2024-09-14T10:26:34.097882+0000","last_became_active":"2024-09-14T09:00:42.482218+0000","last_became_peered":"2024-09-14T09:00:42.482218+0000","last_unstale":"2024-09-14T10:26:34.097882+0000","last_undegraded":"2024-09-14T10:26:34.097882+0000","last_fullsized":"2024-09-14T10:26:34.097882+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":78,"log_dups_size":0,"ondisk_log_size":78,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T14:16:18.648282+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031608599999999998,"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":179,"num_read_kb":100,"num_write":74,"num_write_kb":68,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"28'94642","reported_seq":204482,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.066200+0000","last_change":"2024-09-14T09:01:33.100038+0000","last_active":"2024-09-14T10:26:34.066200+0000","last_peered":"2024-09-14T10:26:34.066200+0000","last_clean":"2024-09-14T10:26:34.066200+0000","last_became_active":"2024-09-14T09:01:30.359051+0000","last_became_peered":"2024-09-14T09:01:30.359051+0000","last_unstale":"2024-09-14T10:26:34.066200+0000","last_undegraded":"2024-09-14T10:26:34.066200+0000","last_fullsized":"2024-09-14T10:26:34.066200+0000","mapping_epoch":20,"log_start":"28'84639","ondisk_log_start":"28'84639","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10003,"log_dups_size":0,"ondisk_log_size":10003,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T10:10:20.700927+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00066338900000000001,"stat_sum":{"num_bytes":5544113664,"num_objects":1356,"num_object_clones":159,"num_object_copies":4068,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1356,"num_whiteouts":0,"num_read":110054,"num_read_kb":2972594,"num_write":94479,"num_write_kb":19764298,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"28'3338","reported_seq":3432,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.095675+0000","last_change":"2024-09-14T09:00:44.795775+0000","last_active":"2024-09-14T10:26:34.095675+0000","last_peered":"2024-09-14T10:26:34.095675+0000","last_clean":"2024-09-14T10:26:34.095675+0000","last_became_active":"2024-09-14T09:00:42.482160+0000","last_became_peered":"2024-09-14T09:00:42.482160+0000","last_unstale":"2024-09-14T10:26:34.095675+0000","last_undegraded":"2024-09-14T10:26:34.095675+0000","last_fullsized":"2024-09-14T10:26:34.095675+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+0000","objects_scrubbed":0,"log_size":3338,"log_dups_size":0,"ondisk_log_size":3338,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:31:46.236123+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00034309999999999999,"stat_sum":{"num_bytes":852,"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":19484,"num_read_kb":16141,"num_write":6666,"num_write_kb":6660,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"28'267585","reported_seq":410888,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:26:34.065519+0000","last_change":"2024-09-14T09:01:33.105047+0000","last_active":"2024-09-14T10:26:34.065519+0000","last_peered":"2024-09-14T10:26:34.065519+0000","last_clean":"2024-09-14T10:26:34.065519+0000","last_became_active":"2024-09-14T09:01:30.358966+0000","last_became_peered":"2024-09-14T09:01:30.358966+0000","last_unstale":"2024-09-14T10:26:34.065519+0000","last_undegraded":"2024-09-14T10:26:34.065519+0000","last_fullsized":"2024-09-14T10:26:34.065519+0000","mapping_epoch":20,"log_start":"28'257524","ondisk_log_start":"28'257524","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:01:29.079219+0000","last_clean_scrub_stamp":"2024-09-14T09:01:29.079219+0000","objects_scrubbed":0,"log_size":10061,"log_dups_size":0,"ondisk_log_size":10061,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T13:03:15.476704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0029429320000000001,"stat_sum":{"num_bytes":5845435411,"num_objects":1433,"num_object_clones":174,"num_object_copies":4299,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1433,"num_whiteouts":0,"num_read":143536,"num_read_kb":4771079,"num_write":267410,"num_write_kb":24399104,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"14'1","reported_seq":86,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:24:06.253083+0000","last_change":"2024-09-14T09:00:44.482111+0000","last_active":"2024-09-14T10:24:06.253083+0000","last_peered":"2024-09-14T10:24:06.253083+0000","last_clean":"2024-09-14T10:24:06.253083+0000","last_became_active":"2024-09-14T09:00:42.479255+0000","last_became_peered":"2024-09-14T09:00:42.479255+0000","last_unstale":"2024-09-14T10:24:06.253083+0000","last_undegraded":"2024-09-14T10:24:06.253083+0000","last_fullsized":"2024-09-14T10:24:06.253083+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:41.463039+0000","last_clean_scrub_stamp":"2024-09-14T09:00:41.463039+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-15T14:32:41.656328+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048251300000000001,"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":[]},{"pgid":"1.0","version":"11'52","reported_seq":154,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:25:01.707570+0000","last_change":"2024-09-14T09:00:37.975693+0000","last_active":"2024-09-14T10:25:01.707570+0000","last_peered":"2024-09-14T10:25:01.707570+0000","last_clean":"2024-09-14T10:25:01.707570+0000","last_became_active":"2024-09-14T09:00:37.974616+0000","last_became_peered":"2024-09-14T09:00:37.974616+0000","last_unstale":"2024-09-14T10:25:01.707570+0000","last_undegraded":"2024-09-14T10:25:01.707570+0000","last_fullsized":"2024-09-14T10:25:01.707570+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T09:00:36.445557+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T09:00:36.445557+0000","last_clean_scrub_stamp":"2024-09-14T09:00:36.445557+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-15T15:06:07.580846+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":22843629587,"num_objects":5601,"num_object_clones":650,"num_object_copies":16803,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5601,"num_whiteouts":0,"num_read":434608,"num_read_kb":13549028,"num_write":599125,"num_write_kb":83533847,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":3418505216,"data_stored":34537021440,"data_compressed":994752490,"data_compressed_allocated":3006529536,"data_compressed_original":34099228672,"omap_allocated":0,"internal_metadata":0},"log_size":40223,"ondisk_log_size":40223,"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":40277,"num_read_kb":33252,"num_write":13775,"num_write_kb":13738,"num_scrub_errors":0,"num_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":14789,"internal_metadata":0},"log_size":7182,"ondisk_log_size":7182,"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":114688,"data_stored":1180736,"data_compressed":5982,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":52,"ondisk_log_size":52,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":0,"up_from":9,"seq":38654706705,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2156740,"kb_used_data":1157812,"kb_used_omap":71,"kb_used_meta":998840,"kb_avail":92215100,"statfs":{"total":96636764160,"available":94428262400,"internally_reserved":0,"allocated":1185599488,"data_stored":11513022854,"data_compressed":362625487,"data_compressed_allocated":1032634368,"data_compressed_original":11351511040,"omap_allocated":73433,"internal_metadata":1022812455},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":8,"seq":34359739409,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2381296,"kb_used_data":1031456,"kb_used_omap":57,"kb_used_meta":1349766,"kb_avail":91990544,"statfs":{"total":96636764160,"available":94198317056,"internally_reserved":0,"allocated":1056210944,"data_stored":11512431775,"data_compressed":271594386,"data_compressed_allocated":945475584,"data_compressed_original":11395342336,"omap_allocated":58947,"internal_metadata":1382160829},"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":34359739410,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1945284,"kb_used_data":1150004,"kb_used_omap":72,"kb_used_meta":795191,"kb_avail":92426556,"statfs":{"total":96636764160,"available":94644793344,"internally_reserved":0,"allocated":1177604096,"data_stored":11513023722,"data_compressed":360538599,"data_compressed_allocated":1028493312,"data_compressed_original":11353522176,"omap_allocated":74414,"internal_metadata":814275922},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":1579,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5702,"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":7361,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":868,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1726,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1185280000,"data_stored":11512340480,"data_compressed":362622496,"data_compressed_allocated":1032597504,"data_compressed_original":11350937600,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":1177268224,"data_stored":11512340480,"data_compressed":360535608,"data_compressed_allocated":1028456448,"data_compressed_original":11352948736,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1055956992,"data_stored":11512340480,"data_compressed":271594386,"data_compressed_allocated":945475584,"data_compressed_original":11395342336,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-14T10:27:08.691 INFO:tasks.ceph:pgid 2.7 last_scrub_stamp 2024-09-14T09:00:41.463039+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=0, tm_sec=41, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.691 INFO:tasks.ceph:pgid 2.6 last_scrub_stamp 2024-09-14T09:00:41.463039+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=0, tm_sec=41, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.691 INFO:tasks.ceph:pgid 2.5 last_scrub_stamp 2024-09-14T09:00:41.463039+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=0, tm_sec=41, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.691 INFO:tasks.ceph:pgid 2.4 last_scrub_stamp 2024-09-14T09:00:41.463039+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=0, tm_sec=41, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.691 INFO:tasks.ceph:pgid 3.3 last_scrub_stamp 2024-09-14T09:01:29.079219+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=29, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.691 INFO:tasks.ceph:pgid 2.2 last_scrub_stamp 2024-09-14T09:00:41.463039+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=0, tm_sec=41, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.691 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2024-09-14T09:01:29.079219+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=29, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.691 INFO:tasks.ceph:pgid 2.1 last_scrub_stamp 2024-09-14T09:00:41.463039+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=0, tm_sec=41, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.692 INFO:tasks.ceph:pgid 3.1 last_scrub_stamp 2024-09-14T09:01:29.079219+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=29, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.692 INFO:tasks.ceph:pgid 2.0 last_scrub_stamp 2024-09-14T09:00:41.463039+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=0, tm_sec=41, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.692 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2024-09-14T09:01:29.079219+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=1, tm_sec=29, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.692 INFO:tasks.ceph:pgid 2.3 last_scrub_stamp 2024-09-14T09:00:41.463039+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=0, tm_sec=41, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.692 INFO:tasks.ceph:pgid 1.0 last_scrub_stamp 2024-09-14T09:00:36.445557+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=9, tm_min=0, tm_sec=36, tm_wday=5, tm_yday=258, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=14, tm_hour=10, tm_min=27, tm_sec=5, tm_wday=5, tm_yday=258, tm_isdst=0) 2024-09-14T10:27:08.692 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2024-09-14T10:27:28.693 DEBUG:teuthology.orchestra.run.smithi112:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2024-09-14T10:27:28.982 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-14T10:27:28.982 INFO:teuthology.orchestra.run.smithi112.stderr:dumped all 2024-09-14T10:27:28.993 INFO:teuthology.orchestra.run.smithi112.stdout:{"pg_ready":true,"pg_map":{"version":2632,"stamp":"2024-09-14T10:27:27.278873+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":22844222402,"num_objects":5618,"num_object_clones":650,"num_object_copies":16837,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5618,"num_whiteouts":0,"num_read":474941,"num_read_kb":13582326,"num_write":612979,"num_write_kb":83548691,"num_scrub_errors":0,"num_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":47474,"ondisk_log_size":47474,"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":6483320,"kb_used_data":3339272,"kb_used_omap":201,"kb_used_meta":3143798,"kb_avail":276632200,"statfs":{"total":289910292480,"available":283271372800,"internally_reserved":0,"allocated":3419414528,"data_stored":34538478351,"data_compressed":994758472,"data_compressed_allocated":3006603264,"data_compressed_original":34100375552,"omap_allocated":206794,"internal_metadata":3219249206},"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":494,"num_omap_keys":21,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002344"},"pg_stats":[{"pgid":"2.7","version":"28'2456","reported_seq":6921,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:14.560233+0000","last_change":"2024-09-14T10:27:14.560181+0000","last_active":"2024-09-14T10:27:14.560233+0000","last_peered":"2024-09-14T10:27:14.560233+0000","last_clean":"2024-09-14T10:27:14.560233+0000","last_became_active":"2024-09-14T09:00:42.479385+0000","last_became_peered":"2024-09-14T09:00:42.479385+0000","last_unstale":"2024-09-14T10:27:14.560233+0000","last_undegraded":"2024-09-14T10:27:14.560233+0000","last_fullsized":"2024-09-14T10:27:14.560233+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'2456","last_scrub_stamp":"2024-09-14T10:27:14.560100+0000","last_deep_scrub":"28'2456","last_deep_scrub_stamp":"2024-09-14T10:27:14.560100+0000","last_clean_scrub_stamp":"2024-09-14T10:27:14.560100+0000","objects_scrubbed":4,"log_size":2456,"log_dups_size":0,"ondisk_log_size":2456,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-15T12:42:49.195120+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0.00073121299999999998,"stat_sum":{"num_bytes":690,"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":13279,"num_read_kb":10982,"num_write":4424,"num_write_kb":4405,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":2,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":494,"num_omap_keys":21,"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":92,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:13.522955+0000","last_change":"2024-09-14T10:27:13.522873+0000","last_active":"2024-09-14T10:27:13.522955+0000","last_peered":"2024-09-14T10:27:13.522955+0000","last_clean":"2024-09-14T10:27:13.522955+0000","last_became_active":"2024-09-14T09:00:42.482256+0000","last_became_peered":"2024-09-14T09:00:42.482256+0000","last_unstale":"2024-09-14T10:27:13.522955+0000","last_undegraded":"2024-09-14T10:27:13.522955+0000","last_fullsized":"2024-09-14T10:27:13.522955+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-14T10:27:13.522705+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-14T10:27:13.522705+0000","last_clean_scrub_stamp":"2024-09-14T10:27:13.522705+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-15T19:54:29.673935+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0.00074982599999999999,"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":"28'1311","reported_seq":1407,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:12.513234+0000","last_change":"2024-09-14T10:27:12.513234+0000","last_active":"2024-09-14T10:27:12.513234+0000","last_peered":"2024-09-14T10:27:12.513234+0000","last_clean":"2024-09-14T10:27:12.513234+0000","last_became_active":"2024-09-14T09:00:42.479934+0000","last_became_peered":"2024-09-14T09:00:42.479934+0000","last_unstale":"2024-09-14T10:27:12.513234+0000","last_undegraded":"2024-09-14T10:27:12.513234+0000","last_fullsized":"2024-09-14T10:27:12.513234+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'1311","last_scrub_stamp":"2024-09-14T10:27:12.513122+0000","last_deep_scrub":"28'1311","last_deep_scrub_stamp":"2024-09-14T10:27:12.513122+0000","last_clean_scrub_stamp":"2024-09-14T10:27:12.513122+0000","objects_scrubbed":3,"log_size":1311,"log_dups_size":0,"ondisk_log_size":1311,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-15T19:48:30.355553+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0.00061561500000000002,"stat_sum":{"num_bytes":870,"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":7294,"num_read_kb":5988,"num_write":2606,"num_write_kb":2600,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"28'4","reported_seq":108,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:11.485791+0000","last_change":"2024-09-14T10:27:11.485791+0000","last_active":"2024-09-14T10:27:11.485791+0000","last_peered":"2024-09-14T10:27:11.485791+0000","last_clean":"2024-09-14T10:27:11.485791+0000","last_became_active":"2024-09-14T09:00:42.479456+0000","last_became_peered":"2024-09-14T09:00:42.479456+0000","last_unstale":"2024-09-14T10:27:11.485791+0000","last_undegraded":"2024-09-14T10:27:11.485791+0000","last_fullsized":"2024-09-14T10:27:11.485791+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'4","last_scrub_stamp":"2024-09-14T10:27:11.485682+0000","last_deep_scrub":"28'4","last_deep_scrub_stamp":"2024-09-14T10:27:11.485682+0000","last_clean_scrub_stamp":"2024-09-14T10:27:11.485682+0000","objects_scrubbed":1,"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-15T11:51:42.129394+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.00072566199999999997,"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":14,"num_read_kb":14,"num_write":3,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":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":"28'115155","reported_seq":192766,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:14.127204+0000","last_change":"2024-09-14T10:27:14.127204+0000","last_active":"2024-09-14T10:27:14.127204+0000","last_peered":"2024-09-14T10:27:14.127204+0000","last_clean":"2024-09-14T10:27:14.127204+0000","last_became_active":"2024-09-14T09:01:30.359028+0000","last_became_peered":"2024-09-14T09:01:30.359028+0000","last_unstale":"2024-09-14T10:27:14.127204+0000","last_undegraded":"2024-09-14T10:27:14.127204+0000","last_fullsized":"2024-09-14T10:27:14.127204+0000","mapping_epoch":20,"log_start":"28'105090","ondisk_log_start":"28'105090","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'115155","last_scrub_stamp":"2024-09-14T10:27:14.127048+0000","last_deep_scrub":"28'115155","last_deep_scrub_stamp":"2024-09-14T10:27:14.127048+0000","last_clean_scrub_stamp":"2024-09-14T10:27:14.127048+0000","objects_scrubbed":1405,"log_size":10065,"log_dups_size":0,"ondisk_log_size":10065,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":5,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T19:40:34.861746+0000","scrub_duration":4582,"objects_trimmed":0,"snaptrim_duration":0.00066400499999999996,"stat_sum":{"num_bytes":5719585792,"num_objects":1405,"num_object_clones":164,"num_object_copies":4215,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1405,"num_whiteouts":0,"num_read":77766,"num_read_kb":2912165,"num_write":114987,"num_write_kb":19386864,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"28'3","reported_seq":123,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:08.504799+0000","last_change":"2024-09-14T10:27:08.504799+0000","last_active":"2024-09-14T10:27:08.504799+0000","last_peered":"2024-09-14T10:27:08.504799+0000","last_clean":"2024-09-14T10:27:08.504799+0000","last_became_active":"2024-09-14T09:00:42.482217+0000","last_became_peered":"2024-09-14T09:00:42.482217+0000","last_unstale":"2024-09-14T10:27:08.504799+0000","last_undegraded":"2024-09-14T10:27:08.504799+0000","last_fullsized":"2024-09-14T10:27:08.504799+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'3","last_scrub_stamp":"2024-09-14T10:27:08.504696+0000","last_deep_scrub":"28'3","last_deep_scrub_stamp":"2024-09-14T10:27:08.504696+0000","last_clean_scrub_stamp":"2024-09-14T10:27:08.504696+0000","objects_scrubbed":1,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T11:50:23.875994+0000","scrub_duration":7,"objects_trimmed":0,"snaptrim_duration":0.00056888700000000002,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":27,"num_read_kb":27,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"28'122403","reported_seq":225516,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:15.011614+0000","last_change":"2024-09-14T10:27:15.011614+0000","last_active":"2024-09-14T10:27:15.011614+0000","last_peered":"2024-09-14T10:27:15.011614+0000","last_clean":"2024-09-14T10:27:15.011614+0000","last_became_active":"2024-09-14T09:01:30.359181+0000","last_became_peered":"2024-09-14T09:01:30.359181+0000","last_unstale":"2024-09-14T10:27:15.011614+0000","last_undegraded":"2024-09-14T10:27:15.011614+0000","last_fullsized":"2024-09-14T10:27:15.011614+0000","mapping_epoch":20,"log_start":"28'112309","ondisk_log_start":"28'112309","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'122403","last_scrub_stamp":"2024-09-14T10:27:15.011518+0000","last_deep_scrub":"28'122403","last_deep_scrub_stamp":"2024-09-14T10:27:15.011518+0000","last_clean_scrub_stamp":"2024-09-14T10:27:15.011518+0000","objects_scrubbed":1407,"log_size":10094,"log_dups_size":0,"ondisk_log_size":10094,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":5,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T20:08:05.699307+0000","scrub_duration":4508,"objects_trimmed":0,"snaptrim_duration":0.00048486900000000002,"stat_sum":{"num_bytes":5734494720,"num_objects":1407,"num_object_clones":153,"num_object_copies":4221,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1407,"num_whiteouts":0,"num_read":103252,"num_read_kb":2893190,"num_write":122249,"num_write_kb":19983581,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"28'80","reported_seq":1204,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:09.252120+0000","last_change":"2024-09-14T10:27:09.252120+0000","last_active":"2024-09-14T10:27:09.252120+0000","last_peered":"2024-09-14T10:27:09.252120+0000","last_clean":"2024-09-14T10:27:09.252120+0000","last_became_active":"2024-09-14T09:00:42.482218+0000","last_became_peered":"2024-09-14T09:00:42.482218+0000","last_unstale":"2024-09-14T10:27:09.252120+0000","last_undegraded":"2024-09-14T10:27:09.252120+0000","last_fullsized":"2024-09-14T10:27:09.252120+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'80","last_scrub_stamp":"2024-09-14T10:27:09.251993+0000","last_deep_scrub":"28'80","last_deep_scrub_stamp":"2024-09-14T10:27:09.251993+0000","last_clean_scrub_stamp":"2024-09-14T10:27:09.251993+0000","objects_scrubbed":2,"log_size":80,"log_dups_size":0,"ondisk_log_size":80,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-15T16:03:20.048087+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.00031608599999999998,"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":179,"num_read_kb":100,"num_write":74,"num_write_kb":68,"num_scrub_errors":0,"num_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":[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":"28'94642","reported_seq":204545,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:11.734590+0000","last_change":"2024-09-14T10:27:11.734590+0000","last_active":"2024-09-14T10:27:11.734590+0000","last_peered":"2024-09-14T10:27:11.734590+0000","last_clean":"2024-09-14T10:27:11.734590+0000","last_became_active":"2024-09-14T09:01:30.359051+0000","last_became_peered":"2024-09-14T09:01:30.359051+0000","last_unstale":"2024-09-14T10:27:11.734590+0000","last_undegraded":"2024-09-14T10:27:11.734590+0000","last_fullsized":"2024-09-14T10:27:11.734590+0000","mapping_epoch":20,"log_start":"28'84639","ondisk_log_start":"28'84639","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'94642","last_scrub_stamp":"2024-09-14T10:27:11.734395+0000","last_deep_scrub":"28'94642","last_deep_scrub_stamp":"2024-09-14T10:27:11.734395+0000","last_clean_scrub_stamp":"2024-09-14T10:27:11.734395+0000","objects_scrubbed":1356,"log_size":10003,"log_dups_size":0,"ondisk_log_size":10003,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":5,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T18:39:13.236282+0000","scrub_duration":4259,"objects_trimmed":0,"snaptrim_duration":0.00066338900000000001,"stat_sum":{"num_bytes":5544113664,"num_objects":1356,"num_object_clones":159,"num_object_copies":4068,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1356,"num_whiteouts":0,"num_read":110054,"num_read_kb":2972594,"num_write":94479,"num_write_kb":19764298,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"28'3341","reported_seq":3443,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:08.309376+0000","last_change":"2024-09-14T10:27:08.309376+0000","last_active":"2024-09-14T10:27:08.309376+0000","last_peered":"2024-09-14T10:27:08.309376+0000","last_clean":"2024-09-14T10:27:08.309376+0000","last_became_active":"2024-09-14T09:00:42.482160+0000","last_became_peered":"2024-09-14T09:00:42.482160+0000","last_unstale":"2024-09-14T10:27:08.309376+0000","last_undegraded":"2024-09-14T10:27:08.309376+0000","last_fullsized":"2024-09-14T10:27:08.309376+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'3341","last_scrub_stamp":"2024-09-14T10:27:08.309268+0000","last_deep_scrub":"28'3341","last_deep_scrub_stamp":"2024-09-14T10:27:08.309268+0000","last_clean_scrub_stamp":"2024-09-14T10:27:08.309268+0000","objects_scrubbed":3,"log_size":3341,"log_dups_size":0,"ondisk_log_size":3341,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":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-15T22:19:51.439097+0000","scrub_duration":10,"objects_trimmed":0,"snaptrim_duration":0.00034309999999999999,"stat_sum":{"num_bytes":852,"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":19484,"num_read_kb":16141,"num_write":6666,"num_write_kb":6660,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"28'267585","reported_seq":410954,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:19.329255+0000","last_change":"2024-09-14T10:27:19.329255+0000","last_active":"2024-09-14T10:27:19.329255+0000","last_peered":"2024-09-14T10:27:19.329255+0000","last_clean":"2024-09-14T10:27:19.329255+0000","last_became_active":"2024-09-14T09:01:30.358966+0000","last_became_peered":"2024-09-14T09:01:30.358966+0000","last_unstale":"2024-09-14T10:27:19.329255+0000","last_undegraded":"2024-09-14T10:27:19.329255+0000","last_fullsized":"2024-09-14T10:27:19.329255+0000","mapping_epoch":20,"log_start":"28'257524","ondisk_log_start":"28'257524","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'267585","last_scrub_stamp":"2024-09-14T10:27:19.329131+0000","last_deep_scrub":"28'267585","last_deep_scrub_stamp":"2024-09-14T10:27:19.329131+0000","last_clean_scrub_stamp":"2024-09-14T10:27:19.329131+0000","objects_scrubbed":1433,"log_size":10061,"log_dups_size":0,"ondisk_log_size":10061,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":4,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T12:06:30.502608+0000","scrub_duration":3794,"objects_trimmed":0,"snaptrim_duration":0.0029429320000000001,"stat_sum":{"num_bytes":5845435411,"num_objects":1433,"num_object_clones":174,"num_object_copies":4299,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1433,"num_whiteouts":0,"num_read":143536,"num_read_kb":4771079,"num_write":267410,"num_write_kb":24399104,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"28'2","reported_seq":95,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:09.512118+0000","last_change":"2024-09-14T10:27:09.512118+0000","last_active":"2024-09-14T10:27:09.512118+0000","last_peered":"2024-09-14T10:27:09.512118+0000","last_clean":"2024-09-14T10:27:09.512118+0000","last_became_active":"2024-09-14T09:00:42.479255+0000","last_became_peered":"2024-09-14T09:00:42.479255+0000","last_unstale":"2024-09-14T10:27:09.512118+0000","last_undegraded":"2024-09-14T10:27:09.512118+0000","last_fullsized":"2024-09-14T10:27:09.512118+0000","mapping_epoch":13,"log_start":"0'0","ondisk_log_start":"0'0","created":13,"last_epoch_clean":14,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'2","last_scrub_stamp":"2024-09-14T10:27:09.511994+0000","last_deep_scrub":"28'2","last_deep_scrub_stamp":"2024-09-14T10:27:09.511994+0000","last_clean_scrub_stamp":"2024-09-14T10:27:09.511994+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-15T12:38:15.083778+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0.00048251300000000001,"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":[]},{"pgid":"1.0","version":"28'54","reported_seq":164,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-09-14T10:27:08.479794+0000","last_change":"2024-09-14T10:27:08.479794+0000","last_active":"2024-09-14T10:27:08.479794+0000","last_peered":"2024-09-14T10:27:08.479794+0000","last_clean":"2024-09-14T10:27:08.479794+0000","last_became_active":"2024-09-14T09:00:37.974616+0000","last_became_peered":"2024-09-14T09:00:37.974616+0000","last_unstale":"2024-09-14T10:27:08.479794+0000","last_undegraded":"2024-09-14T10:27:08.479794+0000","last_fullsized":"2024-09-14T10:27:08.479794+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'54","last_scrub_stamp":"2024-09-14T10:27:08.479696+0000","last_deep_scrub":"28'54","last_deep_scrub_stamp":"2024-09-14T10:27:08.479696+0000","last_clean_scrub_stamp":"2024-09-14T10:27:08.479696+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-15T19:31:27.381646+0000","scrub_duration":6,"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":22843629587,"num_objects":5601,"num_object_clones":650,"num_object_copies":16803,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5601,"num_whiteouts":0,"num_read":434608,"num_read_kb":13549028,"num_write":599125,"num_write_kb":83533847,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":3418505216,"data_stored":34537021440,"data_compressed":994752490,"data_compressed_allocated":3006529536,"data_compressed_original":34099228672,"omap_allocated":0,"internal_metadata":0},"log_size":40223,"ondisk_log_size":40223,"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":40277,"num_read_kb":33252,"num_write":13775,"num_write_kb":13738,"num_scrub_errors":0,"num_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":14789,"internal_metadata":0},"log_size":7197,"ondisk_log_size":7197,"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":114688,"data_stored":1180736,"data_compressed":5982,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":54,"ondisk_log_size":54,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":0,"up_from":9,"seq":38654706709,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2156740,"kb_used_data":1157812,"kb_used_omap":71,"kb_used_meta":998840,"kb_avail":92215100,"statfs":{"total":96636764160,"available":94428262400,"internally_reserved":0,"allocated":1185599488,"data_stored":11513022854,"data_compressed":362625487,"data_compressed_allocated":1032634368,"data_compressed_original":11351511040,"omap_allocated":73433,"internal_metadata":1022812455},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":8,"seq":34359739413,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2381296,"kb_used_data":1031456,"kb_used_omap":57,"kb_used_meta":1349766,"kb_avail":91990544,"statfs":{"total":96636764160,"available":94198317056,"internally_reserved":0,"allocated":1056210944,"data_stored":11512431775,"data_compressed":271594386,"data_compressed_allocated":945475584,"data_compressed_original":11395342336,"omap_allocated":58947,"internal_metadata":1382160829},"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":34359739414,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1945284,"kb_used_data":1150004,"kb_used_omap":72,"kb_used_meta":795191,"kb_avail":92426556,"statfs":{"total":96636764160,"available":94644793344,"internally_reserved":0,"allocated":1177604096,"data_stored":11513023722,"data_compressed":360538599,"data_compressed_allocated":1028493312,"data_compressed_original":11353522176,"omap_allocated":74414,"internal_metadata":814275922},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":2991,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":1579,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5702,"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":7361,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":868,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1726,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1185280000,"data_stored":11512340480,"data_compressed":362622496,"data_compressed_allocated":1032597504,"data_compressed_original":11350937600,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":1177268224,"data_stored":11512340480,"data_compressed":360535608,"data_compressed_allocated":1028456448,"data_compressed_original":11352948736,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1055956992,"data_stored":11512340480,"data_compressed":271594386,"data_compressed_allocated":945475584,"data_compressed_original":11395342336,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-14T10:27:28.995 DEBUG:teuthology.orchestra.run.smithi112:> sudo ceph --cluster cluster1 config set global mon_health_to_clog false 2024-09-14T10:27:29.291 INFO:teuthology.misc:Shutting down mds daemons... 2024-09-14T10:27:29.291 INFO:teuthology.misc:Shutting down osd daemons... 2024-09-14T10:27:29.292 DEBUG:tasks.ceph.cluster1.osd.0:waiting for process to exit 2024-09-14T10:27:29.292 INFO:teuthology.orchestra.run:waiting for 300 2024-09-14T10:27:29.372 INFO:tasks.ceph.cluster1.osd.0:Stopped 2024-09-14T10:27:29.372 DEBUG:tasks.ceph.cluster1.osd.1:waiting for process to exit 2024-09-14T10:27:29.372 INFO:teuthology.orchestra.run:waiting for 300 2024-09-14T10:27:29.446 INFO:tasks.ceph.cluster1.osd.1:Stopped 2024-09-14T10:27:29.447 DEBUG:tasks.ceph.cluster1.osd.2:waiting for process to exit 2024-09-14T10:27:29.447 INFO:teuthology.orchestra.run:waiting for 300 2024-09-14T10:27:29.530 INFO:tasks.ceph.cluster1.osd.2:Stopped 2024-09-14T10:27:29.530 INFO:teuthology.misc:Shutting down mgr daemons... 2024-09-14T10:27:29.530 DEBUG:tasks.ceph.cluster1.mgr.x:waiting for process to exit 2024-09-14T10:27:29.530 INFO:teuthology.orchestra.run:waiting for 300 2024-09-14T10:27:29.557 INFO:tasks.ceph.cluster1.mgr.x:Stopped 2024-09-14T10:27:29.557 INFO:teuthology.misc:Shutting down mon daemons... 2024-09-14T10:27:29.557 DEBUG:tasks.ceph.cluster1.mon.a:waiting for process to exit 2024-09-14T10:27:29.557 INFO:teuthology.orchestra.run:waiting for 300 2024-09-14T10:27:29.611 INFO:tasks.ceph.cluster1.mon.a:Stopped 2024-09-14T10:27:29.611 INFO:tasks.ceph:Checking cluster log for badness... 2024-09-14T10:27:29.611 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T10:27:29.743 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster1-0 on ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T10:27:29.743 DEBUG:teuthology.orchestra.run.smithi112:> sync && sudo umount -f /var/lib/ceph/osd/cluster1-0 2024-09-14T10:27:32.334 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster1-1 on ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T10:27:32.334 DEBUG:teuthology.orchestra.run.smithi112:> sync && sudo umount -f /var/lib/ceph/osd/cluster1-1 2024-09-14T10:27:32.487 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster1-2 on ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T10:27:32.488 DEBUG:teuthology.orchestra.run.smithi112:> sync && sudo umount -f /var/lib/ceph/osd/cluster1-2 2024-09-14T10:27:32.622 INFO:tasks.ceph:Archiving mon data... 2024-09-14T10:27:32.622 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/lib/ceph/mon/cluster1-a to /home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514/data/cluster1.mon.a.tgz 2024-09-14T10:27:32.622 DEBUG:teuthology.orchestra.run.smithi112:> mktemp 2024-09-14T10:27:32.637 INFO:teuthology.orchestra.run.smithi112.stdout:/tmp/tmp.6TVjbPXApC 2024-09-14T10:27:32.637 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar cz -f - -C /var/lib/ceph/mon/cluster1-a -- . > /tmp/tmp.6TVjbPXApC 2024-09-14T10:27:32.754 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0666 /tmp/tmp.6TVjbPXApC 2024-09-14T10:27:32.848 DEBUG:teuthology.orchestra.remote:smithi112:/tmp/tmp.6TVjbPXApC is 274KB 2024-09-14T10:27:32.942 DEBUG:teuthology.orchestra.run.smithi112:> rm -fr /tmp/tmp.6TVjbPXApC 2024-09-14T10:27:32.957 INFO:tasks.ceph:Cleaning ceph cluster... 2024-09-14T10:27:32.957 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T10:27:32.998 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T10:27:33.076 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2024-09-14T10:27:33.094 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2024-09-14T10:27:33.095 INFO:tasks.ceph:Archiving crash dumps... 2024-09-14T10:27:33.096 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/lib/ceph/crash to /home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514/remote/smithi112/crash 2024-09-14T10:27:33.097 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2024-09-14T10:27:33.141 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/crash to /home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514/remote/smithi133/crash 2024-09-14T10:27:33.141 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2024-09-14T10:27:33.169 INFO:tasks.ceph:Compressing logs... 2024-09-14T10:27:33.169 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T10:27:33.185 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T10:27:33.227 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35307.log 2024-09-14T10:27:33.227 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35981.log 2024-09-14T10:27:33.227 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35307.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36390.log 2024-09-14T10:27:33.227 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35307.log.gz 2024-09-14T10:27:33.227 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35981.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35017.log 2024-09-14T10:27:33.227 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35981.log.gz 2024-09-14T10:27:33.228 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster2-client.admin.36390.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36390.log.gz 2024-09-14T10:27:33.228 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-mon.a.log 2024-09-14T10:27:33.228 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35017.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35395.log 2024-09-14T10:27:33.228 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35017.log.gz 2024-09-14T10:27:33.228 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31996.log 2024-09-14T10:27:33.228 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35395.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36280.log 2024-09-14T10:27:33.228 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35395.log.gz 2024-09-14T10:27:33.228 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.31996.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35101.log 2024-09-14T10:27:33.228 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31996.log.gz 2024-09-14T10:27:33.228 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-osd.1.log 2024-09-14T10:27:33.228 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster2-client.admin.36280.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36280.log.gz 2024-09-14T10:27:33.228 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.38106.log/var/log/ceph/cluster1-client.admin.35101.log: 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35101.log.gz 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-osd.1.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31752.log 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.38442.log 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.38106.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38106.log.gz 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.31752.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.38316.log 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31752.log.gz 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.38442.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.36978.log 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38442.log.gz 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.38316.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35181.log 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38316.log.gz 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.36978.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34975.log 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.36978.log.gz 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35181.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.36881.log 2024-09-14T10:27:33.229 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35181.log.gz 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.38484.log 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.34975.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34975.log.gz 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.36881.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35887.log 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.36881.log.gz 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.38484.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.38400.log 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38484.log.gz 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35887.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35434.log 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35887.log.gz 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.38400.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.36280.log 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38400.log.gz 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35434.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.36390.log 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35434.log.gz 2024-09-14T10:27:33.230 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.36280.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31931.log 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.36280.log.gz 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.36390.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36039.log 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.36390.log.gz 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.31931.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.38274.log 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31931.log.gz 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster2-client.admin.36039.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31792.log 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36039.log.gz 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.38274.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35059.log 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38274.log.gz 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.31792.log: gzip -5 --verbose -- /var/log/ceph/cluster1-osd.2.log 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31792.log.gz 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35059.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.38232.log 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35059.log.gz 2024-09-14T10:27:33.231 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.38064.log 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr:gzip/var/log/ceph/cluster1-client.admin.38232.log: -5 --verbose -- /var/log/ceph/cluster1-client.admin.35182.log 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38232.log.gz 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.38064.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.38022.log 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38064.log.gz 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35182.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35847.log 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35182.log.gz 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.0.36655.log 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.38022.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38022.log.gz 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35847.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34721.log 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35847.log.gz 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.0.36655.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34924.log 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36881.log 2024-09-14T10:27:33.232 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.34721.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34721.log.gz 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.34924.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35435.log 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34924.log.gz 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster2-client.admin.36881.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.38358.log 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.38190.log 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35435.log: 20.8% -- replaced with /var/log/ceph/cluster2-client.admin.36881.log.gz 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35435.log.gz 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.38358.log: gzip -5 --verbose -- /var/log/ceph/cluster1-mgr.x.log 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38358.log.gz 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.38190.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34843.log 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38190.log.gz 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35183.log 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.34843.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35309.log 2024-09-14T10:27:33.233 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34843.log.gz 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35183.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35521.log 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35183.log.gz 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35923.log 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35309.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35309.log.gz 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr:gzip/var/log/ceph/cluster1-client.admin.35521.log: -5 --verbose -- /var/log/ceph/cluster1-client.admin.31594.log 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35521.log.gz 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster2-client.admin.35923.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35923.log 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35923.log.gz 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.31594.log: gzip -5 --verbose -- /var/log/ceph/cluster1.audit.log 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31594.log.gz 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35923.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.34899.log 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35923.log.gz 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1.audit.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36335.log 2024-09-14T10:27:33.234 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.34899.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35563.log 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.34899.log.gz 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster2-client.admin.36335.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.36039.log 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36335.log.gz 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5/var/log/ceph/cluster1-client.admin.35563.log: --verbose -- /var/log/ceph/cluster1-client.admin.36335.log 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35563.log.gz 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.36039.log: gzip -5 --verbose -- /var/log/ceph/cluster1-osd.0.log 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.36039.log.gz 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.36335.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35308.log 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.36335.log.gz 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-osd.0.log: gzip -5 --verbose -- /var/log/ceph/ceph.tmp-client.admin.27270.log 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5/var/log/ceph/cluster1-client.admin.35308.log: --verbose -- /var/log/ceph/cluster1-client.admin.35761.log 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35308.log.gz 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph.tmp-client.admin.27270.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35803.log 2024-09-14T10:27:33.235 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/ceph.tmp-client.admin.27270.log.gz 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35761.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35981.log 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35761.log.gz 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31832.log 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35803.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35803.log.gz 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster2-client.admin.35981.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37066.log 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35981.log.gz 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.31832.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.35605.log 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31832.log.gz 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose --/var/log/ceph/cluster2-client.admin.37066.log: /var/log/ceph/cluster1-client.admin.38524.log 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.35605.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.37066.log 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.35605.log.gz 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5/var/log/ceph/cluster1-client.admin.38524.log: --verbose -- /var/log/ceph/cluster1.log 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38524.log.gz 2024-09-14T10:27:33.236 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36655.log 2024-09-14T10:27:33.237 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1-client.admin.37066.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.37066.log.gz 2024-09-14T10:27:33.237 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster1.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.38148.log 2024-09-14T10:27:33.237 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cluster2-client.admin.36655.log: /var/log/ceph/cluster1-client.admin.38148.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.38148.log.gz 2024-09-14T10:27:33.237 INFO:teuthology.orchestra.run.smithi112.stderr: 55.5% -- replaced with /var/log/ceph/cluster1-client.0.36655.log.gz 2024-09-14T10:27:33.237 INFO:teuthology.orchestra.run.smithi112.stderr: 54.8% -- replaced with /var/log/ceph/cluster2-client.admin.36655.log.gz 2024-09-14T10:27:33.237 INFO:teuthology.orchestra.run.smithi112.stderr: 88.9% -- replaced with /var/log/ceph/cluster1.log.gz 2024-09-14T10:27:33.239 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36920.log 2024-09-14T10:27:33.240 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35755.log 2024-09-14T10:27:33.240 INFO:teuthology.orchestra.run.smithi133.stderr:gzip/var/log/ceph/cluster2-client.admin.36920.log: -5 --verbose -- /var/log/ceph/cluster2-client.admin.36883.log 2024-09-14T10:27:33.241 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36920.log.gz 2024-09-14T10:27:33.241 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35755.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36737.log 2024-09-14T10:27:33.241 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35755.log.gz 2024-09-14T10:27:33.241 INFO:teuthology.orchestra.run.smithi133.stderr:gzip/var/log/ceph/cluster2-client.admin.36883.log: -5 --verbose -- /var/log/ceph/cluster2-client.admin.36808.log 2024-09-14T10:27:33.254 INFO:teuthology.orchestra.run.smithi112.stderr: 21.2% -- replaced with /var/log/ceph/cluster2-client.admin.37066.log.gz 2024-09-14T10:27:33.262 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36883.log.gz 2024-09-14T10:27:33.262 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36737.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37543.log 2024-09-14T10:27:33.262 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36737.log.gz 2024-09-14T10:27:33.262 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36808.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.32268.log 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36808.log.gz 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.37543.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36051.log 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37543.log.gz 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.32268.log: gzip -5 --verbose -- 0.0% /var/log/ceph/cluster2-client.admin.36368.log 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr: -- replaced with /var/log/ceph/cluster2-client.admin.32268.log.gz 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36051.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35547.log 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36051.log.gz 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36368.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35463.log 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36368.log.gz 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35547.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36255.log 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35547.log.gz 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35463.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37196.log 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35463.log.gz 2024-09-14T10:27:33.263 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36255.log: gzip -5 --verbose -- /var/log/ceph/ceph.tmp-client.admin.27743.log 2024-09-14T10:27:33.264 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36255.log.gz 2024-09-14T10:27:33.264 INFO:teuthology.orchestra.run.smithi133.stderr:gzip/var/log/ceph/cluster2-client.admin.37196.log: -5 --verbose -- /var/log/ceph/cluster2-client.admin.36550.log 2024-09-14T10:27:33.264 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37196.log.gz 2024-09-14T10:27:33.264 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/ceph.tmp-client.admin.27743.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36219.log 2024-09-14T10:27:33.264 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/ceph.tmp-client.admin.27743.log.gz 2024-09-14T10:27:33.264 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36550.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37246.log 2024-09-14T10:27:33.264 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36550.log.gz 2024-09-14T10:27:33.264 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36219.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37587.log 2024-09-14T10:27:33.264 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36219.log.gz 2024-09-14T10:27:33.264 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.37246.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35628.log 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37246.log.gz 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.37587.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37459.log 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37587.log.gz 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36957.log 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35628.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35628.log.gz 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.37459.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36588.log 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37459.log.gz 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36957.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36331.log 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36957.log.gz 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5/var/log/ceph/cluster2-client.admin.36588.log: --verbose -- /var/log/ceph/cluster2-client.admin.37003.log 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36588.log.gz 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36331.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35505.log 2024-09-14T10:27:33.265 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36331.log.gz 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.37003.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37111.log 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37003.log.gz 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35505.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36846.log 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35505.log.gz 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.37111.log: gzip -5 --verbose -- /var/log/ceph/cluster2-osd.2.log 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37111.log.gz 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36846.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36625.log 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36846.log.gz 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr:gzip/var/log/ceph/cluster2-osd.2.log: -5 --verbose -- /var/log/ceph/cluster2-client.admin.37333.log 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36625.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36135.log 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36625.log.gz 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.37333.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36479.log 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37333.log.gz 2024-09-14T10:27:33.266 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36135.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36293.log 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36135.log.gz 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36479.log: gzip -5 --verbose -- /var/log/ceph/cluster2.audit.log 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36479.log.gz 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36293.log: gzip -5 --verbose -- /var/log/ceph/cluster2-mgr.x.log 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36293.log.gz 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2.audit.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35861.log 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35629.log 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr: 87.1% -- replaced with /var/log/ceph/cluster2.audit.log.gz 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35861.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35369.log 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35861.log.gz 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35629.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.32070.log 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35629.log.gz 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35369.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35369.log.gz 2024-09-14T10:27:33.267 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36774.log 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35754.log 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.32070.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.32070.log.gz 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36774.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35627.log 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36774.log.gz 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35754.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36699.log 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35754.log.gz 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35627.log: 0.0%gzip -- replaced with /var/log/ceph/cluster2-client.admin.35627.log.gz 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr: -5 --verbose -- /var/log/ceph/cluster2-client.admin.35334.log 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36699.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.32228.log 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36699.log.gz 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35334.log: gzip -5 0.0% --verbose -- replaced with /var/log/ceph/cluster2-client.admin.35334.log.gz -- 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr: /var/log/ceph/cluster2-osd.0.log 2024-09-14T10:27:33.268 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.32228.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35035.log 2024-09-14T10:27:33.269 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.32228.log.gz 2024-09-14T10:27:33.269 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-osd.0.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.32469.log 2024-09-14T10:27:33.269 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35035.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35035.log.gz 2024-09-14T10:27:33.269 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35715.log 2024-09-14T10:27:33.269 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36662.log 2024-09-14T10:27:33.269 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.32469.log: /var/log/ceph/cluster2-client.admin.35715.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.32469.log.gz 2024-09-14T10:27:33.269 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35715.log.gz 2024-09-14T10:27:33.269 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36093.log 2024-09-14T10:27:33.269 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35841.log 2024-09-14T10:27:33.269 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36662.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36662.log.gz 2024-09-14T10:27:33.269 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36093.log: gzip -5 --verbose -- /var/log/ceph/cluster2-mon.a.log 2024-09-14T10:27:33.269 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36093.log.gz 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35841.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35841.log.gz 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37627.log 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.32407.log 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-mon.a.log: /var/log/ceph/cluster2-client.admin.37627.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37375.log 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37627.log.gz 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.32407.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.32407.log.gz 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-osd.1.log 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36009.log 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.37375.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37375.log.gz 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr:gzip/var/log/ceph/cluster2-osd.1.log: -5 --verbose -- /var/log/ceph/cluster2-client.admin.32308.log 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36009.log: gzip -5 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36009.log.gz 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr: --verbose -- /var/log/ceph/cluster2-client.admin.35967.log 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.32308.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.32308.log.gz 2024-09-14T10:27:33.270 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35884.log 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35967.log: gzip 0.0% -5 --verbose -- /var/log/ceph/cluster2-client.admin.36405.log 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr: -- replaced with /var/log/ceph/cluster2-client.admin.35967.log.gz 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35884.log: gzip 0.0% -5 --verbose -- /var/log/ceph/cluster2-client.admin.35260.log 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr: -- replaced with /var/log/ceph/cluster2-client.admin.35884.log.gz 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36405.log: gzip 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36405.log.gz 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr: -5 --verbose -- /var/log/ceph/cluster2-client.admin.36516.log 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35260.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35260.log.gz 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2.log 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36516.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36516.log.gz 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36442.log 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37501.log 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36442.log: 0.0%gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.36179.log 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr: -- replaced with /var/log/ceph/cluster2-client.admin.36442.log.gz 2024-09-14T10:27:33.271 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.37501.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37501.log.gz 2024-09-14T10:27:33.274 INFO:teuthology.orchestra.run.smithi133.stderr: 91.1% -- replaced with /var/log/ceph/cluster2.log.gz 2024-09-14T10:27:33.274 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37154.log 2024-09-14T10:27:33.274 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.36179.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37417.log 2024-09-14T10:27:33.274 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.36179.log.gz 2024-09-14T10:27:33.274 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.37154.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.37291.log 2024-09-14T10:27:33.274 INFO:teuthology.orchestra.run.smithi133.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37154.log.gz 2024-09-14T10:27:33.274 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.35421.log 2024-09-14T10:27:33.274 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.37417.log: /var/log/ceph/cluster2-client.admin.37291.log: 0.0% 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.37291.log.gz 2024-09-14T10:27:33.274 INFO:teuthology.orchestra.run.smithi133.stderr: -- replaced with /var/log/ceph/cluster2-client.admin.37417.log.gz 2024-09-14T10:27:33.274 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cluster2-client.admin.35421.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.35421.log.gz 2024-09-14T10:27:33.279 INFO:teuthology.orchestra.run.smithi112.stderr: 86.9% -- replaced with /var/log/ceph/cluster1.audit.log.gz 2024-09-14T10:27:33.751 INFO:teuthology.orchestra.run.smithi133.stderr: 92.2% -- replaced with /var/log/ceph/cluster2-mgr.x.log.gz 2024-09-14T10:27:34.137 INFO:teuthology.orchestra.run.smithi133.stderr: 94.5% -- replaced with /var/log/ceph/cluster2-osd.2.log.gz 2024-09-14T10:27:34.324 INFO:teuthology.orchestra.run.smithi133.stderr: 91.5% -- replaced with /var/log/ceph/cluster2-mon.a.log.gz 2024-09-14T10:27:35.222 INFO:teuthology.orchestra.run.smithi133.stderr: 94.2% -- replaced with /var/log/ceph/cluster2-osd.0.log.gz 2024-09-14T10:27:35.495 INFO:teuthology.orchestra.run.smithi133.stderr: 94.1% -- replaced with /var/log/ceph/cluster2-osd.1.log.gz 2024-09-14T10:27:35.496 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-09-14T10:27:35.497 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m2.267s 2024-09-14T10:27:35.497 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m6.463s 2024-09-14T10:27:35.497 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.272s 2024-09-14T10:27:39.188 INFO:teuthology.orchestra.run.smithi112.stderr: 92.0% -- replaced with /var/log/ceph/cluster1-mgr.x.log.gz 2024-09-14T10:27:46.810 INFO:teuthology.orchestra.run.smithi112.stderr: 90.2% -- replaced with /var/log/ceph/cluster1-mon.a.log.gz 2024-09-14T10:47:03.752 INFO:teuthology.orchestra.run.smithi112.stderr: 95.5% -- replaced with /var/log/ceph/cluster1-osd.2.log.gz 2024-09-14T10:57:44.644 INFO:teuthology.orchestra.run.smithi112.stderr: 94.4% -- replaced with /var/log/ceph/cluster1-osd.0.log.gz 2024-09-14T10:59:29.342 INFO:teuthology.orchestra.run.smithi112.stderr: 94.3% -- replaced with /var/log/ceph/cluster1-osd.1.log.gz 2024-09-14T10:59:29.344 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-14T10:59:29.344 INFO:teuthology.orchestra.run.smithi112.stderr:real 31m56.146s 2024-09-14T10:59:29.345 INFO:teuthology.orchestra.run.smithi112.stderr:user 9m55.186s 2024-09-14T10:59:29.345 INFO:teuthology.orchestra.run.smithi112.stderr:sys 0m33.631s 2024-09-14T10:59:29.345 INFO:tasks.ceph:Archiving logs... 2024-09-14T10:59:29.346 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514/remote/smithi112/log 2024-09-14T10:59:29.347 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-14T11:00:49.551 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514/remote/smithi133/log 2024-09-14T11:00:49.553 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-14T11:00:50.550 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-14T11:00:50.561 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-14T11:00:50.562 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-14T11:00:50.565 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-14T11:00:50.655 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-14T11:00:50.664 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-14T11:00:50.664 DEBUG:teuthology.orchestra.run.smithi112:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-14T11:00:50.667 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-14T11:00:50.681 INFO:teuthology.orchestra.run.smithi112.stderr:bash: line 1: ntpq: command not found 2024-09-14T11:00:50.685 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-09-14T11:00:50.688 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-14T11:00:50.688 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-09-14T11:00:50.688 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv01.front.sepia.ceph.com 3 9 377 189 +3379us[+3394us] +/- 50ms 2024-09-14T11:00:50.689 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 63 +1433us[+1433us] +/- 72ms 2024-09-14T11:00:50.689 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 61 -9206us[-9206us] +/- 89ms 2024-09-14T11:00:50.689 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-09-14T11:00:50.709 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-14T11:00:50.709 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2024-09-14T11:00:50.709 INFO:teuthology.orchestra.run.smithi112.stdout:^* hv01.front.sepia.ceph.com 3 6 377 0 +3132us[+3130us] +/- 37ms 2024-09-14T11:00:50.709 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 65 +1247us[+1241us] +/- 72ms 2024-09-14T11:00:50.709 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 0 -9414us[-9417us] +/- 90ms 2024-09-14T11:00:50.710 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-09-14T11:00:50.710 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-14T11:00:50.719 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-14T11:00:50.720 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-14T11:00:50.729 DEBUG:teuthology.orchestra.run.smithi112:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-14T11:00:50.837 DEBUG:teuthology.orchestra.run.smithi133:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-14T11:00:50.906 DEBUG:teuthology.orchestra.run.smithi112:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-14T11:00:50.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-14T11:00:50.937 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-14T11:00:50.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-14T11:00:50.968 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-14T11:00:50.979 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-14T11:00:50.990 INFO:teuthology.task.internal:Duration was 7601.111062 seconds 2024-09-14T11:00:50.991 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-14T11:00:50.999 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-14T11:00:51.000 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-14T11:00:51.002 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-14T11:00:51.049 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-14T11:00:51.064 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-14T11:00:51.352 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-14T11:00:51.353 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi112.front.sepia.ceph.com 2024-09-14T11:00:51.353 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T11:00:51.375 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-09-14T11:00:51.375 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T11:00:51.395 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-14T11:00:51.396 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-14T11:00:51.417 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-14T11:00:51.463 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-14T11:00:51.463 DEBUG:teuthology.orchestra.run.smithi112:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-14T11:00:51.485 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-14T11:00:51.610 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-14T11:00:51.622 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-14T11:00:51.622 DEBUG:teuthology.orchestra.run.smithi112:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-14T11:00:51.647 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-14T11:00:51.672 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-14T11:00:51.717 DEBUG:teuthology.orchestra.run.smithi112:> 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-14T11:00:51.720 DEBUG:teuthology.orchestra.run.smithi133:> 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-14T11:00:51.743 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-09-14T11:00:51.756 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = core 2024-09-14T11:00:51.779 DEBUG:teuthology.orchestra.run.smithi112:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-14T11:00:51.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-14T11:00:51.835 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-14T11:00:51.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-14T11:00:51.849 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-14T11:00:51.860 INFO:teuthology.task.internal:Transferring archived files... 2024-09-14T11:00:51.861 DEBUG:teuthology.misc:Transferring archived files from smithi112:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514/remote/smithi112 2024-09-14T11:00:51.861 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-14T11:00:51.918 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-10_20:16:17-rbd-main-distro-default-smithi/7900514/remote/smithi133 2024-09-14T11:00:51.918 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-14T11:00:51.951 INFO:teuthology.task.internal:Removing archive directory... 2024-09-14T11:00:51.951 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-14T11:00:51.959 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-14T11:00:52.001 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-14T11:00:52.014 INFO:teuthology.task.internal:Not uploading archives. 2024-09-14T11:00:52.014 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-14T11:00:52.023 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-14T11:00:52.024 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-14T11:00:52.026 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-14T11:00:52.038 INFO:teuthology.orchestra.run.smithi112.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 14 11:00 /home/ubuntu/cephtest 2024-09-14T11:00:52.056 INFO:teuthology.orchestra.run.smithi133.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 14 11:00 /home/ubuntu/cephtest 2024-09-14T11:00:52.057 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-14T11:00:52.067 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-14T11:00:52.089 INFO:teuthology.run:Summary data: description: rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-zstd 4-supported-random-distro$/{centos_latest} 5-data-pool/ec 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}} duration: 7601.111061573029 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-09-14T11:00:52.089 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-14T11:00:52.178 INFO:teuthology.run:pass