ONTAP drivers
Astra Trident provides five unique ONTAP storage drivers for communicating with ONTAP clusters.
Astra Control supported drivers
Astra Control provides seamless protection, disaster recovery, and mobility (moving volumes between Kubernetes clusters) for volumes created with the ontap-nas
, ontap-nas-flexgroup
, and ontap-san
drivers. See Astra Control replication prerequisites for details.
|
Astra Trident storage drivers for ONTAP
Astra Trident provides the following storage drivers to communicate with the ONTAP cluster. Supported access modes are: ReadWriteOnce (RWO), ReadOnlyMany (ROX), ReadWriteMany (RWX), ReadWriteOncePod (RWOP).
Driver | Protocol | volumeMode | Access modes supported | File systems supported |
---|---|---|---|---|
|
NFS |
Filesystem |
RWO, ROX, RWX, RWOP |
"", nfs, smb |
|
NFS |
Filesystem |
RWO, ROX, RWX, RWOP |
"", nfs, smb |
|
NFS |
Filesystem |
RWO, ROX, RWX, RWOP |
"", nfs, smb |
|
iSCSI |
Block |
RWO, ROX, RWX, RWOP |
No filesystem; raw block device |
|
iSCSI |
Filesystem |
RWO, ROX, RWOP RWX is not available in Filesystem volume mode. |
|
|
iSCSI |
Block |
RWO, ROX, RWX, RWOP |
No filesystem; raw block device |
|
iSCSI |
Filesystem |
RWO, ROX, RWOP RWX is not available in Filesystem volume mode. |
|
ONTAP backends can be authenticated by using login credentials for a security role (username/password) or the private key and the certificate that is installed on the ONTAP cluster. You can update existing backends to move from one authentication mode to the other with tridentctl update backend .
|