Created attachment 1069039 [details] log Description of problem: The opration of moving cinder disks to another domain is not supported on rhevm3.6, yet is allowed when executed from rest-api|python sdk. The action object is returned successfully upon move disk: >>> o = api.vms.get('vm_derez') >>> cinder_disk = o.disks.list()[0] >>> action = cinder_disk.move(action=params.Action(storage_domain=nfs)) >>> action.get_status().get_state() 'complete' engine log: 2015-09-01 17:13:52,740 ERROR [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerComm and] (org.ovirt.thread.pool-7-thread-50) [5c456bcb] IrsBroker::Failed::MoveImageGroupV DS: IRSGenericException: IRSErrorException: Failed to MoveImageGroupVDS, error = Stora ge domain does not exist: (u'4433c470-4b86-4672-879b-f83e0daaa6fd',), code = 358 2015-09-01 17:13:52,740 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.MoveImageGrou pVDSCommand] (org.ovirt.thread.pool-7-thread-50) [5c456bcb] FINISH, MoveImageGroupVDSC ommand, log id: 5edc9408 2015-09-01 17:13:52,740 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTask sInfoVDSCommand] (org.ovirt.thread.pool-7-thread-30) [5c456bcb] -- executeIrsBrokerCom mand: Attempting on storage pool '00000001-0001-0001-0001-00000000033a' 2015-09-01 17:13:52,740 ERROR [org.ovirt.engine.core.bll.MoveImageGroupCommand] (org.o virt.thread.pool-7-thread-50) [5c456bcb] Command 'org.ovirt.engine.core.bll.MoveImageG roupCommand' failed: EngineException: org.ovirt.engine.core.vdsbroker.irsbroker.IRSErr orException: IRSGenericException: IRSErrorException: Failed to MoveImageGroupVDS, erro r = Storage domain does not exist: (u'4433c470-4b86-4672-879b-f83e0daaa6fd',), code = 358 (Failed with error StorageDomainDoesNotExist and code 358) 2015-09-01 17:13:52,741 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTask sInfoVDSCommand] (org.ovirt.thread.pool-7-thread-30) [5c456bcb] START, HSMGetAllTasksI nfoVDSCommand(HostName = purple-vds2.qa.lab.tlv.redhat.com, VdsIdVDSCommandParametersB ase:{runAsync='true', hostId='f188738e-a1ea-4074-80d5-33c38113d848'}), log id: 5f80bc2 3 2015-09-01 17:13:52,749 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTask sInfoVDSCommand] (org.ovirt.thread.pool-7-thread-30) [5c456bcb] FINISH, HSMGetAllTasks InfoVDSCommand, return: [], log id: 5f80bc23 2015-09-01 17:13:52,749 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTask sInfoVDSCommand] (org.ovirt.thread.pool-7-thread-30) [5c456bcb] FINISH, SPMGetAllTasks InfoVDSCommand, return: [], log id: 6562dd69 2015-09-01 17:13:52,749 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskManager] (org. ovirt.thread.pool-7-thread-30) [5c456bcb] Discovered no tasks on Storage Pool 'Default ' 2015-09-01 17:13:52,750 ERROR [org.ovirt.engine.core.bll.MoveImageGroupCommand] (org.o virt.thread.pool-7-thread-50) [5c456bcb] Transaction rolled-back for command 'org.ovir t.engine.core.bll.MoveImageGroupCommand'. 2015-09-01 17:13:52,758 INFO [org.ovirt.engine.core.bll.tasks.AsyncTaskManager] (org. ovirt.thread.pool-7-thread-50) [5c456bcb] Removed task 'd5fedcb7-241e-4919-9763-8584d4 a4fd13' from DataBase 2015-09-01 17:13:52,766 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.Aud itLogDirector] (org.ovirt.thread.pool-7-thread-50) [5c456bcb] Correlation ID: 3edab359 , Job ID: 310e4e23-9eea-4b8e-b3ac-a1cd27591b8f, Call Stack: null, Custom Event ID: -1, Message: User admin@internal failed to move disk vm_derez_Disk_1 to domain nfs_1. 2015-09-01 17:13:52,784 INFO [org.ovirt.engine.core.bll.MoveOrCopyDiskCommand] (org.o virt.thread.pool-7-thread-50) [5c456bcb] Lock freed to object 'EngineLock:{exclusiveLo cks='[ff43d543-af67-470d-a8c1-f6f8857f0c3f=<DISK, ACTION_TYPE_FAILED_DISK_IS_BEING_MIG : Version-Release number of selected component (if applicable): rhevm-3.6-12.noarch How reproducible: 100% Steps to Reproduce: as descripted above Actual results: operation failed a redundant Task wasn't cleared, an action object was returned Expected results: operation should be blocked, the attempt should throw a "caDoAction" traceback Additional info:
Verified on rhevm-3.6.02 message returned: detail: Cannot move Virtual Machine Disk. Action is unsupported for the specified disk type (CINDER).
RHEV 3.6.0 has been released, setting status to CLOSED CURRENTRELEASE