Note
- Since V4.x, log disk space management is tenant-level. This parameter is no longer available and was removed starting with V4.0.0.
- In V4.x, use the tenant-level parameter
log_disk_utilization_thresholdto control the watermark for log disk space reuse. For more information about thelog_disk_utilization_thresholdparameter, see log_disk_utilization_threshold.
Description
clog_disk_utilization_threshold specifies the watermark for clog or ilog disk space reuse.
Attributes
| Attribute | Description |
|---|---|
| Parameter type | Int |
| Default value | 80 |
| Value range | [10, 100) |
| Effective upon OBServer node restart | No |
Examples
Set the watermark for clog or ilog disk space reuse to 80.
obclient> ALTER SYSTEM SET clog_disk_utilization_threshold=80;