Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runGrowPart: Get the partition number using len of '/dev/.da'
With current solution `rootPart[len(rootPart)-1:]` if rootPart is `/dev/vda12` then the partition come up as `1` instead of `12`. Current patch make sure it provide correct partition info like `12`.
- Loading branch information