Skip to content

Commit 9709fa6

Browse files
authored
Merge pull request #96722 from openshift-cherrypick-robot/cherry-pick-95330-to-enterprise-4.19
[enterprise-4.19] Mod docs for Virt
2 parents 25f19ba + 0c37605 commit 9709fa6

File tree

7 files changed

+8
-0
lines changed

7 files changed

+8
-0
lines changed

backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ include::_attributes/common-attributes.adoc[]
1010

1111
toc::[]
1212

13+
[role="_abstract"]
1314
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.
1415

1516
Back up and restore virtual machines by using the xref:../../../backup_and_restore/index.adoc#application-backup-restore-operations-overview[{oadp-full}].

modules/install-and-configure-oadp-kubevirt.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="install-and-configure-oadp-kubevirt_{context}"]
77
= Installing and configuring {oadp-short} with {VirtProductName}
88

9+
[role="_abstract"]
910
As a cluster administrator, you install {oadp-short} by installing the {oadp-short} Operator.
1011

1112
The latest version of the {oadp-short} Operator installs link:https://velero.io/docs/v{velero-version}[Velero {velero-version}].

modules/oadp-backup-single-vm.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[id="oadp-backup-single-vm_{context}"]
88
= Backing up a single VM
99

10+
[role="_abstract"]
1011
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.
1112

1213

modules/oadp-incremental-backup-support.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="oadp-about-incremental-backup-support_{context}"]
77
= About incremental back up support
88

9+
[role="_abstract"]
910
{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:
1011

1112
[cols="5", options="header"]

modules/oadp-restore-single-vm-from-multiple-vm-backup.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[id="oadp-restore-single-vm-from-multiple-vm-backup_{context}"]
88
= Restoring a single VM from a backup of multiple VMs
99

10+
[role="_abstract"]
1011
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.
1112

1213

modules/oadp-restore-single-vm.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[id="oadp-restore-single-vm_{context}"]
88
= Restoring a single VM
99

10+
[role="_abstract"]
1011
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.
1112

1213
.Prerequisites

snippets/oadp-windows-vm-backup-fails.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// * backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc
55

66
:_mod-docs-content-type: SNIPPET
7+
8+
[role="_abstract"]
79
[WARNING]
810
====
911
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.

0 commit comments

Comments
 (0)