-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib(overlay): cap the max size of disk images
On systems with large disks (e.g. 16TB) with lots of free space, leapp might attemt to create files larger than the max file size of the underlying FS. Attempting to create such large files causes leapp to crash. This patch caps the max image size to 1TB, based on empirical evidence that more free space is not needed for the upgrade RPM transaction. Jira-ref: RHEL-57064
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 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