CLI Guide

Table Of Contents
ll displays that the target meta-volume has an active state of false.
The meta-volume destroy command destroys the meta-volume:
VPlexcli:/clusters/cluster-1/system-volumes> ll meta1
/clusters/cluster-1/system-volumes/meta1:
Attributes:
Name Value
---------------------- -----------
active false
application-consistent false
block-count 23592704
.
.
.
VPlexcli:/clusters/cluster-1/system-volumes> meta-volume destroy -v meta1
Meta-volume 'meta1' will be destroyed. Do you wish to continue? (Yes/No) y
See also
meta-volume create
meta-volume detach-mirror
Detaches a storage-volume/mirror from a meta-volume.
Contexts
All contexts.
Syntax
meta-volume detach-mirror
[-d|--storage-volume] context-path
[-v|--meta-volume] context-path
[-s|--slot] slot-number
[f|--force]
--discard
Arguments
Required arguments
[-d|--storage-volume]
context-path
Storage volume to detach as a mirror from the meta-volume.
[-v|--meta-volume] context-
path
* The meta-volume from which the storage-volume/mirror should be detached.
Optional arguments
[-f|--force]
Force the mirror to be discarded. Required when the --discard argument is used.
[-s|--slot] slot-number The slot number of the mirror to be discarded. Applicable only when the --discard
argument is used.
246 Commands