From 666cafc478ced536a6519498e135fae562f82232 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Thu, 27 Mar 2025 18:53:56 -0700 Subject: [PATCH] osd/pg_features: advertise PG_FEATURE_PCT for crimson Signed-off-by: Samuel Just --- src/osd/pg_features.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/osd/pg_features.h b/src/osd/pg_features.h index e601c84ee6887..39ff574480947 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; -- 2.39.5