xen-drbd
changeset 29:311e9fe76a04
mini-fix
author | igor |
---|---|
date | Wed Feb 20 15:42:48 2008 +0200 (2008-02-20) |
parents | 60ffe9018212 |
children | fc4025aa8287 |
files | xen-drbd.py |
line diff
1.1 --- a/xen-drbd.py Wed Feb 20 15:05:56 2008 +0200 1.2 +++ b/xen-drbd.py Wed Feb 20 15:42:48 2008 +0200 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):