[node-patches] Change in ovirt-node[master]: kdump: Fix kdump config error
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Feb 26 18:42:32 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: kdump: Fix kdump config error
......................................................................
kdump: Fix kdump config error
Change-Id: I8c1025764d34100794e643752e58b3578cb19fc9
Signed-off-by: Fabian Deutsch <fabiand at redhat.com>
---
M src/ovirt/node/config/defaults.py
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/11/25111/1
diff --git a/src/ovirt/node/config/defaults.py b/src/ovirt/node/config/defaults.py
index 124748f..169fe92 100644
--- a/src/ovirt/node/config/defaults.py
+++ b/src/ovirt/node/config/defaults.py
@@ -1024,16 +1024,16 @@
}
def configure_nfs(self, nfs_location):
- self.update(nfs_location, None, None)
+ self.update(nfs_location, None, None, None)
def configure_ssh(self, ssh_location):
- self.update(None, ssh_location, None)
+ self.update(None, ssh_location, None, None)
def configure_local(self):
- self.update(None, None, True)
+ self.update(None, None, None, True)
def disable_kdump(self):
- self.update(None, None, None)
+ self.update(None, None, None, None)
def retrieve(self):
cfg = dict(NodeConfigFileSection.retrieve(self))
--
To view, visit http://gerrit.ovirt.org/25111
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8c1025764d34100794e643752e58b3578cb19fc9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list