[
https://issues.apache.org/jira/browse/CLOUDSTACK-9002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14985201#comment-14985201
]
ASF subversion and git services commented on CLOUDSTACK-9002:
-------------------------------------------------------------
Commit 0c52f70b45d3c4753adc18e2a45f0cd648b61ff6 in cloudstack's branch
refs/heads/master from [~remibergsma]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=0c52f70 ]
Merge pull request #995 from kansal/CLOUDSTACK-9002
CLOUDSTACk-9002: VM deployment is successful even when dhcp entry command fails
- Fixed
Reason: The return value of the call to accept() function in the applyRules()
function of BasicNetworkTopology.java was not checked for success or failure.
As a result even if it fails, exception was not thrown and VM deployment went
ahead without any errors.
Fix: Added the necessary checks.
* pr/995:
CLOUDSTACk-9002: VM deployment is successful even when dhcp entry command
fails - Fixed
Signed-off-by: Remi Bergsma <[email protected]>
> VM deployment is successful even when dhcp entry command fails
> --------------------------------------------------------------
>
> Key: CLOUDSTACK-9002
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9002
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Kshitij Kansal
> Assignee: Kshitij Kansal
>
> Repro Steps:
> 1. Create a VM in advanced network.
> 2. Once its successful, on the router add iptables rule to drop the packets
> "iptables -I INPUT 1 -j DROP"
> 3. Then deploy another vm using same network.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)