The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Delete a FlexVol volume
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can delete a FlexVol volume that is no longer required.
Before you begin
No applications must be accessing the data in the volume you want to delete.
|
If you accidentally delete a volume, see the Knowledge Base article How to use the Volume Recovery Queue. |
Steps
-
If the volume has been mounted, unmount it:
volume unmount -vserver vserver_name -volume volume_name
-
If the volume is part of a SnapMirror relationship, delete the relationship by using the
snapmirror delete
command. -
If the volume is online, take the volume offline:
volume offline -vserver vserver_name volume_name
-
Delete the volume:
volume delete -vserver vserver_name volume_name
Result
The volume is deleted, along with any associated quota policies and qtrees.
Related information