From e674f2b436140d711e45dd58fe7e081c06f4afb9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 16 Jan 2012 14:29:00 -0800 Subject: [PATCH] features: add missing features to default set UID, MONCLOCKCHECK. No practical impact here, since they only mattered to the mon and that specified them explicitly in ceph_mon.cc. Signed-off-by: Sage Weil --- src/include/ceph_features.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/include/ceph_features.h b/src/include/ceph_features.h index a75625e79516b..6fee25e0d65d0 100644 --- a/src/include/ceph_features.h +++ b/src/include/ceph_features.h @@ -22,10 +22,12 @@ * Features supported. Should be everything above. */ #define CEPH_FEATURES_SUPPORTED_DEFAULT \ - (CEPH_FEATURE_NOSRCADDR | \ + (CEPH_FEATURE_UID | \ + CEPH_FEATURE_NOSRCADDR | \ + CEPH_FEATURE_MONCLOCKCHECK | \ + CEPH_FEATURE_FLOCK | \ CEPH_FEATURE_SUBSCRIBE2 | \ CEPH_FEATURE_MONNAMES | \ - CEPH_FEATURE_FLOCK | \ CEPH_FEATURE_RECONNECT_SEQ | \ CEPH_FEATURE_DIRLAYOUTHASH | \ CEPH_FEATURE_OBJECTLOCATOR | \ -- 2.39.5