CephClusterAuthentication
Scope: Cluster
Version: v1alpha1
-
objectspec
-
stringspec.userID
Required value
Username withoutclient.. -
stringspec.userKey
Required value
Ceph auth key corresponding to theuserID.
-
CephClusterConnection
Scope: Cluster
Version: v1alpha1
-
objectspec
-
objectspec.cephFSCephFS specific parameters (Cluster wide).
-
stringspec.cephFS.subvolumeGroupCephFS subvolume group name.
Minimal length:
1
-
-
stringspec.clusterID
Required value
Ceph cluster FSID/UUID.
Use
ceph fsidto get Ceph cluster FSID/UUID. -
array of stringsspec.monitors
Required value
List of ceph-mon IP addresses in the format10.0.0.10:6789. -
stringspec.userID
Required value
Ceph user name. -
stringspec.userKey
Required value
Ceph user key.Minimal length:
1
-
CephMetadataBackup
Scope: Cluster
Version: v1alpha1
-
objectspec
-
stringspec.dataData is a base64 encoded Kubernetes resource.
-
CephStorageClass
Scope: Cluster
Version: v1alpha1
-
objectspec
-
objectspec.cephFSCephFS specific parameters.
-
stringspec.cephFS.fsName
Required value
Name of the CephFS file system.Minimal length:
1
-
-
stringspec.clusterAuthenticationNameName of the CephClusterAuthentication custom resource.
Minimal length:
1 -
stringspec.clusterConnectionName
Required value
Name of the CephClusterConnection custom resource.Minimal length:
1 -
objectspec.rbdRados Block Device specific parameters.
-
stringspec.rbd.defaultFSTypeDefault file system type for the Rados Block Device.
Default:
ext4Minimal length:
1 -
stringspec.rbd.pool
Required value
Name of the RBD pool.Minimal length:
1
-
-
stringspec.reclaimPolicy
Required value
The storage class’s reclaim policy. Might be:
- Delete (If the Persistent Volume Claim is deleted, deletes the Persistent Volume and its associated storage as well)
- Retain (If the Persistent Volume Claim is deleted, remains the Persistent Volume and its associated storage)
Allowed values:
Delete,Retain -
stringspec.type
Required value
The type of the storage class. Might be:
- CephFS
- RBD (Rados Block Device)
Allowed values:
CephFS,RBD
-