1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Mod docs for Virt

Signed-off-by: Shruti Deshpande <shdeshpa@redhat.com>
This commit is contained in:
Shruti Deshpande
2025-06-27 16:20:35 +05:30
parent c13644ca1f
commit df58606c44
7 changed files with 8 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ include::_attributes/common-attributes.adoc[]
toc::[]
[role="_abstract"]
You can install the {oadp-first} with {VirtProductName} by installing the OADP Operator and configuring a backup location. Then, you can install the Data Protection Application.
Back up and restore virtual machines by using the xref:../../../backup_and_restore/index.adoc#application-backup-restore-operations-overview[{oadp-full}].

View File

@@ -6,6 +6,7 @@
[id="install-and-configure-oadp-kubevirt_{context}"]
= Installing and configuring {oadp-short} with {VirtProductName}
[role="_abstract"]
As a cluster administrator, you install {oadp-short} by installing the {oadp-short} Operator.
The latest version of the {oadp-short} Operator installs link:https://velero.io/docs/v{velero-version}[Velero {velero-version}].

View File

@@ -7,6 +7,7 @@
[id="oadp-backup-single-vm_{context}"]
= Backing up a single VM
[role="_abstract"]
If you have a namespace with multiple virtual machines (VMs), and want to back up only one of them, you can use the label selector to filter the VM that needs to be included in the backup. You can filter the VM by using the `app: vmname` label.

View File

@@ -6,6 +6,7 @@
[id="oadp-about-incremental-backup-support_{context}"]
= About incremental back up support
[role="_abstract"]
{oadp-short} supports incremental backups of `block` and `Filesystem` persistent volumes for both containerized, and {VirtProductName} workloads. The following table summarizes the support for File System Backup (FSB), Container Storage Interface (CSI), and CSI Data Mover:
[cols="5", options="header"]

View File

@@ -7,6 +7,7 @@
[id="oadp-restore-single-vm-from-multiple-vm-backup_{context}"]
= Restoring a single VM from a backup of multiple VMs
[role="_abstract"]
If you have a backup containing multiple virtual machines (VMs), and you want to restore only one VM, you can use the `LabelSelectors` section in the `Restore` CR to select the VM to restore. To ensure that the persistent volume claim (PVC) attached to the VM is correctly restored, and the restored VM is not stuck in a `Provisioning` status, use both the `app: <vm_name>` and the `kubevirt.io/created-by` labels. To match the `kubevirt.io/created-by` label, use the UID of `DataVolume` of the VM.

View File

@@ -7,6 +7,7 @@
[id="oadp-restore-single-vm_{context}"]
= Restoring a single VM
[role="_abstract"]
After you have backed up a single virtual machine (VM) by using the label selector in the `Backup` custom resource (CR), you can create a `Restore` CR and point it to the backup. This restore operation restores a single VM.
.Prerequisites

View File

@@ -4,6 +4,8 @@
// * backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc
:_mod-docs-content-type: SNIPPET
[role="_abstract"]
[WARNING]
====
If you run a backup of a Microsoft Windows virtual machine (VM) immediately after the VM reboots, the backup might fail with a `PartiallyFailed` error. This is because, immediately after a VM boots, the Microsoft Windows Volume Shadow Copy Service (VSS) and Guest Agent (GA) service are not ready. The VSS and GA service being unready causes the backup to fail. In such a case, retry the backup a few minutes after the VM boots.