Mentioned it in the news file as well. Interdiff: diff --git a/NEWS b/NEWS index 81aedfb..7cfdec5 100644 --- a/NEWS +++ b/NEWS @@ -124,6 +124,9 @@ Since beta3: - Fix failure path for instance storage type conversion (Issue 229) - Update htools text backend documentation - Improve the renew-crypto section of :manpage:`gnt-cluster(8)` +- Disable inter-cluster instance move for file-based instances, because + it is dependant on instance export, which is not supported for + file-based instances. (Issue 414)
On Thu, May 2, 2013 at 2:46 PM, Michele Tartara <[email protected]> wrote: > On Thu, May 2, 2013 at 2:43 PM, Helga Velroyen <[email protected]> wrote: > >> Inter-cluster instance moves depends on exporting an instance. For >> file-based >> instance, exporting is not supported. Therefore, this patch disables >> inter-cluster instance moves for file-based instances and informs the user >> with an expressive error message. >> >> Signed-off-by: Helga Velroyen <[email protected]> >> --- >> tools/move-instance | 3 +++ >> 1 file changed, 3 insertions(+) >> > > LGTM, thanks. > > Michele >
