Comment #5 on issue 679 by [email protected]: Common issues documentation: gnt-network
http://code.google.com/p/ganeti/issues/detail?id=679

The routing table is irrelevant to gnt-network. Ganeti uses nicparams inside the NIC object that include mode and link. In case mode is routed, link logically points to
a routing table (same as if mode is bridged, link is a linux bridge).

Any routing table (just like bridges) must pre-exist. In case mode is routed Ganeti only checks if the NIC has an IP.

gnt-network defines netparams per nodegroup (during connect) which are the nicparams each network's NIC will inherit. To sum up setting up any routing rules (just like brctl commands) are kvm-ifup's responsibility. You can always create/destroy bridges and routing tables automatically using network related hooks too.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to