Nathan Johnson created CLOUDSTACK-9882:
------------------------------------------
Summary: In NetworkOrchestrator implementNetwork,
CloudRuntimeException is caught when it should be bubbled up
Key: CLOUDSTACK-9882
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9882
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Affects Versions: 4.9.0.1, 4.8.1.1, 4.9.0, 4.8.0
Reporter: Nathan Johnson
Assignee: Nicolas Vazquez
Priority: Minor
In commit
https://github.com/apache/cloudstack/commit/c67637180f9d7be627a4fe36fd2709c58c952e94
it catches all CloudRuntimeExceptions, and then returns null. This has the
side effect that if, say, a VR can't start for some reason (can't allocate a
volume in our case), it will actually swallow the exception but the
startVirtualMachine command will return a status of Success. I'm not sure what
special handling should be made to support the Nicira plugin here, but blanket
catching all CREs is not desirable.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)