Revision 0b85e1bd

b/qa/qa_instance.py
611 611
  current = currentnode.primary
612 612
  other = othernode.primary
613 613

  
614
  filestorage = qa_config.get("file-storage-dir")
614
  # FIXME: the qa doesn't have a customizable file storage dir parameter. As
615
  # such for now we use the default.
616
  filestorage = pathutils.DEFAULT_FILE_STORAGE_DIR
615 617
  disk = os.path.join(filestorage, name)
616 618

  
617 619
  AssertCommand(["gnt-instance", "modify", "--new-primary=%s" % other, name],

Also available in: Unified diff