[Cluster-devel] cluster/rgmanager/src/resources ip.sh

lhh at sourceware.org lhh at sourceware.org
Fri Apr 27 17:56:06 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2007-04-27 18:56:06

Modified files:
	rgmanager/src/resources: ip.sh 

Log message:
	Re-fix #222484

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/ip.sh.diff?cvsroot=cluster&r1=1.24&r2=1.25

--- cluster/rgmanager/src/resources/ip.sh	2007/04/19 17:53:05	1.24
+++ cluster/rgmanager/src/resources/ip.sh	2007/04/27 17:56:06	1.25
@@ -884,6 +884,9 @@
 		exit 0
 	fi
 	ip_op ${OCF_RESKEY_family} add ${OCF_RESKEY_address}
+	if [ $? -ne 0 ]; then
+		exit $OCF_ERR_GENERIC
+	fi
 
 	if [ $NFS_TRICKS -eq 0 ]; then
 		if [ "$OCF_RESKEY_nfslock" = "yes" ] || \




More information about the Cluster-devel mailing list