-
Notifications
You must be signed in to change notification settings - Fork 53
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 raw disk deploy fails #1201
Comments
Found the bug. Even I can't explain it did not pop up until now. The issue is related to the partitioner or, more specific, to the yip plugin that makes use of the partitioner. I am about to fix it, the is issue is that parted does not extend the partition table if it does not match with the current device (some image got dd'ed to a bigger disk), in such case it throws an error when creating a new partition unless it is fixed before hand. This is something I missed to port on the elemental reimplementation of the plugin. |
This is uglier than what I initially thougth, it strikes back to the |
This commit ensure the partitioner module run 'sgdisk -e /dev/disk' to fix GPT headers in case the disk was expanded or some smaller image was dumped into the disk. Fixes rancher/elemental-toolkit#1201 Signed-off-by: David Cassany <dcassany@suse.com>
Requires the elemental bump still |
This commit bumps elemental client to include latest elemental's partitioner fixes. Fixes #1201 Signed-off-by: David Cassany <dcassany@suse.com>
This commit bumps elemental client to include latest elemental's partitioner fixes. Fixes #1201 Signed-off-by: David Cassany <dcassany@suse.com>
Seems the test raw disk deploy started to fail recently:
Additional context
The text was updated successfully, but these errors were encountered: