[Ovirt-devel] [PATCH] ovirt-awake runs alone now, doesn't need anymore to be lauch by /etc/init.d/ovirt

Arthur CLEMENT aclement at linagora.com
Wed Mar 10 16:19:34 UTC 2010


>From b3c03b4a7c6b0072012ffc2533c63775fc9eff5f Mon Sep 17 00:00:00 2001
From: Arthur CLEMENT <aclement at linagora.com>
Date: Wed, 10 Mar 2010 16:15:40 +0000
Subject: [PATCH] ovirt-awake runs alone now, doesn't need anymore to be lauch 
by /etc/init.d/ovirt


Signed-off-by: Arthur CLEMENT <aclement at linagora.com>
---
 scripts/ovirt |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/scripts/ovirt b/scripts/ovirt
index 25b9860..3059d35 100755
--- a/scripts/ovirt
+++ b/scripts/ovirt
@@ -37,20 +37,6 @@ ovirt_start() {
         log "skipping Kerberos configuration"
     fi

-    find_srv identify tcp
-    if [ -n "$SRV_HOST" -a -n "$SRV_PORT" ]; then
-        krb5_tab=/etc/libvirt/krb5.tab
-        # skip ktab download if we got it from /config
-        if [ -s $krb5_tab ]; then
-          krb5_tab=
-        fi
-        ovirt-awake start $SRV_HOST $SRV_PORT $krb5_tab
-        if [ $? -ne 0 ]; then
-            log "ovirt-awake failed"; return 1
-        fi
-    else
-        log "skipping ovirt-awake, oVirt identify service not available"
-    fi

     find_srv collectd udp
     if [ -n "$SRV_HOST" -a -n "$SRV_PORT" ]; then
--
1.6.6.1

-- 
Arthur CLEMENT
Linagora Paris




More information about the ovirt-devel mailing list