You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Wait for all scaling nodes to be ready with wait_node_ready and scale_tolerance parameters. The default maximum scaling timeout is 30 minutes.
160
210
161
211
```hcl
@@ -294,7 +344,7 @@ The `auto_scaling_config` object supports the following:
294
344
*`spot_instance_type` - (Optional, String) Type of spot instance, only support `one-time` now. Note: it only works when instance_charge_type is set to `SPOTPAID`.
295
345
*`spot_max_price` - (Optional, String) Max price of a spot instance, is the format of decimal string, for example "0.50". Note: it only works when instance_charge_type is set to `SPOTPAID`.
296
346
*`system_disk_size` - (Optional, Int) Volume of system disk in GB. Default is `50`.
297
-
*`system_disk_type` - (Optional, String) Type of a CVM disk. Valid value: `LOCAL_BASIC`, `LOCAL_SSD`, `CLOUD_BASIC`, `CLOUD_PREMIUM`, `CLOUD_SSD`, `CLOUD_HSSD`, `CLOUD_TSSD`and `CLOUD_BSSD`. Default is `CLOUD_PREMIUM`.
347
+
*`system_disk_type` - (Optional, String) Type of a CVM disk. Valid value: `LOCAL_BASIC`, `LOCAL_SSD`, `CLOUD_BASIC`, `CLOUD_PREMIUM`, `CLOUD_SSD`, `CLOUD_HSSD`, `CLOUD_TSSD`, `CLOUD_BSSD`and `LOCAL_NVME`. Default is `CLOUD_PREMIUM`.
298
348
299
349
The `data_disk` object of `auto_scaling_config` supports the following:
300
350
@@ -310,7 +360,7 @@ The `data_disk` object of `node_config` supports the following:
310
360
*`auto_format_and_mount` - (Optional, Bool, ForceNew) Indicate whether to auto format and mount or not. Default is `false`.
311
361
*`disk_partition` - (Optional, String, ForceNew) The name of the device or partition to mount. NOTE: this argument doesn't support setting in node pool, or will leads to mount error.
312
362
*`disk_size` - (Optional, Int, ForceNew) Volume of disk in GB. Default is `0`.
0 commit comments