Delete a volume on NetApp Storage. ONTAP 9
Feb 5, 2021
- Login to cluster ip.
- Unmount the volume from the namespace.
volume unmount -vserver vserver_name -volume volume_name
3. Delete the SnapMirror relationship if the volume is part of it.
4. Take the volume offline
volume offline -vserver vserver_name -volume volume_name
5. Delete the volume
volume delete -vserver vserver_name -volume volume_name