Hi Alex

New query output attached after restarting both OSDs. OSD 237 is no longer mentioned but it unfortunately made no difference for the number of backfills which went 59->62->62.

Mvh.

Torkil

On 23-03-2024 22:26, Alexander E. Patrakov wrote:
Hi Torkil,

I have looked at the files that you attached. They were helpful: pool
11 is problematic, it complains about degraded objects for no obvious
reason. I think that is the blocker.

I also noted that you mentioned peering problems, and I suspect that
they are not completely resolved. As a somewhat-irrational move, to
confirm this theory, you can restart osd.237 (it is mentioned at the
end of query.11.fff.txt, although I don't understand why it is there)
and then osd.298 (it is the primary for that pg) and see if any
additional backfills are unblocked after that. Also, please re-query
that PG again after the OSD restart.

On Sun, Mar 24, 2024 at 4:56 AM Torkil Svensgaard <tor...@drcmr.dk> wrote:



On 23-03-2024 21:19, Alexander E. Patrakov wrote:
Hi Torkil,

Hi Alexander

I have looked at the CRUSH rules, and the equivalent rules work on my
test cluster. So this cannot be the cause of the blockage.

Thank you for taking the time =)

What happens if you increase the osd_max_backfills setting temporarily?

We already had the mclock override option in place and I re-enabled our
babysitter script which sets osd_max_backfills pr OSD to 1-3 depending
on how full they are. Active backfills went from 16 to 53 which is
probably because default osd_max_backfills for mclock is 1.

I think 53 is still a low number of active backfills given the large
percentage misplaced.

It may be a good idea to investigate a few of the stalled PGs. Please
run commands similar to this one:

ceph pg 37.0 query > query.37.0.txt
ceph pg 37.1 query > query.37.1.txt
...
and the same for the other affected pools.

A few samples attached.

Still, I must say that some of your rules are actually unsafe.

The 4+2 rule as used by rbd_ec_data will not survive a
datacenter-offline incident. Namely, for each PG, it chooses OSDs from
two hosts in each datacenter, so 6 OSDs total. When a datacenter is
offline, you will, therefore, have only 4 OSDs up, which is exactly
the number of data chunks. However, the pool requires min_size 5, so
all PGs will be inactive (to prevent data corruption) and will stay
inactive until the datacenter comes up again. However, please don't
set min_size to 4 - then, any additional incident (like a defective
disk) will lead to data loss, and the shards in the datacenter which
went offline would be useless because they do not correspond to the
updated shards written by the clients.

Thanks for the explanation. This is an old pool predating the 3 DC setup
and we'll migrate the data to a 4+5 pool when we can.

The 4+5 rule as used by cephfs.hdd.data has min_size equal to the
number of data chunks. See above why it is bad. Please set min_size to
5.

Thanks, that was a leftover for getting the PGs to peer (stuck at
creating+incomplete) when we created the pool. It's back to 5 now.

The rbd.ssd.data pool seems to be OK - and, by the way, its PGs are
100% active+clean.

There is very little data in this pool, that is probably the main reason.

Regarding the mon_max_pg_per_osd setting, you have a few OSDs that
have 300+ PGs, the observed maximum is 347. Please set it to 400.

Copy that. Didn't seem to make a difference though, and we have
osd_max_pg_per_osd_hard_ratio set to 5.000000.

Mvh.

Torkil

On Sun, Mar 24, 2024 at 3:16 AM Torkil Svensgaard <tor...@drcmr.dk> wrote:



On 23-03-2024 19:05, Alexander E. Patrakov wrote:
Sorry for replying to myself, but "ceph osd pool ls detail" by itself
is insufficient. For every erasure code profile mentioned in the
output, please also run something like this:

ceph osd erasure-code-profile get prf-for-ec-data

...where "prf-for-ec-data" is the name that appears after the words
"erasure profile" in the "ceph osd pool ls detail" output.

[root@lazy ~]# ceph osd pool ls detail | grep erasure
pool 11 'rbd_ec_data' erasure profile DRCMR_k4m2 size 6 min_size 5
crush_rule 0 object_hash rjenkins pg_num 4096 pgp_num 4096
autoscale_mode off last_change 2257933 lfor 0/1291190/1755101 flags
hashpspool,ec_overwrites,selfmanaged_snaps,bulk stripe_width 16384
fast_read 1 compression_algorithm snappy compression_mode aggressive
application rbd
pool 37 'cephfs.hdd.data' erasure profile DRCMR_k4m5_datacenter_hdd size
9 min_size 4 crush_rule 7 object_hash rjenkins pg_num 2048 pgp_num 2048
autoscale_mode off last_change 2257933 lfor 0/0/2139486 flags
hashpspool,ec_overwrites,bulk stripe_width 16384 fast_read 1
compression_algorithm zstd compression_mode aggressive application cephfs
pool 38 'rbd.ssd.data' erasure profile DRCMR_k4m5_datacenter_ssd size 9
min_size 5 crush_rule 8 object_hash rjenkins pg_num 32 pgp_num 32
autoscale_mode warn last_change 2198930 lfor 0/2198930/2198928 flags
hashpspool,ec_overwrites,selfmanaged_snaps stripe_width 16384
compression_algorithm zstd compression_mode aggressive application rbd

[root@lazy ~]# ceph osd erasure-code-profile get DRCMR_k4m2
crush-device-class=hdd
crush-failure-domain=host
crush-root=default
jerasure-per-chunk-alignment=false
k=4
m=2
plugin=jerasure
technique=reed_sol_van
w=8
[root@lazy ~]# ceph osd erasure-code-profile get DRCMR_k4m5_datacenter_hdd
crush-device-class=hdd
crush-failure-domain=datacenter
crush-root=default
jerasure-per-chunk-alignment=false
k=4
m=5
plugin=jerasure
technique=reed_sol_van
w=8
[root@lazy ~]# ceph osd erasure-code-profile get DRCMR_k4m5_datacenter_ssd
crush-device-class=ssd
crush-failure-domain=datacenter
crush-root=default
jerasure-per-chunk-alignment=false
k=4
m=5
plugin=jerasure
technique=reed_sol_van
w=8

But as I understand it those profiles are only used to create the
initial crush rule for the pool, and we have manually edited those along
the way. Here are the 3 rules in use for the 3 EC pools:

rule rbd_ec_data {
           id 0
           type erasure
           step set_chooseleaf_tries 5
           step set_choose_tries 100
           step take default class hdd
           step choose indep 0 type datacenter
           step chooseleaf indep 2 type host
           step emit
}
rule cephfs.hdd.data {
           id 7
           type erasure
           step set_chooseleaf_tries 5
           step set_choose_tries 100
           step take default class hdd
           step choose indep 0 type datacenter
           step chooseleaf indep 3 type host
           step emit
}
rule rbd.ssd.data {
           id 8
           type erasure
           step set_chooseleaf_tries 5
           step set_choose_tries 100
           step take default class ssd
           step choose indep 0 type datacenter
           step chooseleaf indep 3 type host
           step emit
}

