Skip to content

Commit 0a8f95e

Browse files
Merge pull request #215186 from v-amallick/Oct-18-2022-Git
Addressed Git issue #98811
2 parents f2f4af1 + 83dab83 commit 0a8f95e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/backup/backup-azure-vms-troubleshoot.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot backup errors with Azure VMs
33
description: In this article, learn how to troubleshoot errors encountered with backup and restore of Azure virtual machines.
44
ms.reviewer: srinathv
55
ms.topic: troubleshooting
6-
ms.date: 09/07/2022
6+
ms.date: 10/20/2022
77
author: v-amallick
88
ms.service: backup
99
ms.author: v-amallick
@@ -340,6 +340,14 @@ Error code: UserErrorRequestDisallowedByPolicy <BR> Error message: An invalid p
340340

341341
If you have an Azure Policy that [governs tags within your environment](../governance/policy/tutorials/govern-tags.md), either consider changing the policy from a [Deny effect](../governance/policy/concepts/effects.md#deny) to a [Modify effect](../governance/policy/concepts/effects.md#modify), or create the resource group manually according to the [naming schema required by Azure Backup](./backup-during-vm-creation.md#azure-backup-resource-group-for-virtual-machines).
342342

343+
### UserErrorUnableToOpenMount
344+
345+
**Error code**: UserErrorUnableToOpenMount
346+
347+
**Cause**: Backups failed because the backup extensions on the VM were unable to open the mount points in the VM.
348+
349+
**Recommended action**: The backup extension on the VM must be able to access all mount points in the VM to determine the underlying disks, take snapshot, and calculate the size. Ensure that all mount points are accessible.
350+
343351
## Jobs
344352

345353
| Error details | Workaround |

0 commit comments

Comments
 (0)