Skip to content

Commit

Permalink
Merge pull request #16084 from mikulely/fix-data-pool-cli
Browse files Browse the repository at this point in the history
rgw,test: fix rgw placement rule pool config option

Reviewed By: Jos Collin <jcollin@redhat.com>
  • Loading branch information
joscollin committed Jul 5, 2017
2 parents 4968f38 + 3af3f4e commit f635570
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 f635570

Please sign in to comment.