I have some strange issues regarding openvswitch in PVE 3.2. I did clean install of Debian stable, add PVE 3.2 repositories and install PVE 3.2 using instructions on wiki - http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Wheezy
at the end I've installed openvswitch (apt-get install openvswitch-switch openvswitch-common) and when system is restarted, openvswitch seems to be running if I print process list ..
but I cannot bring up any OVS interfaces or control openvswitch process - it seems as unix:/var/run/openvswitch/db.sock is not there or /run filesystem remounted as tmpfs after openvswitch process is started, because there isn't any /var/run/openvswitch*.
there isn't anything useful in logs.
Are there any known problems, because running openvswitch (packages from debian repositories or recompiled OVS 2.1) on other (non-PVE) debian boxes works without any problems.
at the end I've installed openvswitch (apt-get install openvswitch-switch openvswitch-common) and when system is restarted, openvswitch seems to be running if I print process list ..
Code:
vm02:/# ps axf|grep openv
1766 ? S< 0:00 \_ ovsdb-server /etc/openvswitch/conf.db -vconsole:emer -vsyslog:err -vfile:info --remote=punix:/var/run/openvswitch/db.sock --private-key=db:Open_vSwitch,SSL,private_key --certificate=db:Open_vSwitch,SSL,certificate --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert --no-chdir --log-file=/var/log/openvswitch/ovsdb-server.log --pidfile=/var/run/openvswitch/ovsdb-server.pid --detach --monitor
1778 ? S<L 0:00 \_ ovs-vswitchd unix:/var/run/openvswitch/db.sock -vconsole:emer -vsyslog:err -vfile:info --mlockall --no-chdir --log-file=/var/log/openvswitch/ovs-vswitchd.log --pidfile=/var/run/openvswitch/ovs-vswitchd.pid --detach --monitor
but I cannot bring up any OVS interfaces or control openvswitch process - it seems as unix:/var/run/openvswitch/db.sock is not there or /run filesystem remounted as tmpfs after openvswitch process is started, because there isn't any /var/run/openvswitch*.
Code:
vm02:/# ovs-vsctl show
2014-06-29T21:58:37Z|00001|reconnect|WARN|unix:/var/run/openvswitch/db.sock: connection attempt failed (No such file or directory)
ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)
there isn't anything useful in logs.
Are there any known problems, because running openvswitch (packages from debian repositories or recompiled OVS 2.1) on other (non-PVE) debian boxes works without any problems.