メインコンテンツまでスキップ

ボリュームの合計スペースがアグリゲートの割り当てスペースよりも多いのはなぜですか?

Views:
423
Visibility:
Public
Votes:
0
Category:
data-ontap-8
Specialty:
core
Last Updated:

環境

  • ONTAP 9
  • Data ONTAP 8 7-Mode

回答

  • アグリゲートで使用されているボリュームスペースを計算する前に、ボリュームオプションを以下のようにチェックします。
Data ONTAP 7-Mode : : fs_size_fixed
 
例:
NodeName> vol status -v voldp
     Volume State       Status         Options
     voldp online       raid_dp, flex      nosnap=off, nosnapdir=off, minra=off,
                 snapmirrored      no_atime_update=off, nvfail=off,
                 read-only        ignore_inconsistent=off, snapmirrored=on,
                 64-bit         create_ucode=off, convert_ucode=off,
                            maxdirsize=73400, schedsnapname=ordinal,
                           fs_size_fixed=on, guarantee=volume,

 
 
ONTAP 9 filesys-size-fixed
 
例:
ClusterName::> volume show -volume voldp -fields filesys-size-fixed
vserver volume  filesys-size-fixed
------- ------- ------------------
svm1   voldp   True

 
  • ステータスが「オン / True 」のボリュームファイルシステムは固定されています。アグリゲートの実際の占有サイズは反映されません。
  • ボリュームが読み書き可能の場合は、「 Off/False 」に設定して、アグリゲートによるボリュームスペース使用量を確認します。

追加情報

volume modify
[-filesys-size-fixed{true|false}]-ファイルシステムサイズが固定されています

    このパラメータは、DP関係にのみ適用されます。
このオプションを指定すると、SnapMirrorボリューム関係が解除された場合、またはボリュームの追加を実行した場合でも、ファイルシステムは同じサイズを維持し、サイズが拡張または縮小されません。
このオプションは、ボリュームがSnapMirrorボリュームになると自動的にtrueに設定されます。
ボリュームに対するsnapmirror breakコマンドの実行後も、trueの設定は維持されます。 
これにより、ソース ボリュームにディスクを追加しなくても、SnapMirrorによるボリュームのソースへのミラーリングが可能です。
ボリュームがフレキシブル ボリュームで、ボリューム サイズがファイルシステムのサイズより大きい場合は、このオプションをfalseに設定すると、ボリューム サイズがファイルシステムのサイズに等しくなります。
デフォルト設定はfalseです

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.