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 almost 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 #1

Updated by Christian Meißner over 3 years ago

  • Pull request https://github.com/theforeman/foreman/pull/8248 added
Actions #2

Updated by The Foreman Bot over 3 years ago

  • Status changed from New to Ready For Testing
Actions #3

Updated by The Foreman Bot about 3 years ago

  • Fixed in Releases 2.4.0 added
Actions #4

Updated by Christian Meißner about 3 years ago

  • Status changed from Ready For Testing to Closed
Actions #5

Updated by Tomer Brisker about 3 years ago

  • Category set to Templates
Actions #6

Updated by Lukas Zapletal about 3 years ago

  • Related to Bug #32154: Error Kickstart value –bondslaves=[“eno1”, “eno2”] added
Actions #7

Updated by Lukas Zapletal about 3 years ago

  • Triaged changed from No to Yes
  • Bugzilla link set to 1942606
Actions #8

Updated by Tomer Brisker almost 3 years ago

  • Fixed in Releases 2.3.4 added
Actions #9

Updated by Tomer Brisker almost 3 years ago

  • Related to Bug #31631: Booting to anaconda with bond configured run into timeout added
Actions

Also available in: Atom PDF