]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/pg_features: advertise PG_FEATURE_PCT for crimson 62619/head
authorSamuel Just <sjust@redhat.com>
Fri, 28 Mar 2025 01:53:56 +0000 (18:53 -0700)
committerSamuel Just <sjust@redhat.com>
Mon, 21 Apr 2025 16:31:02 +0000 (09:31 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/pg_features.h

index e601c84ee688717599a0dd0a17406babf88ae88d..39ff5744809474a21786a4c43597e211f2be410b 100644 (file)
@@ -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;