I upgraded to 1.6 and found that one of the OpenVZ instances couldn't connect to the network. The system was BlueOnyx on a CentOS5 template (migrated from a physical machine in the past).
In version 1.6, /etc/vz/dists/scripts/redhat-add_ip.sh now removes /etc/sysconfig/network-scripts/route-venet0.
That means that /etc/sysconfig/network can't contain GATEWAY="192.0.2.1", but must instead contain GATEWAYDEV="venet0".
BlueOnyx assumes if it's an setup that it should set GATEWAY="192.0.2.1" on boot.
Just noting this issue in case anyone else has the problem. Would be good if Proxmox didn't remove the file. I don't know if there is a reason why it would be best to remove it.
In version 1.6, /etc/vz/dists/scripts/redhat-add_ip.sh now removes /etc/sysconfig/network-scripts/route-venet0.
That means that /etc/sysconfig/network can't contain GATEWAY="192.0.2.1", but must instead contain GATEWAYDEV="venet0".
BlueOnyx assumes if it's an setup that it should set GATEWAY="192.0.2.1" on boot.
Just noting this issue in case anyone else has the problem. Would be good if Proxmox didn't remove the file. I don't know if there is a reason why it would be best to remove it.