xen-drbd

diff xen-drbd.py @ 12:6e2436e09983

lv sizes fix
author igor
date Tue Feb 12 14:27:15 2008 +0200 (2008-02-12)
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	Tue Feb 12 14:27:15 2008 +0200
     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):