CephObjectRealm CRD
Rook allows creation of a realm in a Ceph Object Multisite configuration through a CRD. The following settings are available for Ceph object store realms.
Example¶
Settings¶
Metadata¶
name
: The name of the object realm to createnamespace
: The namespace of the Rook cluster where the object realm is created.
Spec¶
pull
: This optional section is for the pulling the realm for another ceph cluster.endpoint
: The endpoint in the realm from another ceph cluster you want to pull from. This endpoint must be in the master zone of the master zone group of the realm.
defaultRealm
: When set to true, Rook will mark the CephObjectStore's realm as the default realm in the Ceph cluster. Only one realm can be marked default. Ceph does not allow default to be unassigned after it is assigned; a different realm can be marked default instead.