cluster: RHEL6 - resource-agents: Resolve incorrect default

Lon Hohberger lon at fedoraproject.org
Thu Jun 3 17:20:45 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=16cd1902fbbcae8c37c212099b9384ec30b2f376
Commit:        16cd1902fbbcae8c37c212099b9384ec30b2f376
Parent:        de94f7c47a2dcea549427bfbfadda5a8bb2e5a10
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Thu Jun 3 12:55:17 2010 -0400
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Thu Jun 3 13:20:32 2010 -0400

resource-agents: Resolve incorrect default

The incorrect default was causing VMs to restart
every 5 minutes.

Resolves: rhbz#599643

Signed-off-by: Lon Hohberger <lhh at redhat.com>
---
 rgmanager/src/resources/vm.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/resources/vm.sh b/rgmanager/src/resources/vm.sh
index 3501071..53ada42 100644
--- a/rgmanager/src/resources/vm.sh
+++ b/rgmanager/src/resources/vm.sh
@@ -224,7 +224,7 @@ meta_data()
             <shortdesc lang="en">
 	    	Additional status check program
             </shortdesc>
-            <content type="string" default="0"/>
+            <content type="string" default=""/>
         </parameter>
 
 	<parameter name="hypervisor">


More information about the cluster-commits mailing list