[node-patches] Change in ovirt-node[master]: init: Log local_boot_trigger output

fabiand at fedoraproject.org fabiand at fedoraproject.org
Mon Mar 31 07:52:55 UTC 2014


Fabian Deutsch has uploaded a new change for review.

Change subject: init: Log local_boot_trigger output
......................................................................

init: Log local_boot_trigger output

Save the output of the local_boot_trigger to help debugging when this
does not work.

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1082472
Change-Id: I8cf12b224ec166052d0c29212730b0a15a5ee0d6
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/local_boot_trigger.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/34/26234/1

diff --git a/scripts/local_boot_trigger.sh b/scripts/local_boot_trigger.sh
index 66d34b1..d5cdf8e 100644
--- a/scripts/local_boot_trigger.sh
+++ b/scripts/local_boot_trigger.sh
@@ -21,6 +21,6 @@
 
 if [ -n "$trigger_url" ]; then
     trigger_url=$(echo $trigger_url | sed -e "s/@HOSTNAME@/$(hostname)/")
-    wget --no-check-certificate "$trigger_url" -O /dev/null
+    curl --insecure "$trigger_url" 2>&1 >> /var/log/ovirt.log
 fi
 


-- 
To view, visit http://gerrit.ovirt.org/26234
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8cf12b224ec166052d0c29212730b0a15a5ee0d6
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