跳转到主内容

我们可以在 System Manager 中将卷属性"autosize-mode"修改为"grow"吗?

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

适用于

  • ONTAP System Manager (OSM)
  • ONTAP 9

问题解答

  • 默认情况下,System Manager 将在创建卷时启用自动增长,并将 autosize-mode 设置为 Grow
  • 在 System Manager 中创建卷期间,无法更改自动增长设置。
  • 要在创建卷后使用 System Manager 更改自动增长设置,请编辑卷。
    • 要禁用自动增长,请取消选中 Resize automatically
    • 要更改自动增长模式,请选择 GrowGrow or shrink automatically
    • 要更改最大自动增长大小,请编辑所选模式的大小选项。
      • 对于 Grow,仅 Maximum size 可用。
        autosize_grow
      • 对于 Grow or shrink automaticallyMinimum 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.