Skip to content

Conversation

@jreidinger
Copy link
Contributor

Add parts for zFCP and DASD parts of agama profile.
iSCSI is also missing, but after checking schema and examples, I feel it will be better documented by @joseivanlopez who implemented it as I am not sure about some defaults and proper terminology.

Wait with merge for agama-project/agama#2551

jreidinger added a commit to agama-project/agama that referenced this pull request Jul 16, 2025
## Problem

There is missing support to activate zFCP devices in unattended agama.


## Solution

Implement it and also together with it fix also wrong dasd export at
https://bugzilla.suse.com/show_bug.cgi?id=1246102


## Testing

- *Added a new unit test*
- *Tested manually*

Manually tested with following profile ( first select product and then
test it using `agama config load`. We cannot test it with full
unatttended profile as our only s390 machine with zfcp available is
already installed, so we tested it on installed system )

```json
{
  "zfcp": {
    "devices": [
      {
        "channel": "0.0.fa00",
        "wwpn": "0x500507630b181216",
        "lun": "0x4020404900000000"
      }
    ]
  }
}

```

## Documentation

related PR
agama-project/agama-project.github.io#96
@jreidinger jreidinger merged commit 840b12d into main Jul 16, 2025
5 checks passed
@jreidinger jreidinger deleted the zfcp_unattended branch July 16, 2025 09:02
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.

2 participants