# HG changeset patch # User igor # Date 1203514968 -7200 # Node ID 311e9fe76a040cd4a82c7f172d8c87d1f3d871cd # Parent 60ffe90182129b02e7703e46993b7750ad3187ee mini-fix diff -r 60ffe9018212 -r 311e9fe76a04 xen-drbd.py --- a/xen-drbd.py Wed Feb 20 15:05:56 2008 +0200 +++ b/xen-drbd.py Wed Feb 20 15:42:48 2008 +0200 @@ -117,7 +117,7 @@ another_node=the_peer_of(node) print set_drbd_secondary(domain,another_node) print set_drbd_primary(domain,node) - print run(domain_create_line % domain) + print run(domain_create_line % domain, node) def migrate_domain_out(domain,node=i_am): if (get_domain_id(domain,node) == -1):