xen-drbd

diff xen-drbd.py @ 5:1c7442c793a1

*** empty log message ***
author eb
date Fri Oct 05 16:59:35 2007 +0300 (2007-10-05)
parents afe3c0992ec3
children 6e01df357a6a
line diff
     1.1 --- a/xen-drbd.py	Fri Sep 28 15:39:51 2007 +0300
     1.2 +++ b/xen-drbd.py	Fri Oct 05 16:59:35 2007 +0300
     1.3 @@ -13,7 +13,7 @@
     1.4          print "Can't find or interpret module %s with topology description" %(network)
     1.5          sys.exit(1)
     1.6  
     1.7 -xen_drbd_start="xen-drbd-start.py"
     1.8 +xen_drbd_start="/etc/xen/xen-drbd-start"
     1.9  domain_create_line="xm create "+xen_drbd_start+" network="+network+" domain=%s"
    1.10  
    1.11  def the_peer_of(node):