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 <alex@stackhpc.com> Co-authored-by: Michał Nasiadka <michal@stackhpc.com>
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.