Disabling Cross-Region Replication for a Volume Group

Learn how to disable cross-region replication for an existing boot volume.

    1. 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.
    2. On the details page, select Edit.
    3. Select Next twice to display the Cross region replication section.
    4. In the Cross region replication section, move the Enable cross ad/region replication slider to the left to disable cross-region replication.
    5. Select Check here to confirm to acknowledge the that volume group replica will be deleted.
    6. (Optional) To turn off individual volume replication for each volume in the group, select Volume replication off.
    7. Select Next twice to display the Summary section.
    8. 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 the volumeGroupReplicas attribute in the UpdateVolumeGroupDetails resource to disable cross-region replication for a volume group.