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

Merge pull request #83327 from shdeshpa07/OADP-3472-Windows-Backup-Fails

OADP-3472 Added warning for windows vm backup fail
This commit is contained in:
Avani Bhatt
2024-11-05 11:49:59 +00:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ include::modules/install-and-configure-oadp-kubevirt.adoc[leveloffset=+1]
* xref:../../../disconnected/using-olm.adoc#olm-restricted-networks[Using Operator Lifecycle Manager in disconnected environments]
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
include::snippets/oadp-windows-vm-backup-fails.adoc[]
include::modules/oadp-configuring-client-burst-qps.adoc[leveloffset=+1]
include::modules/oadp-configuring-node-agents.adoc[leveloffset=+2]
include::modules/oadp-incremental-backup-support.adoc[leveloffset=+1]

View File

@@ -0,0 +1,10 @@
//This snippet appears in the following assemblies:
//
// * backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc
:_mod-docs-content-type: SNIPPET
[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.
====