CONTAP-671021: Deletion of dp-destination SVM on MetroCluster does not trigger sync-destination cleanup
Issue
After deleting an SVM with subtype 'dp-destination' on a MetroCluster, the corresponding sync-destination SVM on the other side of the MetroCluster is not deleted.
Example:
- State prior to deletion:
cluster1::*> vserver show -vserver test-svm-dr-dst
Admin Operational Root
Vserver Type Subtype State State Volume Aggregate
----------- ------- ---------- ---------- ----------- ---------- ----------
test-svm-dr-dst
data dp-destination stopped svm_dr_ cluster1_
stopped src_root 02_VM_
DISK_1
cluster2::*> vserver show -vserver test-svm-dr-dst-mc
Admin Operational Root
Vserver Type Subtype State State Volume Aggregate
----------- ------- ---------- ---------- ----------- ---------- ----------
test-svm-dr-dst-mc
data sync-destination stopped svm_dr_ cluster1
running src_root 02_VM_
DISK_1
- State post-deletion:
cluster1::*> vserver show -vserver test-svm-dr-dst
There are no entries matching your query.
cluster2::*> vserver show -vserver test-svm-dr-dst-mc
Admin Operational Root
Vserver Type Subtype State State Volume Aggregate
----------- ------- ---------- ---------- ----------- ---------- ----------
test-svm-dr-dst-mc
data sync-destination stopped svm_dr_ cluster1
running src_root 02_VM_
DISK_1
