Cloning a Block Volume

Create a clone from a volume by using the Block Volume service. Cloning lets you to make a copy of an existing block volume without needing to go through the backup and restore process.

A cloned volume is a point-in-time direct disk-to-disk deep copy of the source volume, so all the data that is in the source volume when the clone is created is copied to the clone volume. Any subsequent changes to the data on the source volume are not copied to the clone. Because the clone is a copy of the source volume it is the same size as the source volume unless you specify a larger volume size when you create the clone.

The clone operation occurs immediately, and you can attach and use the cloned volume as a regular volume as soon as the state changes to Available. At that point, the volume data is being copied in the background, and can take up to thirty minutes depending on the size of the volume.

There is a single point-in-time reference for a source volume while it is being cloned. If the source volume is attached when you create a clone, you need to wait for the first clone operation to complete from the source volume before creating additional clones. If the source volume is detached, you can create up to ten clones from the same source volume simultaneously.

You can create a clone for a volume only within the same region, availability domain and tenancy. You can create a clone for a volume between compartments if you have the required access permissions for the operation.

For information to help you decide whether to create a backup or a clone of a volume, see Differences Between Block Volume Backups and Clones.

    1. Open the navigation menu and click Storage. Under Block Storage, click Block Volumes.
    2. Under List scope, select the compartment that contains the block volume.
    3. In the Block Volumes list, click the name of the volume that you want to clone.
    4. Under Resources, click Block Volume Clones.
    5. Click Create Clone.

    6. Specify a name for the clone. Avoid entering confidential information.

    7. Select the compartment to create the clone in, if different from the current compartment.
    8. To clone the block volume to a larger size volume, or change the performance setting for a clone, select Custom. Then perform one or both of the following actions:
    9. Optionally, enable asynchronous cross-region replication for the volume clone. Under Cross region replication select ON. See Replicating a Volume.
    10. Optionally, encrypt the data in this volume by using your own Vault encryption key. Select Encrypt using customer-managed keys, and then select the vault compartment and vault that contain the master encryption key you want to use. Then, select the master encryption key compartment and master encryption key.

      Important

      The Block Volume service doesn't support encrypting volumes with keys that are encrypted using the Rivest-Shamir-Adleman (RSA) algorithm. When you use your own keys, you must use keys that are encrypted using the Advanced Encryption Standard (AES) algorithm. This restriction applies to block volumes and boot volumes.
    11. Click Show Tagging Options to add tags to the volume.
    12. Click Create Clone.

    The volume is ready to use when its state is AVAILABLE in the volume list. At that point, you can perform various actions on the volume, such as creating a clone from the volume, attaching it to an instance, or deleting the volume.

  • Use the oci bv volume create command and specify the OCID for the volume you want to clone using the --source-volume-id parameter to clone a block volume:

    oci bv volume create --source-volume-id <volume_ID>...[OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.