Skip to content

Commit 06ebb14

Browse files
author
Jill Grant
authored
Merge pull request #216370 from b-ahibbard/anf-reestablishdeletedrep
Re-establish deleted CRR relationship
2 parents 39f9752 + 505dc3b commit 06ebb14

File tree

6 files changed

+67
-2
lines changed

6 files changed

+67
-2
lines changed

articles/azure-netapp-files/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@
351351
href: cross-region-replication-manage-disaster-recovery.md
352352
- name: Delete volume replications or volumes
353353
href: cross-region-replication-delete.md
354+
- name: Re-establish volume replication relationships
355+
href: reestablish-deleted-volume-relationships.md
356+
- name: Manage availability zones
357+
items:
354358
- name: Test disaster recovery
355359
href: test-disaster-recovery.md
356360
- name: Manage availability zones and cross-zone replication

articles/azure-netapp-files/cross-region-replication-delete.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 01/17/2023
15+
ms.date: 03/22/2023
1616
ms.author: anfdocs
1717
---
1818
# Delete volume replications or volumes
@@ -66,4 +66,5 @@ If you want to delete the source or destination volume, you must perform the fol
6666
* [Requirements and considerations for using cross-region replication](cross-region-replication-requirements-considerations.md)
6767
* [Display health status of replication relationship](cross-region-replication-display-health-status.md)
6868
* [Troubleshoot cross-region-replication](troubleshoot-cross-region-replication.md)
69+
* [Re-establish deleted volume relationship](reestablish-deleted-volume-relationships.md)
6970
* [Manage default and individual user and group quotas for a volume](manage-default-individual-user-group-quotas.md)
146 KB
Loading
191 KB
Loading
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Re-establish deleted volume replication relationships in Azure NetApp Files
3+
description: You can re-establish the replication relationship between volumes.
4+
services: azure-netapp-files
5+
author: b-ahibbard
6+
ms.author: anfdocs
7+
ms.service: azure-netapp-files
8+
ms.workload: storage
9+
ms.topic: how-to
10+
ms.date: 02/21/2023
11+
---
12+
# Re-establish deleted volume replication relationships in Azure NetApp Files
13+
14+
Azure NetApp Files allows you to re-establish a replication relationship between two volumes in case you had previously deleted it. You can only re-establish the relationship from the destination volume.
15+
16+
If the destination volume remains operational and no snapshots were deleted, the replication re-establish operation uses the last common snapshot. The operation incrementally synchronizes the destination volume based on the last known good snapshot. A baseline snapshot isn't required.
17+
18+
## Considerations
19+
20+
* You can only re-establish relationships when there's an existing snapshot generated either [manually](azure-netapp-files-manage-snapshots.md) or by a [snapshot policy](snapshots-manage-policy.md).
21+
22+
## Register the feature
23+
24+
The re-establish deleted volume replication relationships capability is currently in preview. If you're using this feature for the first time, you need to register the feature first.
25+
26+
1. Register the feature by running the following commands:
27+
28+
```azurepowershell-interactive
29+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFReestablishReplication
30+
```
31+
32+
2. Check the status of the feature registration:
33+
34+
> [!NOTE]
35+
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is `Registered` before continuing.
36+
37+
```azurepowershell-interactive
38+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFReestablishReplication
39+
```
40+
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
41+
42+
## Re-establish the relationship
43+
44+
1. From the **Volumes** menu under **Storage service**, select the volume that was formerly the _destination_ volume in the replication relationship you want to restore. Then select the **Replication** tab.
45+
1. In the **Replication** tab, select the **Re-establish** button.
46+
:::image type="content" source="./media/reestablish-deleted-volume-relationships/reestablish-button.png" alt-text="Screenshot of volume menu that depicts no existing volume relationships. A red box surrounds the re-establish button." lightbox="./media/reestablish-deleted-volume-relationships/reestablish-button.png":::
47+
1. A dropdown list appears with a selection of all volumes that formerly had either a source or destination replication relationship with the selected volume. From the dropdown menu, select the volume you want to reestablish a relationship with. Select **OK** to reestablish the relationship.
48+
:::image type="content" source="./media/reestablish-deleted-volume-relationships/reestablish-confirm.png" alt-text="Screenshot of a dropdown menu with available volume relationships to restore." lightbox="./media/reestablish-deleted-volume-relationships/reestablish-confirm.png":::
49+
50+
## Next steps
51+
52+
* [Cross-region replication](cross-region-replication-introduction.md)
53+
* [Requirements and considerations for using cross-region replication](cross-region-replication-requirements-considerations.md)
54+
* [Display health status of replication relationship](cross-region-replication-display-health-status.md)
55+
* [Troubleshoot cross-region-replication](troubleshoot-cross-region-replication.md)

articles/azure-netapp-files/whats-new.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.custom: devx-track-linux
1515
ms.topic: overview
16-
ms.date: 08/03/2023
16+
ms.date: 08/23/2023
1717
ms.author: anfdocs
1818
---
1919

@@ -23,6 +23,10 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
2323

2424
## August 2023
2525

26+
* [Cross-region replication enhancement: re-establish deleted volume replication](reestablish-deleted-volume-relationships.md) (Preview)
27+
28+
Azure NetApp Files now allows you to re-establish a replication relationship between two volumes in case you had previously deleted it. If the destination volume remained operational and no snapshots were deleted, the replication re-establish operation will use the last common snapshot and incrementally synchronize the destination volume based on the last known good snapshot. In that case, no baseline replication will be required.
29+
2630
* [Backup vault](backup-vault-manage.md) (Preview)
2731

2832
Azure NetApp Files backups are now organized under a backup vault. You must migrate all existing backups to a backup vault. For more information, see [Migrate backups to a backup vault](backup-vault-manage.md#migrate-backups-to-a-backup-vault).
@@ -259,6 +263,7 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
259263
* [Dynamic change of service level](dynamic-change-volume-service-level.md)
260264
* [Administrators privilege users](create-active-directory-connections.md#administrators-privilege-users)
261265

266+
262267
## March 2022
263268

264269
* Features that are now generally available (GA)

0 commit comments

Comments
 (0)