Snapshot instance UUID on snapmirror destination changes
Applies to
- ONTAP 9
- Snapmirror
- Storage Efficiency
Issue
- When listing snapshots using RESTAPI, the UUID of a snapshot on Snapmirror destination volumes several minutes after the snapmirror operations complete:
- When the snapmirror operation is finished:
curl -ku admin:xxxxxx -X GET "https://10.11.12.13/api/storage/volumes/3960a31f-25af-11f0-a174-05056a0c020/snapshots?name=snap1"
...
"uuid": "f3c3c0a5-89de-49f5-80a4-0939d12a9203",
"name": "snap1",
...
- A few minutes later, UUID is different:
curl -ku admin:xxxxxx -X GET "https://10.11.12.13/api/storage/volumes/3960a31f-25af-11f0-a174-05056a0c020/snapshots?name=snap1"
...
"uuid": "fb407f13-8cde-4186-9acb-732b552888e8",
"name": "snap1",
...