Red Hat Openshift Virtualization
Last updated
Last updated
Storware Backup & Recovery supports backup for OpenShift using OADP operator. Metadata of Virtual Machines is exported using OADP operator, volume data is exported using side pod using custom OpenShift Virtualization Plugin docker image. The backup supports both full and incremental types. Incremental backup does not require previous snapshots to remain in OpenShift.
Prior to adding OpenShift as a new Hypervisor Manager, you must install the OADP operator, version 1.3 or higher, from the Operator Hub within the OpenShift cluster.
Log in to the web interface and add a new OpenShift Hypervisor Manager:
URL - URL of the Openshift API e.g. api.your.cluster.local:6443
Username - login of a user with the cluster-admin role
OADP project name - project name where OADP Operator was installed (openshift-adp
by default)
Storage class name for OADP - specify storage class that will be used for OADP setup, if this field is empty, default storage class will be used (optional)
The Openshift Nodes should appear in Storware Backup & Recovery after indexing the cluster.
Storware Backup & Recovery use quay.io as default image registry for OpenShift Virtualization Plugin docker image. You can use your own registry to store the plugin image.
Download OpenShift Virtualization Plugin from Storware repository.
Upload it to your image registry host.
Import image to your registry. Example:
Edit /opt/vprotect/node.properties
file and change value for openshift.virtualization.sidepod.image
parameter. Example:
Restart vprotect-node service.
For a successful backup, Virtual Machine should have an app label assigned appropriately.
Hot-plugged disks are not supported.
Backup of disks: CDROM and LUN is not supported.
Storage class used for disk should support snapshots.