跳转到主内容

FabricPool 何时开始分层到容量层?

i
Knowledge Base guidance

This article may include metadata, visibility, validation state, and related support guidance.

适用场景

  • ONTAP 9.x
  • FabricPool

问题解答

  • 默认情况下,当聚合利用率达到 50% 时, FabricPool 会开始将数据分层到容量层

cluster1::> set advanced
Warning: These advanced commands are potentially dangerous; use them only when directed to
     do so by NetApp personnel.
Do you want to continue? {y|n}: y
cluster1::*> storage aggregate object-store show -instance
                  Aggregate Name: aggr1_cluster1
      ONTAP Name for this Object Store Config: ontap_s3_1
         Availability of the Object Store: available
      Reason why Object Store is Unavailable: -
         Type of the Object Store Provider: ONTAP_S3
            License Space Used Percent: -
    Threshold for Reclaiming Unreferenced Space: 40%
Aggregate Fullness Threshold Required for Tiering: 50%
             Object Store Mirror Type: primary
   This object store is in mirror degraded mode: -
Force Tiering with no Mirror in a MetroCluster Configuration: false
 The name of the Cluster to which the bin belongs: cluster

  • 从ONTAP 9.5开始、可以使用以下高级命令修改此值:

cluster::> set advanced

cluster1::*> storage aggregate object-store modify -aggregate <AggrName> -object-store-name <ObjectStore> -tiering-fullness-threshold <value> 

追加信息

不适用