
4 Dec
2011
4 Dec
'11
5:20 p.m.
Hi, I am using the python api: domain.abortjob(), if there is no job I get exception with error code: VIR_ERR_OPERATION_INVALID with the error message: 'Requested operation is not valid: no job is active on the domain' when there is a job I get the same exception code with the same error message, in addition I get another exception: libvirtError ('virDomainMigrateToURI2() failed', dom=self) libvirtError: operation failed: migration job: canceled by client the migration thread is throwing as well: libvirtError ('virDomainMigrateToURI2() failed', dom=self) libvirtError: operation failed: migration job: canceled by client Should the same error should be for this two cases?