-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Microshift: add disk resize functionality
The way this PR works is in following steps - It grows the disk size using growpart command - Resize the physical volume using pvresize command - Get the size of whole physical volume and root logical volume then we subtract existing free volume and check how much lv can be extended. Note: This is not going to extend the free space which is used by the LVM Storage Operator for persistent local storage
- Loading branch information
1 parent
655822f
commit 0c7c896
Showing
1 changed file
with
48 additions
and
2 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