]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: mention certain conf vars should be in global
authorAli Maredia <amaredia@redhat.com>
Tue, 16 May 2017 18:34:28 +0000 (14:34 -0400)
committerAli Maredia <amaredia@redhat.com>
Wed, 17 May 2017 14:56:47 +0000 (10:56 -0400)
This is to make it apply whenever the radsogw-admin
command is run without specifying the instance name

Signed-off-by: Ali Maredia <amaredia@redhat.com>
doc/radosgw/config-ref.rst

index 8a9c39e858848269daa9472d0265b92a10cf305a..989aaeaf2bad0e456e99b9895c4755eca6e05056 100644 (file)
@@ -7,6 +7,11 @@ The following settings may added to the Ceph configuration file (i.e., usually
 settings may contain default values. If you do not specify each setting in the
 Ceph configuration file, the default value will be set automatically.
 
+Configuration variables set under the ``[client.radosgw.{instance-name}]``
+section will not apply to rgw or radosgw-admin commands without an instance-name
+specified in the command. Thus variables meant to be applied to all RGW
+instances or all radosgw-admin commands can be put into the ``[global]`` or the
+``[client]`` section to avoid specifying instance-name.
 
 ``rgw data``
 
@@ -294,6 +299,8 @@ Ceph configuration file, the default value will be set automatically.
               a value of zero indicates there is no sharding. It is not
               recommended to set a value too large (e.g. thousand) as it
               increases the cost for bucket listing.
+              This variable should be set in the client or global sections
+              so that it is automatically applied to radosgw-admin commands.
 
 :Type: Integer
 :Default: ``0``
@@ -356,6 +363,8 @@ Ceph configuration file, the default value will be set automatically.
 
 :Description: Default max number of objects per bucket. Set on new users,
               if no other quota is specified. Has no effect on existing users.
+              This variable should be set in the client or global sections
+              so that it is automatically applied to radosgw-admin commands.
 :Type: Integer
 :Default: ``-1``