Patch to remove references to the "csm/" prefix for CSM containers. CSM containers no longer have the "csm/" prefix. --- evms-2.2.1/plugins/ha/evms_failover Fri Mar 28 21:16:08 2003 +++ evms-2.2.1-fix/plugins/ha/evms_failover Mon Jan 19 15:04:15 2004 @@ -30,7 +30,7 @@ LSB_EXIT_GENERIC=1 LSB_EXIT_EINVAL=2 LOCKFILE=/var/lock/evms.lock -CSMDEVNODES=/dev/evms/.nodes/csm +CSMDEVNODES=/dev/evms/.nodes ENGINE_ERR=13 container=$1 @@ -85,7 +85,7 @@ { #modify the container node=`uname -n` - evms_exec "Modify:csm/$1,NodeId=$node,Type=private" && + evms_exec "Modify:$1,NodeId=$node,Type=private" && evms_exec "commit" return $? } @@ -100,7 +100,7 @@ evms_deport() { #deport the container - evms_exec "Modify:csm/$1,Type=deported" && + evms_exec "Modify:$1,Type=deported" && evms_exec "commit" return $? }