CONTAP-530670: Inconsistent Snapmirror show output for SM-S relationships
Issue
Executing the snapmirror show command with a destination path filter fails to list all expected SnapMirror relationships.
However, these missing relationships appear when using a different filter, such as -destination-volume
Dst_cluster has 4 relationships for vserver svm2 instead of 2Dst_cluster::> snapmirror show -vserver svm2 -fields policy
source-path destination-path policy
------------------------------ ----------------------------------- ------
svm1:c_vol01 svm2:c_vol01_sync Sync
svm1:c_vol02 svm2:c_vol02_sync Sync
2 entries were displayed.
Missing 2 more relationships, which can be visible using different filtersDst_cluster::> snapmirror show -vserver svm2 -fields policy -destination-volume *b_vol*
source-path destination-path policy
------------------------------ ----------------------------------- ------
svm1:b_vol03 svm2:b_vol03_sync Sync
svm1:b_vol04 svm2:b_vol04_sync Sync
2 entries were displayed.