Note
For V4.1.0, this parameter is available starting with V4.1.0.
Description
log_storage_warning_tolerance_time specifies the time from when I/O fails on the log disk to when the disk is marked as a bad disk.
Privilege requirements
Query the parameter
The sys tenant and all user tenants can use the
SHOW PARAMETERSstatement or theGV$OB_PARAMETERSview to query this parameter.Modify the parameter
Only the sys tenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Time |
| Default value | 5s |
| Value range | [1s,300s] |
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately.
NoteStarting with V4.2.5 BP2, this parameter is dynamically effective in V4.2.5. |
Examples
Set the time from when I/O fails on the log disk to when the disk is marked as a bad disk to 5s.
obclient> ALTER SYSTEM SET log_storage_warning_tolerance_time = '5s';