From: Samuel Just Date: Fri, 28 Mar 2025 01:53:56 +0000 (-0700) Subject: osd/pg_features: advertise PG_FEATURE_PCT for crimson X-Git-Tag: testing/wip-rishabh-testing-20250422.155049-debug~6^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=666cafc478ced536a6519498e135fae562f82232;p=ceph-ci.git osd/pg_features: advertise PG_FEATURE_PCT for crimson Signed-off-by: Samuel Just --- diff --git a/src/osd/pg_features.h b/src/osd/pg_features.h index e601c84ee68..39ff5744809 100644 --- a/src/osd/pg_features.h +++ b/src/osd/pg_features.h @@ -21,6 +21,7 @@ static constexpr pg_feature_vec_t PG_FEATURE_INCARNATION_1 = 0ull; DEFINE_PG_FEATURE(0, 1, PCT) static constexpr pg_feature_vec_t PG_FEATURE_NONE = 0ull; -static constexpr pg_feature_vec_t PG_FEATURE_CRIMSON_ALL = 0ull; +static constexpr pg_feature_vec_t PG_FEATURE_CRIMSON_ALL = + PG_FEATURE_PCT; static constexpr pg_feature_vec_t PG_FEATURE_CLASSIC_ALL = PG_FEATURE_PCT;