Delete a Volume

Deleting a volume also deletes any snapshots of the volume. Because clones share the original data with the source volume, you cannot delete a volume that has a clone.

Caution:
All data stored on the volume will be destroyed.
  1. Take the volume offline.
    vol --offline vol_name
  2. Disassociate the volume from any volume collections.
    vol --dissoc vol_name
    NOTE: This step is mandatory for all volumes, including standalone volumes.
  3. Delete the volume.
    vol --delete vol_name