Skip to content

Commit

Permalink
tools/crushtool: add straw2 support for help message
Browse files Browse the repository at this point in the history
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 6448ea2)
  • Loading branch information
xiexingguo authored and liewegas committed Apr 29, 2016
1 parent 7e9cb77 commit 685352e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/cli/crushtool/help.t
Expand Up @@ -26,7 +26,7 @@
compile with unsafe tunables
--build --num_osds N layer1 ...
build a new map, where each 'layer' is
'name (uniform|straw|list|tree) size'
'name (uniform|straw2|straw|list|tree) size'

Options for the tunables adjustments stage

Expand Down
2 changes: 1 addition & 1 deletion src/tools/crushtool.cc
Expand Up @@ -132,7 +132,7 @@ void usage()
cout << " compile with unsafe tunables\n";
cout << " --build --num_osds N layer1 ...\n";
cout << " build a new map, where each 'layer' is\n";
cout << " 'name (uniform|straw|list|tree) size'\n";
cout << " 'name (uniform|straw2|straw|list|tree) size'\n";
cout << "\n";
cout << "Options for the tunables adjustments stage\n";
cout << "\n";
Expand Down

0 comments on commit 685352e

Please sign in to comment.