]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: rgw_region_root_pool option should be in [global] 8271/head
authorVikhyat Umrao <vumrao@redhat.com>
Wed, 23 Mar 2016 06:19:43 +0000 (11:49 +0530)
committerVikhyat Umrao <vumrao@redhat.com>
Wed, 23 Mar 2016 12:04:13 +0000 (17:34 +0530)
     add new option rgw_zonegroup_root_pool from Jewel.

Fixes: #15244
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
doc/radosgw/config-ref.rst
doc/radosgw/federated-config.rst

index f66738ee1a7dfcb301b25b84006974614dee6b8b..d82efbf3db29e142ceaa346d9218b8734faa4aef 100644 (file)
@@ -709,9 +709,17 @@ configuration.
 ``rgw region root pool``
 
 :Description: The pool for storing all region-specific information.
+              Not used in Ceph version ``Jewel``.
 :Type: String
 :Default: ``.rgw.root``
 
+.. versionadded:: Jewel
+
+``rgw zonegroup root pool``
+
+:Description: The pool for storing all zonegroup-specific information.
+:Type: String
+:Default: ``.rgw.root``
 
 
 .. versionadded:: v.67
index f47a0af26e1ae1f53bee8c894ddd4731991c1e25..d66d98e5938f832598b8ef77a9037ce3c27afa06 100644 (file)
@@ -341,11 +341,12 @@ Add Instances to Ceph Config File
 On an admin node, add an entry for each instance in the Ceph configuration file
 for your Ceph Storage Cluster(s). For example:: 
 
-       ...
+       [global]
+       rgw region root pool = .us.rgw.root     # Deprecated in Jewel
+       rgw zonegroup root pool = .us.rgw.root  # From Jewel
        
        [client.radosgw.us-east-1]
        rgw region = us
-       rgw region root pool = .us.rgw.root
        rgw zone = us-east
        rgw zone root pool = .us-east.rgw.root
        keyring = /etc/ceph/ceph.client.radosgw.keyring
@@ -355,7 +356,6 @@ for your Ceph Storage Cluster(s). For example::
        
        [client.radosgw.us-west-1]
        rgw region = us
-       rgw region root pool = .us.rgw.root
        rgw zone = us-west
        rgw zone root pool = .us-west.rgw.root
        keyring = /etc/ceph/ceph.client.radosgw.keyring