Actions
Bug #32154
closedError Kickstart value –bondslaves=[“eno1”, “eno2”]
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
-
Description
Problem:
I setup bond interface for host provisioning, It generat kickstart value like this --bondslaves=["eno1", "eno2"].
I check the syntax for this value it shoud be --bondslaves=eno1,eno2.
Here is the link: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/installation_guide/sect-kickstart-syntax
Expected outcome:
–bondslaves=eno1,eno2
Foreman and Proxy versions:
foreman-2.3.3-1.el7.noarch
foreman-proxy-2.3.3-1.el7.noarch
Updated by Lukas Zapletal almost 4 years ago
- Priority changed from High to Normal
- Triaged changed from No to Yes
This was fixed in 2.4 with #31626, see the ticket, the patch and update your template if you need this in 2.3. The new version is coming out this week hopefully.
Updated by Lukas Zapletal almost 4 years ago
- Related to Bug #31626: bondslaves in kickstart kernel options should be string not list added
Updated by Lukas Zapletal almost 4 years ago
- Status changed from New to Duplicate
Actions