Bug 1147505
Summary: | TypeError, when deactivation vm nic via engine | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Ondra Machacek <omachace> |
Component: | vdsm-jsonrpc-java | Assignee: | Piotr Kliczewski <pkliczew> |
Status: | CLOSED DUPLICATE | QA Contact: | Pavel Stehlik <pstehlik> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5.0 | CC: | bazulay, ecohen, gklein, iheim, lsurette, oourfali, Rhev-m-bugs, smizrahi |
Target Milestone: | --- | ||
Target Release: | 3.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | infra | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-09-30 05:56:12 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ondra Machacek
2014-09-29 12:36:42 UTC
engine.log 2014-09-26 21:28:29,325 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.HotUnplugNicVDSCommand] (ajp-/127.0.0.1:8702-4) [1bba762e] Command HotUnplugNicVDSCommand(HostName = 10.35.160.59, HostId = d30ff080-8f71-4d5f-838b-35aa574214a0, vm.vm_name=Global_vm_1, nic=hotunplug_nic {id=6ce03059-0a48-4986-b17b-7fe1cd10dcd4, vnicProfileId=669920c8-f83f-4193-b05f-d00ceacc59b2, speed=1000, type=3, macAddress=00:1a:4a:16:81:f4, linked=true, vmId=7a0f9133-fb32-4645-8ceb-9bca6a6c4a9b, vmTemplateId=null}, vmDevice=VmDevice {vmId=7a0f9133-fb32-4645-8ceb-9bca6a6c4a9b, deviceId=6ce03059-0a48-4986-b17b-7fe1cd10dcd4, device=bridge, type=INTERFACE, bootOrder=0, specParams={outbound={}, inbound={}}, address={slot=0x0a, bus=0x00, domain=0x0000, type=pci, function=0x0}, managed=true, plugged=true, readOnly=false, deviceAlias=net2, customProperties={}, snapshotId=null}) execution failed. Exception: VDSErrorException: VDSGenericException: VDSErrorException: Failed to HotUnplugNicVDS, error = argument of type 'NoneType' is not iterable, code = -32603 21:28:31 2014-09-26 21:28:29,325 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HotUnplugNicVDSCommand] (ajp-/127.0.0.1:8702-4) [1bba762e] FINISH, HotUnplugNicVDSCommand, log id: 6f739505 21:28:31 2014-09-26 21:28:29,325 ERROR [org.ovirt.engine.core.bll.network.vm.ActivateDeactivateVmNicCommand] (ajp-/127.0.0.1:8702-4) [1bba762e] Command org.ovirt.engine.core.bll.network.vm.ActivateDeactivateVmNicCommand throw Vdc Bll exception. With error message VdcBLLException: org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException: VDSGenericException: VDSErrorException: Failed to HotUnplugNicVDS, error = argument of type 'NoneType' is not iterable, code = -32603 (Failed with error unexpected and code 16) 21:28:31 2014-09-26 21:28:29,336 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp-/127.0.0.1:8702-4) [1bba762e] Correlation ID: 1bba762e, Call Stack: null, Custom Event ID: -1, Message: Failed to unplug Network Interface hotunplug_nic (VirtIO) from VM Global_vm_1. (User: admin) 21:28:31 2014-09-26 21:28:29,377 INFO [org.ovirt.engine.core.bll.network.vm.UpdateVmInterfaceCommand] (ajp-/127.0.0.1:8702-4) [1bba762e] Command [id=bedb25d1-be8b-4535-914b-cff96de5f368]: Compensating DELETED_OR_UPDATED_ENTITY of org.ovirt.engine.core.common.businessentities.network.VmNic; snapshot: id=6ce03059-0a48-4986-b17b-7fe1cd10dcd4. Seems like a duplicate of Bug 1147458. If I'm wrong, please reopen. *** This bug has been marked as a duplicate of bug 1147458 *** |