Skip to content
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

Open
Tracked by #710
digimer opened this issue Aug 30, 2023 · 2 comments
Open
Tracked by #710

Auto-grow PVs with free space after them #462

digimer opened this issue Aug 30, 2023 · 2 comments
Assignees
Labels

Comments

@digimer
Copy link
Member

digimer commented Aug 30, 2023

To avoid having the user manually grow after installing and having deleted the '/home' partition.

@digimer digimer added enhancement High To be resolved once all urgent issues are clear labels Aug 30, 2023
@digimer digimer added this to the 3.0 Beta 2 - blockers milestone Aug 30, 2023
@digimer digimer self-assigned this Aug 30, 2023
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>
@fabbione
Copy link
Member

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…
@digimer
Copy link
Member Author

digimer commented Aug 28, 2024

This can be automated in anvil-join-anvil.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants