-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stat: Add param to identify storage reservation type
We have three knobs to control storage reservation: 1. The knob/param to set storage reservation for apps. The same value for both the skopeo and docker storage even if they are located on different volumes. 2. The knob to set `min-free-space-percent` parameter of the sysroot's ostree repo. This value is used by libostree during committing/adding an object to a repo. The check occurs per each object, just before adding it. 3. The knob to set the reserved space value that is used before pulling an ostree commit if static delta statistic is available. Therefore, we need a way to identify these three types of knobs. For example, it's useful to see in the storage usage statistic which of the knobs is applied in a given case. Signed-off-by: Mike Sul <[email protected]>
- Loading branch information
Showing
4 changed files
with
15 additions
and
8 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
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