action #155332
closedcoordination #151816: [epic] Handle openQA fixes and job group setup
Increase disk size for guided_xfs, guided_ext4 tests
0%
Updated by rainerkoenig 8 months ago ยท Edited
- Status changed from New to Workable
Motivation¶
Both guided_ext4
and guided_xfs
tests fail in validate_block_devices
.
The root cause is that YaST now requests more space for the system, therefore it will no longer propose a separate home partion.
- Screenshot of guided_xfs partitioning scheme and resulting failure
- Screenshot of guided_ext4 partitioning scheme and resulting failure
The test_data used in validate_block_devices
is still assuming that we have a separate home partition, so it will check for /dev/vda4 which doesn't exist.
ToDo¶
A simple verification test showed that the problem goes away when you increae the hard disk size from 20 GB to 30 GB for those 2 tests.
Acceptance criteria¶
- AC1:
HDDSIZEGB
is set to 30 for the 2 tests and problem does not occur any longer.
Updated by rainerkoenig 8 months ago
- Status changed from Workable to Rejected
Agreed with YaST developers on Slack that this should be treated as a regression and must be fixed in YaST.
See https://bugzilla.suse.com/show_bug.cgi?id=1219913 now.
Updated by rainerkoenig 7 months ago
- Status changed from Rejected to New
Last comment in bsc1219913 says, that we need to increase disk size. So status is set back to new.
Updated by JERiveraMoya 6 months ago
- Status changed from New to Rejected
Hi @rainerkoenig, I don't see any failing job for this ticket, reopen if there is something to do here.
Updated by rainerkoenig 6 months ago
- Status changed from Rejected to New
I updated Comment#1 to point also to the failures that are caused by the wrong partitioning scheme.
Updated by JERiveraMoya 3 months ago
- Tags set to qe-yam-jun-sprint
- Status changed from New to Resolved
- Assignee set to rainerkoenig
- Parent task set to #151816
Already done by @rainerkoenig