Changing Mirror Volumes to Standard Volumes
Describes how to convert a mirror volume to a standard volume.
To change read-only mirror volumes to read-write (standard) volumes, you must promote the mirror volumes to standard volumes. After the mirror volume is promoted, the snapshot schedule specified for the mirror is used for the promoted read-write volume and the mirror schedule is disabled. You can promote a mirror volume to a standard volume using the Control System or the CLI.
Changing Multiple Mirror Volumes to Standard Volumes Using the Control System
- Select the mirror volumes to promote from the list of volumes in Volumes pane.
-
Select Change to Standard Volume(s) from the
Actions drop-down menu.
The Change to Standard Volume(s) confirmation dialog displays.
- Review the list of mirror volumes to promote and click Change Volume(s) to change the mirror volumes to standard volumes.
Changing a Mirror Volume to a Standard Volume Using the Control System
- Log in to the Control System and go to the volume information page for the mirror volume.
-
Select Change to Standard Volume(s) from the
Select Action drop-down menu.
The Change to Standard Volume(s) confirmation dialog displays.
- Click Change Volume(s) to change the mirror volume to a standard volume.
Changing a Mirror Volume to a Standard Volume Using the CLI or REST API
maprcli volume modify
command with the
-type
option value set to rw
on the cluster
where the mirror volume resides and specify the name of the mirror volume that is
being promoted. In the following example, the mirror volume is named volA:
Cluster2> maprcli volume modify -name volA -type rw
For
more information, see volume modify
.