Skip to content

Commit

Permalink
Merge pull request ceph#8688 from xiexingguo/xxg-wip-crushtooltip
Browse files Browse the repository at this point in the history
tools/crushtool: add straw2 support for help message

Reviewed-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Apr 24, 2016
2 parents e440998 + 6448ea2 commit 1e1d898
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 1e1d898

Please sign in to comment.