You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/troubleshoot-cross-region-replication.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,20 @@ This article describes error messages and resolutions that can help you troubles
14
14
15
15
## Errors creating replication
16
16
17
-
| Error Message| Resolution |
17
+
| Error message| Resolution |
18
18
|-|-|
19
19
|`Volume {0} cannot be used as source because it is already in replication`| You cannot create a replication with a source volume that is already in a data replication relationship. |
20
20
|`Peered region '{0}' is not accepted`| You can't create replication between un-paired regions. Review [supported regional pairs](cross-region-replication-introduction.md#supported-region-pairs). |
21
21
|`RemoteVolumeResource '{0}' of wrong type '{1}'`| Validate that the remote resource ID is a volume resource ID. |
22
22
23
23
## Errors authorizing volume
24
24
25
-
| Error Message| Resolution |
25
+
| Error message| Resolution |
26
26
|-|-|
27
-
|`Missing value for 'AuthorizeSourceReplication'`| The `RemoteResourceID` is missing or invalid from the UI or API request (fix error message).|
28
-
|`Missing value for 'RemoteVolumeResourceId'`| The `RemoteResourceID` is missing or invalid from the UI or API request. |
29
-
|`Data Protection volume not found for RemoteVolumeResourceId: {remoteResourceId}`|Validate if `RemoteResourceID` is correct or exists for the user.|
30
-
|`Remote volume '{ }' is not configured for replication`| Destination volume isn't a data protection volume.|
27
+
|`Missing value for 'AuthorizeSourceReplication'`| The `RemoteResourceID` is missing or invalid from the UI or API request (fix error message). |
28
+
|`Missing value for 'RemoteVolumeResourceId'`| The `RemoteResourceID` is missing or invalid from the UI or API request. |
29
+
|`Data Protection volume not found for RemoteVolumeResourceId: {remoteResourceId}`| Validate if `RemoteResourceID` is correct or exists for the user. |
30
+
|`Remote volume '{ }' is not configured for replication`| Destination volume isn't a data protection volume. |
31
31
|`Remote volume '{0}' does not have source volume '{1}' as RemoteVolumeResourceId`| Data protection volume doesn't have this source volume in its remote resource ID (wrong source ID was entered). |
32
32
|`The destination volume replication creation failed (message: {0})`| This error indicates a server error. Contact Support. |
33
33
@@ -40,42 +40,42 @@ This article describes error messages and resolutions that can help you troubles
40
40
41
41
## Error breaking replication
42
42
43
-
| Error Message| Resolution |
43
+
| Error message| Resolution |
44
44
|-|-|
45
45
|`‘Not able to break a volume replication in an uninitialized state.`| Use re-initialize endpoint to get replication in initialized state or delete the replication and try again. |
46
46
47
47
## Errors deleting replication
48
48
49
-
| Error Message| Resolution |
49
+
| Error message| Resolution |
50
50
|-|-|
51
51
|`Replication cannot be deleted, mirror state needs to be in status: Broken before deleting`| Validate that either replication has been broken or it is uninitialized and idle (failed initialization). |
52
-
|`Cannot delete source replication`| Deleting the replication from the source side is not allowed. Make sure that you are deleting the replication from the destination side. |
52
+
|`Cannot delete source replication`| Deleting the replication from the source side is not allowed. Make sure that you are deleting the replication from the destination side. |
53
53
| Deleting replication in uninitialized state and transferring relationship status: <br> `Replication cannot be deleted while relationship status is transferring.`| Wait until replication is idle and try again. |
54
-
|`Replication cannot be deleted while in Mirrored state`| Break the replication relationship before proceeding. See [Delete volume replications or volumes](cross-region-replication-delete.md). |
54
+
|`Replication cannot be deleted while in Mirrored state`| Break the replication relationship before proceeding. See [Delete volume replications or volumes](cross-region-replication-delete.md). |
55
55
56
56
## Errors deleting volume
57
57
58
-
| Error Message| Resolution |
58
+
| Error message| Resolution |
59
59
|-|-|
60
60
|`Volume is a member of an active volume replication relationship`| Delete replication before deleting the volume. See [Delete replications](cross-region-replication-delete.md). This operation requires that you break the peering before deleting the replication for the volume. |
61
61
| `Volume with replication cannot be deleted` | Delete replication before deleting the volume. See [Delete replications](cross-region-replication-delete.md). This operation requires that you break the peering before deleting the replication for the volume.
62
62
63
63
## Error resyncing volume
64
64
65
-
| Error Message| Resolution |
65
+
| Error message| Resolution |
66
66
|-|-|
67
67
| `Volume Replication is in invalid status: (Mirrored|Uninitialized) for operation: 'ResyncReplication'` | Confirm volume replication is in state "broken”. |
68
68
69
69
## Errors deleting snapshot
70
70
71
-
| Error Message| Resolution |
71
+
| Error message| Resolution |
72
72
|-|-|
73
-
|`Snapshot cannot be deleted, parent volume is a Data Protection volume with a replication object`| Validate that you've broken the volume's replication if you want to delete this snapshot. |
74
-
|`Cannot delete volume replication generated snapshot`| Deletion of replication baseline snapshots is not allowed. |
73
+
|`Snapshot cannot be deleted, parent volume is a Data Protection volume with a replication object`| Validate that you've broken the volume's replication if you want to delete this snapshot. |
74
+
|`Cannot delete volume replication generated snapshot`| Deletion of replication baseline snapshots is not allowed. |
75
75
76
76
## Errors resizing volumes
77
77
78
-
| Error Message| Resolution |
78
+
| Error message| Resolution |
79
79
|-|-|
80
80
| Attempt to resize a source volume is failing with the error `"PoolSizeTooSmall","message":"Pool size too small for total volume size."`| Ensure you have enough headroom in the capacity pools for both the source and the destination volumes of cross-region replication. When you resize the source volume, the destination volume is automatically resized. But if the capacity pool hosting the destination volume doesn’t have enough headroom, the resizing of both the source and the destination volumes will fail. See [Resize a cross-region replication destination volume](azure-netapp-files-resize-capacity-pools-or-volumes.md#resize-a-cross-region-replication-destination-volume) for details. |
0 commit comments