From d14f05e45fdbb124939373192f9805ab1e5a5f24 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Sat, 19 May 2018 14:09:54 +0530 Subject: [PATCH] rgw: update --url in usage and doc Signed-off-by: Jos Collin --- doc/man/8/radosgw-admin.rst | 4 ++++ src/rgw/rgw_admin.cc | 1 + src/test/cli/radosgw-admin/help.t | 1 + 3 files changed, 6 insertions(+) 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 -- 2.47.3