Is it possible to specify separate volumes for each Trident Cluster?
Applies to
Trident
Answer
Partially, you can specify for each cluster a
storagePrefix
in each cluster, this will create volume with a specific prefix.
Example:
cat backend-ontap-nas-economy.json
{
"version": 1,
"storageDriverName": "ontap-nas-economy",
"backendName": "nas-economy-backend",
"managementLIF": "<mgmt_LIF>",
"dataLIF": "<Date_LIF>",
"svm": "<SVM>",
"username": "<user>",
"password": "<password>",
"nfsMountOptions": "nfsvers=3",
"storagePrefix": "<prefix>",
"autoExportPolicy": true,
"exportPolicy": "",
"autoExportCIDRs": ["<IP_Mask>"],
"debugTraceFlags": {“api”:true, “method”:true},
"defaults": {
}
}