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

vol showに表示されている利用可能なサイズは、S3バケットの実際の使用可能なサイズです。

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

環境

ONTAP 9

回答

はい。volume  に表示されるavailable サイズは show、S3バケットの使用可能なサイズです。

追加情報

  • FabricPoolが設定されたS3バケットの実際の書き込み可能容量は、S3バケットの論理サイズではなく、基盤となるONTAPボリュームの使用可能なスペースによって決まります。
  • 次の例では、volumeコマンドを実行して、使用可能容量が13.26TBと表示されています。これは、新しいデータの書き込みに使用できる実際のスペースです。
  • S3バケットの論理サイズは340TBに設定されていますが、制限要因はボリュームを構成する物理ストレージです。
  • bucketコマンドで報告された使用量299.7TBは、使用されている論理スペースを表しています。これには、オブジェクトメタデータやシンプロビジョニングのメリットが含まれます。
  • ただし、volコマンドの使用可能なスペースでは、データ保護のオーバーヘッド、内部リザベーション、Snapshotによって消費されるスペースが考慮され、追加データで使用可能な物理ストレージがより正確に表示されます。

::> bucket show -vserver XXX -bucket vol1 -fields size,logical-used
 
vserver        bucket size  logical-used
-------------- ------ ----- ------------
XXX vol1   340TB 299.7TB

::> vol show -fields size,used,available
 
vserver        volume            size  available used
-------------- ----------------- ----- --------- -------
XXX fg_XXX 340TB 13.26TB 309.7TB

  • 書き込み可能容量を増やすには、次のオプションを検討してください。
    • 容量を追加して新しいボリュームを作成するか、既存のボリュームを拡張します(ストレージのサイズ変更または追加)。
    • Snapshotリザーブおよびその他のリザベーション設定を確認および調整して、データ保護要件を維持しながら使用可能なスペースを増やします。
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.