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

System Managerでボリューム属性「autosize-mode」を「grow」に変更できますか?

Views:
39
Visibility:
Public
Votes:
0
Category:
ontap-system-manager
Specialty:
om
Last Updated:

環境

  • ONTAP System Manager(OSM)
  • ONTAP 9

回答

  • System Managerでは、ボリュームの作成時に自動拡張がデフォルトで有効になり、autosize-modeGrowに設定されます。
  • System Manager でのボリューム作成時に自動拡張設定を変更することはできません。
  • ボリュームの作成後にSystem Managerを使用して自動拡張の設定を変更するには、ボリュームを編集します。
    • 自動拡張を無効にするには、Resize automaticallyをオフにします。
    • 自動拡張モードを変更するには、GrowまたはGrow or shrink automaticallyを選択します。
    • 自動拡張時の最大サイズを変更するには、選択したモードのサイズオプションを編集します。
      • Growの場合は、Maximum sizeのみが利用可能です。
        autosize_grow
      • Grow or shrink automaticallyの場合は、Minimum sizeMaximum sizeの両方が利用可能です。
        autosize_grow_shrink
  • 特定の自動拡張設定でボリュームを作成する必要がある場合は、CLIまたはREST APIを使用します。
  • APIについて、ボリューム作成時の自動拡張に使用されるセクションを次に示します(完全な例については、APIのドキュメントを参照してください):
POST   /storage/volumes
 
 "autosize": {
  "grow_threshold": 0,
  "maximum": 0,
  "minimum": 0,
  "mode": "grow",
  "shrink_threshold": 0
  },

 

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.