Re: [Users] Forcible edit of VLAN in ovirtmgmt logical network

2013-08-14 Thread Karli Sjöberg
ons 2013-08-14 klockan 12:12 +0300 skrev Lior Vernia: Hi Karli, Running the following query in the DB should do the trick: UPDATE network SET vlan_id=XXX WHERE name='ovirtmgmt'; Where XXX is your desired VLAN ID. If you have several DCs then you'd want to modify the WHERE clause to also includ

Re: [Users] Forcible edit of VLAN in ovirtmgmt logical network

2013-08-14 Thread Lior Vernia
Hi Karli, Running the following query in the DB should do the trick: UPDATE network SET vlan_id=XXX WHERE name='ovirtmgmt'; Where XXX is your desired VLAN ID. If you have several DCs then you'd want to modify the WHERE clause to also include the correct storage_pool_id (you could find it in the

[Users] Forcible edit of VLAN in ovirtmgmt logical network

2013-08-14 Thread Karli Sjöberg
Hi! How can I force in a VLAN tag in the ovirtmgmt network? A quick database change perhaps? Thing is, I had put a VLAN in the ovirtmgmt network definition when I set the environment up in oVirt-3.1. But now that it´s upgraded to 3.2, somewhere along the line, engine seems to have forgotten th