]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update radosgw man page with available opts
authorAbhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Thu, 24 Jul 2014 15:00:43 +0000 (20:30 +0530)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 24 Jul 2014 20:21:25 +0000 (13:21 -0700)
Fixes:#8112

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
doc/man/8/radosgw.rst

index 5e5e3c08aa90c95183f869633e85a0c93cda9ed8..b9cdea304bdb971770705d839f2ec89bf3529f98 100644 (file)
@@ -32,10 +32,38 @@ Options
    Connect to specified monitor (instead of looking through
    ``ceph.conf``).
 
+.. option:: -i ID, --id ID
+
+   Set the ID portion of name for radosgw
+
+.. option:: -n TYPE.ID, --name TYPE.ID
+
+   Set the rados user name for the gateway (eg. client.radosgw.gateway)
+
+.. option:: --cluster NAME
+
+   Set the cluster name (default: ceph)
+
+.. option:: -d
+
+   Run in foreground, log to stderr
+
+.. option:: -f
+
+   Run in foreground, log to usual location
+
 .. option:: --rgw-socket-path=path
 
    Specify a unix domain socket path.
 
+.. option:: --rgw-region=region
+
+   The region where radosgw runs
+
+.. option:: --rgw-zone=zone
+
+   The zone where radosgw runs
+
 
 Configuration
 =============