-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reserve space in a VG instead of padding thin pools on autopart
Padding thin pools brings many complications and issues. For example, what should we do with existing thin pools? What if somebody really wants to create a thin pool of size not leaving enough space for the padding in the VG? And more. Nevertheless, we want to leave some space in the VG if doing thinp auto partitioning because that's a good practice. However, we already have an existing mechanism for that -- the VG can reserve some space in itself (the size or percentage of which can even be defined by user). So let's just extend and use this mechanism to make sure there's some free space in the VG left for the thin pool to grow when doing autopartitioning. If users give us all the numbers, we should just do as they say, they probably know what they are doing. Related: rhbz#1131247
- Loading branch information
Showing
3 changed files
with
66 additions
and
20 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