YadroTatlinUnifiedStorageClass
Scope: Cluster
Version: v1alpha1
-
spec
-
spec.fsType
Required value
The filesystem type of the storage class. Might be:
- xfs
- ext4
Allowed values:
xfs
,ext4
-
spec.pool
Required value
Name of the pool.Minimal length:
1
-
spec.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
-
spec.storageConnectionName
Required value
Name of the YadroTatlinUnifiedStorageConnection custom resource.Minimal length:
1
-
YadroTatlinUnifiedStorageConnection
Scope: Cluster
Version: v1alpha1
-
spec
-
spec.controlPlane
Required value
Properties of control plane connection for Yadro storage.-
spec.controlPlane.address
Required value
Yadro storage address -
spec.controlPlane.caYadro CA certificate, in case of self-signed SSL certificates
-
spec.controlPlane.password
Required value
Yadro storage password, base64 encoded -
spec.controlPlane.skipCertificateValidationSkip Yadro storage certificate check
-
spec.controlPlane.username
Required value
Yadro storage username
-
-
spec.dataPlane
Required value
Properties of data plane connection for Yadro storage.-
spec.dataPlane.fcFC connection properties
-
spec.dataPlane.fc.volumeExportPort
Required value
Volume export ports for connection
-
-
spec.dataPlane.iscsiiSCSI connection properties
-
spec.dataPlane.iscsi.volumeExportPort
Required value
Volume export ports for connection
-
-
spec.dataPlane.protocol
Required value
Supported connection protocolsAllowed values:
iscsi
,fc
-
-