We have two clusters running ONTAP 9.5P9. Currently, there is a volume level replication between two SVMs which are in each clusters.
We would like to transition from Volume Level DR -> SVM DR but without preserving the configuration of the source SVM ("identity-preserve=false").
Following the instructions of this article: https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.pow-dap%2FGUID-3D8765BC-2ECC-4704-8F57-4767E98C3203.html , we have created in step 2 the relationship between the two SVMs with the option "identity-preserve=false".
When we try to resync the relationship we get the following error:
cluster2::*> snapmirror resync -source-path svm1: -destination-path svm1_dst:
Error: command failed: The Vserver DR relationship selected for the operation has "identity-preserve" set to "false" and has FlexVol SnapMirror relationships within. This command is allowed only when the Vserver DR relationship has "identity-preserve" set to "true".
Is this a normal behavior? Is this option not supported?
Thank you.