From 33e79ab7aa0b5428e8fb82a90eea17d31d363a88 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 9 Apr 2015 17:17:59 -0700 Subject: [PATCH] crush: fix dump of has_v4_buckets Backport: hammer Signed-off-by: Sage Weil (cherry picked from commit d6e23413017fb8f5d7f18d74e993ceeedb82d8bc) --- src/crush/CrushWrapper.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crush/CrushWrapper.cc b/src/crush/CrushWrapper.cc index a18f7f5d1b57b..d0c24af12c9cb 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 -- 2.39.5