Restores for OpenStack

You can restore instances or images in place or to a new destination. You can also restore guest files and folders.

Restores are supported for both Windows and Linux clients.

Note

For both in-place and out-of-place restores, the restored instance is assigned a new instance ID that is different from the source instance.

End User Restores

End users can restore VMs either in place or out of place. For this scenario, the VM display name option is the only value the user can change on the Restore options dialog box.

Users can also restore a virtual machine disk to an existing VM. The disks are restored and attached to the destination VM.

If the VM display name is the same as an existing VM on the destination, the restore fails.

Restore Processes

The stages of the restore process depend on how the source instance or image was configured.

Restoring Full Instances When the Boot Disk Is an Image

  1. Create a cinder volume that is the same size as the OS disk in the source VM.

  2. Attach the cinder volume to the VSA proxy.

  3. Restore data received from the MediaAgent into the attached volume.

  4. Detach the volume.

  5. Create a new image from the restored cinder volume.

  6. For cinder data volumes, the restore process includes the following stages:

    1. Create cinder volumes.

    2. Attach volumes to the VSA proxy.

    3. Restore data received from the MediaAgent into the attached volumes.

      Up to 25 volumes can be attached to the VSA proxy during restores, occupying device slots vdb- vdz.

    4. Detach the volumes.

  7. Launch an instance from the new image.

  8. Attached the restored data volumes to the newly launched instance.

  9. Delete the operating system volume and image that were created to perform the restore.

Restoring Full Instances When the Boot Disk is a Cinder Volume

  1. Create a cinder volume that is the same size as the OS disk in the source VM.

  2. Create data volumes.

  3. Attach volumes to the VSA proxy.

  4. Restore data received from the MediaAgent into the attached volumes.

    Up to 25 volumes can be attached to the VSA proxy during restores, occupying device slots vdb- vdz.

  5. Detach the volumes.

  6. Launch an instance from the restored operating system volume.

  7. Attach the restored data volumes to the newly launched instance.

Restoring a Flat Image

  1. Create an image on the specified destination.

  2. Restore data received from the MediaAgent into the image using direct uploads.

Loading...