xen-drbd
diff xen-drbd.py @ 30:fc4025aa8287
stripped .py suffixes in file names
author | igor |
---|---|
date | Sun Jun 29 15:47:02 2008 +0300 (2008-06-29) |
parents | 60ffe9018212 |
children | 5e499179b5ed |
line diff
1.1 --- a/xen-drbd.py Wed Feb 20 15:05:56 2008 +0200 1.2 +++ b/xen-drbd.py Sun Jun 29 15:47:02 2008 +0300 1.3 @@ -117,7 +117,7 @@ 1.4 another_node=the_peer_of(node) 1.5 print set_drbd_secondary(domain,another_node) 1.6 print set_drbd_primary(domain,node) 1.7 - print run(domain_create_line % domain) 1.8 + print run(domain_create_line % domain, node) 1.9 1.10 def migrate_domain_out(domain,node=i_am): 1.11 if (get_domain_id(domain,node) == -1):