xen-drbd

diff init.d-xen-drbd @ 2:afe3c0992ec3

fixes related to topology file format
author igor
date Fri Sep 28 15:39:51 2007 +0300 (2007-09-28)
parents b6dc3480caae
children 1c7442c793a1
line diff
     1.1 --- a/init.d-xen-drbd	Thu Sep 27 18:56:29 2007 +0300
     1.2 +++ b/init.d-xen-drbd	Fri Sep 28 15:39:51 2007 +0300
     1.3 @@ -3,6 +3,7 @@
     1.4  XEN_DRBD_PATH='/usr/bin'
     1.5  TOPOLOGY_NAME='xen-drbd'
     1.6  START_ACTION='nothing'
     1.7 +STOP_ACTION='nothing'
     1.8  [ -e /etc/default/xen-drbd ] && . /etc/default/xen-drbd
     1.9  
    1.10  case $1 in
    1.11 @@ -16,7 +17,7 @@
    1.12  			fi
    1.13  		;;
    1.14  		stop)
    1.15 -			$XEN_DRBD_PATH/xen-drbd.py migrate-all-out
    1.16 +			$XEN_DRBD_PATH/xen-drbd.py $STOP_ACTION
    1.17  		;;
    1.18  		*)
    1.19  			echo $0 'start|stop'