Samuel Mutel

Results 39 comments of Samuel Mutel

What about executing something like this: ```bash printf "fix\n" | parted ---pretend-input-tty /dev/vda print ```

And if before executing the fix, we test the need to fix the GPT with something like: ```python command = "echo \"check\" | parted /dev/vdd print" rc, out, err =...

@adejanovski Could you please tell me what do you think about this PR and tell me how to resolve CI issues ?

`SubPathExpr and SubPath are mutually exclusive` => I don't know how to implement this. Tell me if you have an idea.

Hello @FxKu, Thank you for you review. I did the changes you ask me (I hope).

I am facing this https://github.com/kubernetes/apimachinery/issues/18.