Reverse Resync fails in System Manager when peer cluster version is less than 9.5
Applies to
- ONTAP System Manager 9.8
- SnapMirror relationship is configured with ONTAP 9.5
Issue
- Reverse Resync by using System Manager fails:
Remote peer cluster "<CLUSTER>" requires an effective cluster version of "9.5.0" or later to support "flip"
sysmgr.log
showsPATCH /snapmirror/relationships/{uuid}
fails with this error
PATCH /api/snapmirror/relationships/<SNAPMIRROR_UUID>/
[]GET /api/cluster/jobs/<JOB_UUID>?fields=**%2Carguments
{
"uuid": "<JOB_UUID>",
"description": "PATCH /api/snapmirror/relationships/<SNAPMIRROR_UUID>/",
"state": "failure",
"message": "Remote peer cluster \"<CLUSTER>\" requires an effective cluster version of \"9.5.0\" or later to support \"flip\"",
"code": 13304007,
"start_time": "<START_TIME>",
"end_time": "<END_TIME>",
"arguments": [
"<CLUSTER>",
"9.5.0",
"flip"
],
"_links": {
"self": {
"href": "/api/cluster/jobs/<JOB_UUID>=**"
}
}
}