You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Alena Prokharchyk (JIRA)" <ji...@apache.org> on 2013/05/14 00:29:16 UTC

[jira] [Resolved] (CLOUDSTACK-2465) NTier: Unable to create a network in a VPC

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alena Prokharchyk resolved CLOUDSTACK-2465.
-------------------------------------------

    Resolution: Fixed

Fixed with dfdc089668f95544c7e88e878f93838aec8400b0
                
> NTier: Unable to create a network in a VPC
> ------------------------------------------
>
>                 Key: CLOUDSTACK-2465
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2465
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.2.0
>            Reporter: Chandan Purushothama
>            Priority: Blocker
>             Fix For: 4.2.0
>
>
> ===============
> Steps to Reproduce:
> ===============
> 1. Create a VPC.
> 2. Create a Network in the VPC.
> ==========
> Observations:
> ==========
> -----------------------------
> CreateNetwork Job:
> -----------------------------
> 2013-05-13 14:50:28,178 DEBUG [cloud.api.ApiServlet] (catalina-exec-6:null) ===START===  10.216.132.104 -- GET  command=createNetwork&response=json&sessionkey=7peAMGq9x0eyQyDCqvW5qYeEFpA%3D&zoneId=1af42f25-ce3d-42ef-9dba-a68ed85ddc0b&vpcid=50b453d4-4d7f-4538-9466-922627ccab80&domainid=fe6f9dbe-bbf9-11e2-98e5-06d4460004b1&account=atoms&networkOfferingId=b3399004-7103-42ad-a9e2-96496b6fc816&name=Atoms-VPC-Net-1&displayText=Atoms-VPC-Net-1&gateway=192.168.10.1&netmask=255.255.255.0&_=1368481869904
> 2013-05-13 14:50:28,211 DEBUG [cloud.user.AccountManagerImpl] (catalina-exec-6:null) Access to [VPC [1-Atoms-VPC-1] granted to Acct[3-atoms] by DomainChecker_EnhancerByCloudStack_4e54b861
> 2013-05-13 14:50:28,214 DEBUG [network.vpc.VpcManagerImpl] (catalina-exec-6:null) Releasing lock for [VPC [1-Atoms-VPC-1]
> 2013-05-13 14:50:28,250 DEBUG [network.guru.NiciraNvpGuestNetworkGuru] (catalina-exec-6:null) Refusing to design this network
> 2013-05-13 14:50:28,251 DEBUG [network.guru.MidoNetGuestNetworkGuru] (catalina-exec-6:null) design called
> 2013-05-13 14:50:28,252 DEBUG [network.guru.MidoNetGuestNetworkGuru] (catalina-exec-6:null) Refusing to design this network, the physical isolation type is not MIDO
> 2013-05-13 14:50:28,252 DEBUG [cloud.network.NetworkManagerImpl] (catalina-exec-6:null) Releasing lock for Acct[3-atoms]
> 2013-05-13 14:50:28,257 DEBUG [cloud.user.AccountManagerImpl] (catalina-exec-6:null) Access to [VPC [1-Atoms-VPC-1] granted to Acct[3-atoms] by DomainChecker_EnhancerByCloudStack_4e54b861
> 2013-05-13 14:50:28,260 DEBUG [network.vpc.VpcManagerImpl] (catalina-exec-6:null) Releasing lock for [VPC [1-Atoms-VPC-1]
> 2013-05-13 14:50:28,261 DEBUG [db.Transaction.Transaction] (catalina-exec-6:null) Rolling back the transaction: Time = 50 Name =  createGuestNetwork; called by -Transaction.rollback:890-Transaction.removeUpTo:833-Transaction.close:657-TransactionContextBuilder.interceptException:63-ComponentInstantiationPostProcessor$InterceptorDispatcher.intercept:133-VpcManagerImpl.validateNtwkOffForNtwkInVpc:1047-ComponentInstantiationPostProcessor$InterceptorDispatcher.intercept:125-VpcManagerImpl.createVpcGuestNetwork:2004-ComponentInstantiationPostProcessor$InterceptorDispatcher.intercept:125-NetworkServiceImpl.createGuestNetwork:1254-ComponentInstantiationPostProcessor$InterceptorDispatcher.intercept:125-CreateNetworkCmd.execute:279
> 2013-05-13 14:50:28,268 INFO  [cloud.api.ApiServer] (catalina-exec-6:null) Network cidr 192.168.10.0/24 crosses other network cidr Ntwk[205|Guest|11] belonging to the same vpc [VPC [1-Atoms-VPC-1]
> 2013-05-13 14:50:28,269 DEBUG [cloud.api.ApiServlet] (catalina-exec-6:null) ===END===  10.216.132.104 -- GET  command=createNetwork&response=json&sessionkey=7peAMGq9x0eyQyDCqvW5qYeEFpA%3D&zoneId=1af42f25-ce3d-42ef-9dba-a68ed85ddc0b&vpcid=50b453d4-4d7f-4538-9466-922627ccab80&domainid=fe6f9dbe-bbf9-11e2-98e5-06d4460004b1&account=atoms&networkOfferingId=b3399004-7103-42ad-a9e2-96496b6fc816&name=Atoms-VPC-Net-1&displayText=Atoms-VPC-Net-1&gateway=192.168.10.1&netmask=255.255.255.0&_=1368481869904
> mysql> select id,name,guru_name,state,created,removed from networks;
> +-----+------+---------------------+-------+---------------------+---------+
> | id  | name | guru_name           | state | created             | removed |
> +-----+------+---------------------+-------+---------------------+---------+
> | 200 | NULL | PublicNetworkGuru   | Setup | 2013-05-13 18:31:24 | NULL    |
> | 201 | NULL | PodBasedNetworkGuru | Setup | 2013-05-13 18:31:24 | NULL    |
> | 202 | NULL | ControlNetworkGuru  | Setup | 2013-05-13 18:31:24 | NULL    |
> | 203 | NULL | StorageNetworkGuru  | Setup | 2013-05-13 18:31:24 | NULL    |
> +-----+------+---------------------+-------+---------------------+---------+
> 4 rows in set (0.00 sec)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira