Skip to content

Commit

Permalink
doc: fix rgw placment rule pool config option
Browse files Browse the repository at this point in the history
actually we're checking '--data-pool' and '--data-extra-pool'
during the argument parsing.

Signed-off-by: Jiaying Ren <jiaying.ren@umcloud.com>
  • Loading branch information
Jiaying Ren committed Jul 3, 2017
1 parent 98e00ab commit 3af3f4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/rgw/rgw_admin.cc
Expand Up @@ -253,8 +253,8 @@ void _usage()
cout << " --tags-rm=<list> list of tags to remove for zonegroup placement modify command\n";
cout << " --endpoints=<list> zone endpoints\n";
cout << " --index_pool=<pool> placement target index pool\n";
cout << " --data_pool=<pool> placement target data pool\n";
cout << " --data_extra_pool=<pool> placement target data extra (non-ec) pool\n";
cout << " --data-pool=<pool> placement target data pool\n";
cout << " --data-extra-pool=<pool> placement target data extra (non-ec) pool\n";
cout << " --placement-index-type=<type>\n";
cout << " placement target index type (normal, indexless, or #id)\n";
cout << " --compression=<type> placement target compression type (plugin name or empty/none)\n";
Expand Down
4 changes: 2 additions & 2 deletions src/test/cli/radosgw-admin/help.t
Expand Up @@ -197,8 +197,8 @@
--tags-rm=<list> list of tags to remove for zonegroup placement modify command
--endpoints=<list> zone endpoints
--index_pool=<pool> placement target index pool
--data_pool=<pool> placement target data pool
--data_extra_pool=<pool> placement target data extra (non-ec) pool
--data-pool=<pool> placement target data pool
--data-extra-pool=<pool> placement target data extra (non-ec) pool
--placement-index-type=<type>
placement target index type (normal, indexless, or #id)
--compression=<type> placement target compression type (plugin name or empty/none)
Expand Down

0 comments on commit 3af3f4e

Please sign in to comment.