Revision fc2318f7

b/NEWS
124 124
- Fix failure path for instance storage type conversion (Issue 229)
125 125
- Update htools text backend documentation
126 126
- Improve the renew-crypto section of :manpage:`gnt-cluster(8)`
127
- Disable inter-cluster instance move for file-based instances, because
128
  it is dependant on instance export, which is not supported for
129
  file-based instances. (Issue 414)
127 130

  
128 131

  
129 132
Version 2.7.0 beta3
b/tools/move-instance
561 561
    logging.info("Retrieving instance information from source cluster")
562 562
    instinfo = self._GetInstanceInfo(src_client, mrt.PollJob,
563 563
                                     mrt.move.src_instance_name)
564
    if instinfo["disk_template"] == constants.DT_FILE:
565
      raise Error("Inter-cluster move of file-based instances is not"
566
                  " supported.")
564 567

  
565 568
    logging.info("Preparing export on source cluster")
566 569
    expinfo = self._PrepareExport(src_client, mrt.PollJob,

Also available in: Unified diff