From 0cf08985683820cd11492a9ad684d06565a04f34 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 30 Nov 2016 13:08:38 -0500 Subject: [PATCH] radosgw-admin: fix 'placment' typos Fixes: http://tracker.ceph.com/issues/18078 Signed-off-by: Casey Bodley --- src/rgw/rgw_admin.cc | 8 ++++---- src/test/cli/radosgw-admin/help.t | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index e5370b20b3afd..074c138fc4b75 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -113,7 +113,7 @@ void _usage() cout << " zonegroup rename rename a zone group\n"; cout << " zonegroup list list all zone groups set on this cluster\n"; cout << " zonegroup placement list list zonegroup's placement targets\n"; - cout << " zonegroup placement add add a placment target id to a zonegroup\n"; + cout << " zonegroup placement add add a placement target id to a zonegroup\n"; cout << " zonegroup placement modify modify a placement target of a specific zonegroup\n"; cout << " zonegroup placement rm remove a placement target from a zonegroup\n"; cout << " zonegroup-map get show zonegroup-map\n"; @@ -226,9 +226,9 @@ void _usage() cout << " --tags-add= list of tags to add for zonegroup placement modify command\n"; cout << " --tags-rm= list of tags to remove for zonegroup placement modify command\n"; cout << " --endpoints= zone endpoints\n"; - cout << " --index_pool= placment target index pool\n"; - cout << " --data_pool= placment target data pool\n"; - cout << " --data_extra_pool= placment target data extra (non-ec) pool\n"; + cout << " --index_pool= placement target index pool\n"; + cout << " --data_pool= placement target data pool\n"; + cout << " --data_extra_pool= placement target data extra (non-ec) pool\n"; cout << " --placement-index-type=\n"; cout << " placement target index type (normal, indexless, or #id)\n"; cout << " --tier-type= zone tier type\n"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index a653436c9b784..efc4f13603e28 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -63,7 +63,7 @@ zonegroup rename rename a zone group zonegroup list list all zone groups set on this cluster zonegroup placement list list zonegroup's placement targets - zonegroup placement add add a placment target id to a zonegroup + zonegroup placement add add a placement target id to a zonegroup zonegroup placement modify modify a placement target of a specific zonegroup zonegroup placement rm remove a placement target from a zonegroup zonegroup-map get show zonegroup-map @@ -176,9 +176,9 @@ --tags-add= list of tags to add for zonegroup placement modify command --tags-rm= list of tags to remove for zonegroup placement modify command --endpoints= zone endpoints - --index_pool= placment target index pool - --data_pool= placment target data pool - --data_extra_pool= placment target data extra (non-ec) pool + --index_pool= placement target index pool + --data_pool= placement target data pool + --data_extra_pool= placement target data extra (non-ec) pool --placement-index-type= placement target index type (normal, indexless, or #id) --tier-type= zone tier type -- 2.39.5