]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crush/CrushWrapper: dump chooseleaf_vary_r with other tunables
authorSage Weil <sage@redhat.com>
Tue, 2 Dec 2014 22:04:34 +0000 (14:04 -0800)
committerSage Weil <sage@redhat.com>
Sat, 7 Feb 2015 20:33:25 +0000 (12:33 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit c133a83fe7b77e2a7e7c711cb8ab943c59ff0885)

src/crush/CrushWrapper.cc

index 895c9ffa054431b2f40ce519bae2f0064879de12..1bf046e6b1fcfdc9b84cd7cc2db598f968e7aaaf 100644 (file)
@@ -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())