Is it possible to update the DataLIF on the trident backend?
- Views:
- 21
- Visibility:
- Public
- Votes:
- 0
- Category:
- trident-kubernetes
- Specialty:
- snapx
- Last Updated:
- 5/3/2025, 5:01:19 AM
Applies to
NetApp Trident
Answer
Yes.
- From trident version 23.01 and above, we can update the DataLIF on
ontap-nas
andontap-nas-economy
only. - We can change the dataLIF after initial configuration by running the following command to provide the new backend JSON file with updated dataLIF.
tridentctl update backend <backend-name> -f <path-to-backend-json-file-with-updated-dataLIF>
Note: If PVCs are attached to one or multiple pods, you must bring down all corresponding pods and then bring them back up in order to for the new dataLIF to take effect.
Additional Information