- We have the following functioning setup:
- Openshift with Trident Operator
- BackEnd configurations using TridentBackendConfig CR
- ONTAP SAN backends using iSCSI & MultiPath
- NetApp SVM with 2 aggregates
- 2 IP addresses/DNS are used for iSCSI
-
Replacing NetApp aggregates
The two NetApp aggregates are to be replaced by two new ones.
The two new aggregates are currently available in parallel.
2 new IP addresses/DNS have been provided for ISCSI.
New SAN PVCs/PVs/LUNs are successfully created on the new aggregates. -
Migrating existing SAN LUNs to new aggregates
What steps need to be completed so that the PVCs within Openshift are also consistent?
Presumably a "move" of the LUNs within the aggregates will not be sufficient?
The official Trident documentation only describes an update of the Trident backend configuration using "tridentclt" to detect the new aggregates.
- How do I proceed when using TridentBackendConfig CR instead of tridentctl for the backend configuration?