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.
apiVersion: ceph.rook.io/v1
kind: CephObjectRealm
metadata:
name: realm-a
namespace: rook-ceph
# This endpoint in this section needs is an endpoint from the master zone in the master zone group of realm-a. See object-multisite.md for more details.
spec:
pull:
endpoint: http://10.2.105.133:80
name
: The name of the object realm to createnamespace
: The namespace of the Rook cluster where the object realm is created.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.