メインコンテンツへスキップ

SnapMirrorデスティネーションでのSnapshotインスタンスUUIDの変更

Views:
2
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

環境

  • ONTAP 9
  • SnapMirror
  • Storage Efficiency

問題

  • RESTAPIを使用してSnapshotをリスト表示する場合、SnapMirror処理の完了数分後にSnapMirrorデスティネーションボリューム上のSnapshotのUUIDは次のようになります。
  • SnapMirror処理が完了したら、次の手順を実行します。

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",
...

  • 数分後にUUIDが異なります。

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",
...

 

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.

 

  • この記事は役に立ちましたか?