]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: update --url in usage and doc 22100/head
authorJos Collin <jcollin@redhat.com>
Sat, 19 May 2018 08:39:54 +0000 (14:09 +0530)
committerJos Collin <jcollin@redhat.com>
Sat, 19 May 2018 08:43:16 +0000 (14:13 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
doc/man/8/radosgw-admin.rst
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index 9135a5e05a7450c2379429fc7a95f18424c5479e..56da4d63e09f931539f2ca49546d323539d871d7 100644 (file)
@@ -601,6 +601,10 @@ Options
 
    Period id.
 
+.. option:: --url=<url>
+
+   url for pushing/pulling period or realm.
+
 .. option:: --epoch=<number>
 
    Period epoch.
index be71476fd4a6618881d7b703ef058af4b4b46ec0..8614534c4798121cb7c239e06a8c0d0cd82fdee6 100644 (file)
@@ -251,6 +251,7 @@ void usage()
   cout << "   --metadata-key=<key>      key to retrieve metadata from with metadata get\n";
   cout << "   --remote=<remote>         zone or zonegroup id of remote gateway\n";
   cout << "   --period=<id>             period id\n";
+  cout << "   --url=<url>               url for pushing/pulling period/realm\n";
   cout << "   --epoch=<number>          period epoch\n";
   cout << "   --commit                  commit the period during 'period update'\n";
   cout << "   --staging                 get staging period info\n";
index bf2f9b94f3a9cb7db990c2aa5447d1ddc416829c..4f9501b9dec5b38a9e094c4f40fe092b52eea9e0 100644 (file)
      --metadata-key=<key>      key to retrieve metadata from with metadata get
      --remote=<remote>         zone or zonegroup id of remote gateway
      --period=<id>             period id
+     --url=<url>               url for pushing/pulling period/realm
      --epoch=<number>          period epoch
      --commit                  commit the period during 'period update'
      --staging                 get staging period info