From: Sage Weil Date: Fri, 10 Apr 2015 00:17:59 +0000 (-0700) Subject: crush: fix dump of has_v4_buckets X-Git-Tag: v9.0.0~5^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d6e23413017fb8f5d7f18d74e993ceeedb82d8bc;p=ceph.git crush: fix dump of has_v4_buckets Backport: hammer Signed-off-by: Sage Weil --- diff --git a/src/crush/CrushWrapper.cc b/src/crush/CrushWrapper.cc index a18f7f5d1b57..d0c24af12c9c 100644 --- a/src/crush/CrushWrapper.cc +++ b/src/crush/CrushWrapper.cc @@ -1438,6 +1438,7 @@ void CrushWrapper::dump_tunables(Formatter *f) const f->dump_int("require_feature_tunables3", (int)has_nondefault_tunables3()); f->dump_int("has_v2_rules", (int)has_v2_rules()); f->dump_int("has_v3_rules", (int)has_v3_rules()); + f->dump_int("has_v4_buckets", (int)has_v4_buckets()); } void CrushWrapper::dump_rules(Formatter *f) const