-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
ISSUE TYPE
- Bug Report
COMPONENT NAME
CLOUDSTACK VERSION
CloudStack 4.17.0.1-snapshot.20220904
CONFIGURATION
Advance Network
2 physical Network Interface
Vmware Hypervisor : 1vSwitch0 and 1vds
OS / ENVIRONMENT
SUMMARY
i installed cloudstack from nightly version and in wizard stage i set guest vlan range but after the installation was complete i realized that it wasn't set up and i had trouble building the isolated network. i couldn't connect any vms to this network. but after adding the vlan manually everything became ok.
STEPS TO REPRODUCE
com.cloud.exception.InsufficientVirtualNetworkCapacityException: Unable to allocate vnet as a part of network Network {"id": 219, "name": "MyIsolated", "uuid": "67de4f3a-4c47-4ebe-9b05-83a02a7bd4ca", "networkofferingid": 9} implement Scope=interface com.cloud.dc.DataCenter; id=2
at com.cloud.network.guru.GuestNetworkGuru.allocateVnet(GuestNetworkGuru.java:334)
at com.cloud.network.guru.GuestNetworkGuru.implement(GuestNetworkGuru.java:363)
at com.cloud.network.guru.ExternalGuestNetworkGuru.implement(ExternalGuestNetworkGuru.java:154)
at org.apache.cloudstack.engine.orchestration.NetworkOrchestrator.implementNetwork(NetworkOrchestrator.java:1339)
at org.apache.cloudstack.engine.orchestration.NetworkOrchestrator.implementNetwork(NetworkOrchestrator.java:1199)
at org.apache.cloudstack.engine.orchestration.NetworkOrchestrator.prepare(NetworkOrchestrator.java:1873)
at com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:1177)
at com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:5315)
at jdk.internal.reflect.GeneratedMethodAccessor839.invoke(Unknown Source)
EXPECTED RESULTS
Guest Vlan Range Set Correctly
