File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,6 +115,14 @@ message AutoscalingTargets {
115115 // 100 (total utilization), and is limited between 10 and 80, otherwise it
116116 // will return INVALID_ARGUMENT error.
117117 int32 cpu_utilization_percent = 2 ;
118+
119+ // The storage utilization that the Autoscaler should be trying to achieve.
120+ // This number is limited between 2560 (2.5TiB) and 5120 (5TiB) for a SSD
121+ // cluster and between 8192 (8TiB) and 16384 (16TiB) for an HDD cluster;
122+ // otherwise it will return INVALID_ARGUMENT error. If this value is set to 0,
123+ // it will be treated as if it were set to the default value: 2560 for SSD,
124+ // 8192 for HDD.
125+ int32 storage_utilization_gib_per_node = 3 ;
118126}
119127
120128// Limits for the number of nodes a Cluster can autoscale up/down to.
You can’t perform that action at this time.
0 commit comments