[node-patches] Change in ovirt-node[master]: revert link_delay in kdump.conf
jboggs at redhat.com
jboggs at redhat.com
Tue Aug 14 17:59:27 UTC 2012
Joey Boggs has uploaded a new change for review.
Change subject: revert link_delay in kdump.conf
......................................................................
revert link_delay in kdump.conf
Change-Id: I37cd957368861e220372cc3f90549f7d5c3b9bf1
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
M scripts/ovirtnode/kdump.py
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/85/7185/1
diff --git a/scripts/ovirtnode/kdump.py b/scripts/ovirtnode/kdump.py
index ceaa066..ada48fe 100644
--- a/scripts/ovirtnode/kdump.py
+++ b/scripts/ovirtnode/kdump.py
@@ -25,7 +25,6 @@
kdump_config_file = open("/etc/kdump.conf", "w")
kdump_config_file.write("default reboot\n")
# adds a 60 sec delay to make sure the nic is up
- kdump_config_file.write("link_delay 60\n")
kdump_config_file.write("net " + config + "\n")
kdump_config_file.close()
_functions.ovirt_store_config("/etc/kdump.conf")
--
To view, visit http://gerrit.ovirt.org/7185
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I37cd957368861e220372cc3f90549f7d5c3b9bf1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>
More information about the node-patches
mailing list