Replies: 3 comments
-
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@hqming86 , what is your ratio on creating a “Guest” network with tag “NFS", but have your “Storage” network on the same as the first “Guest” network? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to deploy cloudstack guest network for multiple physical network, but It looks like doesn't work, can any one help?
I designed as below:
There are three physical network:
1、physical network1:Three traffic types:Guest,Management,Storage. All those types setup as traffic label cloudbr0
2、physical network2:Only one traffic type: Public which is setup traffic lable cloudbr1
3、physical network3:One more traffic type : Guest traffic with tag "NFS".
The agent deploy 3 bridge: cloudbr0(bridge to eth2), cloudbr1(bridge to eth3),cloudbr2(bridge to bond4)
root@cloudstack-agent02:/etc/cloudstack/agent# brctl show
bridge name bridge id STP enabled interfaces
cloud0 8000.0202e6c8226f no
cloudbr0 8000.1a10af3be1f1 no eth2
cloudbr1 8000.0adad08ce0ff no eth3
cloudbr2 8000.d697c5e4beae no bond4
Now the agent have already added successfully . but the system vm can not deploy automaticly, and the log show that "Incorrect Network setup on agent, Reinitialize agent after network names are setup, details : Can not find network: cloudbr2"
Can anyone assistance to address it?
Beta Was this translation helpful? Give feedback.
All reactions