Closed ignaziocassano closed 3 years ago
Thank you for reporting an issue! If you haven't already joined our Slack community, then we invite you to do so. This is a great place to get help and ask questions from our community.
Here are the lines from the example that create the relationship:
If you were to change them to add cluster information, you might change 57 and 58 to:
dataobj['source'] = {"path": src, "cluster": {"name": "source_cluster"}}
dataobj['destination'] = {"path": dst, "cluster": {"name": "destination_cluster"}}
Many thanks
Hello, palese is it possibile an example where I can specify source and destination cluster for snapmirror relationship? The example you wrote cannot do it.