action #157156
closedcoordination #151816: [epic] Handle openQA fixes and job group setup
Textmode auto-installation fails in spvm due to partitioning error
0%
Description
Scope¶
Recently the PPC grenache worker was restored and ppc tests run again. For create_hdd_gnome though, we see constant failures at the early step of bootloader_start module. The create_hdd_textmode test is successful, following the same steps. Noticable difference so far at lsblk step, the sda disk seems not to be empty and unformatted: https://openqa.suse.de/tests/13768555#step/bootloader_start/39
Acceptance criteria¶
- Find the root cause.
- Implement a fix, if possible.
Updated by syrianidou_sofia 8 months ago
- Project changed from openQA Tests to qe-yam
- Description updated (diff)
- Category deleted (
Bugs in existing tests)
Updated by JERiveraMoya 8 months ago
- Tags set to qe-yam-mar-sprint
- Status changed from New to Workable
- Priority changed from High to Normal
- Parent task set to #151816
Updated by tinawang123 8 months ago
- Status changed from Workable to In Progress
- Assignee set to tinawang123
Updated by JERiveraMoya 8 months ago
- Subject changed from ppc autoyast gnome test fails at bootloader to [timebox: 8h] ppc autoyast gnome test fails at bootloader
Updated by tinawang123 8 months ago
The parted command failed because at /dev/sda2 has one grub2/powerpc-ieee1275 file.
Checked autoyast profile, it was configured by this profile:
/dev/sda
gpt
true
....
true
boot/grub2/powerpc-ieee1275
I checked the passed job eg: https://openqa.suse.de/tests/11194203
It didn't do parted command before installation.
There are two solutions:
- Use the passed job https://openqa.suse.de/tests/13711367 to generate one new autoyast profile.
- Don't do parted before installation and check the result.
But now the powervm worker has some problem, it stopped at grub page:
https://openqa.suse.de/tests/13788186#step/bootloader_start/23
Need debug it later.
Updated by JERiveraMoya 8 months ago
- Subject changed from [timebox: 8h] ppc autoyast gnome test fails at bootloader to Textmode auto-installation fails in spvm due to partitioning error
- Status changed from In Progress to Resolved
tinawang123 wrote in #note-6:
The parted command failed because at /dev/sda2 has one grub2/powerpc-ieee1275 file.
Checked autoyast profile, it was configured by this profile:
/dev/sda
gpt
true
....
true
boot/grub2/powerpc-ieee1275I checked the passed job eg: https://openqa.suse.de/tests/11194203
It didn't do parted command before installation.There are two solutions:
- Use the passed job https://openqa.suse.de/tests/13711367 to generate one new autoyast profile.
- Don't do parted before installation and check the result.
But now the powervm worker has some problem, it stopped at grub page:
https://openqa.suse.de/tests/13788186#step/bootloader_start/23Need debug it later.
We need to wipe and recreate partitions in order to have more stable installation (if we drop the check we might find sporadic failures in the future).
The failure is with this command: https://openqa.suse.de/tests/13768555#step/bootloader_start/35
You can compare with this old passing job: https://openqa.suse.de/tests/11163215#step/bootloader_start/35
Let's resolve this ticket. thanks for the investigation.