[node-patches] Change in ovirt-node[master]: ovirt-init-functions: Fix case statement
dougsland at redhat.com
dougsland at redhat.com
Tue Mar 17 22:20:16 UTC 2015
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: ovirt-init-functions: Fix case statement
......................................................................
ovirt-init-functions: Fix case statement
Fix case statement from commit 6ab19d742835. Otherwise the installer fails.
Change-Id: I2a83a824cda11ff3be07d07a506b574dd9726d4a
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M scripts/ovirt-init-functions.sh.in
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/40/38840/1
diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in
index 26b61a4..1c7d4a2 100644
--- a/scripts/ovirt-init-functions.sh.in
+++ b/scripts/ovirt-init-functions.sh.in
@@ -705,6 +705,7 @@
;;
rdloaddriver=scsi_dh_alua)
scsi_dh_alua="true"
+ ;;
syslog=*)
i=${i#syslog=}
eval $(printf $i|awk -F: '{print "syslog_server="$1; print "syslog_port="$2;}')
--
To view, visit https://gerrit.ovirt.org/38840
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2a83a824cda11ff3be07d07a506b574dd9726d4a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>
More information about the node-patches
mailing list