Skip to content

Commit 666cafc

Browse files
committed
osd/pg_features: advertise PG_FEATURE_PCT for crimson
Signed-off-by: Samuel Just <[email protected]>
1 parent 5eade05 commit 666cafc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/osd/pg_features.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ static constexpr pg_feature_vec_t PG_FEATURE_INCARNATION_1 = 0ull;
2121
DEFINE_PG_FEATURE(0, 1, PCT)
2222

2323
static constexpr pg_feature_vec_t PG_FEATURE_NONE = 0ull;
24-
static constexpr pg_feature_vec_t PG_FEATURE_CRIMSON_ALL = 0ull;
24+
static constexpr pg_feature_vec_t PG_FEATURE_CRIMSON_ALL =
25+
PG_FEATURE_PCT;
2526
static constexpr pg_feature_vec_t PG_FEATURE_CLASSIC_ALL =
2627
PG_FEATURE_PCT;

0 commit comments

Comments
 (0)