Actions
action #181814
closedEnsure disabling questions bypass the encryption popup for ibft in Agama
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
2025-05-06
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
This is sporadic issue on ibft, failed job sles_iscsi_ibft_unattended@64bit. It will has a passphrase popup if encryption test on ibft.
We had tried three enhancements that we can add to the process of wiping out existed disks but not work:
- Add explicit partitioning:
"storage": {
"drives": [
{
"partitions": [
{ "generate": "default" }
]
}
]
}
-
Settle the load by adding after run wipefs commands:
udev adm settle -
Disable questions and remove wipefs in pre script:
name: 'disable questions',
content: |||
#!/usr/bin/env bash
agama questions mode non-interactive
https://openqa.suse.de/tests/17514305#step/boot_agama/18
We need think other methods to fix it, or workaround it through add needle to skip passphrase.
Acceptance criteria¶
- AC1: Ensure disabling questions bypass the encryption popup in Agama for ibft
Updated by leli 26 days ago
- Related to action #181346: Ensure disabling questions bypass the encryption popup in Agama added
Actions