xen-drbd

diff xen-drbd.py @ 6:7af6c8ecdf0c

ebian-to-hd: install from cd
author igor
date Mon Nov 12 10:45:09 2007 +0200 (2007-11-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	Mon Nov 12 10:45:09 2007 +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):