You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Sowmya Krishnan <so...@citrix.com> on 2013/09/17 08:20:48 UTC

Should VPC VR go to Stop after all VMs are deleted?

When all instances in a VPC are deleted, I find the VPC router isn't stopped unlike normal isolated networks. Is this expected? 
I think it is, since initially when we create a VPC, when no VMs are created yet, we still start up the VPC VR. 

But we have a test (test_vpc_network. test_01_wait_network_gc) which checks for Router to be stopped after stopping all VMs and waits for gc to kick in. Expected result is that, the router should be stopped. I don't find this happening. I am not even sure this is the expected behavior.


RE: Should VPC VR go to Stop after all VMs are deleted?

Posted by Sowmya Krishnan <so...@citrix.com>.
So seems like this test is invalid: test_vpc_network. test_01_wait_network_gc and rest of the 2 in that suite needs to be re done as well without the network.gc

> -----Original Message-----
> From: Sanjeev Neelarapu [mailto:sanjeev.neelarapu@citrix.com]
> Sent: Tuesday, September 17, 2013 2:36 PM
> To: dev@cloudstack.apache.org
> Subject: RE: Should VPC VR go to Stop after all VMs are deleted?
> 
> Vpc router is not stopped even all the instances in a VPC are deleted. Router will
> remain in running state until we explicitly stops/destroys it.
> 
> -----Original Message-----
> From: Sowmya Krishnan [mailto:sowmya.krishnan@citrix.com]
> Sent: Tuesday, September 17, 2013 11:51 AM
> To: dev@cloudstack.apache.org
> Subject: Should VPC VR go to Stop after all VMs are deleted?
> 
> When all instances in a VPC are deleted, I find the VPC router isn't stopped unlike
> normal isolated networks. Is this expected?
> I think it is, since initially when we create a VPC, when no VMs are created yet,
> we still start up the VPC VR.
> 
> But we have a test (test_vpc_network. test_01_wait_network_gc) which checks
> for Router to be stopped after stopping all VMs and waits for gc to kick in.
> Expected result is that, the router should be stopped. I don't find this happening.
> I am not even sure this is the expected behavior.


RE: Should VPC VR go to Stop after all VMs are deleted?

Posted by Sanjeev Neelarapu <sa...@citrix.com>.
Vpc router is not stopped even all the instances in a VPC are deleted. Router will remain in running state until we explicitly stops/destroys it.

-----Original Message-----
From: Sowmya Krishnan [mailto:sowmya.krishnan@citrix.com] 
Sent: Tuesday, September 17, 2013 11:51 AM
To: dev@cloudstack.apache.org
Subject: Should VPC VR go to Stop after all VMs are deleted?

When all instances in a VPC are deleted, I find the VPC router isn't stopped unlike normal isolated networks. Is this expected? 
I think it is, since initially when we create a VPC, when no VMs are created yet, we still start up the VPC VR. 

But we have a test (test_vpc_network. test_01_wait_network_gc) which checks for Router to be stopped after stopping all VMs and waits for gc to kick in. Expected result is that, the router should be stopped. I don't find this happening. I am not even sure this is the expected behavior.