From: Sage Weil Date: Tue, 2 Dec 2014 22:04:34 +0000 (-0800) Subject: crush/CrushWrapper: dump chooseleaf_vary_r with other tunables X-Git-Tag: v0.80.9~11^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=61b4f09848796faeacf7eb78dd6dc06513beb737;p=ceph.git crush/CrushWrapper: dump chooseleaf_vary_r with other tunables Signed-off-by: Sage Weil (cherry picked from commit c133a83fe7b77e2a7e7c711cb8ab943c59ff0885) --- diff --git a/src/crush/CrushWrapper.cc b/src/crush/CrushWrapper.cc index 895c9ffa0544..1bf046e6b1fc 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())