Project

General

Profile

Actions

action #181814

closed

Ensure disabling questions bypass the encryption popup for ibft in Agama

Added by leli 26 days ago. Updated 26 days ago.

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:

  1. Add explicit partitioning:
"storage": {
    "drives": [
      {
        "partitions": [
          { "generate": "default" }
        ]
      }
    ]
  }
  1. Settle the load by adding after run wipefs commands:
    udev adm settle

  2. 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

Related issues 1 (1 open0 closed)

Related to qe-yam - action #181346: Ensure disabling questions bypass the encryption popup in AgamaIn Progressleli2025-04-24

Actions
Actions #1

Updated by leli 26 days ago

  • Related to action #181346: Ensure disabling questions bypass the encryption popup in Agama added
Actions #2

Updated by leli 26 days ago

  • Subject changed from Ensure disabling questions bypass the encryption popup in Agama for ibft to Ensure disabling questions bypass the encryption popup for ibft in Agama
Actions #3

Updated by leli 26 days ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF