Revision f0ed67ed qa/qa_instance.py

b/qa/qa_instance.py
636 636
                 pathutils.SSH_KNOWN_HOSTS_FILE,
637 637
                 "-oCheckHostIp=no", "-oStrictHostKeyChecking=yes",
638 638
                 "-oHashKnownHosts=no", "-oHostKeyAlias=%s" % cluster_name,
639
                 "-r", disk, "%s:%s" % (other, filestorage)])
639
                 "-r", disk, "%s:%s" % (other, filestorage)], node=current)
640 640
  AssertCommand(["gnt-instance", "modify", "--new-primary=%s" % other, name])
641 641
  AssertCommand(["gnt-instance", "startup", name])
642 642

  

Also available in: Unified diff