I must use openvz on a cluster with nic on vlan.
As i have a kvm with the same vlan if use this command line :
I reboot the ovz container and it works, the adm10 interface in the container is on the vlan10 for the vmbr0.
I think the vlan configuration could be integrate easily in the web interface as it works as the kvm parameter and this should discard side effects like:
Following previous posts, this use case interest people : http://forum.proxmox.com/threads/10...Z-containers?highlight=Vlan+openvz+containers and others
As i have a kvm with the same vlan if use this command line :
Code:
vzctl set 500 --netif_add adm10,,,,vmbr0v10 --save
I reboot the ovz container and it works, the adm10 interface in the container is on the vlan10 for the vmbr0.
I think the vlan configuration could be integrate easily in the web interface as it works as the kvm parameter and this should discard side effects like:
- on boot the vmbr vlan interface doesn't exist
- on migration too
Following previous posts, this use case interest people : http://forum.proxmox.com/threads/10...Z-containers?highlight=Vlan+openvz+containers and others