Skip to content
Snippets Groups Projects
Commit c534d77d authored by gammazero's avatar gammazero
Browse files

chore: trigger gc if disk at minimum free space limit

Add check to see if the remaining free space is too low, and if so that should trigger GC to run.

- New config value: Datastore.DiskMinFreePercent
- Default value: 95

If the percentage of free space on the datastore volume drops below this amount than run GC. The percentage must be from 0 to 100. A value of 0 (unset) results in the default being used. A value of < 0 or > 100 disables this check.
parent 94254211
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment