Skip to content

Commit 260ce45

Browse files
authored
Merge pull request #83327 from shdeshpa07/OADP-3472-Windows-Backup-Fails
OADP-3472 Added warning for windows vm backup fail
2 parents 0a2a6a6 + 905ec1c commit 260ce45

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-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
@@ -43,6 +43,7 @@ include::modules/install-and-configure-oadp-kubevirt.adoc[leveloffset=+1]
4343
* xref:../../../disconnected/using-olm.adoc#olm-restricted-networks[Using Operator Lifecycle Manager in disconnected environments]
4444

4545
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
46+
include::snippets/oadp-windows-vm-backup-fails.adoc[]
4647
include::modules/oadp-configuring-client-burst-qps.adoc[leveloffset=+1]
4748
include::modules/oadp-configuring-node-agents.adoc[leveloffset=+2]
4849
include::modules/oadp-incremental-backup-support.adoc[leveloffset=+1]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
//This snippet appears in the following assemblies:
3+
//
4+
// * backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc
5+
6+
:_mod-docs-content-type: SNIPPET
7+
[WARNING]
8+
====
9+
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.
10+
====

0 commit comments

Comments
 (0)