[
https://issues.apache.org/jira/browse/CLOUDSTACK-5861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13869848#comment-13869848
]
ASF subversion and git services commented on CLOUDSTACK-5861:
-------------------------------------------------------------
Commit af657b3d7199561da1f23385c31b088a8eee61a0 in branch refs/heads/master
from [~murali.reddy]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=af657b3 ]
CLOUDSTACK-5861: networks that failed to implement can not be destroyed
introduces a force option in delete network to forcifully delete a
network. This comes handy in rare cases where network fails to implenet
and network is in shutdown state, but network shutdown to rollback
implement process fails as well.
Conflicts:
api/src/org/apache/cloudstack/api/command/user/network/DeleteNetworkCmd.java
server/src/com/cloud/user/DomainManagerImpl.java
> networks that failed to implement can not be destroyed
> ------------------------------------------------------
>
> Key: CLOUDSTACK-5861
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5861
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: pre-4.0.0
> Reporter: Murali Reddy
> Assignee: Murali Reddy
> Fix For: 4.3.0
>
>
> During the network implement phase, if for what ever reason a network
> provider fails to implement the network then network goes into 'Shutdown'
> state. A network in shutdown can not be deleted as network delete operation
> expects network to be in 'Allocated' state, if the state is no'Allocated'
> then delete network fails with " Network is not not in the correct state to
> be destroyed: Shutdown."
> This big is support a flag to force delete a network when ever there is
> failure in deleting the netwrok
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)