Actions
Bug #31626
closedbondslaves in kickstart kernel options should be string not list
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
-
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
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
Updated by Christian Meißner almost 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/8248 added
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
Updated by Christian Meißner almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|8033590d1e4603261133ab2cf4ba989c2b5583d7.
Updated by Lukas Zapletal almost 4 years ago
- Related to Bug #32154: Error Kickstart value –bondslaves=[“eno1”, “eno2”] added
Updated by Lukas Zapletal almost 4 years ago
- Triaged changed from No to Yes
- Bugzilla link set to 1942606
Updated by Tomer Brisker over 3 years ago
- Related to Bug #31631: Booting to anaconda with bond configured run into timeout added
Actions