Project

General

Profile

Actions

Bug #31626

closed

bondslaves in kickstart kernel options should be string not list

Added by Christian Meißner over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
-
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

the `kickstart_kernel_options` snippet create bond kernel parameter.

Refer to dracut man page the bond parameter expect bondslaves as comma separated string. The current implementation place iface.attached_devices_identifiers as list. If we render it with a bond configured host it looks like this:

bond=bond0:["eth2", "eth3"]:mode=802.3ad,miimon=100,lacp_rate=1

Correct will be this parameter string:

bond=bond0:eth2,eth3:mode=802.3ad,miimon=100,lacp_rate=1

Related issues 2 (0 open2 closed)

Related to Foreman - Bug #32154: Error Kickstart value –bondslaves=[“eno1”, “eno2”]DuplicateActions
Related to Foreman - Bug #31631: Booting to anaconda with bond configured run into timeoutClosedActions
Actions

Also available in: Atom PDF