Re: Unable to fix 1 Inconsistent PG

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In case it's not obvious I forgot a space: "rados list-inconsistent-obj
15.f4f"

Respectfully,

*Wes Dillingham*
wes@xxxxxxxxxxxxxxxxx
LinkedIn <http://www.linkedin.com/in/wesleydillingham>


On Tue, Oct 10, 2023 at 4:55 PM Wesley Dillingham <wes@xxxxxxxxxxxxxxxxx>
wrote:

> You likely have a failing disk, what does "rados
> list-inconsistent-obj15.f4f" return?
>
> It should identify the failing osd. Assuming "ceph osd ok-to-stop <osd>"
> returns in the affirmative for that osd, you likely need to stop the
> associated osd daemon, then mark it out "ceph osd out <osd.#> wait for it
> to backfill the inconsistent PG and then re-issue the repair. Then turn to
> replacing the disk.
>
> Respectfully,
>
> *Wes Dillingham*
> wes@xxxxxxxxxxxxxxxxx
> LinkedIn <http://www.linkedin.com/in/wesleydillingham>
>
>
> On Tue, Oct 10, 2023 at 4:46 PM <samdto987@xxxxxxxxx> wrote:
>
>> Hello All,
>> Greetings. We've a Ceph Cluster with the version
>> *ceph version 14.2.16-402-g7d47dbaf4d
>> (7d47dbaf4d0960a2e910628360ae36def84ed913) nautilus (stable)
>>
>>
>> ===================================
>>
>> Issues: 1 pg in inconsistent state and does not recover.
>>
>> # ceph -s
>>   cluster:
>>     id:     30d6f7ee-fa02-4ab3-8a09-9321c8002794
>>     health: HEALTH_ERR
>>             2 large omap objects
>>             1 pools have many more objects per pg than average
>>             159224 scrub errors
>>             Possible data damage: 1 pg inconsistent
>>             2 pgs not deep-scrubbed in time
>>             2 pgs not scrubbed in time
>>
>> # ceph health detail
>>
>> HEALTH_ERR 2 large omap objects; 1 pools have many more objects per pg
>> than average; 159224 scrub errors; Possible data damage: 1 pg inconsistent;
>> 2 pgs not deep-scrubbed in time; 2 pgs not scrubbed in time
>> LARGE_OMAP_OBJECTS 2 large omap objects
>>     2 large objects found in pool 'default.rgw.log'
>>     Search the cluster log for 'Large omap object found' for more details.
>> MANY_OBJECTS_PER_PG 1 pools have many more objects per pg than average
>>     pool iscsi-images objects per pg (541376) is more than 14.9829 times
>> cluster average (36133)
>> OSD_SCRUB_ERRORS 159224 scrub errors
>> PG_DAMAGED Possible data damage: 1 pg inconsistent
>>     pg 15.f4f is active+clean+inconsistent, acting
>> [238,106,402,266,374,498,590,627,684,73,66]
>> PG_NOT_DEEP_SCRUBBED 2 pgs not deep-scrubbed in time
>>     pg 1.5c not deep-scrubbed since 2021-04-05 23:20:13.714446
>>     pg 1.55 not deep-scrubbed since 2021-04-11 07:12:37.185074
>> PG_NOT_SCRUBBED 2 pgs not scrubbed in time
>>     pg 1.5c not scrubbed since 2023-07-10 21:15:50.352848
>>     pg 1.55 not scrubbed since 2023-06-24 10:02:10.038311
>>
>> ======================================
>>
>>
>> We have implemented below command to resolve it
>>
>> 1. We have ran pg repair command "ceph pg repair 15.f4f
>> 2. We have restarted associated  OSDs that is mapped to pg 15.f4f
>> 3. We tuned osd_max_scrubs value and set it to 9.
>> 4. We have done scrub and deep scrub by ceph pg scrub 15.4f4 & ceph pg
>> deep-scrub 15.f4f
>> 5. We also tried to ceph-objectstore-tool command to fix it
>> ==============================================
>>
>> We have checked the logs of the primary OSD of the respective
>> inconsistent PG and found the below errors.
>> [ERR] : 15.f4fs0 shard 402(2)
>> 15:f2f3fff4:::94a51ddb-a94f-47bc-9068-509e8c09af9a.7862003.20_c%2f4%2fd61%2f885%2f49627697%2f192_1.ts:head
>> : missing
>> /var/log/ceph/ceph-osd.238.log:339:2023-10-06 00:37:06.410 7f65024cb700
>> -1 log_channel(cluster) log [ERR] : 15.f4fs0 shard 266(3)
>> 15:f2f00002:::94a51ddb-a94f-47bc-9068-509e8c09af9a.11432468.3_TN8QHE_04.20.2020_08.41%2fCV_MAGNETIC%2fV_274396%2fCHUNK_2440801%2fSFILE_CONTAINER_031.FOLDER%2f3:head
>> : missing
>> /var/log/ceph/ceph-osd.238.log:340:2023-10-06 00:37:06.410 7f65024cb700
>> -1 log_channel(cluster) log [ERR] : 15.f4fs0 shard 402(2)
>> 15:f2f00002:::94a51ddb-a94f-47bc-9068-509e8c09af9a.11432468.3_TN8QHE_04.20.2020_08.41%2fCV_MAGNETIC%2fV_274396%2fCHUNK_2440801%2fSFILE_CONTAINER_031.FOLDER%2f3:head
>> : missing
>> /var/log/ceph/ceph-osd.238.log:341:2023-10-06 00:37:06.410 7f65024cb700
>> -1 log_channel(cluster) log [ERR] : 15.f4fs0 shard 590(6)
>> 15:f2f00002:::94a51ddb-a94f-47bc-9068-509e8c09af9a.11432468.3_TN8QHE_04.20.2020_08.41%2fCV_MAGNETIC%2fV_274396%2fCHUNK_2440801%2fSFILE_CONTAINER_031.FOLDER%2f3:head
>> : missing
>> ===============================
>> and also we noticed that the no. of scrub errors in ceph health status
>> are matching with the ERR log entries in the primary OSD logs of the
>> inconsistent PG as below
>> grep -Hn 'ERR' /var/log/ceph/ceph-osd.238.log|wc -l
>> 159226
>> ================================
>> Ceph is cleaning the scrub errors but rate of scrub repair is very slow
>> (avg of 200 scrub errors per day) ,we want to increase the rate of scrub
>> error repair to finish the cleanup of pending 159224 scrub errors.
>>
>> #ceph pg 15.f4f query
>>
>>
>> {
>>     "state": "active+clean+inconsistent",
>>     "snap_trimq": "[]",
>>     "snap_trimq_len": 0,
>>     "epoch": 409009,
>>     "up": [
>>         238,
>>         106,
>>         402,
>>         266,
>>         374,
>>         498,
>>         590,
>>         627,
>>         684,
>>         73,
>>         66
>>     ],
>>     "acting": [
>>         238,
>>         106,
>>         402,
>>         266,
>>         374,
>>         498,
>>         590,
>>         627,
>>         684,
>>         73,
>>         66
>>     ],
>>     "acting_recovery_backfill": [
>>         "66(10)",
>>         "73(9)",
>>         "106(1)",
>>         "238(0)",
>>         "266(3)",
>>         "374(4)",
>>         "402(2)",
>>         "498(5)",
>>         "590(6)",
>>         "627(7)",
>>         "684(8)"
>>     ],
>>     "info": {
>>         "pgid": "15.f4fs0",
>>         "last_update": "409009'7998",
>>         "last_complete": "409009'7998",
>>         "log_tail": "382701'4900",
>>         "last_user_version": 592883,
>>         "last_backfill": "MAX",
>>         "last_backfill_bitwise": 0,
>>         "purged_snaps": [],
>>         "history": {
>>             "epoch_created": 19813,
>>             "epoch_pool_created": 16141,
>>             "last_epoch_started": 407097,
>>             "last_interval_started": 407096,
>>             "last_epoch_clean": 407097,
>>             "last_interval_clean": 407096,
>>             "last_epoch_split": 19849,
>>             "last_epoch_marked_full": 0,
>>             "same_up_since": 407096,
>>             "same_interval_since": 407096,
>>             "same_primary_since": 407038,
>>             "last_scrub": "408987'7946",
>>             "last_scrub_stamp": "2023-10-06 00:53:53.705241",
>>             "last_deep_scrub": "408987'7946",
>>             "last_deep_scrub_stamp": "2023-10-06 00:53:53.705241",
>>             "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935"
>>         },
>>         "stats": {
>>             "version": "409009'7998",
>>             "reported_seq": "379048",
>>             "reported_epoch": "409009",
>>             "state": "active+clean+inconsistent",
>>             "last_fresh": "2023-10-06 15:49:09.174662",
>>             "last_change": "2023-10-06 00:53:53.705308",
>>             "last_active": "2023-10-06 15:49:09.174662",
>>             "last_peered": "2023-10-06 15:49:09.174662",
>>             "last_clean": "2023-10-06 15:49:09.174662",
>>             "last_became_active": "2023-10-03 19:55:56.742034",
>>             "last_became_peered": "2023-10-03 19:55:56.742034",
>>             "last_unstale": "2023-10-06 15:49:09.174662",
>>             "last_undegraded": "2023-10-06 15:49:09.174662",
>>             "last_fullsized": "2023-10-06 15:49:09.174662",
>>             "mapping_epoch": 407096,
>>             "log_start": "382701'4900",
>>             "ondisk_log_start": "382701'4900",
>>             "created": 19813,
>>             "last_epoch_clean": 407097,
>>             "parent": "0.0",
>>             "parent_split_bits": 0,
>>             "last_scrub": "408987'7946",
>>             "last_scrub_stamp": "2023-10-06 00:53:53.705241",
>>             "last_deep_scrub": "408987'7946",
>>             "last_deep_scrub_stamp": "2023-10-06 00:53:53.705241",
>>             "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935",
>>             "log_size": 3098,
>>             "ondisk_log_size": 3098,
>>             "stats_invalid": false,
>>             "dirty_stats_invalid": false,
>>             "omap_stats_invalid": false,
>>             "hitset_stats_invalid": false,
>>             "hitset_bytes_stats_invalid": false,
>>             "pin_stats_invalid": false,
>>             "manifest_stats_invalid": false,
>>             "snaptrimq_len": 0,
>>             "stat_sum": {
>>                 "num_bytes": 45852508474,
>>                 "num_objects": 40234,
>>                 "num_object_clones": 0,
>>                 "num_object_copies": 442574,
>>                 "num_objects_missing_on_primary": 0,
>>                 "num_objects_missing": 0,
>>                 "num_objects_degraded": 0,
>>                 "num_objects_misplaced": 0,
>>                 "num_objects_unfound": 0,
>>                 "num_objects_dirty": 40234,
>>                 "num_whiteouts": 0,
>>                 "num_read": 23940,
>>                 "num_read_kb": 2900611,
>>                 "num_write": 34950,
>>                 "num_write_kb": 2440513,
>>                 "num_scrub_errors": 159224,
>>                 "num_shallow_scrub_errors": 159224,
>>                 "num_deep_scrub_errors": 0,
>>                 "num_objects_recovered": 86741,
>>                 "num_bytes_recovered": 97127524421,
>>                 "num_keys_recovered": 0,
>>                 "num_objects_omap": 0,
>>                 "num_objects_hit_set_archive": 0,
>>                 "num_bytes_hit_set_archive": 0,
>>                 "num_flush": 0,
>>                 "num_flush_kb": 0,
>>                 "num_evict": 0,
>>                 "num_evict_kb": 0,
>>                 "num_promote": 0,
>>                 "num_flush_mode_high": 0,
>>                 "num_flush_mode_low": 0,
>>                 "num_evict_mode_some": 0,
>>                 "num_evict_mode_full": 0,
>>                 "num_objects_pinned": 0,
>>                 "num_legacy_snapsets": 0,
>>                 "num_large_omap_objects": 0,
>>                 "num_objects_manifest": 0,
>>                 "num_omap_bytes": 0,
>>                 "num_omap_keys": 0,
>>                 "num_objects_repaired": 42593
>>             },
>>             "up": [
>>                 238,
>>                 106,
>>                 402,
>>                 266,
>>                 374,
>>                 498,
>>                 590,
>>                 627,
>>                 684,
>>                 73,
>>                 66
>>             ],
>>             "acting": [
>>                 238,
>>                 106,
>>                 402,
>>                 266,
>>                 374,
>>                 498,
>>                 590,
>>                 627,
>>                 684,
>>                 73,
>>                 66
>>             ],
>>             "avail_no_missing": [],
>>             "object_location_counts": [],
>>             "blocked_by": [],
>>             "up_primary": 238,
>>             "acting_primary": 238,
>>             "purged_snaps": []
>>         },
>>         "empty": 0,
>>         "dne": 0,
>>         "incomplete": 0,
>>         "last_epoch_started": 407097,
>>         "hit_set_history": {
>>             "current_last_update": "0'0",
>>             "history": []
>>         }
>>     },
>>     "peer_info": [
>>         {
>>             "peer": "66(10)",
>>             "pgid": "15.f4fs10",
>>             "last_update": "409009'7998",
>>             "last_complete": "407068'7791",
>>             "log_tail": "378965'4700",
>>             "last_user_version": 592676,
>>             "last_backfill": "MAX",
>>             "last_backfill_bitwise": 1,
>>             "purged_snaps": [],
>>             "history": {
>>                 "epoch_created": 19813,
>>                 "epoch_pool_created": 16141,
>>                 "last_epoch_started": 407097,
>>                 "last_interval_started": 407096,
>>                 "last_epoch_clean": 407097,
>>                 "last_interval_clean": 407096,
>>                 "last_epoch_split": 19849,
>>                 "last_epoch_marked_full": 0,
>>                 "same_up_since": 407096,
>>                 "same_interval_since": 407096,
>>                 "same_primary_since": 407038,
>>                 "last_scrub": "408987'7946",
>>                 "last_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_deep_scrub": "408987'7946",
>>                 "last_deep_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935"
>>             },
>>             "stats": {
>>                 "version": "407068'7791",
>>                 "reported_seq": "376441",
>>                 "reported_epoch": "407068",
>>                 "state": "active+clean+inconsistent",
>>                 "last_fresh": "2023-10-03 19:07:04.483241",
>>                 "last_change": "2023-10-03 18:02:27.182058",
>>                 "last_active": "2023-10-03 19:07:04.483241",
>>                 "last_peered": "2023-10-03 19:07:04.483241",
>>                 "last_clean": "2023-10-03 19:07:04.483241",
>>                 "last_became_active": "2023-10-03 18:02:27.181798",
>>                 "last_became_peered": "2023-10-03 18:02:27.181798",
>>                 "last_unstale": "2023-10-03 19:07:04.483241",
>>                 "last_undegraded": "2023-10-03 19:07:04.483241",
>>                 "last_fullsized": "2023-10-03 19:07:04.483241",
>>                 "mapping_epoch": 407096,
>>                 "log_start": "378965'4700",
>>                 "ondisk_log_start": "378965'4700",
>>                 "created": 19813,
>>                 "last_epoch_clean": 407068,
>>                 "parent": "0.0",
>>                 "parent_split_bits": 0,
>>                 "last_scrub": "407037'7783",
>>                 "last_scrub_stamp": "2023-10-03 17:14:13.232978",
>>                 "last_deep_scrub": "406839'7692",
>>                 "last_deep_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "log_size": 3091,
>>                 "ondisk_log_size": 3091,
>>                 "stats_invalid": false,
>>                 "dirty_stats_invalid": false,
>>                 "omap_stats_invalid": false,
>>                 "hitset_stats_invalid": false,
>>                 "hitset_bytes_stats_invalid": false,
>>                 "pin_stats_invalid": false,
>>                 "manifest_stats_invalid": false,
>>                 "snaptrimq_len": 0,
>>                 "stat_sum": {
>>                     "num_bytes": 45930070381,
>>                     "num_objects": 40379,
>>                     "num_object_clones": 0,
>>                     "num_object_copies": 444169,
>>                     "num_objects_missing_on_primary": 0,
>>                     "num_objects_missing": 0,
>>                     "num_objects_degraded": 0,
>>                     "num_objects_misplaced": 0,
>>                     "num_objects_unfound": 0,
>>                     "num_objects_dirty": 40379,
>>                     "num_whiteouts": 0,
>>                     "num_read": 23277,
>>                     "num_read_kb": 2877425,
>>                     "num_write": 34413,
>>                     "num_write_kb": 2409735,
>>                     "num_scrub_errors": 0,
>>                     "num_shallow_scrub_errors": 0,
>>                     "num_deep_scrub_errors": 0,
>>                     "num_objects_recovered": 86740,
>>                     "num_bytes_recovered": 97127524421,
>>                     "num_keys_recovered": 0,
>>                     "num_objects_omap": 0,
>>                     "num_objects_hit_set_archive": 0,
>>                     "num_bytes_hit_set_archive": 0,
>>                     "num_flush": 0,
>>                     "num_flush_kb": 0,
>>                     "num_evict": 0,
>>                     "num_evict_kb": 0,
>>                     "num_promote": 0,
>>                     "num_flush_mode_high": 0,
>>                     "num_flush_mode_low": 0,
>>                     "num_evict_mode_some": 0,
>>                     "num_evict_mode_full": 0,
>>                     "num_objects_pinned": 0,
>>                     "num_legacy_snapsets": 0,
>>                     "num_large_omap_objects": 0,
>>                     "num_objects_manifest": 0,
>>                     "num_omap_bytes": 0,
>>                     "num_omap_keys": 0,
>>                     "num_objects_repaired": 42593
>>                 },
>>                 "up": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "acting": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "avail_no_missing": [],
>>                 "object_location_counts": [],
>>                 "blocked_by": [],
>>                 "up_primary": 238,
>>                 "acting_primary": 238,
>>                 "purged_snaps": []
>>             },
>>             "empty": 0,
>>             "dne": 0,
>>             "incomplete": 0,
>>             "last_epoch_started": 407097,
>>             "hit_set_history": {
>>                 "current_last_update": "0'0",
>>                 "history": []
>>             }
>>         },
>>         {
>>             "peer": "73(9)",
>>             "pgid": "15.f4fs9",
>>             "last_update": "409009'7998",
>>             "last_complete": "409009'7998",
>>             "log_tail": "378965'4700",
>>             "last_user_version": 592677,
>>             "last_backfill": "MAX",
>>             "last_backfill_bitwise": 0,
>>             "purged_snaps": [],
>>             "history": {
>>                 "epoch_created": 19813,
>>                 "epoch_pool_created": 16141,
>>                 "last_epoch_started": 407097,
>>                 "last_interval_started": 407096,
>>                 "last_epoch_clean": 407097,
>>                 "last_interval_clean": 407096,
>>                 "last_epoch_split": 19849,
>>                 "last_epoch_marked_full": 0,
>>                 "same_up_since": 407096,
>>                 "same_interval_since": 407096,
>>                 "same_primary_since": 407038,
>>                 "last_scrub": "408987'7946",
>>                 "last_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_deep_scrub": "408987'7946",
>>                 "last_deep_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935"
>>             },
>>             "stats": {
>>                 "version": "407095'7792",
>>                 "reported_seq": "376677",
>>                 "reported_epoch": "407095",
>>                 "state": "active+undersized+degraded+inconsistent",
>>                 "last_fresh": "2023-10-03 19:54:53.799024",
>>                 "last_change": "2023-10-03 19:53:22.457623",
>>                 "last_active": "2023-10-03 19:54:53.799024",
>>                 "last_peered": "2023-10-03 19:54:53.799024",
>>                 "last_clean": "2023-10-03 19:49:47.048960",
>>                 "last_became_active": "2023-10-03 19:53:22.457623",
>>                 "last_became_peered": "2023-10-03 19:53:22.457623",
>>                 "last_unstale": "2023-10-03 19:54:53.799024",
>>                 "last_undegraded": "2023-10-03 19:53:22.379335",
>>                 "last_fullsized": "2023-10-03 19:53:22.379134",
>>                 "mapping_epoch": 407096,
>>                 "log_start": "378965'4700",
>>                 "ondisk_log_start": "378965'4700",
>>                 "created": 19813,
>>                 "last_epoch_clean": 407093,
>>                 "parent": "0.0",
>>                 "parent_split_bits": 0,
>>                 "last_scrub": "407037'7783",
>>                 "last_scrub_stamp": "2023-10-03 17:14:13.232978",
>>                 "last_deep_scrub": "406839'7692",
>>                 "last_deep_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "log_size": 3092,
>>                 "ondisk_log_size": 3092,
>>                 "stats_invalid": false,
>>                 "dirty_stats_invalid": false,
>>                 "omap_stats_invalid": false,
>>                 "hitset_stats_invalid": false,
>>                 "hitset_bytes_stats_invalid": false,
>>                 "pin_stats_invalid": false,
>>                 "manifest_stats_invalid": false,
>>                 "snaptrimq_len": 0,
>>                 "stat_sum": {
>>                     "num_bytes": 45929876177,
>>                     "num_objects": 40378,
>>                     "num_object_clones": 0,
>>                     "num_object_copies": 444158,
>>                     "num_objects_missing_on_primary": 0,
>>                     "num_objects_missing": 0,
>>                     "num_objects_degraded": 40378,
>>                     "num_objects_misplaced": 0,
>>                     "num_objects_unfound": 0,
>>                     "num_objects_dirty": 40378,
>>                     "num_whiteouts": 0,
>>                     "num_read": 23280,
>>                     "num_read_kb": 2877429,
>>                     "num_write": 34414,
>>                     "num_write_kb": 2409735,
>>                     "num_scrub_errors": 159632,
>>                     "num_shallow_scrub_errors": 159632,
>>                     "num_deep_scrub_errors": 0,
>>                     "num_objects_recovered": 86740,
>>                     "num_bytes_recovered": 97127524421,
>>                     "num_keys_recovered": 0,
>>                     "num_objects_omap": 0,
>>                     "num_objects_hit_set_archive": 0,
>>                     "num_bytes_hit_set_archive": 0,
>>                     "num_flush": 0,
>>                     "num_flush_kb": 0,
>>                     "num_evict": 0,
>>                     "num_evict_kb": 0,
>>                     "num_promote": 0,
>>                     "num_flush_mode_high": 0,
>>                     "num_flush_mode_low": 0,
>>                     "num_evict_mode_some": 0,
>>                     "num_evict_mode_full": 0,
>>                     "num_objects_pinned": 0,
>>                     "num_legacy_snapsets": 0,
>>                     "num_large_omap_objects": 0,
>>                     "num_objects_manifest": 0,
>>                     "num_omap_bytes": 0,
>>                     "num_omap_keys": 0,
>>                     "num_objects_repaired": 42593
>>                 },
>>                 "up": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "acting": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "avail_no_missing": [
>>                     "238(0)",
>>                     "73(9)",
>>                     "106(1)",
>>                     "266(3)",
>>                     "374(4)",
>>                     "402(2)",
>>                     "498(5)",
>>                     "590(6)",
>>                     "627(7)",
>>                     "684(8)"
>>                 ],
>>                 "object_location_counts": [
>>                     {
>>                         "shards":
>> "73(9),106(1),238(0),266(3),374(4),402(2),498(5),590(6),627(7),684(8)",
>>                         "objects": 40378
>>                     }
>>                 ],
>>                 "blocked_by": [],
>>                 "up_primary": 238,
>>                 "acting_primary": 238,
>>                 "purged_snaps": []
>>             },
>>             "empty": 0,
>>             "dne": 0,
>>             "incomplete": 0,
>>             "last_epoch_started": 407097,
>>             "hit_set_history": {
>>                 "current_last_update": "0'0",
>>                 "history": []
>>             }
>>         },
>>         {
>>             "peer": "106(1)",
>>             "pgid": "15.f4fs1",
>>             "last_update": "409009'7998",
>>             "last_complete": "409009'7998",
>>             "log_tail": "378965'4700",
>>             "last_user_version": 592677,
>>             "last_backfill": "MAX",
>>             "last_backfill_bitwise": 1,
>>             "purged_snaps": [],
>>             "history": {
>>                 "epoch_created": 19813,
>>                 "epoch_pool_created": 16141,
>>                 "last_epoch_started": 407097,
>>                 "last_interval_started": 407096,
>>                 "last_epoch_clean": 407097,
>>                 "last_interval_clean": 407096,
>>                 "last_epoch_split": 19849,
>>                 "last_epoch_marked_full": 0,
>>                 "same_up_since": 407096,
>>                 "same_interval_since": 407096,
>>                 "same_primary_since": 407038,
>>                 "last_scrub": "408987'7946",
>>                 "last_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_deep_scrub": "408987'7946",
>>                 "last_deep_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935"
>>             },
>>             "stats": {
>>                 "version": "407095'7792",
>>                 "reported_seq": "376677",
>>                 "reported_epoch": "407095",
>>                 "state": "active+undersized+degraded+inconsistent",
>>                 "last_fresh": "2023-10-03 19:54:53.799024",
>>                 "last_change": "2023-10-03 19:53:22.457623",
>>                 "last_active": "2023-10-03 19:54:53.799024",
>>                 "last_peered": "2023-10-03 19:54:53.799024",
>>                 "last_clean": "2023-10-03 19:49:47.048960",
>>                 "last_became_active": "2023-10-03 19:53:22.457623",
>>                 "last_became_peered": "2023-10-03 19:53:22.457623",
>>                 "last_unstale": "2023-10-03 19:54:53.799024",
>>                 "last_undegraded": "2023-10-03 19:53:22.379335",
>>                 "last_fullsized": "2023-10-03 19:53:22.379134",
>>                 "mapping_epoch": 407096,
>>                 "log_start": "378965'4700",
>>                 "ondisk_log_start": "378965'4700",
>>                 "created": 19813,
>>                 "last_epoch_clean": 407093,
>>                 "parent": "0.0",
>>                 "parent_split_bits": 0,
>>                 "last_scrub": "407037'7783",
>>                 "last_scrub_stamp": "2023-10-03 17:14:13.232978",
>>                 "last_deep_scrub": "406839'7692",
>>                 "last_deep_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "log_size": 3092,
>>                 "ondisk_log_size": 3092,
>>                 "stats_invalid": false,
>>                 "dirty_stats_invalid": false,
>>                 "omap_stats_invalid": false,
>>                 "hitset_stats_invalid": false,
>>                 "hitset_bytes_stats_invalid": false,
>>                 "pin_stats_invalid": false,
>>                 "manifest_stats_invalid": false,
>>                 "snaptrimq_len": 0,
>>                 "stat_sum": {
>>                     "num_bytes": 45929876177,
>>                     "num_objects": 40378,
>>                     "num_object_clones": 0,
>>                     "num_object_copies": 444158,
>>                     "num_objects_missing_on_primary": 0,
>>                     "num_objects_missing": 0,
>>                     "num_objects_degraded": 40378,
>>                     "num_objects_misplaced": 0,
>>                     "num_objects_unfound": 0,
>>                     "num_objects_dirty": 40378,
>>                     "num_whiteouts": 0,
>>                     "num_read": 23280,
>>                     "num_read_kb": 2877429,
>>                     "num_write": 34414,
>>                     "num_write_kb": 2409735,
>>                     "num_scrub_errors": 159632,
>>                     "num_shallow_scrub_errors": 159632,
>>                     "num_deep_scrub_errors": 0,
>>                     "num_objects_recovered": 86740,
>>                     "num_bytes_recovered": 97127524421,
>>                     "num_keys_recovered": 0,
>>                     "num_objects_omap": 0,
>>                     "num_objects_hit_set_archive": 0,
>>                     "num_bytes_hit_set_archive": 0,
>>                     "num_flush": 0,
>>                     "num_flush_kb": 0,
>>                     "num_evict": 0,
>>                     "num_evict_kb": 0,
>>                     "num_promote": 0,
>>                     "num_flush_mode_high": 0,
>>                     "num_flush_mode_low": 0,
>>                     "num_evict_mode_some": 0,
>>                     "num_evict_mode_full": 0,
>>                     "num_objects_pinned": 0,
>>                     "num_legacy_snapsets": 0,
>>                     "num_large_omap_objects": 0,
>>                     "num_objects_manifest": 0,
>>                     "num_omap_bytes": 0,
>>                     "num_omap_keys": 0,
>>                     "num_objects_repaired": 42593
>>                 },
>>                 "up": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "acting": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "avail_no_missing": [
>>                     "238(0)",
>>                     "73(9)",
>>                     "106(1)",
>>                     "266(3)",
>>                     "374(4)",
>>                     "402(2)",
>>                     "498(5)",
>>                     "590(6)",
>>                     "627(7)",
>>                     "684(8)"
>>                 ],
>>                 "object_location_counts": [
>>                     {
>>                         "shards":
>> "73(9),106(1),238(0),266(3),374(4),402(2),498(5),590(6),627(7),684(8)",
>>                         "objects": 40378
>>                     }
>>                 ],
>>                 "blocked_by": [],
>>                 "up_primary": 238,
>>                 "acting_primary": 238,
>>                 "purged_snaps": []
>>             },
>>             "empty": 0,
>>             "dne": 0,
>>             "incomplete": 0,
>>             "last_epoch_started": 407097,
>>             "hit_set_history": {
>>                 "current_last_update": "0'0",
>>                 "history": []
>>             }
>>         },
>>         {
>>             "peer": "266(3)",
>>             "pgid": "15.f4fs3",
>>             "last_update": "409009'7998",
>>             "last_complete": "409009'7998",
>>             "log_tail": "378965'4700",
>>             "last_user_version": 592677,
>>             "last_backfill": "MAX",
>>             "last_backfill_bitwise": 1,
>>             "purged_snaps": [],
>>             "history": {
>>                 "epoch_created": 19813,
>>                 "epoch_pool_created": 16141,
>>                 "last_epoch_started": 407097,
>>                 "last_interval_started": 407096,
>>                 "last_epoch_clean": 407097,
>>                 "last_interval_clean": 407096,
>>                 "last_epoch_split": 19849,
>>                 "last_epoch_marked_full": 0,
>>                 "same_up_since": 407096,
>>                 "same_interval_since": 407096,
>>                 "same_primary_since": 407038,
>>                 "last_scrub": "408987'7946",
>>                 "last_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_deep_scrub": "408987'7946",
>>                 "last_deep_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935"
>>             },
>>             "stats": {
>>                 "version": "407095'7792",
>>                 "reported_seq": "376677",
>>                 "reported_epoch": "407095",
>>                 "state": "active+undersized+degraded+inconsistent",
>>                 "last_fresh": "2023-10-03 19:54:53.799024",
>>                 "last_change": "2023-10-03 19:53:22.457623",
>>                 "last_active": "2023-10-03 19:54:53.799024",
>>                 "last_peered": "2023-10-03 19:54:53.799024",
>>                 "last_clean": "2023-10-03 19:49:47.048960",
>>                 "last_became_active": "2023-10-03 19:53:22.457623",
>>                 "last_became_peered": "2023-10-03 19:53:22.457623",
>>                 "last_unstale": "2023-10-03 19:54:53.799024",
>>                 "last_undegraded": "2023-10-03 19:53:22.379335",
>>                 "last_fullsized": "2023-10-03 19:53:22.379134",
>>                 "mapping_epoch": 407096,
>>                 "log_start": "378965'4700",
>>                 "ondisk_log_start": "378965'4700",
>>                 "created": 19813,
>>                 "last_epoch_clean": 407093,
>>                 "parent": "0.0",
>>                 "parent_split_bits": 0,
>>                 "last_scrub": "407037'7783",
>>                 "last_scrub_stamp": "2023-10-03 17:14:13.232978",
>>                 "last_deep_scrub": "406839'7692",
>>                 "last_deep_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "log_size": 3092,
>>                 "ondisk_log_size": 3092,
>>                 "stats_invalid": false,
>>                 "dirty_stats_invalid": false,
>>                 "omap_stats_invalid": false,
>>                 "hitset_stats_invalid": false,
>>                 "hitset_bytes_stats_invalid": false,
>>                 "pin_stats_invalid": false,
>>                 "manifest_stats_invalid": false,
>>                 "snaptrimq_len": 0,
>>                 "stat_sum": {
>>                     "num_bytes": 45929876177,
>>                     "num_objects": 40378,
>>                     "num_object_clones": 0,
>>                     "num_object_copies": 444158,
>>                     "num_objects_missing_on_primary": 0,
>>                     "num_objects_missing": 0,
>>                     "num_objects_degraded": 40378,
>>                     "num_objects_misplaced": 0,
>>                     "num_objects_unfound": 0,
>>                     "num_objects_dirty": 40378,
>>                     "num_whiteouts": 0,
>>                     "num_read": 23280,
>>                     "num_read_kb": 2877429,
>>                     "num_write": 34414,
>>                     "num_write_kb": 2409735,
>>                     "num_scrub_errors": 159632,
>>                     "num_shallow_scrub_errors": 159632,
>>                     "num_deep_scrub_errors": 0,
>>                     "num_objects_recovered": 86740,
>>                     "num_bytes_recovered": 97127524421,
>>                     "num_keys_recovered": 0,
>>                     "num_objects_omap": 0,
>>                     "num_objects_hit_set_archive": 0,
>>                     "num_bytes_hit_set_archive": 0,
>>                     "num_flush": 0,
>>                     "num_flush_kb": 0,
>>                     "num_evict": 0,
>>                     "num_evict_kb": 0,
>>                     "num_promote": 0,
>>                     "num_flush_mode_high": 0,
>>                     "num_flush_mode_low": 0,
>>                     "num_evict_mode_some": 0,
>>                     "num_evict_mode_full": 0,
>>                     "num_objects_pinned": 0,
>>                     "num_legacy_snapsets": 0,
>>                     "num_large_omap_objects": 0,
>>                     "num_objects_manifest": 0,
>>                     "num_omap_bytes": 0,
>>                     "num_omap_keys": 0,
>>                     "num_objects_repaired": 42593
>>                 },
>>                 "up": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "acting": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "avail_no_missing": [
>>                     "238(0)",
>>                     "73(9)",
>>                     "106(1)",
>>                     "266(3)",
>>                     "374(4)",
>>                     "402(2)",
>>                     "498(5)",
>>                     "590(6)",
>>                     "627(7)",
>>                     "684(8)"
>>                 ],
>>                 "object_location_counts": [
>>                     {
>>                         "shards":
>> "73(9),106(1),238(0),266(3),374(4),402(2),498(5),590(6),627(7),684(8)",
>>                         "objects": 40378
>>                     }
>>                 ],
>>                 "blocked_by": [],
>>                 "up_primary": 238,
>>                 "acting_primary": 238,
>>                 "purged_snaps": []
>>             },
>>             "empty": 0,
>>             "dne": 0,
>>             "incomplete": 0,
>>             "last_epoch_started": 407097,
>>             "hit_set_history": {
>>                 "current_last_update": "0'0",
>>                 "history": []
>>             }
>>         },
>>         {
>>             "peer": "374(4)",
>>             "pgid": "15.f4fs4",
>>             "last_update": "409009'7998",
>>             "last_complete": "409009'7998",
>>             "log_tail": "378965'4700",
>>             "last_user_version": 592677,
>>             "last_backfill": "MAX",
>>             "last_backfill_bitwise": 1,
>>             "purged_snaps": [],
>>             "history": {
>>                 "epoch_created": 19813,
>>                 "epoch_pool_created": 16141,
>>                 "last_epoch_started": 407097,
>>                 "last_interval_started": 407096,
>>                 "last_epoch_clean": 407097,
>>                 "last_interval_clean": 407096,
>>                 "last_epoch_split": 19849,
>>                 "last_epoch_marked_full": 0,
>>                 "same_up_since": 407096,
>>                 "same_interval_since": 407096,
>>                 "same_primary_since": 407038,
>>                 "last_scrub": "408987'7946",
>>                 "last_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_deep_scrub": "408987'7946",
>>                 "last_deep_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935"
>>             },
>>             "stats": {
>>                 "version": "407095'7792",
>>                 "reported_seq": "376677",
>>                 "reported_epoch": "407095",
>>                 "state": "active+undersized+degraded+inconsistent",
>>                 "last_fresh": "2023-10-03 19:54:53.799024",
>>                 "last_change": "2023-10-03 19:53:22.457623",
>>                 "last_active": "2023-10-03 19:54:53.799024",
>>                 "last_peered": "2023-10-03 19:54:53.799024",
>>                 "last_clean": "2023-10-03 19:49:47.048960",
>>                 "last_became_active": "2023-10-03 19:53:22.457623",
>>                 "last_became_peered": "2023-10-03 19:53:22.457623",
>>                 "last_unstale": "2023-10-03 19:54:53.799024",
>>                 "last_undegraded": "2023-10-03 19:53:22.379335",
>>                 "last_fullsized": "2023-10-03 19:53:22.379134",
>>                 "mapping_epoch": 407096,
>>                 "log_start": "378965'4700",
>>                 "ondisk_log_start": "378965'4700",
>>                 "created": 19813,
>>                 "last_epoch_clean": 407093,
>>                 "parent": "0.0",
>>                 "parent_split_bits": 0,
>>                 "last_scrub": "407037'7783",
>>                 "last_scrub_stamp": "2023-10-03 17:14:13.232978",
>>                 "last_deep_scrub": "406839'7692",
>>                 "last_deep_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "log_size": 3092,
>>                 "ondisk_log_size": 3092,
>>                 "stats_invalid": false,
>>                 "dirty_stats_invalid": false,
>>                 "omap_stats_invalid": false,
>>                 "hitset_stats_invalid": false,
>>                 "hitset_bytes_stats_invalid": false,
>>                 "pin_stats_invalid": false,
>>                 "manifest_stats_invalid": false,
>>                 "snaptrimq_len": 0,
>>                 "stat_sum": {
>>                     "num_bytes": 45929876177,
>>                     "num_objects": 40378,
>>                     "num_object_clones": 0,
>>                     "num_object_copies": 444158,
>>                     "num_objects_missing_on_primary": 0,
>>                     "num_objects_missing": 0,
>>                     "num_objects_degraded": 40378,
>>                     "num_objects_misplaced": 0,
>>                     "num_objects_unfound": 0,
>>                     "num_objects_dirty": 40378,
>>                     "num_whiteouts": 0,
>>                     "num_read": 23280,
>>                     "num_read_kb": 2877429,
>>                     "num_write": 34414,
>>                     "num_write_kb": 2409735,
>>                     "num_scrub_errors": 159632,
>>                     "num_shallow_scrub_errors": 159632,
>>                     "num_deep_scrub_errors": 0,
>>                     "num_objects_recovered": 86740,
>>                     "num_bytes_recovered": 97127524421,
>>                     "num_keys_recovered": 0,
>>                     "num_objects_omap": 0,
>>                     "num_objects_hit_set_archive": 0,
>>                     "num_bytes_hit_set_archive": 0,
>>                     "num_flush": 0,
>>                     "num_flush_kb": 0,
>>                     "num_evict": 0,
>>                     "num_evict_kb": 0,
>>                     "num_promote": 0,
>>                     "num_flush_mode_high": 0,
>>                     "num_flush_mode_low": 0,
>>                     "num_evict_mode_some": 0,
>>                     "num_evict_mode_full": 0,
>>                     "num_objects_pinned": 0,
>>                     "num_legacy_snapsets": 0,
>>                     "num_large_omap_objects": 0,
>>                     "num_objects_manifest": 0,
>>                     "num_omap_bytes": 0,
>>                     "num_omap_keys": 0,
>>                     "num_objects_repaired": 42593
>>                 },
>>                 "up": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "acting": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "avail_no_missing": [
>>                     "238(0)",
>>                     "73(9)",
>>                     "106(1)",
>>                     "266(3)",
>>                     "374(4)",
>>                     "402(2)",
>>                     "498(5)",
>>                     "590(6)",
>>                     "627(7)",
>>                     "684(8)"
>>                 ],
>>                 "object_location_counts": [
>>                     {
>>                         "shards":
>> "73(9),106(1),238(0),266(3),374(4),402(2),498(5),590(6),627(7),684(8)",
>>                         "objects": 40378
>>                     }
>>                 ],
>>                 "blocked_by": [],
>>                 "up_primary": 238,
>>                 "acting_primary": 238,
>>                 "purged_snaps": []
>>             },
>>             "empty": 0,
>>             "dne": 0,
>>             "incomplete": 0,
>>             "last_epoch_started": 407097,
>>             "hit_set_history": {
>>                 "current_last_update": "0'0",
>>                 "history": []
>>             }
>>         },
>>         {
>>             "peer": "402(2)",
>>             "pgid": "15.f4fs2",
>>             "last_update": "409009'7998",
>>             "last_complete": "409009'7998",
>>             "log_tail": "378965'4700",
>>             "last_user_version": 592677,
>>             "last_backfill": "MAX",
>>             "last_backfill_bitwise": 0,
>>             "purged_snaps": [],
>>             "history": {
>>                 "epoch_created": 19813,
>>                 "epoch_pool_created": 16141,
>>                 "last_epoch_started": 407097,
>>                 "last_interval_started": 407096,
>>                 "last_epoch_clean": 407097,
>>                 "last_interval_clean": 407096,
>>                 "last_epoch_split": 19849,
>>                 "last_epoch_marked_full": 0,
>>                 "same_up_since": 407096,
>>                 "same_interval_since": 407096,
>>                 "same_primary_since": 407038,
>>                 "last_scrub": "408987'7946",
>>                 "last_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_deep_scrub": "408987'7946",
>>                 "last_deep_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935"
>>             },
>>             "stats": {
>>                 "version": "407095'7792",
>>                 "reported_seq": "376677",
>>                 "reported_epoch": "407095",
>>                 "state": "active+undersized+degraded+inconsistent",
>>                 "last_fresh": "2023-10-03 19:54:53.799024",
>>                 "last_change": "2023-10-03 19:53:22.457623",
>>                 "last_active": "2023-10-03 19:54:53.799024",
>>                 "last_peered": "2023-10-03 19:54:53.799024",
>>                 "last_clean": "2023-10-03 19:49:47.048960",
>>                 "last_became_active": "2023-10-03 19:53:22.457623",
>>                 "last_became_peered": "2023-10-03 19:53:22.457623",
>>                 "last_unstale": "2023-10-03 19:54:53.799024",
>>                 "last_undegraded": "2023-10-03 19:53:22.379335",
>>                 "last_fullsized": "2023-10-03 19:53:22.379134",
>>                 "mapping_epoch": 407096,
>>                 "log_start": "378965'4700",
>>                 "ondisk_log_start": "378965'4700",
>>                 "created": 19813,
>>                 "last_epoch_clean": 407093,
>>                 "parent": "0.0",
>>                 "parent_split_bits": 0,
>>                 "last_scrub": "407037'7783",
>>                 "last_scrub_stamp": "2023-10-03 17:14:13.232978",
>>                 "last_deep_scrub": "406839'7692",
>>                 "last_deep_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "log_size": 3092,
>>                 "ondisk_log_size": 3092,
>>                 "stats_invalid": false,
>>                 "dirty_stats_invalid": false,
>>                 "omap_stats_invalid": false,
>>                 "hitset_stats_invalid": false,
>>                 "hitset_bytes_stats_invalid": false,
>>                 "pin_stats_invalid": false,
>>                 "manifest_stats_invalid": false,
>>                 "snaptrimq_len": 0,
>>                 "stat_sum": {
>>                     "num_bytes": 45929876177,
>>                     "num_objects": 40378,
>>                     "num_object_clones": 0,
>>                     "num_object_copies": 444158,
>>                     "num_objects_missing_on_primary": 0,
>>                     "num_objects_missing": 0,
>>                     "num_objects_degraded": 40378,
>>                     "num_objects_misplaced": 0,
>>                     "num_objects_unfound": 0,
>>                     "num_objects_dirty": 40378,
>>                     "num_whiteouts": 0,
>>                     "num_read": 23280,
>>                     "num_read_kb": 2877429,
>>                     "num_write": 34414,
>>                     "num_write_kb": 2409735,
>>                     "num_scrub_errors": 159632,
>>                     "num_shallow_scrub_errors": 159632,
>>                     "num_deep_scrub_errors": 0,
>>                     "num_objects_recovered": 86740,
>>                     "num_bytes_recovered": 97127524421,
>>                     "num_keys_recovered": 0,
>>                     "num_objects_omap": 0,
>>                     "num_objects_hit_set_archive": 0,
>>                     "num_bytes_hit_set_archive": 0,
>>                     "num_flush": 0,
>>                     "num_flush_kb": 0,
>>                     "num_evict": 0,
>>                     "num_evict_kb": 0,
>>                     "num_promote": 0,
>>                     "num_flush_mode_high": 0,
>>                     "num_flush_mode_low": 0,
>>                     "num_evict_mode_some": 0,
>>                     "num_evict_mode_full": 0,
>>                     "num_objects_pinned": 0,
>>                     "num_legacy_snapsets": 0,
>>                     "num_large_omap_objects": 0,
>>                     "num_objects_manifest": 0,
>>                     "num_omap_bytes": 0,
>>                     "num_omap_keys": 0,
>>                     "num_objects_repaired": 42593
>>                 },
>>                 "up": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "acting": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "avail_no_missing": [
>>                     "238(0)",
>>                     "73(9)",
>>                     "106(1)",
>>                     "266(3)",
>>                     "374(4)",
>>                     "402(2)",
>>                     "498(5)",
>>                     "590(6)",
>>                     "627(7)",
>>                     "684(8)"
>>                 ],
>>                 "object_location_counts": [
>>                     {
>>                         "shards":
>> "73(9),106(1),238(0),266(3),374(4),402(2),498(5),590(6),627(7),684(8)",
>>                         "objects": 40378
>>                     }
>>                 ],
>>                 "blocked_by": [],
>>                 "up_primary": 238,
>>                 "acting_primary": 238,
>>                 "purged_snaps": []
>>             },
>>             "empty": 0,
>>             "dne": 0,
>>             "incomplete": 0,
>>             "last_epoch_started": 407097,
>>             "hit_set_history": {
>>                 "current_last_update": "0'0",
>>                 "history": []
>>             }
>>         },
>>         {
>>             "peer": "498(5)",
>>             "pgid": "15.f4fs5",
>>             "last_update": "409009'7998",
>>             "last_complete": "409009'7998",
>>             "log_tail": "378965'4700",
>>             "last_user_version": 592677,
>>             "last_backfill": "MAX",
>>             "last_backfill_bitwise": 1,
>>             "purged_snaps": [],
>>             "history": {
>>                 "epoch_created": 19813,
>>                 "epoch_pool_created": 16141,
>>                 "last_epoch_started": 407097,
>>                 "last_interval_started": 407096,
>>                 "last_epoch_clean": 407097,
>>                 "last_interval_clean": 407096,
>>                 "last_epoch_split": 19849,
>>                 "last_epoch_marked_full": 0,
>>                 "same_up_since": 407096,
>>                 "same_interval_since": 407096,
>>                 "same_primary_since": 407038,
>>                 "last_scrub": "408987'7946",
>>                 "last_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_deep_scrub": "408987'7946",
>>                 "last_deep_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935"
>>             },
>>             "stats": {
>>                 "version": "407095'7792",
>>                 "reported_seq": "376677",
>>                 "reported_epoch": "407095",
>>                 "state": "active+undersized+degraded+inconsistent",
>>                 "last_fresh": "2023-10-03 19:54:53.799024",
>>                 "last_change": "2023-10-03 19:53:22.457623",
>>                 "last_active": "2023-10-03 19:54:53.799024",
>>                 "last_peered": "2023-10-03 19:54:53.799024",
>>                 "last_clean": "2023-10-03 19:49:47.048960",
>>                 "last_became_active": "2023-10-03 19:53:22.457623",
>>                 "last_became_peered": "2023-10-03 19:53:22.457623",
>>                 "last_unstale": "2023-10-03 19:54:53.799024",
>>                 "last_undegraded": "2023-10-03 19:53:22.379335",
>>                 "last_fullsized": "2023-10-03 19:53:22.379134",
>>                 "mapping_epoch": 407096,
>>                 "log_start": "378965'4700",
>>                 "ondisk_log_start": "378965'4700",
>>                 "created": 19813,
>>                 "last_epoch_clean": 407093,
>>                 "parent": "0.0",
>>                 "parent_split_bits": 0,
>>                 "last_scrub": "407037'7783",
>>                 "last_scrub_stamp": "2023-10-03 17:14:13.232978",
>>                 "last_deep_scrub": "406839'7692",
>>                 "last_deep_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "log_size": 3092,
>>                 "ondisk_log_size": 3092,
>>                 "stats_invalid": false,
>>                 "dirty_stats_invalid": false,
>>                 "omap_stats_invalid": false,
>>                 "hitset_stats_invalid": false,
>>                 "hitset_bytes_stats_invalid": false,
>>                 "pin_stats_invalid": false,
>>                 "manifest_stats_invalid": false,
>>                 "snaptrimq_len": 0,
>>                 "stat_sum": {
>>                     "num_bytes": 45929876177,
>>                     "num_objects": 40378,
>>                     "num_object_clones": 0,
>>                     "num_object_copies": 444158,
>>                     "num_objects_missing_on_primary": 0,
>>                     "num_objects_missing": 0,
>>                     "num_objects_degraded": 40378,
>>                     "num_objects_misplaced": 0,
>>                     "num_objects_unfound": 0,
>>                     "num_objects_dirty": 40378,
>>                     "num_whiteouts": 0,
>>                     "num_read": 23280,
>>                     "num_read_kb": 2877429,
>>                     "num_write": 34414,
>>                     "num_write_kb": 2409735,
>>                     "num_scrub_errors": 159632,
>>                     "num_shallow_scrub_errors": 159632,
>>                     "num_deep_scrub_errors": 0,
>>                     "num_objects_recovered": 86740,
>>                     "num_bytes_recovered": 97127524421,
>>                     "num_keys_recovered": 0,
>>                     "num_objects_omap": 0,
>>                     "num_objects_hit_set_archive": 0,
>>                     "num_bytes_hit_set_archive": 0,
>>                     "num_flush": 0,
>>                     "num_flush_kb": 0,
>>                     "num_evict": 0,
>>                     "num_evict_kb": 0,
>>                     "num_promote": 0,
>>                     "num_flush_mode_high": 0,
>>                     "num_flush_mode_low": 0,
>>                     "num_evict_mode_some": 0,
>>                     "num_evict_mode_full": 0,
>>                     "num_objects_pinned": 0,
>>                     "num_legacy_snapsets": 0,
>>                     "num_large_omap_objects": 0,
>>                     "num_objects_manifest": 0,
>>                     "num_omap_bytes": 0,
>>                     "num_omap_keys": 0,
>>                     "num_objects_repaired": 42593
>>                 },
>>                 "up": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "acting": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "avail_no_missing": [
>>                     "238(0)",
>>                     "73(9)",
>>                     "106(1)",
>>                     "266(3)",
>>                     "374(4)",
>>                     "402(2)",
>>                     "498(5)",
>>                     "590(6)",
>>                     "627(7)",
>>                     "684(8)"
>>                 ],
>>                 "object_location_counts": [
>>                     {
>>                         "shards":
>> "73(9),106(1),238(0),266(3),374(4),402(2),498(5),590(6),627(7),684(8)",
>>                         "objects": 40378
>>                     }
>>                 ],
>>                 "blocked_by": [],
>>                 "up_primary": 238,
>>                 "acting_primary": 238,
>>                 "purged_snaps": []
>>             },
>>             "empty": 0,
>>             "dne": 0,
>>             "incomplete": 0,
>>             "last_epoch_started": 407097,
>>             "hit_set_history": {
>>                 "current_last_update": "0'0",
>>                 "history": []
>>             }
>>         },
>>         {
>>             "peer": "590(6)",
>>             "pgid": "15.f4fs6",
>>             "last_update": "409009'7998",
>>             "last_complete": "409009'7998",
>>             "log_tail": "378965'4700",
>>             "last_user_version": 592677,
>>             "last_backfill": "MAX",
>>             "last_backfill_bitwise": 0,
>>             "purged_snaps": [],
>>             "history": {
>>                 "epoch_created": 19813,
>>                 "epoch_pool_created": 16141,
>>                 "last_epoch_started": 407097,
>>                 "last_interval_started": 407096,
>>                 "last_epoch_clean": 407097,
>>                 "last_interval_clean": 407096,
>>                 "last_epoch_split": 19849,
>>                 "last_epoch_marked_full": 0,
>>                 "same_up_since": 407096,
>>                 "same_interval_since": 407096,
>>                 "same_primary_since": 407038,
>>                 "last_scrub": "408987'7946",
>>                 "last_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_deep_scrub": "408987'7946",
>>                 "last_deep_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935"
>>             },
>>             "stats": {
>>                 "version": "407095'7792",
>>                 "reported_seq": "376677",
>>                 "reported_epoch": "407095",
>>                 "state": "active+undersized+degraded+inconsistent",
>>                 "last_fresh": "2023-10-03 19:54:53.799024",
>>                 "last_change": "2023-10-03 19:53:22.457623",
>>                 "last_active": "2023-10-03 19:54:53.799024",
>>                 "last_peered": "2023-10-03 19:54:53.799024",
>>                 "last_clean": "2023-10-03 19:49:47.048960",
>>                 "last_became_active": "2023-10-03 19:53:22.457623",
>>                 "last_became_peered": "2023-10-03 19:53:22.457623",
>>                 "last_unstale": "2023-10-03 19:54:53.799024",
>>                 "last_undegraded": "2023-10-03 19:53:22.379335",
>>                 "last_fullsized": "2023-10-03 19:53:22.379134",
>>                 "mapping_epoch": 407096,
>>                 "log_start": "378965'4700",
>>                 "ondisk_log_start": "378965'4700",
>>                 "created": 19813,
>>                 "last_epoch_clean": 407093,
>>                 "parent": "0.0",
>>                 "parent_split_bits": 0,
>>                 "last_scrub": "407037'7783",
>>                 "last_scrub_stamp": "2023-10-03 17:14:13.232978",
>>                 "last_deep_scrub": "406839'7692",
>>                 "last_deep_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "log_size": 3092,
>>                 "ondisk_log_size": 3092,
>>                 "stats_invalid": false,
>>                 "dirty_stats_invalid": false,
>>                 "omap_stats_invalid": false,
>>                 "hitset_stats_invalid": false,
>>                 "hitset_bytes_stats_invalid": false,
>>                 "pin_stats_invalid": false,
>>                 "manifest_stats_invalid": false,
>>                 "snaptrimq_len": 0,
>>                 "stat_sum": {
>>                     "num_bytes": 45929876177,
>>                     "num_objects": 40378,
>>                     "num_object_clones": 0,
>>                     "num_object_copies": 444158,
>>                     "num_objects_missing_on_primary": 0,
>>                     "num_objects_missing": 0,
>>                     "num_objects_degraded": 40378,
>>                     "num_objects_misplaced": 0,
>>                     "num_objects_unfound": 0,
>>                     "num_objects_dirty": 40378,
>>                     "num_whiteouts": 0,
>>                     "num_read": 23280,
>>                     "num_read_kb": 2877429,
>>                     "num_write": 34414,
>>                     "num_write_kb": 2409735,
>>                     "num_scrub_errors": 159632,
>>                     "num_shallow_scrub_errors": 159632,
>>                     "num_deep_scrub_errors": 0,
>>                     "num_objects_recovered": 86740,
>>                     "num_bytes_recovered": 97127524421,
>>                     "num_keys_recovered": 0,
>>                     "num_objects_omap": 0,
>>                     "num_objects_hit_set_archive": 0,
>>                     "num_bytes_hit_set_archive": 0,
>>                     "num_flush": 0,
>>                     "num_flush_kb": 0,
>>                     "num_evict": 0,
>>                     "num_evict_kb": 0,
>>                     "num_promote": 0,
>>                     "num_flush_mode_high": 0,
>>                     "num_flush_mode_low": 0,
>>                     "num_evict_mode_some": 0,
>>                     "num_evict_mode_full": 0,
>>                     "num_objects_pinned": 0,
>>                     "num_legacy_snapsets": 0,
>>                     "num_large_omap_objects": 0,
>>                     "num_objects_manifest": 0,
>>                     "num_omap_bytes": 0,
>>                     "num_omap_keys": 0,
>>                     "num_objects_repaired": 42593
>>                 },
>>                 "up": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "acting": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "avail_no_missing": [
>>                     "238(0)",
>>                     "73(9)",
>>                     "106(1)",
>>                     "266(3)",
>>                     "374(4)",
>>                     "402(2)",
>>                     "498(5)",
>>                     "590(6)",
>>                     "627(7)",
>>                     "684(8)"
>>                 ],
>>                 "object_location_counts": [
>>                     {
>>                         "shards":
>> "73(9),106(1),238(0),266(3),374(4),402(2),498(5),590(6),627(7),684(8)",
>>                         "objects": 40378
>>                     }
>>                 ],
>>                 "blocked_by": [],
>>                 "up_primary": 238,
>>                 "acting_primary": 238,
>>                 "purged_snaps": []
>>             },
>>             "empty": 0,
>>             "dne": 0,
>>             "incomplete": 0,
>>             "last_epoch_started": 407097,
>>             "hit_set_history": {
>>                 "current_last_update": "0'0",
>>                 "history": []
>>             }
>>         },
>>         {
>>             "peer": "627(7)",
>>             "pgid": "15.f4fs7",
>>             "last_update": "409009'7998",
>>             "last_complete": "409009'7998",
>>             "log_tail": "378965'4700",
>>             "last_user_version": 592677,
>>             "last_backfill": "MAX",
>>             "last_backfill_bitwise": 1,
>>             "purged_snaps": [],
>>             "history": {
>>                 "epoch_created": 19813,
>>                 "epoch_pool_created": 16141,
>>                 "last_epoch_started": 407097,
>>                 "last_interval_started": 407096,
>>                 "last_epoch_clean": 407097,
>>                 "last_interval_clean": 407096,
>>                 "last_epoch_split": 19849,
>>                 "last_epoch_marked_full": 0,
>>                 "same_up_since": 407096,
>>                 "same_interval_since": 407096,
>>                 "same_primary_since": 407038,
>>                 "last_scrub": "408987'7946",
>>                 "last_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_deep_scrub": "408987'7946",
>>                 "last_deep_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935"
>>             },
>>             "stats": {
>>                 "version": "407095'7792",
>>                 "reported_seq": "376677",
>>                 "reported_epoch": "407095",
>>                 "state": "active+undersized+degraded+inconsistent",
>>                 "last_fresh": "2023-10-03 19:54:53.799024",
>>                 "last_change": "2023-10-03 19:53:22.457623",
>>                 "last_active": "2023-10-03 19:54:53.799024",
>>                 "last_peered": "2023-10-03 19:54:53.799024",
>>                 "last_clean": "2023-10-03 19:49:47.048960",
>>                 "last_became_active": "2023-10-03 19:53:22.457623",
>>                 "last_became_peered": "2023-10-03 19:53:22.457623",
>>                 "last_unstale": "2023-10-03 19:54:53.799024",
>>                 "last_undegraded": "2023-10-03 19:53:22.379335",
>>                 "last_fullsized": "2023-10-03 19:53:22.379134",
>>                 "mapping_epoch": 407096,
>>                 "log_start": "378965'4700",
>>                 "ondisk_log_start": "378965'4700",
>>                 "created": 19813,
>>                 "last_epoch_clean": 407093,
>>                 "parent": "0.0",
>>                 "parent_split_bits": 0,
>>                 "last_scrub": "407037'7783",
>>                 "last_scrub_stamp": "2023-10-03 17:14:13.232978",
>>                 "last_deep_scrub": "406839'7692",
>>                 "last_deep_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "log_size": 3092,
>>                 "ondisk_log_size": 3092,
>>                 "stats_invalid": false,
>>                 "dirty_stats_invalid": false,
>>                 "omap_stats_invalid": false,
>>                 "hitset_stats_invalid": false,
>>                 "hitset_bytes_stats_invalid": false,
>>                 "pin_stats_invalid": false,
>>                 "manifest_stats_invalid": false,
>>                 "snaptrimq_len": 0,
>>                 "stat_sum": {
>>                     "num_bytes": 45929876177,
>>                     "num_objects": 40378,
>>                     "num_object_clones": 0,
>>                     "num_object_copies": 444158,
>>                     "num_objects_missing_on_primary": 0,
>>                     "num_objects_missing": 0,
>>                     "num_objects_degraded": 40378,
>>                     "num_objects_misplaced": 0,
>>                     "num_objects_unfound": 0,
>>                     "num_objects_dirty": 40378,
>>                     "num_whiteouts": 0,
>>                     "num_read": 23280,
>>                     "num_read_kb": 2877429,
>>                     "num_write": 34414,
>>                     "num_write_kb": 2409735,
>>                     "num_scrub_errors": 159632,
>>                     "num_shallow_scrub_errors": 159632,
>>                     "num_deep_scrub_errors": 0,
>>                     "num_objects_recovered": 86740,
>>                     "num_bytes_recovered": 97127524421,
>>                     "num_keys_recovered": 0,
>>                     "num_objects_omap": 0,
>>                     "num_objects_hit_set_archive": 0,
>>                     "num_bytes_hit_set_archive": 0,
>>                     "num_flush": 0,
>>                     "num_flush_kb": 0,
>>                     "num_evict": 0,
>>                     "num_evict_kb": 0,
>>                     "num_promote": 0,
>>                     "num_flush_mode_high": 0,
>>                     "num_flush_mode_low": 0,
>>                     "num_evict_mode_some": 0,
>>                     "num_evict_mode_full": 0,
>>                     "num_objects_pinned": 0,
>>                     "num_legacy_snapsets": 0,
>>                     "num_large_omap_objects": 0,
>>                     "num_objects_manifest": 0,
>>                     "num_omap_bytes": 0,
>>                     "num_omap_keys": 0,
>>                     "num_objects_repaired": 42593
>>                 },
>>                 "up": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "acting": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "avail_no_missing": [
>>                     "238(0)",
>>                     "73(9)",
>>                     "106(1)",
>>                     "266(3)",
>>                     "374(4)",
>>                     "402(2)",
>>                     "498(5)",
>>                     "590(6)",
>>                     "627(7)",
>>                     "684(8)"
>>                 ],
>>                 "object_location_counts": [
>>                     {
>>                         "shards":
>> "73(9),106(1),238(0),266(3),374(4),402(2),498(5),590(6),627(7),684(8)",
>>                         "objects": 40378
>>                     }
>>                 ],
>>                 "blocked_by": [],
>>                 "up_primary": 238,
>>                 "acting_primary": 238,
>>                 "purged_snaps": []
>>             },
>>             "empty": 0,
>>             "dne": 0,
>>             "incomplete": 0,
>>             "last_epoch_started": 407097,
>>             "hit_set_history": {
>>                 "current_last_update": "0'0",
>>                 "history": []
>>             }
>>         },
>>         {
>>             "peer": "684(8)",
>>             "pgid": "15.f4fs8",
>>             "last_update": "409009'7998",
>>             "last_complete": "409009'7998",
>>             "log_tail": "378965'4700",
>>             "last_user_version": 592677,
>>             "last_backfill": "MAX",
>>             "last_backfill_bitwise": 0,
>>             "purged_snaps": [],
>>             "history": {
>>                 "epoch_created": 19813,
>>                 "epoch_pool_created": 16141,
>>                 "last_epoch_started": 407097,
>>                 "last_interval_started": 407096,
>>                 "last_epoch_clean": 407097,
>>                 "last_interval_clean": 407096,
>>                 "last_epoch_split": 19849,
>>                 "last_epoch_marked_full": 0,
>>                 "same_up_since": 407096,
>>                 "same_interval_since": 407096,
>>                 "same_primary_since": 407038,
>>                 "last_scrub": "408987'7946",
>>                 "last_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_deep_scrub": "408987'7946",
>>                 "last_deep_scrub_stamp": "2023-10-06 00:53:53.705241",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935"
>>             },
>>             "stats": {
>>                 "version": "407095'7792",
>>                 "reported_seq": "376677",
>>                 "reported_epoch": "407095",
>>                 "state": "active+undersized+degraded+inconsistent",
>>                 "last_fresh": "2023-10-03 19:54:53.799024",
>>                 "last_change": "2023-10-03 19:53:22.457623",
>>                 "last_active": "2023-10-03 19:54:53.799024",
>>                 "last_peered": "2023-10-03 19:54:53.799024",
>>                 "last_clean": "2023-10-03 19:49:47.048960",
>>                 "last_became_active": "2023-10-03 19:53:22.457623",
>>                 "last_became_peered": "2023-10-03 19:53:22.457623",
>>                 "last_unstale": "2023-10-03 19:54:53.799024",
>>                 "last_undegraded": "2023-10-03 19:53:22.379335",
>>                 "last_fullsized": "2023-10-03 19:53:22.379134",
>>                 "mapping_epoch": 407096,
>>                 "log_start": "378965'4700",
>>                 "ondisk_log_start": "378965'4700",
>>                 "created": 19813,
>>                 "last_epoch_clean": 407093,
>>                 "parent": "0.0",
>>                 "parent_split_bits": 0,
>>                 "last_scrub": "407037'7783",
>>                 "last_scrub_stamp": "2023-10-03 17:14:13.232978",
>>                 "last_deep_scrub": "406839'7692",
>>                 "last_deep_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "last_clean_scrub_stamp": "2023-09-28 14:48:47.098935",
>>                 "log_size": 3092,
>>                 "ondisk_log_size": 3092,
>>                 "stats_invalid": false,
>>                 "dirty_stats_invalid": false,
>>                 "omap_stats_invalid": false,
>>                 "hitset_stats_invalid": false,
>>                 "hitset_bytes_stats_invalid": false,
>>                 "pin_stats_invalid": false,
>>                 "manifest_stats_invalid": false,
>>                 "snaptrimq_len": 0,
>>                 "stat_sum": {
>>                     "num_bytes": 45929876177,
>>                     "num_objects": 40378,
>>                     "num_object_clones": 0,
>>                     "num_object_copies": 444158,
>>                     "num_objects_missing_on_primary": 0,
>>                     "num_objects_missing": 0,
>>                     "num_objects_degraded": 40378,
>>                     "num_objects_misplaced": 0,
>>                     "num_objects_unfound": 0,
>>                     "num_objects_dirty": 40378,
>>                     "num_whiteouts": 0,
>>                     "num_read": 23280,
>>                     "num_read_kb": 2877429,
>>                     "num_write": 34414,
>>                     "num_write_kb": 2409735,
>>                     "num_scrub_errors": 159632,
>>                     "num_shallow_scrub_errors": 159632,
>>                     "num_deep_scrub_errors": 0,
>>                     "num_objects_recovered": 86740,
>>                     "num_bytes_recovered": 97127524421,
>>                     "num_keys_recovered": 0,
>>                     "num_objects_omap": 0,
>>                     "num_objects_hit_set_archive": 0,
>>                     "num_bytes_hit_set_archive": 0,
>>                     "num_flush": 0,
>>                     "num_flush_kb": 0,
>>                     "num_evict": 0,
>>                     "num_evict_kb": 0,
>>                     "num_promote": 0,
>>                     "num_flush_mode_high": 0,
>>                     "num_flush_mode_low": 0,
>>                     "num_evict_mode_some": 0,
>>                     "num_evict_mode_full": 0,
>>                     "num_objects_pinned": 0,
>>                     "num_legacy_snapsets": 0,
>>                     "num_large_omap_objects": 0,
>>                     "num_objects_manifest": 0,
>>                     "num_omap_bytes": 0,
>>                     "num_omap_keys": 0,
>>                     "num_objects_repaired": 42593
>>                 },
>>                 "up": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "acting": [
>>                     238,
>>                     106,
>>                     402,
>>                     266,
>>                     374,
>>                     498,
>>                     590,
>>                     627,
>>                     684,
>>                     73,
>>                     66
>>                 ],
>>                 "avail_no_missing": [
>>                     "238(0)",
>>                     "73(9)",
>>                     "106(1)",
>>                     "266(3)",
>>                     "374(4)",
>>                     "402(2)",
>>                     "498(5)",
>>                     "590(6)",
>>                     "627(7)",
>>                     "684(8)"
>>                 ],
>>                 "object_location_counts": [
>>                     {
>>                         "shards":
>> "73(9),106(1),238(0),266(3),374(4),402(2),498(5),590(6),627(7),684(8)",
>>                         "objects": 40378
>>                     }
>>                 ],
>>                 "blocked_by": [],
>>                 "up_primary": 238,
>>                 "acting_primary": 238,
>>                 "purged_snaps": []
>>             },
>>             "empty": 0,
>>             "dne": 0,
>>             "incomplete": 0,
>>             "last_epoch_started": 407097,
>>             "hit_set_history": {
>>                 "current_last_update": "0'0",
>>                 "history": []
>>             }
>>         }
>>     ],
>>     "recovery_state": [
>>         {
>>             "name": "Started/Primary/Active",
>>             "enter_time": "2023-10-03 19:55:56.164849",
>>             "might_have_unfound": [
>>                 {
>>                     "osd": "66(10)",
>>                     "status": "already probed"
>>                 },
>>                 {
>>                     "osd": "73(9)",
>>                     "status": "already probed"
>>                 },
>>                 {
>>                     "osd": "106(1)",
>>                     "status": "already probed"
>>                 },
>>                 {
>>                     "osd": "266(3)",
>>                     "status": "already probed"
>>                 },
>>                 {
>>                     "osd": "374(4)",
>>                     "status": "already probed"
>>                 },
>>                 {
>>                     "osd": "402(2)",
>>                     "status": "already probed"
>>                 },
>>                 {
>>                     "osd": "498(5)",
>>                     "status": "already probed"
>>                 },
>>                 {
>>                     "osd": "590(6)",
>>                     "status": "already probed"
>>                 },
>>                 {
>>                     "osd": "627(7)",
>>                     "status": "already probed"
>>                 },
>>                 {
>>                     "osd": "684(8)",
>>                     "status": "already probed"
>>                 }
>>             ],
>>             "recovery_progress": {
>>                 "backfill_targets": [],
>>                 "waiting_on_backfill": [],
>>                 "last_backfill_started": "MIN",
>>                 "backfill_info": {
>>                     "begin": "MIN",
>>                     "end": "MIN",
>>                     "objects": []
>>                 },
>>                 "peer_backfill_info": [],
>>                 "backfills_in_flight": [],
>>                 "recovering": [],
>>                 "pg_backend": {
>>                     "recovery_ops": [],
>>                     "read_ops": []
>>                 }
>>             },
>>             "scrub": {
>>                 "scrubber.epoch_start": "407096",
>>                 "scrubber.active": false,
>>                 "scrubber.state": "INACTIVE",
>>                 "scrubber.start": "MIN",
>>                 "scrubber.end": "MIN",
>>                 "scrubber.max_end": "MIN",
>>                 "scrubber.subset_last_update": "0'0",
>>                 "scrubber.deep": false,
>>                 "scrubber.waiting_on_whom": []
>>             }
>>         },
>>         {
>>             "name": "Started",
>>             "enter_time": "2023-10-03 19:55:55.247621"
>>         }
>>     ],
>>     "agent_state": {}
>> }
>> node1:~ #
>> _______________________________________________
>> ceph-users mailing list -- ceph-users@xxxxxxx
>> To unsubscribe send an email to ceph-users-leave@xxxxxxx
>>
>
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx




[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux