``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
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
[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