Is there a way (using Ansible, and presumably, the na_ontap_snapmirror module) to delete a Snapmirror relationship without breaking it?
We are just trying to rehost volumes to new SVMs, and my customer doesn't like the having the destination volumes becoming RW during the transition. When doing this manually through the OnTap CLI, it is not necessary to break the relationship. You just delete it and create a new relationship between the new SVMs. I think this is also contributing to some timeout issues we're seeing (that I posted about here: https://discord.com/channels/855068651522490400/1329482633893122089), so I thought if I just deleted the relationship without breaking it, it might fix the timeout issue.
I've tried specifying:
state: absent
relationship_info_only: true
relationship_state: "active"
But, regardless of what I set the relationship state to, it always breaks it before deleting the relationship.