Which should first pick all 3 datacenters in the choose step and then
either 2 or 3 hosts in the chooseleaf step, matching EC 4+2 and 4+5
respectively.

Mvh.

Torkil

On Sun, Mar 24, 2024 at 1:56 AM Alexander E. Patrakov
<patra...@gmail.com> wrote:

Hi Torkil,

I take my previous response back.

You have an erasure-coded pool with nine shards but only three
datacenters. This, in general, cannot work. You need either nine
datacenters or a very custom CRUSH rule. The second option may not be
available if the current EC setup is already incompatible, as there is
no way to change the EC parameters.

It would help if you provided the output of "ceph osd pool ls detail".

On Sun, Mar 24, 2024 at 1:43 AM Alexander E. Patrakov
<patra...@gmail.com> wrote:

Hi Torkil,

Unfortunately, your files contain nothing obviously bad or suspicious,
except for two things: more PGs than usual and bad balance.

What's your "mon max pg per osd" setting?

On Sun, Mar 24, 2024 at 1:08 AM Torkil Svensgaard <tor...@drcmr.dk> wrote:

On 2024-03-23 17:54, Kai Stian Olstad wrote:
On Sat, Mar 23, 2024 at 12:09:29PM +0100, Torkil Svensgaard wrote:

The other output is too big for pastebin and I'm not familiar with
paste services, any suggestion for a preferred way to share such
output?

You can attached files to the mail here on the list.

Doh, for some reason I was sure attachments would be stripped. Thanks,
attached.

Mvh.

Torkil



--
Alexander E. Patrakov



--
Alexander E. Patrakov




--
Torkil Svensgaard
Systems Administrator
Danish Research Centre for Magnetic Resonance DRCMR, Section 714
Copenhagen University Hospital Amager and Hvidovre
Kettegaard Allé 30, 2650 Hvidovre, Denmark




--
Torkil Svensgaard
Systems Administrator
Danish Research Centre for Magnetic Resonance DRCMR, Section 714
Copenhagen University Hospital Amager and Hvidovre
Kettegaard Allé 30, 2650 Hvidovre, Denmark




