upgraded one of my lab nodes to 3.0 as a test, from 2.3.. so far so... not good? none of my KVM's still start, saying the following:
appropriate snip from /etc/network/interfaces
help?
Code:
/var/lib/qemu-server/pve-bridge: could not launch network script
kvm: -netdev type=tap,id=net0,ifname=tap502i0,script=/var/lib/qemu-server/pve-bridge: Device 'tap' could not be initialized
appropriate snip from /etc/network/interfaces
Code:
auto eth0
iface eth0 inet manual
auto eth1
iface eth1 inet manual
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode 802.3ad
auto vlan66
iface vlan66 inet manual
vlan-raw-device bond0
iface vmbr66 inet manual
bridge_ports vlan66
bridge_stp off
bridge_fd 0
bridge_fd 0
help?