Skip to main content

vserver consistency-group volume remove

Contributors
Suggest changes

Remove a volume from consistency group

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

The vserver consistency-group volume remove removes volumes from a consistency group.

Parameters

-vserver <Vserver Name> - Vserver Name

This parameter specifies the Vserver that contains the consistency group from which the volume will be removed.

-consistency-group <text> - Consistency Group

This parameter specifies the consistency group from which the volume will be removed.

-parent-consistency-group <text> - Parent Consistency Group

This parameter specifies the parent consistency group from which the volume will be removed.

-volume <volume name> - Volume

This parameter specifies the volume to be removed from the consistency group.

Examples

The following example will remove volumes vol1,vol2 from child consistency group named cg in parent consistency group parentCg on a Vserver named vs0.

cluster1::> vserver consistency-group volume remove -vserver vs0 -consistency-group cg -parent-consistency-group parentCg -volume vol1
        (vserver consistency-group volume remove)
    Warning: Are you sure you want to remove volume "vol1" from consistency group "cg" in Vserver "vs0" ? {y|n}: y
    [Job 100] Job succeeded: Success