I'm running snapmirror-get-iter on a cluster with SVM DR relationships. As soon as I use the next-tag, all SVM DR snapmirror relationships are omitted from the results.
On the first call, I will get something like this:
SVM1:
SVM1:vol1
SVM1:vol2
SVM2:
SVM2:vol1
etc.
But the output looks like the below output when the 'tag' field is specified using the next-tag from the prior call.
SVM1:vol1
SVM1:vol2
SVM2:vol1
etc.
How do I return all results, including the SVM DR snapmirror relationship?