-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pool: allow
max disksize
to be specified as percent of filesystem
Motivation: To avoid disk dise miscalculations, it will be useful if pool is configured not with an absolute pool size, but with a percentage of available space. Modification: Update `set max diskspace` to accept percentage. Update space calculation to use percentage of filesystems total size, if configured. Result: simplified pool configuration ``` set max diskspace 94% ... Limits for maximum disk space File system (limit) : 547735052288 (94%) Statically configured: - Runtime configured : - ``` Acked-by: Dmitry Litvintsev Target: master Require-book: no Require-notes: yes
- Loading branch information
Showing
2 changed files
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters