-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-grow PVs with free space after them #462
Labels
enhancement
High
To be resolved once all urgent issues are clear
Pending Test
ready-for-testing
tested-manually
Milestone
Comments
digimer
added a commit
that referenced
this issue
Aug 31, 2023
…ooks at the LVM PVs on the host and checks to see if there is unused free space after the backing partition. If there is, it auto-grows the partition and then resizes the PV. This featu re is designed to make life easier for users who deleted the auto-created '/home' partition during the anaconda disk partitioning tool. * Created Storage->auto_grow_pv() that does the above. * Added the missing hidden method name _create_rsync_wrapper in the Storage module POD. * Added a call to Storage->auto_grow_pv() in anvil-configure-host and anvil-version-changes for nodes and DR. Signed-off-by: digimer <mkelly@alteeve.ca>
not ready for testing, the patch has different and potential issues that needs to be addressed first. |
digimer
added a commit
that referenced
this issue
Nov 8, 2023
This branch resolves issue #462; Auto growing PVs. Specifically, it looks at the LVM PVs on the host and checks to see if there is unused free space after the backing partition. If there is, it auto-grows the partition and then resizes the PV. This featu re is designed to make life easier for users who deleted the auto-created '/home' partition during the anaconda disk partitioning tool. * Created Storage->auto_grow_pv() that does the above. * Added the missing hidden method name _create_rsync_wrapper in the Storage module POD. * Added a call to Storage->auto_grow_pv() in anvil-configure-host and anvil-version-changes for nodes and DR. Signed-off-by: digimer <mkelly@alteeve.ca>
digimer
added a commit
that referenced
this issue
Nov 9, 2023
This branch resolves issue #462; Auto growing PVs. Specifically, it l…
This can be automated in |
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
High
To be resolved once all urgent issues are clear
Pending Test
ready-for-testing
tested-manually
To avoid having the user manually grow after installing and having deleted the '/home' partition.
The text was updated successfully, but these errors were encountered: