You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2023/01/19 22:19:40 UTC

[GitHub] [cloudstack] jaghabalayev opened a new issue, #7116: Network in allocated state - VLAN isoltation

jaghabalayev opened a new issue, #7116:
URL: https://github.com/apache/cloudstack/issues/7116

   
   ISSUE TYPE
    * Bug Report
   
   
   COMPONENT NAME
   
   * Physical Network/Guest Network
   
   
   CLOUDSTACK VERSION
   
   CloudStack 4.17.2.0
   
   CONFIGURATION
   
   Advanced networking in use. The VPC created successfully. The assigned public IP (source-NAT) show allocated state, when try to add network it created also in allocated state.
   L2 Networks with offering :2 VLANs (Manual add vlan) created with success (setup mode)
   Under the physical networks public and guest vlan used as separate physical adapter and isolation method VLAN in use, VLAN range appear in the physical network.
   From the management server log i found below information:
   Refusing to design this network, the physical isolation type is not BCF_SEGMENT
   
   OS / ENVIRONMENT
   Virtualization Host KVM - CentOS 7 - bridge interfaces used
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] weizhouapache commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by "weizhouapache (via GitHub)" <gi...@apache.org>.
weizhouapache commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398852709

   > @weizhouapache I tried to created VM and use the created network (allocated), but VM creation failed with error - couldn't assign network in allocated mode
   
   @jaghabalayev 
   any logs ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] weizhouapache commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by "weizhouapache (via GitHub)" <gi...@apache.org>.
weizhouapache commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398849067

   @jaghabalayev 
   Allocated state is the right state for new isolated networks. When you create or start a vm in the network, the network will be implemented (including fetch a free VLAN id from the VLAN range) and changed to Implementing->Implemented state.
   When there is no vm running, cloudstack will shutdown the network and free the vlan after a period.
   
   If you create a network offering with Persistent = true, the network created with the network offering will be implemented soon after you create it.
   
   Depends on your requirement, you can create network offerings with different settings.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] jaghabalayev commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by GitBox <gi...@apache.org>.
jaghabalayev commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398694794

   [management-logs.zip](https://github.com/apache/cloudstack/files/10468585/management-logs.zip)
   @weizhouapache 
   The log file was attached


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] jaghabalayev commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by "jaghabalayev (via GitHub)" <gi...@apache.org>.
jaghabalayev commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398978249

   @weizhouapache 
   for now i install from scratch Management Server and KVM node - and it works fine.
   However what i noticed that during changing confugration over GUI physical networks and VLAN range the Database not updated. Old rows still remaning in the DB. I attached screen before reinstalling appliance and it shows old networks and VLAN which have already been deleted.
   So the DB is not updated during deleting VLAN pools from physical networks
   ![db-not-updated](https://user-images.githubusercontent.com/66360297/213809039-5685edda-0d97-47c0-926d-16f706
   ![db-not-updated](https://user-images.githubusercontent.com/66360297/213809219-5e04a5f6-ec18-4976-a08d-a388d5b19e1d.jpg)
   056ecc.jpg)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] jaghabalayev commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by GitBox <gi...@apache.org>.
jaghabalayev commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398669217

   Hello @weizhouapache 
   I have already check vlan range under physical network. and it specified there. i will upload the full logs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] boring-cyborg[bot] commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1397688400

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] weizhouapache commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by "weizhouapache (via GitHub)" <gi...@apache.org>.
weizhouapache commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398830695

   @jaghabalayev 
   I had a quick check on your logs
   
   You have created multiple network offering for testing. These error seem to be caused by the new created network offering
   ```
   2023-01-20 10:59:54,655 INFO  [c.c.a.ApiServer] (qtp1750498848-20:ctx-ce91bf25 ctx-087bfc02) (logid:7395e1a3) Service/provider combination Lb/VpcVirtualRouter is not supported by VPC [VPC [3-PoC-4]
   
   2023-01-20 11:02:32,861 INFO  [c.c.a.ApiServer] (qtp1750498848-19:ctx-e39130d0 ctx-59297ccb) (logid:4c8302da) Vlan has to be specified; corresponding offering says specifyVlan=true
   
   2023-01-20 11:03:08,151 INFO  [c.c.a.ApiServer] (qtp1750498848-22:ctx-b82299fc ctx-dd6d38d8) (logid:b1d23c82) Network cidr 10.4.1.0/24 is not within vpc [VPC [2-PoC-VPC-GLOBAL] cidr
   
   2023-01-20 11:03:44,095 INFO  [c.c.a.ApiServer] (qtp1750498848-412:ctx-47e20858 ctx-3b5e1bee) (logid:ced3123c) Vlan has to be specified; corresponding offering says specifyVlan=true
   
   2023-01-20 11:24:08,485 INFO  [c.c.a.ApiServer] (qtp1750498848-20:ctx-e6869a22 ctx-d8aad01f) (logid:9589158c) Service/provider combination Lb/VpcVirtualRouter is not supported by VPC [VPC [5-PoC-New]
   
   2023-01-20 11:31:11,940 INFO  [c.c.a.ApiServer] (qtp1750498848-19:ctx-e11fc791 ctx-af6d7f55) (logid:f72ba405) More than one physical networks exist in zone id=1 and no tags are specified in order to make a choice
   
   2023-01-20 11:32:19,677 ERROR [c.c.a.ApiServer] (qtp1750498848-17:ctx-ed35b8a9 ctx-6a0ad51d) (logid:42b75c2e) unhandled exception executing api command: [Ljava.lang.String;@771a8053
   com.cloud.exception.UnsupportedServiceException: Provider Ovs is either not enabled or doesn't support service Connectivity in physical network id=202
   
   2023-01-20 11:33:17,509 ERROR [c.c.a.ApiServer] (qtp1750498848-16:ctx-820a4651 ctx-06fb4dba) (logid:65f2a9f5) unhandled exception executing api command: [Ljava.lang.String;@3b371888
   com.cloud.exception.UnsupportedServiceException: Provider VpcVirtualRouter is either not enabled or doesn't support service Dhcp in physical network id=202
   
   2023-01-20 11:34:58,195 ERROR [c.c.a.ApiServer] (qtp1750498848-19:ctx-2724bf6d ctx-6a805c8d) (logid:ac52a8ce) unhandled exception executing api command: [Ljava.lang.String;@295500ac
   com.cloud.exception.UnsupportedServiceException: Provider VpcVirtualRouter is either not enabled or doesn't support service Dhcp in physical network id=202
   ```
   
   some networks have been created successfully
   ```
   2023-01-20 10:54:33,664 DEBUG [c.c.r.ResourceLimitManagerImpl] (qtp1750498848-21:ctx-554b62c6 ctx-fe5bdbd8) (logid:b25c28fd) Updating resource Type = network count for Account = 2 Operation = increasing Amount = 1
   
   2023-01-20 11:09:51,367 DEBUG [c.c.r.ResourceLimitManagerImpl] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) Updating resource Type = network count for Account = 2 Operation = increasing Amount = 1
   
   2023-01-20 11:26:04,085 DEBUG [c.c.r.ResourceLimitManagerImpl] (qtp1750498848-403:ctx-1e2fa873 ctx-0f1d6863) (logid:9c95e1f6) Updating resource Type = network count for Account = 2 Operation = increasing Amount = 1
   
   2023-01-20 11:51:13,474 DEBUG [c.c.r.ResourceLimitManagerImpl] (qtp1750498848-412:ctx-7d124df9 ctx-32c95c2a) (logid:9fcaf791) Updating resource Type = network count for Account = 2 Operation = increasing Amount = 1
   ```
   
   I did not see anything wrong. 
   
   can you use the default offering `DefaultIsolatedNetworkOfferingForVpcNetworks` to create vpc tiers ?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398051487

   @jaghabalayev somewhere somehow the system is expecting BigSwitch isolation. Can you check your setup and add more infromation if needed?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] weizhouapache commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398056050

   @jaghabalayev 
   this is not a bug.
   
   if you search 'Refusing to design this network' in the log, you will see more like
   ```
   # grep 'Refusing to design this network' /var/log/cloudstack/management/management-server.log
   2023-01-20 07:41:00,721 DEBUG [c.c.n.g.BigSwitchBcfGuestNetworkGuru] (qtp9190301-21:ctx-3be16032 ctx-b87f6814) (logid:51c53b0d) Refusing to design this network, the physical isolation type is not BCF_SEGMENT
   2023-01-20 07:41:00,722 DEBUG [o.a.c.n.c.m.ContrailGuru] (qtp9190301-21:ctx-3be16032 ctx-b87f6814) (logid:51c53b0d) Refusing to design this network
   2023-01-20 07:41:00,723 DEBUG [c.c.n.g.NiciraNvpGuestNetworkGuru] (qtp9190301-21:ctx-3be16032 ctx-b87f6814) (logid:51c53b0d) Refusing to design this network
   2023-01-20 07:41:00,729 DEBUG [o.a.c.n.o.OpendaylightGuestNetworkGuru] (qtp9190301-21:ctx-3be16032 ctx-b87f6814) (logid:51c53b0d) Refusing to design this network
   2023-01-20 07:41:00,764 DEBUG [c.c.n.g.OvsGuestNetworkGuru] (qtp9190301-21:ctx-3be16032 ctx-b87f6814) (logid:51c53b0d) Refusing to design this network
   2023-01-20 07:41:00,773 INFO  [c.c.n.g.DirectNetworkGuru] (qtp9190301-21:ctx-3be16032 ctx-b87f6814) (logid:51c53b0d) Refusing to design this network
   2023-01-20 07:41:00,777 INFO  [c.c.n.g.DirectNetworkGuru] (qtp9190301-21:ctx-3be16032 ctx-b87f6814) (logid:51c53b0d) Refusing to design this network
   2023-01-20 07:41:00,823 DEBUG [c.c.n.g.BrocadeVcsGuestNetworkGuru] (qtp9190301-21:ctx-3be16032 ctx-b87f6814) (logid:51c53b0d) Refusing to design this network
   
   ```
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] jaghabalayev commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by GitBox <gi...@apache.org>.
jaghabalayev commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398704817

   [screenshoot.zip](https://github.com/apache/cloudstack/files/10468637/screenshoot.zip)
   Screenshoots from physical network menu added


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] jaghabalayev commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by "jaghabalayev (via GitHub)" <gi...@apache.org>.
jaghabalayev commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398851038

   @weizhouapache 
   I tried to created VM and use the created network (allocated), but VM creation failed with error - couldn't assign network in allocated mode


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] weizhouapache commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by "weizhouapache (via GitHub)" <gi...@apache.org>.
weizhouapache commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1399013381

   > @weizhouapache for now i install from scratch Management Server and KVM node - and it works fine. However what i noticed that during changing confugration over GUI physical networks and VLAN range the Database not updated. Old rows still remaning in the DB. I attached screen before reinstalling appliance and it shows old networks and VLAN which have already been deleted. So the DB is not updated during deleting VLAN pools from physical networks ![db-not-updated](https://user-images.githubusercontent.com/66360297/213809039-5685edda-0d97-47c0-926d-16f706 ![db-not-updated](https://user-images.githubusercontent.com/66360297/213809219-5e04a5f6-ec18-4976-a08d-a388d5b19e1d.jpg) 056ecc.jpg)
   
   @jaghabalayev 
   in some database tables which have the 'removed' column, the records are not deleted, cloudstack just updates the 'removed' to the datetime when the resource becomes unavailable. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] jaghabalayev commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by "jaghabalayev (via GitHub)" <gi...@apache.org>.
jaghabalayev commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398842680

   @weizhouapache 
   DefaultIsolatedNetworkOfferingForVpcNetworks - i used this offering also, the result is same.
   The network created successfully, but in allocated state. When i add network with VLAN ID manually it created with success.
   Looks like management server couldn't fetch the information from VLAN pool for guest networks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] jaghabalayev commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by "jaghabalayev (via GitHub)" <gi...@apache.org>.
jaghabalayev commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1399107870

   Thank you for information @weizhouapache 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] jaghabalayev closed issue #7116: Network in allocated state - VLAN isoltation

Posted by "jaghabalayev (via GitHub)" <gi...@apache.org>.
jaghabalayev closed issue #7116: Network in allocated state - VLAN isoltation
URL: https://github.com/apache/cloudstack/issues/7116


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] jaghabalayev commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by GitBox <gi...@apache.org>.
jaghabalayev commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398615308

   @weizhouapache 
    i have the exact error on my logs. On the network offering i didn't use BigSw services and BigSw services disabled.
   I tried with Linux bridge and with OVS - the result is the same. It is my first Cloudstack installation, sorry for any incorrect information. If this not a bug, could you please provide little bit more information how can i create networks ?
   
   The logs in my case look like:
   
   "name": "admin", "uuid": "923dd6d0-90c5-11ed-8d55-000c29ae2b73"} to [Network Offering [23-Guest-PoCNetworkOffering-1] by AffinityGroupAccessChecker
   2023-01-20 11:09:51,250 DEBUG [c.c.n.v.VpcManagerImpl] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) Releasing lock for [VPC [4-PoC-11]
   2023-01-20 11:09:51,285 DEBUG [c.c.n.g.BigSwitchBcfGuestNetworkGuru] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) Refusing to design this network, the physical isolation type is not BCF_SEGMENT
   2023-01-20 11:09:51,289 DEBUG [o.a.c.n.c.m.ContrailGuru] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) Refusing to design this network
   2023-01-20 11:09:51,292 DEBUG [c.c.n.g.NiciraNvpGuestNetworkGuru] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) Refusing to design this network
   2023-01-20 11:09:51,295 DEBUG [o.a.c.n.o.OpendaylightGuestNetworkGuru] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) Refusing to design this network
   2023-01-20 11:09:51,299 DEBUG [c.c.n.g.OvsGuestNetworkGuru] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) Refusing to design this network
   2023-01-20 11:09:51,303 INFO  [c.c.n.g.DirectNetworkGuru] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) Refusing to design this network
   2023-01-20 11:09:51,308 DEBUG [c.c.n.g.DirectNetworkGuru] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) GRE: VLAN
   2023-01-20 11:09:51,308 DEBUG [c.c.n.g.DirectNetworkGuru] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) GRE: VXLAN
   2023-01-20 11:09:51,308 INFO  [c.c.n.g.DirectNetworkGuru] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) Refusing to design this network
   2023-01-20 11:09:51,353 DEBUG [o.a.c.n.g.SspGuestNetworkGuru] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) SSP not configured to be active
   2023-01-20 11:09:51,356 DEBUG [c.c.n.g.BrocadeVcsGuestNetworkGuru] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) Refusing to design this network
   2023-01-20 11:09:51,360 DEBUG [o.a.c.e.o.NetworkOrchestrator] (qtp1750498848-17:ctx-9841c0fe ctx-82941bca) (logid:a9e3faa6) Releasing lock for Acct[923dd6d0-90c5-11ed-8d55-000c29ae2b73-admin] -- Account {"id": 2, "name": "admin", "uuid": "923dd6d0-90c5-11ed-8d55-000c29ae2b73"}


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] jaghabalayev commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by GitBox <gi...@apache.org>.
jaghabalayev commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398679457

   I can see the vlan range under detail tab, however can not see the vlan range in the list of physical networks.
   Is it normal behaviour ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] weizhouapache commented on issue #7116: Network in allocated state - VLAN isoltation

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #7116:
URL: https://github.com/apache/cloudstack/issues/7116#issuecomment-1398659354

   @jaghabalayev 
   I cannot find any clue from your management server log.
   From what I get in the description, it looks like a UI bug which causes vlan range to be lost when you create the zone. The UI bug has been fixed by https://github.com/apache/cloudstack/pull/6895
   
   can you please go to the physical networks and check if vlan range is empty ? If yes, you need to update the physical network with a vlan range. If not, can you please upload the full log ?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org