--
Torkil Svensgaard
Systems Administrator
Danish Research Centre for Magnetic Resonance DRCMR, Section 714
Copenhagen University Hospital Amager and Hvidovre
Kettegaard Allé 30, 2650 Hvidovre, Denmark
{
    "snap_trimq": "[]",
    "snap_trimq_len": 0,
    "state": "active+remapped+backfill_wait",
    "epoch": 2261586,
    "up": [
        298,
        275,
        269,
        442,
        506,
        458
    ],
    "acting": [
        298,
        275,
        269,
        273,
        440,
        409
    ],
    "backfill_targets": [
        "442(3)",
        "458(5)",
        "506(4)"
    ],
    "acting_recovery_backfill": [
        "269(2)",
        "273(3)",
        "275(1)",
        "298(0)",
        "409(5)",
        "440(4)",
        "442(3)",
        "458(5)",
        "506(4)"
    ],
    "info": {
        "pgid": "11.fffs0",
        "last_update": "2261478'3114248",
        "last_complete": "2261478'3114248",
        "log_tail": "2257134'3113294",
        "last_user_version": 3114248,
        "last_backfill": "MAX",
        "purged_snaps": [],
        "history": {
            "epoch_created": 1755101,
            "epoch_pool_created": 1183522,
            "last_epoch_started": 2261584,
            "last_interval_started": 2261583,
            "last_epoch_clean": 2248989,
            "last_interval_clean": 2248988,
            "last_epoch_split": 1755101,
            "last_epoch_marked_full": 0,
            "same_up_since": 2261582,
            "same_interval_since": 2261583,
            "same_primary_since": 2261583,
            "last_scrub": "2237175'3110177",
            "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
            "last_deep_scrub": "2230303'3107531",
            "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
            "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
            "prior_readable_until_ub": 0
        },
        "stats": {
            "version": "2261478'3114248",
            "reported_seq": 27298090,
            "reported_epoch": 2261586,
            "state": "active+remapped+backfill_wait",
            "last_fresh": "2024-03-23T21:43:54.465643+0000",
            "last_change": "2024-03-23T21:41:58.944447+0000",
            "last_active": "2024-03-23T21:43:54.465643+0000",
            "last_peered": "2024-03-23T21:43:54.465643+0000",
            "last_clean": "2024-03-19T12:59:01.132410+0000",
            "last_became_active": "2024-03-23T21:41:58.933991+0000",
            "last_became_peered": "2024-03-23T21:41:58.933991+0000",
            "last_unstale": "2024-03-23T21:43:54.465643+0000",
            "last_undegraded": "2024-03-23T21:43:54.465643+0000",
            "last_fullsized": "2024-03-23T21:43:54.465643+0000",
            "mapping_epoch": 2261583,
            "log_start": "2257134'3113294",
            "ondisk_log_start": "2257134'3113294",
            "created": 1755101,
            "last_epoch_clean": 2248989,
            "parent": "0.0",
            "parent_split_bits": 12,
            "last_scrub": "2237175'3110177",
            "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
            "last_deep_scrub": "2230303'3107531",
            "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
            "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
            "objects_scrubbed": 45979,
            "log_size": 954,
            "log_dups_size": 3000,
            "ondisk_log_size": 954,
            "stats_invalid": false,
            "dirty_stats_invalid": false,
            "omap_stats_invalid": false,
            "hitset_stats_invalid": false,
            "hitset_bytes_stats_invalid": false,
            "pin_stats_invalid": false,
            "manifest_stats_invalid": false,
            "snaptrimq_len": 0,
            "last_scrub_duration": 6,
            "scrub_schedule": "queued for scrub",
            "scrub_duration": 5.3869062870000004,
            "objects_trimmed": 0,
            "snaptrim_duration": 0,
            "stat_sum": {
                "num_bytes": 192684589056,
                "num_objects": 46279,
                "num_object_clones": 9,
                "num_object_copies": 277674,
                "num_objects_missing_on_primary": 0,
                "num_objects_missing": 0,
                "num_objects_degraded": 0,
                "num_objects_misplaced": 137058,
                "num_objects_unfound": 0,
                "num_objects_dirty": 46279,
                "num_whiteouts": 0,
                "num_read": 1766106,
                "num_read_kb": 177513600,
                "num_write": 187542,
                "num_write_kb": 124853392,
                "num_scrub_errors": 0,
                "num_shallow_scrub_errors": 0,
                "num_deep_scrub_errors": 0,
                "num_objects_recovered": 931582,
                "num_bytes_recovered": 3891444797440,
                "num_keys_recovered": 0,
                "num_objects_omap": 0,
                "num_objects_hit_set_archive": 0,
                "num_bytes_hit_set_archive": 0,
                "num_flush": 0,
                "num_flush_kb": 0,
                "num_evict": 0,
                "num_evict_kb": 0,
                "num_promote": 0,
                "num_flush_mode_high": 0,
                "num_flush_mode_low": 0,
                "num_evict_mode_some": 0,
                "num_evict_mode_full": 0,
                "num_objects_pinned": 0,
                "num_legacy_snapsets": 0,
                "num_large_omap_objects": 0,
                "num_objects_manifest": 0,
                "num_omap_bytes": 0,
                "num_omap_keys": 0,
                "num_objects_repaired": 0
            },
            "up": [
                298,
                275,
                269,
                442,
                506,
                458
            ],
            "acting": [
                298,
                275,
                269,
                273,
                440,
                409
            ],
            "avail_no_missing": [
                "298(0)",
                "269(2)",
                "273(3)",
                "275(1)",
                "409(5)",
                "440(4)"
            ],
            "object_location_counts": [
                {
                    "shards": "269(2),273(3),275(1),298(0),409(5),440(4)",
                    "objects": 46279
                }
            ],
            "blocked_by": [],
            "up_primary": 298,
            "acting_primary": 298,
            "purged_snaps": []
        },
        "empty": 0,
        "dne": 0,
        "incomplete": 0,
        "last_epoch_started": 2261584,
        "hit_set_history": {
            "current_last_update": "0'0",
            "history": []
        }
    },
    "peer_info": [
        {
            "peer": "237(4)",
            "pgid": "11.fffs4",
            "last_update": "2250634'3112256",
            "last_complete": "2250634'3112256",
            "log_tail": "2244781'3111291",
            "last_user_version": 3112256,
            "last_backfill": "MIN",
            "purged_snaps": [],
            "history": {
                "epoch_created": 1755101,
                "epoch_pool_created": 1183522,
                "last_epoch_started": 2260405,
                "last_interval_started": 2260401,
                "last_epoch_clean": 2248989,
                "last_interval_clean": 2248988,
                "last_epoch_split": 1755101,
                "last_epoch_marked_full": 0,
                "same_up_since": 2261582,
                "same_interval_since": 2261583,
                "same_primary_since": 2261583,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "prior_readable_until_ub": 0
            },
            "stats": {
                "version": "0'0",
                "reported_seq": 0,
                "reported_epoch": 0,
                "state": "unknown",
                "last_fresh": "0.000000",
                "last_change": "0.000000",
                "last_active": "0.000000",
                "last_peered": "0.000000",
                "last_clean": "0.000000",
                "last_became_active": "0.000000",
                "last_became_peered": "0.000000",
                "last_unstale": "0.000000",
                "last_undegraded": "0.000000",
                "last_fullsized": "0.000000",
                "mapping_epoch": 2261583,
                "log_start": "0'0",
                "ondisk_log_start": "0'0",
                "created": 0,
                "last_epoch_clean": 0,
                "parent": "0.0",
                "parent_split_bits": 0,
                "last_scrub": "0'0",
                "last_scrub_stamp": "0.000000",
                "last_deep_scrub": "0'0",
                "last_deep_scrub_stamp": "0.000000",
                "last_clean_scrub_stamp": "0.000000",
                "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": "--",
                "scrub_duration": 0,
                "objects_trimmed": 0,
                "snaptrim_duration": 0,
                "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": 46279,
                    "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": [
                    298,
                    275,
                    269,
                    442,
                    506,
                    458
                ],
                "acting": [
                    298,
                    275,
                    269,
                    273,
                    440,
                    409
                ],
                "avail_no_missing": [],
                "object_location_counts": [],
                "blocked_by": [],
                "up_primary": 298,
                "acting_primary": 298,
                "purged_snaps": []
            },
            "empty": 0,
            "dne": 0,
            "incomplete": 1,
            "last_epoch_started": 2249821,
            "hit_set_history": {
                "current_last_update": "0'0",
                "history": []
            }
        },
        {
            "peer": "269(2)",
            "pgid": "11.fffs2",
            "last_update": "2261478'3114248",
            "last_complete": "2261478'3114248",
            "log_tail": "2257134'3113294",
            "last_user_version": 3114248,
            "last_backfill": "MAX",
            "purged_snaps": [],
            "history": {
                "epoch_created": 1755101,
                "epoch_pool_created": 1183522,
                "last_epoch_started": 2261584,
                "last_interval_started": 2261583,
                "last_epoch_clean": 2248989,
                "last_interval_clean": 2248988,
                "last_epoch_split": 1755101,
                "last_epoch_marked_full": 0,
                "same_up_since": 2261582,
                "same_interval_since": 2261583,
                "same_primary_since": 2261583,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "prior_readable_until_ub": 0
            },
            "stats": {
                "version": "2261478'3114248",
                "reported_seq": 27298075,
                "reported_epoch": 2261583,
                "state": "active+remapped+backfill_wait",
                "last_fresh": "2024-03-23T19:39:12.241953+0000",
                "last_change": "2024-03-23T13:38:04.290356+0000",
                "last_active": "2024-03-23T19:39:12.241953+0000",
                "last_peered": "2024-03-23T19:39:12.241953+0000",
                "last_clean": "2024-03-19T12:59:01.132410+0000",
                "last_became_active": "2024-03-23T13:20:41.305412+0000",
                "last_became_peered": "2024-03-23T13:20:41.305412+0000",
                "last_unstale": "2024-03-23T19:39:12.241953+0000",
                "last_undegraded": "2024-03-23T19:39:12.241953+0000",
                "last_fullsized": "2024-03-23T19:39:12.241953+0000",
                "mapping_epoch": 2261583,
                "log_start": "2257134'3113294",
                "ondisk_log_start": "2257134'3113294",
                "created": 1755101,
                "last_epoch_clean": 2248989,
                "parent": "0.0",
                "parent_split_bits": 12,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "objects_scrubbed": 45979,
                "log_size": 954,
                "log_dups_size": 3000,
                "ondisk_log_size": 954,
                "stats_invalid": false,
                "dirty_stats_invalid": false,
                "omap_stats_invalid": false,
                "hitset_stats_invalid": false,
                "hitset_bytes_stats_invalid": false,
                "pin_stats_invalid": false,
                "manifest_stats_invalid": false,
                "snaptrimq_len": 0,
                "last_scrub_duration": 6,
                "scrub_schedule": "queued for scrub",
                "scrub_duration": 5.3869062870000004,
                "objects_trimmed": 0,
                "snaptrim_duration": 0,
                "stat_sum": {
                    "num_bytes": 192684589056,
                    "num_objects": 46279,
                    "num_object_clones": 9,
                    "num_object_copies": 277674,
                    "num_objects_missing_on_primary": 0,
                    "num_objects_missing": 0,
                    "num_objects_degraded": 0,
                    "num_objects_misplaced": 138381,
                    "num_objects_unfound": 0,
                    "num_objects_dirty": 46279,
                    "num_whiteouts": 0,
                    "num_read": 1766106,
                    "num_read_kb": 177513600,
                    "num_write": 187542,
                    "num_write_kb": 124853392,
                    "num_scrub_errors": 0,
                    "num_shallow_scrub_errors": 0,
                    "num_deep_scrub_errors": 0,
                    "num_objects_recovered": 931582,
                    "num_bytes_recovered": 3891444797440,
                    "num_keys_recovered": 0,
                    "num_objects_omap": 0,
                    "num_objects_hit_set_archive": 0,
                    "num_bytes_hit_set_archive": 0,
                    "num_flush": 0,
                    "num_flush_kb": 0,
                    "num_evict": 0,
                    "num_evict_kb": 0,
                    "num_promote": 0,
                    "num_flush_mode_high": 0,
                    "num_flush_mode_low": 0,
                    "num_evict_mode_some": 0,
                    "num_evict_mode_full": 0,
                    "num_objects_pinned": 0,
                    "num_legacy_snapsets": 0,
                    "num_large_omap_objects": 0,
                    "num_objects_manifest": 0,
                    "num_omap_bytes": 0,
                    "num_omap_keys": 0,
                    "num_objects_repaired": 0
                },
                "up": [
                    298,
                    275,
                    269,
                    442,
                    506,
                    458
                ],
                "acting": [
                    298,
                    275,
                    269,
                    273,
                    440,
                    409
                ],
                "avail_no_missing": [
                    "298(0)",
                    "269(2)",
                    "273(3)",
                    "275(1)",
                    "409(5)",
                    "440(4)"
                ],
                "object_location_counts": [
                    {
                        "shards": "269(2),273(3),275(1),298(0),409(5),440(4)",
                        "objects": 46279
                    }
                ],
                "blocked_by": [],
                "up_primary": 298,
                "acting_primary": 298,
                "purged_snaps": []
            },
            "empty": 0,
            "dne": 0,
            "incomplete": 0,
            "last_epoch_started": 2261584,
            "hit_set_history": {
                "current_last_update": "0'0",
                "history": []
            }
        },
        {
            "peer": "273(3)",
            "pgid": "11.fffs3",
            "last_update": "2261478'3114248",
            "last_complete": "2261478'3114248",
            "log_tail": "2257134'3113294",
            "last_user_version": 3114248,
            "last_backfill": "MAX",
            "purged_snaps": [],
            "history": {
                "epoch_created": 1755101,
                "epoch_pool_created": 1183522,
                "last_epoch_started": 2261584,
                "last_interval_started": 2261583,
                "last_epoch_clean": 2248989,
                "last_interval_clean": 2248988,
                "last_epoch_split": 1755101,
                "last_epoch_marked_full": 0,
                "same_up_since": 2261582,
                "same_interval_since": 2261583,
                "same_primary_since": 2261583,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "prior_readable_until_ub": 0
            },
            "stats": {
                "version": "2261478'3114248",
                "reported_seq": 27296956,
                "reported_epoch": 2261478,
                "state": "active+remapped+backfill_wait",
                "last_fresh": "2024-03-23T19:39:12.241953+0000",
                "last_change": "2024-03-23T13:38:04.290356+0000",
                "last_active": "2024-03-23T19:39:12.241953+0000",
                "last_peered": "2024-03-23T19:39:12.241953+0000",
                "last_clean": "2024-03-19T12:59:01.132410+0000",
                "last_became_active": "2024-03-23T13:20:41.305412+0000",
                "last_became_peered": "2024-03-23T13:20:41.305412+0000",
                "last_unstale": "2024-03-23T19:39:12.241953+0000",
                "last_undegraded": "2024-03-23T19:39:12.241953+0000",
                "last_fullsized": "2024-03-23T19:39:12.241953+0000",
                "mapping_epoch": 2261583,
                "log_start": "2257134'3113294",
                "ondisk_log_start": "2257134'3113294",
                "created": 1755101,
                "last_epoch_clean": 2248989,
                "parent": "0.0",
                "parent_split_bits": 12,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "objects_scrubbed": 45979,
                "log_size": 954,
                "log_dups_size": 3000,
                "ondisk_log_size": 954,
                "stats_invalid": false,
                "dirty_stats_invalid": false,
                "omap_stats_invalid": false,
                "hitset_stats_invalid": false,
                "hitset_bytes_stats_invalid": false,
                "pin_stats_invalid": false,
                "manifest_stats_invalid": false,
                "snaptrimq_len": 0,
                "last_scrub_duration": 6,
                "scrub_schedule": "queued for scrub",
                "scrub_duration": 5.3869062870000004,
                "objects_trimmed": 0,
                "snaptrim_duration": 0,
                "stat_sum": {
                    "num_bytes": 192684589056,
                    "num_objects": 46279,
                    "num_object_clones": 9,
                    "num_object_copies": 277674,
                    "num_objects_missing_on_primary": 0,
                    "num_objects_missing": 0,
                    "num_objects_degraded": 0,
                    "num_objects_misplaced": 138381,
                    "num_objects_unfound": 0,
                    "num_objects_dirty": 46279,
                    "num_whiteouts": 0,
                    "num_read": 1766106,
                    "num_read_kb": 177513600,
                    "num_write": 187542,
                    "num_write_kb": 124853392,
                    "num_scrub_errors": 0,
                    "num_shallow_scrub_errors": 0,
                    "num_deep_scrub_errors": 0,
                    "num_objects_recovered": 931582,
                    "num_bytes_recovered": 3891444797440,
                    "num_keys_recovered": 0,
                    "num_objects_omap": 0,
                    "num_objects_hit_set_archive": 0,
                    "num_bytes_hit_set_archive": 0,
                    "num_flush": 0,
                    "num_flush_kb": 0,
                    "num_evict": 0,
                    "num_evict_kb": 0,
                    "num_promote": 0,
                    "num_flush_mode_high": 0,
                    "num_flush_mode_low": 0,
                    "num_evict_mode_some": 0,
                    "num_evict_mode_full": 0,
                    "num_objects_pinned": 0,
                    "num_legacy_snapsets": 0,
                    "num_large_omap_objects": 0,
                    "num_objects_manifest": 0,
                    "num_omap_bytes": 0,
                    "num_omap_keys": 0,
                    "num_objects_repaired": 0
                },
                "up": [
                    298,
                    275,
                    269,
                    442,
                    506,
                    458
                ],
                "acting": [
                    298,
                    275,
                    269,
                    273,
                    440,
                    409
                ],
                "avail_no_missing": [
                    "298(0)",
                    "269(2)",
                    "273(3)",
                    "275(1)",
                    "409(5)",
                    "440(4)"
                ],
                "object_location_counts": [
                    {
                        "shards": "269(2),273(3),275(1),298(0),409(5),440(4)",
                        "objects": 46279
                    }
                ],
                "blocked_by": [],
                "up_primary": 298,
                "acting_primary": 298,
                "purged_snaps": []
            },
            "empty": 0,
            "dne": 0,
            "incomplete": 0,
            "last_epoch_started": 2261584,
            "hit_set_history": {
                "current_last_update": "0'0",
                "history": []
            }
        },
        {
            "peer": "275(1)",
            "pgid": "11.fffs1",
            "last_update": "2261478'3114248",
            "last_complete": "2261478'3114248",
            "log_tail": "2257134'3113294",
            "last_user_version": 3114248,
            "last_backfill": "MAX",
            "purged_snaps": [],
            "history": {
                "epoch_created": 1755101,
                "epoch_pool_created": 1183522,
                "last_epoch_started": 2261584,
                "last_interval_started": 2261583,
                "last_epoch_clean": 2248989,
                "last_interval_clean": 2248988,
                "last_epoch_split": 1755101,
                "last_epoch_marked_full": 0,
                "same_up_since": 2261582,
                "same_interval_since": 2261583,
                "same_primary_since": 2261583,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "prior_readable_until_ub": 0
            },
            "stats": {
                "version": "2261478'3114248",
                "reported_seq": 27298735,
                "reported_epoch": 2261582,
                "state": "remapped+peering",
                "last_fresh": "2024-03-23T21:41:55.558794+0000",
                "last_change": "2024-03-23T21:41:55.558794+0000",
                "last_active": "2024-03-23T21:41:55.558652+0000",
                "last_peered": "2024-03-23T21:41:55.519091+0000",
                "last_clean": "2024-03-19T12:59:01.132410+0000",
                "last_became_active": "2024-03-23T21:41:19.687245+0000",
                "last_became_peered": "2024-03-23T21:41:19.687245+0000",
                "last_unstale": "2024-03-23T21:41:55.558794+0000",
                "last_undegraded": "2024-03-23T21:41:55.558794+0000",
                "last_fullsized": "2024-03-23T21:41:55.558794+0000",
                "mapping_epoch": 2261583,
                "log_start": "2257134'3113294",
                "ondisk_log_start": "2257134'3113294",
                "created": 1755101,
                "last_epoch_clean": 2248989,
                "parent": "0.0",
                "parent_split_bits": 12,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "objects_scrubbed": 45979,
                "log_size": 954,
                "log_dups_size": 3000,
                "ondisk_log_size": 954,
                "stats_invalid": false,
                "dirty_stats_invalid": false,
                "omap_stats_invalid": false,
                "hitset_stats_invalid": false,
                "hitset_bytes_stats_invalid": false,
                "pin_stats_invalid": false,
                "manifest_stats_invalid": false,
                "snaptrimq_len": 0,
                "last_scrub_duration": 6,
                "scrub_schedule": "queued for scrub",
                "scrub_duration": 5.3869062870000004,
                "objects_trimmed": 0,
                "snaptrim_duration": 0,
                "stat_sum": {
                    "num_bytes": 192684589056,
                    "num_objects": 46279,
                    "num_object_clones": 9,
                    "num_object_copies": 277674,
                    "num_objects_missing_on_primary": 0,
                    "num_objects_missing": 0,
                    "num_objects_degraded": 0,
                    "num_objects_misplaced": 0,
                    "num_objects_unfound": 0,
                    "num_objects_dirty": 46279,
                    "num_whiteouts": 0,
                    "num_read": 1766106,
                    "num_read_kb": 177513600,
                    "num_write": 187542,
                    "num_write_kb": 124853392,
                    "num_scrub_errors": 0,
                    "num_shallow_scrub_errors": 0,
                    "num_deep_scrub_errors": 0,
                    "num_objects_recovered": 932022,
                    "num_bytes_recovered": 3893286993920,
                    "num_keys_recovered": 0,
                    "num_objects_omap": 0,
                    "num_objects_hit_set_archive": 0,
                    "num_bytes_hit_set_archive": 0,
                    "num_flush": 0,
                    "num_flush_kb": 0,
                    "num_evict": 0,
                    "num_evict_kb": 0,
                    "num_promote": 0,
                    "num_flush_mode_high": 0,
                    "num_flush_mode_low": 0,
                    "num_evict_mode_some": 0,
                    "num_evict_mode_full": 0,
                    "num_objects_pinned": 0,
                    "num_legacy_snapsets": 0,
                    "num_large_omap_objects": 0,
                    "num_objects_manifest": 0,
                    "num_omap_bytes": 0,
                    "num_omap_keys": 0,
                    "num_objects_repaired": 0
                },
                "up": [
                    298,
                    275,
                    269,
                    442,
                    506,
                    458
                ],
                "acting": [
                    298,
                    275,
                    269,
                    273,
                    440,
                    409
                ],
                "avail_no_missing": [],
                "object_location_counts": [],
                "blocked_by": [
                    269,
                    273,
                    298,
                    409,
                    440,
                    442,
                    458,
                    506
                ],
                "up_primary": 298,
                "acting_primary": 298,
                "purged_snaps": []
            },
            "empty": 0,
            "dne": 0,
            "incomplete": 0,
            "last_epoch_started": 2261584,
            "hit_set_history": {
                "current_last_update": "0'0",
                "history": []
            }
        },
        {
            "peer": "409(5)",
            "pgid": "11.fffs5",
            "last_update": "2261478'3114248",
            "last_complete": "2261478'3114248",
            "log_tail": "2257134'3113294",
            "last_user_version": 3114248,
            "last_backfill": "MAX",
            "purged_snaps": [],
            "history": {
                "epoch_created": 1755101,
                "epoch_pool_created": 1183522,
                "last_epoch_started": 2261584,
                "last_interval_started": 2261583,
                "last_epoch_clean": 2248989,
                "last_interval_clean": 2248988,
                "last_epoch_split": 1755101,
                "last_epoch_marked_full": 0,
                "same_up_since": 2261582,
                "same_interval_since": 2261583,
                "same_primary_since": 2261583,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "prior_readable_until_ub": 0
            },
            "stats": {
                "version": "2261478'3114248",
                "reported_seq": 27296956,
                "reported_epoch": 2261478,
                "state": "active+remapped+backfill_wait",
                "last_fresh": "2024-03-23T19:39:12.241953+0000",
                "last_change": "2024-03-23T13:38:04.290356+0000",
                "last_active": "2024-03-23T19:39:12.241953+0000",
                "last_peered": "2024-03-23T19:39:12.241953+0000",
                "last_clean": "2024-03-19T12:59:01.132410+0000",
                "last_became_active": "2024-03-23T13:20:41.305412+0000",
                "last_became_peered": "2024-03-23T13:20:41.305412+0000",
                "last_unstale": "2024-03-23T19:39:12.241953+0000",
                "last_undegraded": "2024-03-23T19:39:12.241953+0000",
                "last_fullsized": "2024-03-23T19:39:12.241953+0000",
                "mapping_epoch": 2261583,
                "log_start": "2257134'3113294",
                "ondisk_log_start": "2257134'3113294",
                "created": 1755101,
                "last_epoch_clean": 2248989,
                "parent": "0.0",
                "parent_split_bits": 12,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "objects_scrubbed": 45979,
                "log_size": 954,
                "log_dups_size": 3000,
                "ondisk_log_size": 954,
                "stats_invalid": false,
                "dirty_stats_invalid": false,
                "omap_stats_invalid": false,
                "hitset_stats_invalid": false,
                "hitset_bytes_stats_invalid": false,
                "pin_stats_invalid": false,
                "manifest_stats_invalid": false,
                "snaptrimq_len": 0,
                "last_scrub_duration": 6,
                "scrub_schedule": "queued for scrub",
                "scrub_duration": 5.3869062870000004,
                "objects_trimmed": 0,
                "snaptrim_duration": 0,
                "stat_sum": {
                    "num_bytes": 192684589056,
                    "num_objects": 46279,
                    "num_object_clones": 9,
                    "num_object_copies": 277674,
                    "num_objects_missing_on_primary": 0,
                    "num_objects_missing": 0,
                    "num_objects_degraded": 0,
                    "num_objects_misplaced": 138381,
                    "num_objects_unfound": 0,
                    "num_objects_dirty": 46279,
                    "num_whiteouts": 0,
                    "num_read": 1766106,
                    "num_read_kb": 177513600,
                    "num_write": 187542,
                    "num_write_kb": 124853392,
                    "num_scrub_errors": 0,
                    "num_shallow_scrub_errors": 0,
                    "num_deep_scrub_errors": 0,
                    "num_objects_recovered": 931582,
                    "num_bytes_recovered": 3891444797440,
                    "num_keys_recovered": 0,
                    "num_objects_omap": 0,
                    "num_objects_hit_set_archive": 0,
                    "num_bytes_hit_set_archive": 0,
                    "num_flush": 0,
                    "num_flush_kb": 0,
                    "num_evict": 0,
                    "num_evict_kb": 0,
                    "num_promote": 0,
                    "num_flush_mode_high": 0,
                    "num_flush_mode_low": 0,
                    "num_evict_mode_some": 0,
                    "num_evict_mode_full": 0,
                    "num_objects_pinned": 0,
                    "num_legacy_snapsets": 0,
                    "num_large_omap_objects": 0,
                    "num_objects_manifest": 0,
                    "num_omap_bytes": 0,
                    "num_omap_keys": 0,
                    "num_objects_repaired": 0
                },
                "up": [
                    298,
                    275,
                    269,
                    442,
                    506,
                    458
                ],
                "acting": [
                    298,
                    275,
                    269,
                    273,
                    440,
                    409
                ],
                "avail_no_missing": [
                    "298(0)",
                    "269(2)",
                    "273(3)",
                    "275(1)",
                    "409(5)",
                    "440(4)"
                ],
                "object_location_counts": [
                    {
                        "shards": "269(2),273(3),275(1),298(0),409(5),440(4)",
                        "objects": 46279
                    }
                ],
                "blocked_by": [],
                "up_primary": 298,
                "acting_primary": 298,
                "purged_snaps": []
            },
            "empty": 0,
            "dne": 0,
            "incomplete": 0,
            "last_epoch_started": 2261584,
            "hit_set_history": {
                "current_last_update": "0'0",
                "history": []
            }
        },
        {
            "peer": "440(4)",
            "pgid": "11.fffs4",
            "last_update": "2261478'3114248",
            "last_complete": "2261478'3114248",
            "log_tail": "2257134'3113294",
            "last_user_version": 3114248,
            "last_backfill": "MAX",
            "purged_snaps": [],
            "history": {
                "epoch_created": 1755101,
                "epoch_pool_created": 1183522,
                "last_epoch_started": 2261584,
                "last_interval_started": 2261583,
                "last_epoch_clean": 2248989,
                "last_interval_clean": 2248988,
                "last_epoch_split": 1755101,
                "last_epoch_marked_full": 0,
                "same_up_since": 2261582,
                "same_interval_since": 2261583,
                "same_primary_since": 2261583,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "prior_readable_until_ub": 0
            },
            "stats": {
                "version": "2261478'3114248",
                "reported_seq": 27296956,
                "reported_epoch": 2261478,
                "state": "active+remapped+backfill_wait",
                "last_fresh": "2024-03-23T19:39:12.241953+0000",
                "last_change": "2024-03-23T13:38:04.290356+0000",
                "last_active": "2024-03-23T19:39:12.241953+0000",
                "last_peered": "2024-03-23T19:39:12.241953+0000",
                "last_clean": "2024-03-19T12:59:01.132410+0000",
                "last_became_active": "2024-03-23T13:20:41.305412+0000",
                "last_became_peered": "2024-03-23T13:20:41.305412+0000",
                "last_unstale": "2024-03-23T19:39:12.241953+0000",
                "last_undegraded": "2024-03-23T19:39:12.241953+0000",
                "last_fullsized": "2024-03-23T19:39:12.241953+0000",
                "mapping_epoch": 2261583,
                "log_start": "2257134'3113294",
                "ondisk_log_start": "2257134'3113294",
                "created": 1755101,
                "last_epoch_clean": 2248989,
                "parent": "0.0",
                "parent_split_bits": 12,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "objects_scrubbed": 45979,
                "log_size": 954,
                "log_dups_size": 3000,
                "ondisk_log_size": 954,
                "stats_invalid": false,
                "dirty_stats_invalid": false,
                "omap_stats_invalid": false,
                "hitset_stats_invalid": false,
                "hitset_bytes_stats_invalid": false,
                "pin_stats_invalid": false,
                "manifest_stats_invalid": false,
                "snaptrimq_len": 0,
                "last_scrub_duration": 6,
                "scrub_schedule": "queued for scrub",
                "scrub_duration": 5.3869062870000004,
                "objects_trimmed": 0,
                "snaptrim_duration": 0,
                "stat_sum": {
                    "num_bytes": 192684589056,
                    "num_objects": 46279,
                    "num_object_clones": 9,
                    "num_object_copies": 277674,
                    "num_objects_missing_on_primary": 0,
                    "num_objects_missing": 0,
                    "num_objects_degraded": 0,
                    "num_objects_misplaced": 138381,
                    "num_objects_unfound": 0,
                    "num_objects_dirty": 46279,
                    "num_whiteouts": 0,
                    "num_read": 1766106,
                    "num_read_kb": 177513600,
                    "num_write": 187542,
                    "num_write_kb": 124853392,
                    "num_scrub_errors": 0,
                    "num_shallow_scrub_errors": 0,
                    "num_deep_scrub_errors": 0,
                    "num_objects_recovered": 931582,
                    "num_bytes_recovered": 3891444797440,
                    "num_keys_recovered": 0,
                    "num_objects_omap": 0,
                    "num_objects_hit_set_archive": 0,
                    "num_bytes_hit_set_archive": 0,
                    "num_flush": 0,
                    "num_flush_kb": 0,
                    "num_evict": 0,
                    "num_evict_kb": 0,
                    "num_promote": 0,
                    "num_flush_mode_high": 0,
                    "num_flush_mode_low": 0,
                    "num_evict_mode_some": 0,
                    "num_evict_mode_full": 0,
                    "num_objects_pinned": 0,
                    "num_legacy_snapsets": 0,
                    "num_large_omap_objects": 0,
                    "num_objects_manifest": 0,
                    "num_omap_bytes": 0,
                    "num_omap_keys": 0,
                    "num_objects_repaired": 0
                },
                "up": [
                    298,
                    275,
                    269,
                    442,
                    506,
                    458
                ],
                "acting": [
                    298,
                    275,
                    269,
                    273,
                    440,
                    409
                ],
                "avail_no_missing": [
                    "298(0)",
                    "269(2)",
                    "273(3)",
                    "275(1)",
                    "409(5)",
                    "440(4)"
                ],
                "object_location_counts": [
                    {
                        "shards": "269(2),273(3),275(1),298(0),409(5),440(4)",
                        "objects": 46279
                    }
                ],
                "blocked_by": [],
                "up_primary": 298,
                "acting_primary": 298,
                "purged_snaps": []
            },
            "empty": 0,
            "dne": 0,
            "incomplete": 0,
            "last_epoch_started": 2261584,
            "hit_set_history": {
                "current_last_update": "0'0",
                "history": []
            }
        },
        {
            "peer": "442(3)",
            "pgid": "11.fffs3",
            "last_update": "2261478'3114248",
            "last_complete": "2261478'3114248",
            "log_tail": "2257134'3113294",
            "last_user_version": 3114248,
            "last_backfill": 
"11:fff0351f:::rbd_data.10.8425f92e18b601.0000000000f49360:head",
            "purged_snaps": [],
            "history": {
                "epoch_created": 1755101,
                "epoch_pool_created": 1183522,
                "last_epoch_started": 2261584,
                "last_interval_started": 2261583,
                "last_epoch_clean": 2248989,
                "last_interval_clean": 2248988,
                "last_epoch_split": 1755101,
                "last_epoch_marked_full": 0,
                "same_up_since": 2261582,
                "same_interval_since": 2261583,
                "same_primary_since": 2261583,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "prior_readable_until_ub": 0
            },
            "stats": {
                "version": "0'0",
                "reported_seq": 0,
                "reported_epoch": 0,
                "state": "unknown",
                "last_fresh": "0.000000",
                "last_change": "0.000000",
                "last_active": "0.000000",
                "last_peered": "0.000000",
                "last_clean": "0.000000",
                "last_became_active": "0.000000",
                "last_became_peered": "0.000000",
                "last_unstale": "0.000000",
                "last_undegraded": "0.000000",
                "last_fullsized": "0.000000",
                "mapping_epoch": 2261583,
                "log_start": "0'0",
                "ondisk_log_start": "0'0",
                "created": 0,
                "last_epoch_clean": 0,
                "parent": "0.0",
                "parent_split_bits": 0,
                "last_scrub": "0'0",
                "last_scrub_stamp": "0.000000",
                "last_deep_scrub": "0'0",
                "last_deep_scrub_stamp": "0.000000",
                "last_clean_scrub_stamp": "0.000000",
                "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": "--",
                "scrub_duration": 0,
                "objects_trimmed": 0,
                "snaptrim_duration": 0,
                "stat_sum": {
                    "num_bytes": 2465595392,
                    "num_objects": 593,
                    "num_object_clones": 0,
                    "num_object_copies": 0,
                    "num_objects_missing_on_primary": 0,
                    "num_objects_missing": 45686,
                    "num_objects_degraded": 0,
                    "num_objects_misplaced": 0,
                    "num_objects_unfound": 0,
                    "num_objects_dirty": 593,
                    "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": [
                    298,
                    275,
                    269,
                    442,
                    506,
                    458
                ],
                "acting": [
                    298,
                    275,
                    269,
                    273,
                    440,
                    409
                ],
                "avail_no_missing": [],
                "object_location_counts": [],
                "blocked_by": [],
                "up_primary": 298,
                "acting_primary": 298,
                "purged_snaps": []
            },
            "empty": 0,
            "dne": 0,
            "incomplete": 1,
            "last_epoch_started": 2261584,
            "hit_set_history": {
                "current_last_update": "0'0",
                "history": []
            }
        },
        {
            "peer": "458(5)",
            "pgid": "11.fffs5",
            "last_update": "2261478'3114248",
            "last_complete": "2261478'3114248",
            "log_tail": "2257134'3113294",
            "last_user_version": 3114248,
            "last_backfill": 
"11:fff0351f:::rbd_data.10.8425f92e18b601.0000000000f49360:head",
            "purged_snaps": [],
            "history": {
                "epoch_created": 1755101,
                "epoch_pool_created": 1183522,
                "last_epoch_started": 2261584,
                "last_interval_started": 2261583,
                "last_epoch_clean": 2248989,
                "last_interval_clean": 2248988,
                "last_epoch_split": 1755101,
                "last_epoch_marked_full": 0,
                "same_up_since": 2261582,
                "same_interval_since": 2261583,
                "same_primary_since": 2261583,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "prior_readable_until_ub": 0
            },
            "stats": {
                "version": "0'0",
                "reported_seq": 0,
                "reported_epoch": 0,
                "state": "unknown",
                "last_fresh": "0.000000",
                "last_change": "0.000000",
                "last_active": "0.000000",
                "last_peered": "0.000000",
                "last_clean": "0.000000",
                "last_became_active": "0.000000",
                "last_became_peered": "0.000000",
                "last_unstale": "0.000000",
                "last_undegraded": "0.000000",
                "last_fullsized": "0.000000",
                "mapping_epoch": 2261583,
                "log_start": "0'0",
                "ondisk_log_start": "0'0",
                "created": 0,
                "last_epoch_clean": 0,
                "parent": "0.0",
                "parent_split_bits": 0,
                "last_scrub": "0'0",
                "last_scrub_stamp": "0.000000",
                "last_deep_scrub": "0'0",
                "last_deep_scrub_stamp": "0.000000",
                "last_clean_scrub_stamp": "0.000000",
                "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": "--",
                "scrub_duration": 0,
                "objects_trimmed": 0,
                "snaptrim_duration": 0,
                "stat_sum": {
                    "num_bytes": 2465595392,
                    "num_objects": 593,
                    "num_object_clones": 0,
                    "num_object_copies": 0,
                    "num_objects_missing_on_primary": 0,
                    "num_objects_missing": 45686,
                    "num_objects_degraded": 0,
                    "num_objects_misplaced": 0,
                    "num_objects_unfound": 0,
                    "num_objects_dirty": 593,
                    "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": [
                    298,
                    275,
                    269,
                    442,
                    506,
                    458
                ],
                "acting": [
                    298,
                    275,
                    269,
                    273,
                    440,
                    409
                ],
                "avail_no_missing": [],
                "object_location_counts": [],
                "blocked_by": [],
                "up_primary": 298,
                "acting_primary": 298,
                "purged_snaps": []
            },
            "empty": 0,
            "dne": 0,
            "incomplete": 1,
            "last_epoch_started": 2261584,
            "hit_set_history": {
                "current_last_update": "0'0",
                "history": []
            }
        },
        {
            "peer": "506(4)",
            "pgid": "11.fffs4",
            "last_update": "2261478'3114248",
            "last_complete": "2261478'3114248",
            "log_tail": "2257134'3113294",
            "last_user_version": 3114248,
            "last_backfill": 
"11:fff0351f:::rbd_data.10.8425f92e18b601.0000000000f49360:head",
            "purged_snaps": [],
            "history": {
                "epoch_created": 1755101,
                "epoch_pool_created": 1183522,
                "last_epoch_started": 2261584,
                "last_interval_started": 2261583,
                "last_epoch_clean": 2248989,
                "last_interval_clean": 2248988,
                "last_epoch_split": 1755101,
                "last_epoch_marked_full": 0,
                "same_up_since": 2261582,
                "same_interval_since": 2261583,
                "same_primary_since": 2261583,
                "last_scrub": "2237175'3110177",
                "last_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "last_deep_scrub": "2230303'3107531",
                "last_deep_scrub_stamp": "2024-03-09T00:03:48.057602+0000",
                "last_clean_scrub_stamp": "2024-03-14T02:44:04.637166+0000",
                "prior_readable_until_ub": 0
            },
            "stats": {
                "version": "0'0",
                "reported_seq": 0,
                "reported_epoch": 0,
                "state": "unknown",
                "last_fresh": "0.000000",
                "last_change": "0.000000",
                "last_active": "0.000000",
                "last_peered": "0.000000",
                "last_clean": "0.000000",
                "last_became_active": "0.000000",
                "last_became_peered": "0.000000",
                "last_unstale": "0.000000",
                "last_undegraded": "0.000000",
                "last_fullsized": "0.000000",
                "mapping_epoch": 2261583,
                "log_start": "0'0",
                "ondisk_log_start": "0'0",
                "created": 0,
                "last_epoch_clean": 0,
                "parent": "0.0",
                "parent_split_bits": 0,
                "last_scrub": "0'0",
                "last_scrub_stamp": "0.000000",
                "last_deep_scrub": "0'0",
                "last_deep_scrub_stamp": "0.000000",
                "last_clean_scrub_stamp": "0.000000",
                "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": "--",
                "scrub_duration": 0,
                "objects_trimmed": 0,
                "snaptrim_duration": 0,
                "stat_sum": {
                    "num_bytes": 2465595392,
                    "num_objects": 593,
                    "num_object_clones": 0,
                    "num_object_copies": 0,
                    "num_objects_missing_on_primary": 0,
                    "num_objects_missing": 45686,
                    "num_objects_degraded": 0,
                    "num_objects_misplaced": 0,
                    "num_objects_unfound": 0,
                    "num_objects_dirty": 593,
                    "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": [
                    298,
                    275,
                    269,
                    442,
                    506,
                    458
                ],
                "acting": [
                    298,
                    275,
                    269,
                    273,
                    440,
                    409
                ],
                "avail_no_missing": [],
                "object_location_counts": [],
                "blocked_by": [],
                "up_primary": 298,
                "acting_primary": 298,
                "purged_snaps": []
            },
            "empty": 0,
            "dne": 0,
            "incomplete": 1,
            "last_epoch_started": 2261584,
            "hit_set_history": {
                "current_last_update": "0'0",
                "history": []
            }
        }
    ],
    "recovery_state": [
        {
            "name": "Started/Primary/Active",
            "enter_time": "2024-03-23T21:41:58.766906+0000",
            "might_have_unfound": [],
            "recovery_progress": {
                "backfill_targets": [
                    "442(3)",
                    "458(5)",
                    "506(4)"
                ],
                "waiting_on_backfill": [],
                "last_backfill_started": 
"11:fff0351f:::rbd_data.10.8425f92e18b601.0000000000f49360:head",
                "backfill_info": {
                    "begin": "MIN",
                    "end": "MIN",
                    "objects": []
                },
                "peer_backfill_info": [],
                "backfills_in_flight": [],
                "recovering": [],
                "pg_backend": {
                    "recovery_ops": [],
                    "read_ops": []
                }
            }
        },
        {
            "name": "Started",
            "enter_time": "2024-03-23T21:41:57.170485+0000"
        }
    ],
    "scrubber": {
        "active": false,
        "must_scrub": false,
        "must_deep_scrub": false,
        "must_repair": false,
        "need_auto": false,
        "scrub_reg_stamp": "2024-03-15T02:44:04.637166+0000",
        "schedule": "queued for scrub"
    },
    "agent_state": {}
}
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to