OpenvSwitch new OVSIntPort without reboot?

tomstephens89

Renowned Member
Mar 10, 2014
177
7
83
Kingsclere, United Kingdom
Hi guys,

I need to add a few new VLAN's to my infrastructure, one of which will be for backups that each of my 16 proxmox hosts will need to talk on. Therefore I need to add a new OVSIntPort to each host.

I want to know if it is OK to make the new port in the GUI and then run the following command instead of having to reboot all my hosts?

Code:
[COLOR=#333333]/etc/init.d/pvenetcommit start[/COLOR]

Thanks
 
I need to add a few new VLAN's to my infrastructure, one of which will be for backups that each of my 16 proxmox hosts will need to talk on. Therefore I need to add a new OVSIntPort to each host.

I want to know if it is OK to make the new port in the GUI and then run the following command instead of having to reboot all my hosts?

Code:
/etc/init.d/pvenetcommit start

No. The above procedure is dedicated for to be called in the startup phase.

Suggestion: Make temporary changes (until the next reboot, in addition to the change in GUI), using ovs-vsctl command, e.g.

Code:
ovs-vsctl add-port vmbr5 iport99 tag=999 -- set interface iport99 type=internal
 
No. The above procedure is dedicated for to be called in the startup phase.

Suggestion: Make temporary changes (until the next reboot, in addition to the change in GUI), using ovs-vsctl command, e.g.

Code:
ovs-vsctl add-port vmbr5 iport99 tag=999 -- set interface iport99 type=internal

Ok so a reboot is required for a simple network change. Whilst I can acomodate this, I would suggest this functionality be added in the future since making live changes to the network configuration is possible in the other commercial hypervisors such as ESXi and HyperV.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!