We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eade05 commit 666cafcCopy full SHA for 666cafc
src/osd/pg_features.h
@@ -21,6 +21,7 @@ static constexpr pg_feature_vec_t PG_FEATURE_INCARNATION_1 = 0ull;
21
DEFINE_PG_FEATURE(0, 1, PCT)
22
23
static constexpr pg_feature_vec_t PG_FEATURE_NONE = 0ull;
24
-static constexpr pg_feature_vec_t PG_FEATURE_CRIMSON_ALL = 0ull;
+static constexpr pg_feature_vec_t PG_FEATURE_CRIMSON_ALL =
25
+ PG_FEATURE_PCT;
26
static constexpr pg_feature_vec_t PG_FEATURE_CLASSIC_ALL =
27
PG_FEATURE_PCT;
0 commit comments