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

FlexGroupボリュームのリストア後のSnapshotサイズの拡張

Views:
5
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
CORE
Last Updated:

環境

  • ONTAP 9
  • FlexGroup
  • Snapshot
  • SnapMirror

問題

SnapMirrorを使用したリストア後、同じデータを保存してスナップショットを作成すると、サイズが大きくなります。
  1. 初期状態:Snapshot snap1が作成されました。
Cluster::> snapshot show -vserver svm1 -volume fg1
---Blocks---
Vserver  Volume   Snapshot                  Size Total% Used%
-------- -------- ------------------------------------- -------- ------ -----
svm1    fg1
     snapmirror.ac47a19b-ee9b-11ef-bc5d-00a098d0b873_2160483137.2025-02-19_033710
                            688KB    0%   0%
     snap1                  983.6MB    0%   50%
  1. 6.5GBのファイルを保存します。
  2. Snapshot Snap2を作成します。
Cluster::> snapshot create -vserver svm1 -volume fg1 -snapshot snap2
 
Snap2のサイズは、論理データサイズとほぼ同じです。
Cluster::> snapshot show -vserver svm1 -volume fg1
---Blocks---
Vserver  Volume   Snapshot                  Size Total% Used%
-------- -------- ------------------------------------- -------- ------ -----
svm1    fg1
     snap1                  983.6MB    0%   13%
     snapmirror.ac47a19b-ee9b-11ef-bc5d-00a098d0b873_2160483137.2025-02-20_012822
                            988.2MB    0%   13%
     snap2                   6.53GB    3%   50%
  1. SnapMirrorアップデートを実行します。
  2. snap1を使用してSnapMirrorリストアを実行し、初期状態に戻します。
  3. 同じ6.5GBのファイルをもう一度保存します。
  4. スナップショットSnap3を作成します。
Cluster::> snapshot create -vserver svm1 -volume fg1 -snapshot snap3
 
スナップショットSnap3がSnap2より大きいことが確認されました。
Cluster::> snapshot show -vserver svm1 -volume fg1
---Blocks---
Vserver  Volume   Snapshot                  Size Total% Used%
-------- -------- ------------------------------------- -------- ------ -----
svm1    fg1
     snap1                  983.6MB    0%   12%
     snap2                   6.53GB    3%   48%
     snapmirror.ac47a19b-ee9b-11ef-bc5d-00a098d0b873_2160483137.2025-02-20_013129
                            6.53GB    3%   48%
     restored.d59573cc-edc1-11ef-bc5d-00a098d0b873_2160483134.snap1.2025-02-20_013521
                            1.78GB    1%   20%
     snap3                   6.94GB    3%   50%

 

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.

 

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