xen-drbd
diff xen-drbd.py @ 20:1a20c33686ba
add /etc/xen to module path
author | igor |
---|---|
date | Sun Feb 17 12:02:42 2008 +0200 (2008-02-17) |
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 Sun Feb 17 12:02:42 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):