-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fix Growroot Playbook #770
Conversation
This broke SW raid cases: TASK [Grow partition] *****************************************************************************************************************************************************************************************************************************************
|
I guess the rule is if the base device name ends in a number then the partition is separated with a 'p'. |
If so we could match on this re: |
Using @markgoddard's suggestion from: #770 (comment)
* Fix growroot when using software raid Using @markgoddard's suggestion from: #770 (comment) * Add a release note * Update releasenotes/notes/fixes-growroot-for-software-raid-3852bdea5415a0be.yaml Co-authored-by: Alex-Welsh <[email protected]> Co-authored-by: Michał Nasiadka <[email protected]>
Fixes an issue with the growroot playbook where disks such as 'sdp' would become 'sd' due to the removal of the trailing 'p' when dealing with nvme devices.