From: Jos Collin Date: Sat, 19 May 2018 08:39:54 +0000 (+0530) Subject: rgw: update --url in usage and doc X-Git-Tag: v14.0.0~51^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F22100%2Fhead;p=ceph.git rgw: update --url in usage and doc Signed-off-by: Jos Collin --- diff --git a/doc/man/8/radosgw-admin.rst b/doc/man/8/radosgw-admin.rst index 9135a5e05a74..56da4d63e09f 100644 --- a/doc/man/8/radosgw-admin.rst +++ b/doc/man/8/radosgw-admin.rst @@ -601,6 +601,10 @@ Options Period id. +.. option:: --url= + + url for pushing/pulling period or realm. + .. option:: --epoch= Period epoch. diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index be71476fd4a6..8614534c4798 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -251,6 +251,7 @@ void usage() cout << " --metadata-key= key to retrieve metadata from with metadata get\n"; cout << " --remote= zone or zonegroup id of remote gateway\n"; cout << " --period= period id\n"; + cout << " --url= url for pushing/pulling period/realm\n"; cout << " --epoch= period epoch\n"; cout << " --commit commit the period during 'period update'\n"; cout << " --staging get staging period info\n"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index bf2f9b94f3a9..4f9501b9dec5 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -189,6 +189,7 @@ --metadata-key= key to retrieve metadata from with metadata get --remote= zone or zonegroup id of remote gateway --period= period id + --url= url for pushing/pulling period/realm --epoch= period epoch --commit commit the period during 'period update' --staging get staging period info