Red Hat Openshift Virtualization
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.
Adding Openshift Hypervisor Manager
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.
Using own image registry for OpenShift Virtualization Plugin
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:
gunzip sbr-openshift-virtualization-plugin-jvm-x.x.x.x.tar.gz docker load -i sbr-openshift-virtualization-plugin-jvm-x.x.x.x.tar
Edit
/opt/vprotect/node.properties
file and change value foropenshift.virtualization.sidepod.image
parameter. Example:openshift.virtualization.sidepod.image=<Registry IP>:5000/sbr-openshift-virtualization-plugin:x.x.x.x
Restart vprotect-node service.
systemctl restart vprotect-node
Limitations
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.