+list Thanks! :)
By the way with this and the two more pending ones the qa works again. (I had success on kvm and xen, and a failure on the ipv6 one, which i am rerunning to verify). Thanks, Guido On Sun, Apr 7, 2013 at 10:15 AM, Michele Tartara <[email protected]> wrote: > > Il giorno 07/apr/2013 10:06, "Guido Trotter" <[email protected]> ha > scritto: > > >> >> Signed-off-by: Guido Trotter <[email protected]> >> --- >> qa/ganeti-qa.py | 5 ++++- >> 1 file changed, 4 insertions(+), 1 deletion(-) >> >> diff --git a/qa/ganeti-qa.py b/qa/ganeti-qa.py >> index 1ea0b25..571b05a 100755 >> --- a/qa/ganeti-qa.py >> +++ b/qa/ganeti-qa.py >> @@ -391,7 +391,10 @@ def RunExportImportTests(instance, inodes): >> finally: >> expnode.Release() >> >> - if qa_config.TestEnabled([qa_rapi.Enabled, >> "inter-cluster-instance-move"]): >> + # FIXME: inter-cluster-instance-move crashes on file based instances :/ >> + # See Issue 414. >> + if (qa_config.TestEnabled([qa_rapi.Enabled, >> "inter-cluster-instance-move"]) >> + and instance.disk_template != constants.DT_FILE): >> newinst = qa_config.AcquireInstance() >> try: >> tnode = qa_config.AcquireNode(exclude=inodes) >> -- >> 1.7.10.4 >> > > LGTM, thanks. > > Michele -- Guido Trotter Ganeti engineering Google Germany
