From 574e05965be1dc828d4b0923f3ffe49ffa0e1d6b Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Wed, 21 Aug 2019 16:34:26 +0800 Subject: [PATCH] osd/osd_type: disable incremental recovery for legacy missing item which is important to let us talk with pre-octopus osds and make sure the pg_missing_items created before Octopus can be correctly (fully) recovered too. Signed-off-by: xie xingguo --- src/osd/osd_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h index ac981625bda..f42a64d82fa 100644 --- a/src/osd/osd_types.h +++ b/src/osd/osd_types.h @@ -4286,6 +4286,7 @@ struct pg_missing_item { uint8_t f; decode(f, bl); flags = static_cast(f); + clean_regions.mark_fully_dirty(); } } -- 2.39.5