-
Notifications
You must be signed in to change notification settings - Fork 28
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
test: replace partprobe with parted #536
Conversation
CI/CD shown:
Basically saying that it won't work in the specify partition, should be the whole disk. Next round will be in the whole disk. |
@Yarboa could you please test downstream? It's all green |
@dougsland base on our conversation |
parted is supported in archs we are testing Signed-off-by: Douglas Landgraf <[email protected]>
64df265
to
6de6a55
Compare
15fbdb2
to
69eb6fe
Compare
@Yarboa it's not needed to replace fdisk with parted. Only if you really wanted. parted is able to read the changes from fdisk and update the system. If this patch work, let's merge and make it happen. Later you can decide if you want to proceed with futher improvements or not. |
Great @Yarboa the patch seems to work? but CI/CD seems not happy with the oom_score_adj again?
|
better what we have today. |
partprobe requires parted, blockdev uses util-linux-core which most distros ship it in different archs.