fixed 990, provide a parameter to assign the size of clog disk (#1003)

* fixed , provide a parameter to assign the size of clog disk

* fixed , remove redundant log

* fixed , modify codes accroding to comment

* fixed , change statfs to statvfs

* fixed #990, rename clog_disk_limit_size to log_disk_size

* fixed #990, merge master and add config to observer.include.yaml
This commit is contained in:
刘汉乙
2022-08-26 11:11:37 +08:00
committed by GitHub
parent 281285bde0
commit cc7f230ae5
9 changed files with 119 additions and 32 deletions

View File

@ -33,3 +33,4 @@ config:
enable_merge_by_turn: 'FALSE'
syslog_io_bandwidth_limit: '10G'
enable_async_syslog: 'FALSE'
log_disk_size: '30G'