# HG changeset patch # User igor@manas.xt.vpn # Date 1222092182 -10800 # Node ID c6d8b4bfc8d1df19ccb365953516c1ad2f54eb47 # Parent a2e536ffabf70bc31e90aebb59b96ebcc5c6f76f minifix diff -r a2e536ffabf7 -r c6d8b4bfc8d1 xen-drbd.py --- a/xen-drbd.py Mon Sep 22 15:31:57 2008 +0300 +++ b/xen-drbd.py Mon Sep 22 17:03:02 2008 +0300 @@ -110,7 +110,7 @@ print "Migrating the domain <%s> from the node <%s> to the node <%s>" % (domain, node, another_node) set_drbd_primary(domain,another_node) run("xm migrate %s %s --live" % (domain,another_node),node) - run("sleep 2") + run("sleep 2", node) set_drbd_secondary(domain,node) print "+ Done"