enabling bonding doesn't work
Bug #1173168 reported by
Chris Ricker
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cisco Openstack |
Fix Committed
|
High
|
Chris Ricker |
Bug Description
From Robert:
If you enable bonding in your site.pp, the pre-seed will fail.
--- /root/folsom-
+++ cobbler-node.pp 2013-04-26 00:56:44.368113611 -0700
@@ -30,7 +30,7 @@
$cobbler_node_fqdn = "${::build_
if ($::interface_
- $bonding = 'echo "bonding" >> /target/etc/modules ; \ '
+ $bonding = "echo 'bonding' >> /target/etc/modules ; \\"
} else {
$bonding = ''
}
Fixes the issue, and enables bonding in the modules list as expected.
To post a comment you must log in.
Merged Pull