Skip to content
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

Proposal: Unit test to showcase a serious bug #1381

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ancorgs
Copy link
Contributor

@ancorgs ancorgs commented Apr 23, 2024

Problem

Consider a system that initially contains an MS-DOS partition table and partitions are deleted one by one during the proposal process to the point in which the partition table is empty.

Then the proposal will take the opportunity to replace that empty MS-DOS partition table with a GPT one (which is the default)... but it doesn't re-calculate the partitions needed for booting.

The problem is not new. This test fails in several branches (SLE-15-SP5, SLE-15-SP6 and master at the time I tested).

Solution

To be implemented (before merging this, of course).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant