From 61b4f09848796faeacf7eb78dd6dc06513beb737 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 2 Dec 2014 14:04:34 -0800 Subject: [PATCH] crush/CrushWrapper: dump chooseleaf_vary_r with other tunables Signed-off-by: Sage Weil (cherry picked from commit c133a83fe7b77e2a7e7c711cb8ab943c59ff0885) --- src/crush/CrushWrapper.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crush/CrushWrapper.cc b/src/crush/CrushWrapper.cc index 895c9ffa05443..1bf046e6b1fcf 100644 --- a/src/crush/CrushWrapper.cc +++ b/src/crush/CrushWrapper.cc @@ -1234,6 +1234,7 @@ void CrushWrapper::dump_tunables(Formatter *f) const f->dump_int("choose_local_fallback_tries", get_choose_local_fallback_tries()); f->dump_int("choose_total_tries", get_choose_total_tries()); f->dump_int("chooseleaf_descend_once", get_chooseleaf_descend_once()); + f->dump_int("chooseleaf_vary_r", get_chooseleaf_vary_r()); // be helpful about it if (has_firefly_tunables()) -- 2.39.5