Disabling Cross-Region Replication for a Volume Group
Learn how to disable cross-region replication for an existing boot volume.
- On the Volume Groups list page, select the volume group you want to work with. If you need help finding the list page or the volume group, see Listing Volume Groups.
- On the details page, select Edit.
- Select Next twice to display the Cross region replication section.
- In the Cross region replication section, move the Enable cross ad/region replication slider to the left to disable cross-region replication.
- Select Check here to confirm to acknowledge the that volume group replica will be deleted.
- (Optional) To turn off individual volume replication for each volume in the group, select Volume replication off.
- Select Next twice to display the Summary section.
-
Select Save changes.
Use the
oci bv volume-group update
command and specify'[]'
for the--volume-group-replicas
parameter to disable cross-region replication for a volume group:oci bv volume-group update --volume-group-id <volume-group_ID> --volume-group-replicas '[]'
For example:
oci bv volume-group update --volume-group-id ocid1.volumegroup.oc1.phx.<unique_ID> --volume-group-replicas '[]'
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the
UpdateVolumeGroup
operation and specify'[]'
for thevolumeGroupReplicas
attribute in theUpdateVolumeGroupDetails
resource to disable cross-region replication for a volume group.