]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crushtool: add --set-chooseleaf-descend-once to help
authorSage Weil <sage@inktank.com>
Mon, 17 Dec 2012 19:14:44 +0000 (11:14 -0800)
committerSage Weil <sage@inktank.com>
Mon, 17 Dec 2012 19:14:44 +0000 (11:14 -0800)
We forgot to update this in 88f218181a9e6d2292e2697fc93797d0f6d6e5dc.

Signed-off-by: Sage Weil <sage@inktank.com>
src/crushtool.cc
src/test/cli/crushtool/help.t

index 0f54852f049478699e32fc754f886c9ca3f6fec8..c5e69cd7bd8b12ae30170a81670c78ab5de244c5 100644 (file)
@@ -128,6 +128,8 @@ void usage()
   cout << "                         permutation before re-descent\n";
   cout << "   --set-choose-total-tries N\n";
   cout << "                         set choose total descent attempts\n";
+  cout << "   --set-chooseleaf-descend-once <0|1>\n";
+  cout << "                         set chooseleaf to (not) retry the recursive descent\n";
   cout << "   --output-name name\n";
   cout << "                         prepend the data file(s) generated during the\n";
   cout << "                         testing routine with name\n";
index 8f2f52c100aae9ca506d09a9f40009263fe83457..e9586fd14ca168a87e1da149e517d9e19872c8bb 100644 (file)
@@ -42,6 +42,8 @@
                            permutation before re-descent
      --set-choose-total-tries N
                            set choose total descent attempts
+     --set-chooseleaf-descend-once <0|1>
+                           set chooseleaf to (not) retry the recursive descent
      --output-name name
                            prepend the data file(s) generated during the
                            testing routine with name