GitHub user DaanHoogland added a comment to the discussion: VPC network tier
with internal LB issues
from Network,java, ` public enum State ` ,value `Shutdown(
"Indicates the network configuration is being destroyed”)` ,
meaning it is not just being stopped.
part of the statemachine for it:
```
s_fsm.addTransition(State.Implementing, Event.OperationFailed,
State.Shutdown);
s_fsm.addTransition(State.Implemented, Event.DestroyNetwork,
State.Shutdown);
```
so no, only on explicit destroy would it go to state Shutdown. I have to test
this, but I think the shutdown only happens if the router is stopped or (as an
intermediate state) when the network destroyed.
GitHub link:
https://github.com/apache/cloudstack/discussions/11936#discussioncomment-14838564
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]