[Users] How do Networks and Vlan-tagging work in oVirt ?

I'm struggeling setting up my network in oVirt at the moment as I would like to seperate specific VM's from other devices/clients in my network. I have decent setup switching network using Vlans, this is also the fact for ovirt and the storage nodes where teh ports are seperated between storage and management. Because I want to manage which client can acces which VM I need Vlan tagging. The question is where are we going to do this, on the VM itself or on the network I attach the VM's Nic to. Because of the lacking documentation at this point it's not clear, so I would like to figure out and maybe change the wiki there. I also cannot understand why I can set an IP to a network and only the subnet where I also can set DHCP which puts also the gateway. I'm not able to set None or DHCP and can only add a network with IP, but what IP and why ? Or just a 192.16.x.0 with a 255.255.255.0 subnet ? I hope someone can clear this a little bit more out. Thanks!

Le 11/02/2013 11:37, Matt . a écrit :
I'm struggeling setting up my network in oVirt at the moment as I would like to seperate specific VM's from other devices/clients in my network.
I have decent setup switching network using Vlans, this is also the fact for ovirt and the storage nodes where teh ports are seperated between storage and management.
Because I want to manage which client can acces which VM I need Vlan tagging. The question is where are we going to do this, on the VM itself or on the network I attach the VM's Nic to.
Hi, I have also some related questions about VLAN tagging. In any linux, I can create some virtual interfaces dedicated to some VLANs, like bond0:50 I was expecting oVirt to allow me to create such virtual interfaces, use them in an oVirt "virtual network". Thus, any VM using this "virtual network" would be insured to stay limited to this vlan. I know I can create bond0:50 manually in Fedora, but I guess oVirt must be implied in the network setup. I also know I can setup my switches to make them do IP-vlan-tagging, but the solution above looks smarter to me. How do one usually do in that case? -- Nicolas Ecarnot

On 02/12/2013 12:36 PM, Nicolas Ecarnot wrote:
Le 11/02/2013 11:37, Matt . a écrit :
I'm struggeling setting up my network in oVirt at the moment as I would like to seperate specific VM's from other devices/clients in my network.
I have decent setup switching network using Vlans, this is also the fact for ovirt and the storage nodes where teh ports are seperated between storage and management.
Because I want to manage which client can acces which VM I need Vlan tagging. The question is where are we going to do this, on the VM itself or on the network I attach the VM's Nic to.
Hi,
I have also some related questions about VLAN tagging.
In any linux, I can create some virtual interfaces dedicated to some VLANs, like bond0:50 I was expecting oVirt to allow me to create such virtual interfaces, use them in an oVirt "virtual network". Thus, any VM using this "virtual network" would be insured to stay limited to this vlan.
I know I can create bond0:50 manually in Fedora, but I guess oVirt must be implied in the network setup.
You should follow the next steps: 1. Create a new logical network from the networks main tab: define its data-center and set its vlan-id to 50 (the VM network checkbox should be checked) 2. Click on the created network in the networks main tab ---> Select the 'Clusters' sub-tab and ---> click on 'Assign/Unassign Network' and attach the network to the cluster (which contains the hosts that are expected to run the VMs). 3. Click on 'hosts' sub-tab of the network main tab for the same network. You should be able to see the cluster's hosts. Select a host and click on 'Setup Networks'. 4. In the 'setup networks' dialog you would see the host's interfaces on the left side and the logical networks definition on the right. Drag the network on top of an interface, or first drag a nic on top of another to create a bond and then drag the network to that bond. A command will be sent from the engine to the vdsm on the host to configure the desired network configuration. 5. In order to persist the network configuration on the host you can check the 'save network configuration' from 4. Specifically in the case you've described, few device will be created on the host: 1. bond0 2. bond0.50 - the vlan device 3. 'your-network' - the vm network bridge will be created as a linux bridge on top of bond0.50
I also know I can setup my switches to make them do IP-vlan-tagging, but the solution above looks smarter to me.
How do one usually do in that case?

On Tue, Feb 12, 2013 at 10:27 PM, Moti Asayag wrote:
You should follow the next steps:
1. Create a new logical network from the networks main tab: define its data-center and set its vlan-id to 50 (the VM network checkbox should be checked) 2. Click on the created network in the networks main tab ---> Select the 'Clusters' sub-tab and ---> click on 'Assign/Unassign Network' and attach the network to the cluster (which contains the hosts that are expected to run the VMs). 3. Click on 'hosts' sub-tab of the network main tab for the same network. You should be able to see the cluster's hosts. Select a host and click on 'Setup Networks'. 4. In the 'setup networks' dialog you would see the host's interfaces on the left side and the logical networks definition on the right. Drag the network on top of an interface, or first drag a nic on top of another to create a bond and then drag the network to that bond. A command will be sent from the engine to the vdsm on the host to configure the desired network configuration. 5. In order to persist the network configuration on the host you can check the 'save network configuration' from 4.
Hello, I followed these steps to create a bonded VM network (no vlan tagging) with 3.2 beta. Only differences - assignement of network to cluster (step 2) can also be completed while in step 1) - step 3 : to see the host and setup networks for it you have to select the "unattached" check box I don't understand if and how I can put lan parameters if I don't use vlan tagging I don't see any option for that, when I edit the "network" itself or go through the "setup host networks" For example the VMs that will attach to this new network that I called "client" will have ip of the form 10.10.10.x/24 with gw 10.10.10.1 and eventually I would like to give an ip address to the created bond itself. Can I? Thanks, Gianluca

----- Original Message -----
On Tue, Feb 12, 2013 at 10:27 PM, Moti Asayag wrote:
You should follow the next steps:
1. Create a new logical network from the networks main tab: define its data-center and set its vlan-id to 50 (the VM network checkbox should be checked) 2. Click on the created network in the networks main tab ---> Select the 'Clusters' sub-tab and ---> click on 'Assign/Unassign Network' and attach the network to the cluster (which contains the hosts that are expected to run the VMs). 3. Click on 'hosts' sub-tab of the network main tab for the same network. You should be able to see the cluster's hosts. Select a host and click on 'Setup Networks'. 4. In the 'setup networks' dialog you would see the host's interfaces on the left side and the logical networks definition on the right. Drag the network on top of an interface, or first drag a nic on top of another to create a bond and then drag the network to that bond. A command will be sent from the engine to the vdsm on the host to configure the desired network configuration. 5. In order to persist the network configuration on the host you can check the 'save network configuration' from 4.
Hello, I followed these steps to create a bonded VM network (no vlan tagging) with 3.2 beta. Only differences - assignement of network to cluster (step 2) can also be completed while in step 1)
- step 3 : to see the host and setup networks for it you have to select the "unattached" check box
I don't understand if and how I can put lan parameters if I don't use vlan tagging I don't see any option for that, when I edit the "network" itself or go through the "setup host networks"
Hi, Can you please explain what do you mean by "lan parameters" that you're trying to set?
For example the VMs that will attach to this new network that I called "client" will have ip of the form 10.10.10.x/24 with gw 10.10.10.1
and eventually I would like to give an ip address to the created bond itself. Can I?
You can specify IP & Netmask statically on the interface that you attach the network to on the host. During the setup networks command you can see a "pencil" button on the network which is on an interface (bond or NIC), click it and then you can see the boot protocol options.
Thanks, Gianluca _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

On Thu, Feb 14, 2013 at 10:37 AM, Mike Kolesnik wrote:
"client" will have ip of the form 10.10.10.x/24 with gw 10.10.10.1
and eventually I would like to give an ip address to the created bond itself. Can I?
You can specify IP & Netmask statically on the interface that you attach the network to on the host. During the setup networks command you can see a "pencil" button on the network which is on an interface (bond or NIC), click it and then you can see the boot protocol options.
aha, ok... sorry I misunderstood I thought I had to edit the bond itself in "Setup host networks" screen: https://docs.google.com/file/d/0BwoPbcrMv8mvSDZqcU95MXlDMDA/edit?usp=sharing Instead I have to edit the network (named "client" in my case): https://docs.google.com/file/d/0BwoPbcrMv8mvYU1NVWNRVW0yUkE/edit?usp=sharing and there I can see the network parameters and boot protocols. All right now.. Thanks Gianluca

Hello. Basically Ovirt operates with VLANs by creating tagged devices ethX.<ID> and attaching them to the bridge named <network_name>. For example: ovirt has ovirtmgmg, spice and 3 vm's networks: ovirtmgm (VLAN100), spice (VLAN101), vmnet1-3 (VLAN 201-203) Bridges for each networks will be created and attached: ovirtmgmt eth0.100 spice eth0.101 vmnet1 eth0.201 vnet1 -- VM will be attached here vmnet2 eth0.202 vnet2 -- VM will be attached here vmnet3 eth0.203 vnet3 -- VM will be attached here and so on. A VM is attached using the tun interface to the VM network You don't have to assign IP address to the bridge of any VM networks. IP addresses are required only for ovirtmgmt and display networks. -- Best regards, Pavel Zhukov mailto:pavel@zhukoff.net On Mon, 11 Feb 2013, Matt . wrote:
I'm struggeling setting up my network in oVirt at the moment as I would like to seperate specific VM's from other devices/clients in my network.
I have decent setup switching network using Vlans, this is also the fact for ovirt and the storage nodes where teh ports are seperated between storage and management.
Because I want to manage which client can acces which VM I need Vlan tagging. The question is where are we going to do this, on the VM itself or on the network I attach the VM's Nic to.
Because of the lacking documentation at this point it's not clear, so I would like to figure out and maybe change the wiki there.
I also cannot understand why I can set an IP to a network and only the subnet where I also can set DHCP which puts also the gateway.
I'm not able to set None or DHCP and can only add a network with IP, but what IP and why ? Or just a 192.16.x.0 with a 255.255.255.0 subnet ?
I hope someone can clear this a little bit more out.
Thanks!
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

On 02/11/2013 12:37 PM, Matt . wrote:
I'm struggeling setting up my network in oVirt at the moment as I would like to seperate specific VM's from other devices/clients in my network.
You should define the 'logical networks' which describe the networks of your setup. See the response to Nicolas on this thread of the steps to achieve it. If wish to create a network dedicated to storage which shouldn't allow VMs to use it, it should be defined as non-vm network. Once the network is assigned to a cluster, you can add new network interface to your VMs which defines to which bridges (vm networks) they are connected: hence, segregating the VMs is done by the vlan-id of the bridge the VMs are connected to.
I have decent setup switching network using Vlans, this is also the fact for ovirt and the storage nodes where teh ports are seperated between storage and management.
Because I want to manage which client can acces which VM I need Vlan tagging. The question is where are we going to do this, on the VM itself or on the network I attach the VM's Nic to.
Because of the lacking documentation at this point it's not clear, so I would like to figure out and maybe change the wiki there.
I also cannot understand why I can set an IP to a network and only the subnet where I also can set DHCP which puts also the gateway.
The default gateway can be provided for the management network only. You can define its IP address either as static by providing its known IP address or letting it determine the address from the DHCP server. You cannot select 'None' as boot-protocol for the management network since then the engine will not be able to communicate with the host. However you can select 'none' boot-protocol to any other networks if wishes.
I'm not able to set None or DHCP and can only add a network with IP, but what IP and why ? Or just a 192.16.x.0 with a 255.255.255.0 subnet ?
I hope someone can clear this a little bit more out.
Thanks!
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Hi guys, Thanks, this clears it more why we have VM and display options and how it's used on the nics. What hapens with me on a 3.2 installation when I want to attach a network without IP (VM option or not) to a Nic I get the noticed error like I told before: Error while executing action Setup Networks: Illegal or Incomplete IP Address Here is the error from the log: eth2 {id=713f2687-6d84-4010-9076-fbfc67cf6831, vdsId=033febb8-4f52-4253-bb6d-a8807816affd, name=eth2, macAddress=00:1c:c4:d8:cb:36, networkName=LAN_TEST, bondName=null, bootProtocol=NONE, address=, subnet=, gateway=null, mtu=0, bridged=false, speed=1000, type=0, networkImplementationDetails=null}], removedNetworks=[], removedBonds=[]), log id: 7a99dbd1 2013-02-12 23:31:08,783 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] (ajp--127.0.0.1-8702-10) [7289062c] FINISH, SetupNetworksVDSCommand, log id: 7a99dbd1 2013-02-12 23:31:09,796 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (ajp--127.0.0.1-8702-10) [7289062c] org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip 2013-02-12 23:31:09,797 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (ajp--127.0.0.1-8702-10) [7289062c] Command SetupNetworksVDS execution failed. Exception: VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip 2013-02-12 23:31:09,798 ERROR [org.ovirt.engine.core.bll.network.host.SetupNetworksCommand] (ajp--127.0.0.1-8702-10) [7289062c] Command org.ovirt.engine.core.bll.network.host.SetupNetworksCommand throw Vdc Bll exception. With error message VdcBLLException: org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip Why does this happen on None Bootproto or DHCP ? 2013/2/12 Moti Asayag <masayag@redhat.com>
On 02/11/2013 12:37 PM, Matt . wrote:
I'm struggeling setting up my network in oVirt at the moment as I would like to seperate specific VM's from other devices/clients in my network.
You should define the 'logical networks' which describe the networks of your setup. See the response to Nicolas on this thread of the steps to achieve it. If wish to create a network dedicated to storage which shouldn't allow VMs to use it, it should be defined as non-vm network. Once the network is assigned to a cluster, you can add new network interface to your VMs which defines to which bridges (vm networks) they are connected: hence, segregating the VMs is done by the vlan-id of the bridge the VMs are connected to.
I have decent setup switching network using Vlans, this is also the fact for ovirt and the storage nodes where teh ports are seperated between storage and management.
Because I want to manage which client can acces which VM I need Vlan tagging. The question is where are we going to do this, on the VM itself or on the network I attach the VM's Nic to.
Because of the lacking documentation at this point it's not clear, so I would like to figure out and maybe change the wiki there.
I also cannot understand why I can set an IP to a network and only the subnet where I also can set DHCP which puts also the gateway.
The default gateway can be provided for the management network only. You can define its IP address either as static by providing its known IP address or letting it determine the address from the DHCP server. You cannot select 'None' as boot-protocol for the management network since then the engine will not be able to communicate with the host.
However you can select 'none' boot-protocol to any other networks if wishes.
I'm not able to set None or DHCP and can only add a network with IP, but what IP and why ? Or just a 192.16.x.0 with a 255.255.255.0 subnet ?
I hope someone can clear this a little bit more out.
Thanks!
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

On 02/13/2013 12:40 AM, Matt . wrote:
Hi guys,
Thanks, this clears it more why we have VM and display options and how it's used on the nics.
What hapens with me on a 3.2 installation when I want to attach a network without IP (VM option or not) to a Nic I get the noticed error like I told before:
Error while executing action Setup Networks: Illegal or Incomplete IP Address
Here is the error from the log:
Could you attach the rest parameters of this command ? (grep for all the lines from the log that include the string: 7289062c)
eth2 {id=713f2687-6d84-4010-9076-fbfc67cf6831, vdsId=033febb8-4f52-4253-bb6d-a8807816affd, name=eth2, macAddress=00:1c:c4:d8:cb:36, networkName=LAN_TEST, bondName=null, bootProtocol=NONE, address=, subnet=, gateway=null, mtu=0, bridged=false, speed=1000, type=0, networkImplementationDetails=null}], removedNetworks=[], removedBonds=[]), log id: 7a99dbd1 2013-02-12 23:31:08,783 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] (ajp--127.0.0.1-8702-10) [7289062c] FINISH, SetupNetworksVDSCommand, log id: 7a99dbd1 2013-02-12 23:31:09,796 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (ajp--127.0.0.1-8702-10) [7289062c] org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip 2013-02-12 23:31:09,797 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (ajp--127.0.0.1-8702-10) [7289062c] Command SetupNetworksVDS execution failed. Exception: VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip 2013-02-12 23:31:09,798 ERROR [org.ovirt.engine.core.bll.network.host.SetupNetworksCommand] (ajp--127.0.0.1-8702-10) [7289062c] Command org.ovirt.engine.core.bll.network.host.SetupNetworksCommand throw Vdc Bll exception. With error message VdcBLLException: org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip
Why does this happen on None Bootproto or DHCP ?
2013/2/12 Moti Asayag <masayag@redhat.com <mailto:masayag@redhat.com>>
On 02/11/2013 12:37 PM, Matt . wrote: > I'm struggeling setting up my network in oVirt at the moment as I would > like to seperate specific VM's from other devices/clients in my network. >
You should define the 'logical networks' which describe the networks of your setup. See the response to Nicolas on this thread of the steps to achieve it. If wish to create a network dedicated to storage which shouldn't allow VMs to use it, it should be defined as non-vm network. Once the network is assigned to a cluster, you can add new network interface to your VMs which defines to which bridges (vm networks) they are connected: hence, segregating the VMs is done by the vlan-id of the bridge the VMs are connected to.
> I have decent setup switching network using Vlans, this is also the fact > for ovirt and the storage nodes where teh ports are seperated between > storage and management. > > Because I want to manage which client can acces which VM I need Vlan > tagging. The question is where are we going to do this, on the VM itself > or on the network I attach the VM's Nic to. > > Because of the lacking documentation at this point it's not clear, so I > would like to figure out and maybe change the wiki there. > > I also cannot understand why I can set an IP to a network and only the > subnet where I also can set DHCP which puts also the gateway. >
The default gateway can be provided for the management network only. You can define its IP address either as static by providing its known IP address or letting it determine the address from the DHCP server. You cannot select 'None' as boot-protocol for the management network since then the engine will not be able to communicate with the host.
However you can select 'none' boot-protocol to any other networks if wishes.
> I'm not able to set None or DHCP and can only add a network with IP, but > what IP and why ? Or just a 192.16.x.0 with a 255.255.255.0 subnet ? > > I hope someone can clear this a little bit more out. >
> Thanks! > > > _______________________________________________ > Users mailing list > Users@ovirt.org <mailto:Users@ovirt.org> > http://lists.ovirt.org/mailman/listinfo/users >

----- Original Message -----
On 02/13/2013 12:40 AM, Matt . wrote:
Hi guys,
Thanks, this clears it more why we have VM and display options and how it's used on the nics.
What hapens with me on a 3.2 installation when I want to attach a network without IP (VM option or not) to a Nic I get the noticed error like I told before:
Error while executing action Setup Networks: Illegal or Incomplete IP Address
Here is the error from the log:
Could you attach the rest parameters of this command ? (grep for all the lines from the log that include the string: 7289062c)
Even better if you could attach all the parameters printed as part of SetupNetworksVDSCommand logging. It seems that part is missing which makes it hard to identify what is the problem.
eth2 {id=713f2687-6d84-4010-9076-fbfc67cf6831, vdsId=033febb8-4f52-4253-bb6d-a8807816affd, name=eth2, macAddress=00:1c:c4:d8:cb:36, networkName=LAN_TEST, bondName=null, bootProtocol=NONE, address=, subnet=, gateway=null, mtu=0, bridged=false, speed=1000, type=0, networkImplementationDetails=null}], removedNetworks=[], removedBonds=[]), log id: 7a99dbd1 2013-02-12 23:31:08,783 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] (ajp--127.0.0.1-8702-10) [7289062c] FINISH, SetupNetworksVDSCommand, log id: 7a99dbd1 2013-02-12 23:31:09,796 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (ajp--127.0.0.1-8702-10) [7289062c] org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip 2013-02-12 23:31:09,797 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (ajp--127.0.0.1-8702-10) [7289062c] Command SetupNetworksVDS execution failed. Exception: VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip 2013-02-12 23:31:09,798 ERROR [org.ovirt.engine.core.bll.network.host.SetupNetworksCommand] (ajp--127.0.0.1-8702-10) [7289062c] Command org.ovirt.engine.core.bll.network.host.SetupNetworksCommand throw Vdc Bll exception. With error message VdcBLLException: org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip
Why does this happen on None Bootproto or DHCP ?
2013/2/12 Moti Asayag <masayag@redhat.com <mailto:masayag@redhat.com>>
On 02/11/2013 12:37 PM, Matt . wrote: > I'm struggeling setting up my network in oVirt at the moment > as I would > like to seperate specific VM's from other devices/clients in > my network. >
You should define the 'logical networks' which describe the networks of your setup. See the response to Nicolas on this thread of the steps to achieve it. If wish to create a network dedicated to storage which shouldn't allow VMs to use it, it should be defined as non-vm network. Once the network is assigned to a cluster, you can add new network interface to your VMs which defines to which bridges (vm networks) they are connected: hence, segregating the VMs is done by the vlan-id of the bridge the VMs are connected to.
> I have decent setup switching network using Vlans, this is > also the fact > for ovirt and the storage nodes where teh ports are seperated > between > storage and management. > > Because I want to manage which client can acces which VM I > need Vlan > tagging. The question is where are we going to do this, on > the VM itself > or on the network I attach the VM's Nic to. > > Because of the lacking documentation at this point it's not > clear, so I > would like to figure out and maybe change the wiki there. > > I also cannot understand why I can set an IP to a network and > only the > subnet where I also can set DHCP which puts also the gateway. >
The default gateway can be provided for the management network only. You can define its IP address either as static by providing its known IP address or letting it determine the address from the DHCP server. You cannot select 'None' as boot-protocol for the management network since then the engine will not be able to communicate with the host.
However you can select 'none' boot-protocol to any other networks if wishes.
> I'm not able to set None or DHCP and can only add a network > with IP, but > what IP and why ? Or just a 192.16.x.0 with a 255.255.255.0 > subnet ? > > I hope someone can clear this a little bit more out. >
> Thanks! > > > _______________________________________________ > Users mailing list > Users@ovirt.org <mailto:Users@ovirt.org> > http://lists.ovirt.org/mailman/listinfo/users >
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Le 12/02/2013 22:43, Moti Asayag a écrit :
On 02/11/2013 12:37 PM, Matt . wrote:
I'm struggeling setting up my network in oVirt at the moment as I would like to seperate specific VM's from other devices/clients in my network.
You should define the 'logical networks' which describe the networks of your setup. See the response to Nicolas on this thread of the steps to achieve it.
Thank you to Moti, Pavel and Mike ho took time to answer to Matt and me. This also explained to me a lot about what can be done and how, and it clearly forecasts a future very nice setup I'll work on. Thank you. -- Nicolas Ecarnot

Thanks indeed, I'm with Nicolas, also working on a nice setup with this information! Here is some more logging: The error came after I added WAN_02_02 with no IP. 2013-02-13 10:55:00,455 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-9) [41071339] No string for VDS_ACTIVATE_ASYNC type. Use default Log 2013-02-13 10:55:00,456 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) [41071339] Autorecovering 0 storage domains 2013-02-13 10:59:05,376 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginAdminUserCommand internal: false. 2013-02-13 10:59:06,266 ERROR [org.ovirt.engine.core.utils.ServletUtils] (ajp--127.0.0.1-8702-5) Can't read file "/usr/share/ovirt-engine/docs/DocumentationPath.csv" for request "/docs/DocumentationPath.csv", will send a 404 error response. 2013-02-13 10:59:43,948 INFO [org.ovirt.engine.core.bll.network.host.SetupNetworksCommand] (ajp--127.0.0.1-8702-19) [683f2e62] Running command: SetupNetworksCommand internal: false. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS 2013-02-13 10:59:43,951 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] (ajp--127.0.0.1-8702-19) [683f2e62] START, SetupNetworksVDSCommand(HostName = KVM-02, HostId = 033febb8-4f52-4253-bb6d-a8807816affd, force=false, checkConnectivity=true, conectivityTimeout=120, networks=[WAN_02_02 {id=6f38699a-3dea-4a96-987e-035e4041afdf, description=null, subnet=null, gateway=null, type=null, vlanId=null, stp=false, dataCenterId=56272dcf-0a66-489d-9a1e-4a1965207b64, mtu=0, vmNetwork=false, cluster=NetworkCluster {id={clusterId=null, networkId=null}, status=OPERATIONAL, display=false, required=true}}], bonds=[], interfaces=[eth3 {id=3b31007b-a0f5-472b-8906-9170ea00be96, vdsId=033febb8-4f52-4253-bb6d-a8807816affd, name=eth3, macAddress=00:1c:c4:d8:cb:34, networkName=officevms, bondName=null, bootProtocol=STATIC_IP, address=172.16.20.0, subnet=255.255.255.0, gateway=null, mtu=1500, bridged=true, speed=1000, type=0, networkImplementationDetails={inSync=true, managed=true}}, eth1 {id=4760e6c8-73d0-41c3-9a39-1ebc48e08879, vdsId=033febb8-4f52-4253-bb6d-a8807816affd, name=eth1, macAddress=00:1f:29:5a:5a:b5, networkName=vmstorage, bondName=null, bootProtocol=STATIC_IP, address=172.16.12.20, subnet=255.255.255.0, gateway=null, mtu=1500, bridged=true, speed=1000, type=0, networkImplementationDetails={inSync=true, managed=true}}, eth2 {id=713f2687-6d84-4010-9076-fbfc67cf6831, vdsId=033febb8-4f52-4253-bb6d-a8807816affd, name=eth2, macAddress=00:1c:c4:d8:cb:36, networkName=WAN_02_02, bondName=null, bootProtocol=NONE, address=, subnet=, gateway=null, mtu=0, bridged=false, speed=1000, type=0, networkImplementationDetails=null}, eth0 {id=1d3c9fef-8f9f-4f32-96c0-11c39f6c2e89, vdsId=033febb8-4f52-4253-bb6d-a8807816affd, name=eth0, macAddress=00:1f:29:5a:5a:b4, networkName=ovirtmgmt, bondName=null, bootProtocol=STATIC_IP, address=172.16.8.20, subnet=255.255.255.0, gateway=172.16.8.254, mtu=1500, bridged=true, speed=1000, type=2, networkImplementationDetails={inSync=true, managed=true}}], removedNetworks=[], removedBonds=[]), log id: 1ff9ba0e 2013-02-13 10:59:43,960 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] (ajp--127.0.0.1-8702-19) [683f2e62] FINISH, SetupNetworksVDSCommand, log id: 1ff9ba0e 2013-02-13 10:59:44,975 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (ajp--127.0.0.1-8702-19) [683f2e62] org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip 2013-02-13 10:59:44,976 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (ajp--127.0.0.1-8702-19) [683f2e62] Command SetupNetworksVDS execution failed. Exception: VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip 2013-02-13 10:59:44,977 ERROR [org.ovirt.engine.core.bll.network.host.SetupNetworksCommand] (ajp--127.0.0.1-8702-19) [683f2e62] Command org.ovirt.engine.core.bll.network.host.SetupNetworksCommand throw Vdc Bll exception. With error message VdcBLLException: org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip 2013-02-13 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) [33d15439] Autorecovering 1 hosts 2013-02-13 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) [33d15439] Autorecovering hosts id: 033febb8-4f52-4253-bb6d-a8807816affd, name : KVM-02 2013-02-13 11:00:00,005 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] (QuartzScheduler_Worker-3) [195b25c6] Lock Acquired to object EngineLock [exclusiveLocks= key: 033febb8-4f52-4253-bb6d-a8807816affd value: VDS , sharedLocks= ] 2013-02-13 11:00:00,006 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] (QuartzScheduler_Worker-3) [195b25c6] Running command: ActivateVdsCommand internal: true. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS 2013-02-13 11:00:00,011 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] START, SetVdsStatusVDSCommand(HostName = KVM-02, HostId = 033febb8-4f52-4253-bb6d-a8807816affd, status=Unassigned, nonOperationalReason=NONE), log id: 153fb58f 2013-02-13 11:00:00,013 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] FINISH, SetVdsStatusVDSCommand, log id: 153fb58f 2013-02-13 11:00:00,052 INFO [org.ovirt.engine.core.vdsbroker.ActivateVdsVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] START, ActivateVdsVDSCommand(HostName = KVM-02, HostId = 033febb8-4f52-4253-bb6d-a8807816affd), log id: 3f784d25 2013-02-13 11:00:00,176 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] START, GetHardwareInfoVDSCommand(HostName = KVM-02, HostId = 033febb8-4f52-4253-bb6d-a8807816affd, vds=Host[KVM-02]), log id: 14007e9c 2013-02-13 11:00:00,182 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] FINISH, GetHardwareInfoVDSCommand, log id: 14007e9c 2013-02-13 11:00:00,316 INFO [org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] (QuartzScheduler_Worker-3) [371c6227] Running command: SetNonOperationalVdsCommand internal: true. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS 2013-02-13 11:00:00,319 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (QuartzScheduler_Worker-3) [371c6227] START, SetVdsStatusVDSCommand(HostName = KVM-02, HostId = 033febb8-4f52-4253-bb6d-a8807816affd, status=NonOperational, nonOperationalReason=NETWORK_UNREACHABLE), log id: 62bc0d10 2013-02-13 11:00:00,321 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (QuartzScheduler_Worker-3) [371c6227] FINISH, SetVdsStatusVDSCommand, log id: 62bc0d10 2013-02-13 11:00:00,322 ERROR [org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] (QuartzScheduler_Worker-3) [371c6227] Host KVM-02 is set to Non-Operational, it is missing the following networks: devvms,WAN_02_02 2013-02-13 11:00:00,377 INFO [org.ovirt.engine.core.bll.HandleVdsCpuFlagsOrClusterChangedCommand] (QuartzScheduler_Worker-3) [3101152] Running command: HandleVdsCpuFlagsOrClusterChangedCommand internal: true. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS 2013-02-13 11:00:00,382 INFO [org.ovirt.engine.core.bll.HandleVdsVersionCommand] (QuartzScheduler_Worker-3) [657f5a74] Running command: HandleVdsVersionCommand internal: true. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS 2013-02-13 11:00:00,388 INFO [org.ovirt.engine.core.vdsbroker.ActivateVdsVDSCommand] (QuartzScheduler_Worker-3) [657f5a74] FINISH, ActivateVdsVDSCommand, log id: 3f784d25 2013-02-13 11:00:00,392 WARN [org.ovirt.engine.core.bll.InternalMigrateVmCommand] (pool-3-thread-46) CanDoAction of action InternalMigrateVm failed. Reasons:ACTION_TYPE_FAILED_VM_IS_NON_MIGRTABLE 2013-02-13 11:00:00,393 ERROR [org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] (pool-3-thread-46) ResourceManager::vdsMaintenance - Failed migrating desktop crm-int.office.msp.cullie.local 2013-02-13 11:00:00,458 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] (QuartzScheduler_Worker-3) [657f5a74] Lock freed to object EngineLock [exclusiveLocks= key: 033febb8-4f52-4253-bb6d-a8807816affd value: VDS , sharedLocks= ] 2013-02-13 11:00:00,460 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-3) [657f5a74] No string for VDS_ACTIVATE_ASYNC type. Use default Log 2013-02-13 11:00:00,462 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) [657f5a74] Autorecovering 0 storage domains 2013/2/13 Nicolas Ecarnot <nicolas@ecarnot.net>
Le 12/02/2013 22:43, Moti Asayag a écrit :
On 02/11/2013 12:37 PM, Matt . wrote:
I'm struggeling setting up my network in oVirt at the moment as I would like to seperate specific VM's from other devices/clients in my network.
You should define the 'logical networks' which describe the networks of your setup. See the response to Nicolas on this thread of the steps to achieve it.
Thank you to Moti, Pavel and Mike ho took time to answer to Matt and me. This also explained to me a lot about what can be done and how, and it clearly forecasts a future very nice setup I'll work on.
Thank you.
-- Nicolas Ecarnot
______________________________**_________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/**mailman/listinfo/users<http://lists.ovirt.org/mailman/listinfo/users>

Looks like that vdsm parses null value in the gateway=null as "True" and raise Exception. Can you raise a bugreport? -- Best regards, Pavel Zhukov mailto:pzhukov@redhat.com On Wed, 13 Feb 2013, Matt . wrote: | Thanks indeed, I'm with Nicolas, also working on a nice setup with this | information! | | Here is some more logging: | | The error came after I added WAN_02_02 with no IP. | | 2013-02-13 10:55:00,455 INFO | [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] | (QuartzScheduler_Worker-9) [41071339] No string for VDS_ACTIVATE_ASYNC type. | Use default Log | 2013-02-13 10:55:00,456 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] | (QuartzScheduler_Worker-9) [41071339] Autorecovering 0 storage domains | 2013-02-13 10:59:05,376 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] | (ajp--127.0.0.1-8702-10) Running command: LoginAdminUserCommand internal: | false. | 2013-02-13 10:59:06,266 ERROR [org.ovirt.engine.core.utils.ServletUtils] | (ajp--127.0.0.1-8702-5) Can't read file "/usr/share/ovirt-engine/docs/ | DocumentationPath.csv" for request "/docs/DocumentationPath.csv", will send a | 404 error response. | 2013-02-13 10:59:43,948 INFO | [org.ovirt.engine.core.bll.network.host.SetupNetworksCommand] | (ajp--127.0.0.1-8702-19) [683f2e62] Running command: SetupNetworksCommand | internal: false. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd | Type: VDS | 2013-02-13 10:59:43,951 INFO | [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] | (ajp--127.0.0.1-8702-19) [683f2e62] START, SetupNetworksVDSCommand(HostName = | KVM-02, HostId = 033febb8-4f52-4253-bb6d-a8807816affd, force=false, | checkConnectivity=true, conectivityTimeout=120, | networks=[WAN_02_02 {id=6f38699a-3dea-4a96-987e-035e4041afdf, description= | null, subnet=null, gateway=null, type=null, vlanId=null, stp=false, | dataCenterId=56272dcf-0a66-489d-9a1e-4a1965207b64, mtu=0, vmNetwork=false, | cluster=NetworkCluster {id={clusterId=null, networkId=null}, status= | OPERATIONAL, display=false, required=true}}], | bonds=[], | interfaces=[eth3 {id=3b31007b-a0f5-472b-8906-9170ea00be96, vdsId= | 033febb8-4f52-4253-bb6d-a8807816affd, name=eth3, macAddress=00:1c:c4:d8:cb:34, | networkName=officevms, bondName=null, bootProtocol=STATIC_IP, address= | 172.16.20.0, subnet=255.255.255.0, gateway=null, mtu=1500, bridged=true, speed= | 1000, type=0, networkImplementationDetails={inSync=true, managed=true}}, | eth1 {id=4760e6c8-73d0-41c3-9a39-1ebc48e08879, vdsId= | 033febb8-4f52-4253-bb6d-a8807816affd, name=eth1, macAddress=00:1f:29:5a:5a:b5, | networkName=vmstorage, bondName=null, bootProtocol=STATIC_IP, address= | 172.16.12.20, subnet=255.255.255.0, gateway=null, mtu=1500, bridged=true, speed | =1000, type=0, networkImplementationDetails={inSync=true, managed=true}}, | eth2 {id=713f2687-6d84-4010-9076-fbfc67cf6831, vdsId= | 033febb8-4f52-4253-bb6d-a8807816affd, name=eth2, macAddress=00:1c:c4:d8:cb:36, | networkName=WAN_02_02, bondName=null, bootProtocol=NONE, address=, subnet=, | gateway=null, mtu=0, bridged=false, speed=1000, type=0, | networkImplementationDetails=null}, | eth0 {id=1d3c9fef-8f9f-4f32-96c0-11c39f6c2e89, vdsId= | 033febb8-4f52-4253-bb6d-a8807816affd, name=eth0, macAddress=00:1f:29:5a:5a:b4, | networkName=ovirtmgmt, bondName=null, bootProtocol=STATIC_IP, address= | 172.16.8.20, subnet=255.255.255.0, gateway=172.16.8.254, mtu=1500, bridged= | true, speed=1000, type=2, networkImplementationDetails={inSync=true, managed= | true}}], | removedNetworks=[], | removedBonds=[]), log id: 1ff9ba0e | 2013-02-13 10:59:43,960 INFO | [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] | (ajp--127.0.0.1-8702-19) [683f2e62] FINISH, SetupNetworksVDSCommand, log id: | 1ff9ba0e | 2013-02-13 10:59:44,975 ERROR | [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] | (ajp--127.0.0.1-8702-19) [683f2e62] | org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: | VDSGenericException: VDSNetworkException: Specified netmask or gateway but not | ip | 2013-02-13 10:59:44,976 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] | (ajp--127.0.0.1-8702-19) [683f2e62] Command SetupNetworksVDS execution failed. | Exception: VDSNetworkException: VDSGenericException: VDSNetworkException: | Specified netmask or gateway but not ip | 2013-02-13 10:59:44,977 ERROR | [org.ovirt.engine.core.bll.network.host.SetupNetworksCommand] | (ajp--127.0.0.1-8702-19) [683f2e62] Command | org.ovirt.engine.core.bll.network.host.SetupNetworksCommand throw Vdc Bll | exception. With error message VdcBLLException: | org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: | VDSGenericException: VDSNetworkException: Specified netmask or gateway but not | ip | 2013-02-13 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] | (QuartzScheduler_Worker-3) [33d15439] Autorecovering 1 hosts | 2013-02-13 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] | (QuartzScheduler_Worker-3) [33d15439] Autorecovering hosts id: | 033febb8-4f52-4253-bb6d-a8807816affd, name : KVM-02 | 2013-02-13 11:00:00,005 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] | (QuartzScheduler_Worker-3) [195b25c6] Lock Acquired to object EngineLock | [exclusiveLocks= key: 033febb8-4f52-4253-bb6d-a8807816affd value: VDS | , sharedLocks= ] | 2013-02-13 11:00:00,006 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] | (QuartzScheduler_Worker-3) [195b25c6] Running command: ActivateVdsCommand | internal: true. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd | Type: VDS | 2013-02-13 11:00:00,011 INFO | [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] | (QuartzScheduler_Worker-3) [195b25c6] START, SetVdsStatusVDSCommand(HostName = | KVM-02, HostId = 033febb8-4f52-4253-bb6d-a8807816affd, status=Unassigned, | nonOperationalReason=NONE), log id: 153fb58f | 2013-02-13 11:00:00,013 INFO | [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] | (QuartzScheduler_Worker-3) [195b25c6] FINISH, SetVdsStatusVDSCommand, log id: | 153fb58f | 2013-02-13 11:00:00,052 INFO | [org.ovirt.engine.core.vdsbroker.ActivateVdsVDSCommand] | (QuartzScheduler_Worker-3) [195b25c6] START, ActivateVdsVDSCommand(HostName = | KVM-02, HostId = 033febb8-4f52-4253-bb6d-a8807816affd), log id: 3f784d25 | 2013-02-13 11:00:00,176 INFO | [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] | (QuartzScheduler_Worker-3) [195b25c6] START, GetHardwareInfoVDSCommand(HostName | = KVM-02, HostId = 033febb8-4f52-4253-bb6d-a8807816affd, vds=Host[KVM-02]), log | id: 14007e9c | 2013-02-13 11:00:00,182 INFO | [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] | (QuartzScheduler_Worker-3) [195b25c6] FINISH, GetHardwareInfoVDSCommand, log | id: 14007e9c | 2013-02-13 11:00:00,316 INFO | [org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] | (QuartzScheduler_Worker-3) [371c6227] Running command: | SetNonOperationalVdsCommand internal: true. Entities affected : ID: | 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS | 2013-02-13 11:00:00,319 INFO | [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] | (QuartzScheduler_Worker-3) [371c6227] START, SetVdsStatusVDSCommand(HostName = | KVM-02, HostId = 033febb8-4f52-4253-bb6d-a8807816affd, status=NonOperational, | nonOperationalReason=NETWORK_UNREACHABLE), log id: 62bc0d10 | 2013-02-13 11:00:00,321 INFO | [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] | (QuartzScheduler_Worker-3) [371c6227] FINISH, SetVdsStatusVDSCommand, log id: | 62bc0d10 | 2013-02-13 11:00:00,322 ERROR | [org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] | (QuartzScheduler_Worker-3) [371c6227] Host KVM-02 is set to Non-Operational, it | is missing the following networks: devvms,WAN_02_02 | 2013-02-13 11:00:00,377 INFO | [org.ovirt.engine.core.bll.HandleVdsCpuFlagsOrClusterChangedCommand] | (QuartzScheduler_Worker-3) [3101152] Running command: | HandleVdsCpuFlagsOrClusterChangedCommand internal: true. Entities affected : | ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS | 2013-02-13 11:00:00,382 INFO | [org.ovirt.engine.core.bll.HandleVdsVersionCommand] (QuartzScheduler_Worker-3) | [657f5a74] Running command: HandleVdsVersionCommand internal: true. Entities | affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS | 2013-02-13 11:00:00,388 INFO | [org.ovirt.engine.core.vdsbroker.ActivateVdsVDSCommand] | (QuartzScheduler_Worker-3) [657f5a74] FINISH, ActivateVdsVDSCommand, log id: | 3f784d25 | 2013-02-13 11:00:00,392 WARN | [org.ovirt.engine.core.bll.InternalMigrateVmCommand] (pool-3-thread-46) | CanDoAction of action InternalMigrateVm failed. | Reasons:ACTION_TYPE_FAILED_VM_IS_NON_MIGRTABLE | 2013-02-13 11:00:00,393 ERROR | [org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] (pool-3-thread-46) | ResourceManager::vdsMaintenance - Failed migrating desktop | crm-int.office.msp.cullie.local | 2013-02-13 11:00:00,458 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] | (QuartzScheduler_Worker-3) [657f5a74] Lock freed to object EngineLock | [exclusiveLocks= key: 033febb8-4f52-4253-bb6d-a8807816affd value: VDS | , sharedLocks= ] | 2013-02-13 11:00:00,460 INFO | [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] | (QuartzScheduler_Worker-3) [657f5a74] No string for VDS_ACTIVATE_ASYNC type. | Use default Log | 2013-02-13 11:00:00,462 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] | (QuartzScheduler_Worker-3) [657f5a74] Autorecovering 0 storage domains | | | 2013/2/13 Nicolas Ecarnot <nicolas@ecarnot.net> | | Le 12/02/2013 22:43, Moti Asayag a écrit : | | | On 02/11/2013 12:37 PM, Matt . wrote: | | I'm struggeling setting up my network in oVirt at the moment as I | would | like to seperate specific VM's from other devices/clients in my | network. | | | | You should define the 'logical networks' which describe the networks of | your setup. | See the response to Nicolas on this thread of the steps to achieve it. | | | Thank you to Moti, Pavel and Mike ho took time to answer to Matt and me. | This also explained to me a lot about what can be done and how, and it | clearly forecasts a future very nice setup I'll work on. | | Thank you. | | -- | Nicolas Ecarnot | | _______________________________________________ | Users mailing list | Users@ovirt.org | http://lists.ovirt.org/mailman/listinfo/users | | | _______________________________________________ | Users mailing list | Users@ovirt.org | http://lists.ovirt.org/mailman/listinfo/users

------=_Part_1629271_1077479170.1360836918613 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ----- Original Message -----
Thanks indeed, I'm with Nicolas, also working on a nice setup with this information!
Here is some more logging:
Thanks for the log.=20 Unfortunately I can't tell much from it, can you please send a log of the s= etup networks command from VDSM log, where it is possible to see the parame= ters that have been sent to the command?=20
The error came after I added WAN_02_02 with no IP.
2013-02-13 10:55:00,455 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-9) [41071339] No string for VDS_ACTIVATE_ASYNC type. Use default Log 2013-02-13 10:55:00,456 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-9) [41071339] Autorecovering 0 storage domains 2013-02-13 10:59:05,376 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginAdminUserCommand internal: false. 2013-02-13 10:59:06,266 ERROR [org.ovirt.engine.core.utils.ServletUtils] (ajp--127.0.0.1-8702-5) Can't read file "/usr/share/ovirt-engine/docs/DocumentationPath.csv" for request "/docs/DocumentationPath.csv", will send a 404 error response. 2013-02-13 10:59:43,948 INFO [org.ovirt.engine.core.bll.network.host.SetupNetworksCommand] (ajp--127.0.0.1-8702-19) [683f2e62] Running command: SetupNetworksCommand internal: false. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS 2013-02-13 10:59:43,951 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] (ajp--127.0.0.1-8702-19) [683f2e62] START, SetupNetworksVDSCommand(HostName =3D KVM-02, HostId =3D 033febb8-4f52-4253-bb6d-a8807816affd, force=3Dfalse, checkConnectivity=3Dtrue, conectivityTimeout=3D120, networks=3D[WAN_02_02 {id=3D6f38699a-3dea-4a96-987e-035e4041afdf, description=3Dnull, subnet=3Dnull, gateway=3Dnull, type=3Dnull, vlanId=3D= null, stp=3Dfalse, dataCenterId=3D56272dcf-0a66-489d-9a1e-4a1965207b64, mtu=3D0= , vmNetwork=3Dfalse, cluster=3DNetworkCluster {id=3D{clusterId=3Dnull, networkId=3Dnull}, status=3DOPERATIONAL, display=3Dfalse, required=3Dtrue}}], bonds=3D[], interfaces=3D[eth3 {id=3D3b31007b-a0f5-472b-8906-9170ea00be96, vdsId=3D033febb8-4f52-4253-bb6d-a8807816affd, name=3Deth3, macAddress=3D00:1c:c4:d8:cb:34, networkName=3Dofficevms, bondName=3Dnull, bootProtocol=3DSTATIC_IP, address=3D172.16.20.0, subnet=3D255.255.255.0, gateway=3Dnull, mtu=3D1500, bridged=3Dtrue, speed=3D1000, type=3D0, networkImplementationDetails=3D{inSync=3Dtrue, managed=3Dtrue}}, eth1 {id=3D4760e6c8-73d0-41c3-9a39-1ebc48e08879, vdsId=3D033febb8-4f52-4253-bb6d-a8807816affd, name=3Deth1, macAddress=3D00:1f:29:5a:5a:b5, networkName=3Dvmstorage, bondName=3Dnull, bootProtocol=3DSTATIC_IP, address=3D172.16.12.20, subnet=3D255.255.255.0, gateway=3Dnull, mtu=3D1500, bridged=3Dtrue, speed=3D1000, type=3D0, networkImplementationDetails=3D{inSync=3Dtrue, managed=3Dtrue}}, eth2 {id=3D713f2687-6d84-4010-9076-fbfc67cf6831, vdsId=3D033febb8-4f52-4253-bb6d-a8807816affd, name=3Deth2, macAddress=3D00:1c:c4:d8:cb:36, networkName=3DWAN_02_02, bondName=3Dnull, bootProtocol=3DNONE, address=3D, subnet=3D, gateway=3Dnull, mtu=3D0, bridged=3Dfalse, speed=3D1000, type=3D0, networkImplementationDetails=3Dnull}, eth0 {id=3D1d3c9fef-8f9f-4f32-96c0-11c39f6c2e89, vdsId=3D033febb8-4f52-4253-bb6d-a8807816affd, name=3Deth0, macAddress=3D00:1f:29:5a:5a:b4, networkName=3Dovirtmgmt, bondName=3Dnull, bootProtocol=3DSTATIC_IP, address=3D172.16.8.20, subnet=3D255.255.255.0, gateway=3D172.16.8.254, mtu=3D1500, bridged=3Dtrue, speed=3D1000, type=3D= 2, networkImplementationDetails=3D{inSync=3Dtrue, managed=3Dtrue}}], removedNetworks=3D[], removedBonds=3D[]), log id: 1ff9ba0e 2013-02-13 10:59:43,960 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] (ajp--127.0.0.1-8702-19) [683f2e62] FINISH, SetupNetworksVDSCommand, log id: 1ff9ba0e 2013-02-13 10:59:44,975 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (ajp--127.0.0.1-8702-19) [683f2e62] org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip 2013-02-13 10:59:44,976 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (ajp--127.0.0.1-8702-19) [683f2e62] Command SetupNetworksVDS execution failed. Exception: VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip 2013-02-13 10:59:44,977 ERROR [org.ovirt.engine.core.bll.network.host.SetupNetworksCommand] (ajp--127.0.0.1-8702-19) [683f2e62] Command org.ovirt.engine.core.bll.network.host.SetupNetworksCommand throw Vdc Bll exception. With error message VdcBLLException: org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: VDSGenericException: VDSNetworkException: Specified netmask or gateway but not ip 2013-02-13 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) [33d15439] Autorecovering 1 hosts 2013-02-13 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) [33d15439] Autorecovering hosts id: 033febb8-4f52-4253-bb6d-a8807816affd, name : KVM-02 2013-02-13 11:00:00,005 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] (QuartzScheduler_Worker-3) [195b25c6] Lock Acquired to object EngineLock [exclusiveLocks=3D key: 033febb8-4f52-4253-bb6d-a8807816affd value: VDS , sharedLocks=3D ] 2013-02-13 11:00:00,006 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] (QuartzScheduler_Worker-3) [195b25c6] Running command: ActivateVdsCommand internal: true. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS 2013-02-13 11:00:00,011 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] START, SetVdsStatusVDSCommand(HostName =3D KVM-02, HostId =3D 033febb8-4f52-4253-bb6d-a8807816affd, status=3DUnassigned, nonOperationalReason=3DNONE), log id: 153fb58f 2013-02-13 11:00:00,013 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] FINISH, SetVdsStatusVDSCommand, log id: 153fb58f 2013-02-13 11:00:00,052 INFO [org.ovirt.engine.core.vdsbroker.ActivateVdsVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] START, ActivateVdsVDSCommand(HostName =3D KVM-02, HostId =3D 033febb8-4f52-4253-bb6d-a8807816affd), log id: 3f784d25 2013-02-13 11:00:00,176 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] START, GetHardwareInfoVDSCommand(HostName =3D KVM-02, HostId =3D 033febb8-4f52-4253-bb6d-a8807816affd, vds=3DHost[KVM-02]), log id: 14007e9c 2013-02-13 11:00:00,182 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] FINISH, GetHardwareInfoVDSCommand, log id: 14007e9c 2013-02-13 11:00:00,316 INFO [org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] (QuartzScheduler_Worker-3) [371c6227] Running command: SetNonOperationalVdsCommand internal: true. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS 2013-02-13 11:00:00,319 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (QuartzScheduler_Worker-3) [371c6227] START, SetVdsStatusVDSCommand(HostName =3D KVM-02, HostId =3D 033febb8-4f52-4253-bb6d-a8807816affd, status=3DNonOperational, nonOperationalReason=3DNETWORK_UNREACHABLE), log id: 62bc0d10 2013-02-13 11:00:00,321 INFO [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (QuartzScheduler_Worker-3) [371c6227] FINISH, SetVdsStatusVDSCommand, log id: 62bc0d10 2013-02-13 11:00:00,322 ERROR [org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] (QuartzScheduler_Worker-3) [371c6227] Host KVM-02 is set to Non-Operational, it is missing the following networks: devvms,WAN_02_02 2013-02-13 11:00:00,377 INFO [org.ovirt.engine.core.bll.HandleVdsCpuFlagsOrClusterChangedCommand] (QuartzScheduler_Worker-3) [3101152] Running command: HandleVdsCpuFlagsOrClusterChangedCommand internal: true. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS 2013-02-13 11:00:00,382 INFO [org.ovirt.engine.core.bll.HandleVdsVersionCommand] (QuartzScheduler_Worker-3) [657f5a74] Running command: HandleVdsVersionCommand internal: true. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS 2013-02-13 11:00:00,388 INFO [org.ovirt.engine.core.vdsbroker.ActivateVdsVDSCommand] (QuartzScheduler_Worker-3) [657f5a74] FINISH, ActivateVdsVDSCommand, log id: 3f784d25 2013-02-13 11:00:00,392 WARN [org.ovirt.engine.core.bll.InternalMigrateVmCommand] (pool-3-thread-46) CanDoAction of action InternalMigrateVm failed. Reasons:ACTION_TYPE_FAILED_VM_IS_NON_MIGRTABLE 2013-02-13 11:00:00,393 ERROR [org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] (pool-3-thread-46) ResourceManager::vdsMaintenance - Failed migrating desktop crm-int.office.msp.cullie.local 2013-02-13 11:00:00,458 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] (QuartzScheduler_Worker-3) [657f5a74] Lock freed to object EngineLock [exclusiveLocks=3D key: 033febb8-4f52-4253-bb6d-a8807816affd value: VDS , sharedLocks=3D ] 2013-02-13 11:00:00,460 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-3) [657f5a74] No string for VDS_ACTIVATE_ASYNC type. Use default Log 2013-02-13 11:00:00,462 INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzScheduler_Worker-3) [657f5a74] Autorecovering 0 storage domains
2013/2/13 Nicolas Ecarnot < nicolas@ecarnot.net >
Le 12/02/2013 22:43, Moti Asayag a =C3=A9crit : =20
On 02/11/2013 12:37 PM, Matt . wrote: =20 =20
I'm struggeling setting up my network in oVirt at the moment as I would =20 =20 =20 like to seperate specific VM's from other devices/clients in my network. =20 =20 =20
You should define the 'logical networks' which describe the networks of =20 =20 your setup. =20 =20 See the response to Nicolas on this thread of the steps to achieve it. =20 =20
Thank you to Moti, Pavel and Mike ho took time to answer to Matt and me. =20 This also explained to me a lot about what can be done and how, and it clearly forecasts a future very nice setup I'll work on. =20
Thank you. =20
-- =20 Nicolas Ecarnot =20
______________________________ _________________ =20 Users mailing list =20 Users@ovirt.org =20 http://lists.ovirt.org/ mailman/listinfo/users =20
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
------=_Part_1629271_1077479170.1360836918613 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <html><head><style type=3D'text/css'>p { margin: 0; }</style></head><body><= div style=3D'font-family: times new roman,new york,times,serif; font-size: = 12pt; color: #000000'><hr id=3D"zwchr"><blockquote style=3D"border-left:2px= solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;color:#000;font-we= ight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Ar= ial,sans-serif;font-size:12pt;"><div dir=3D"ltr"><div id=3D"DWT2547"><div>T= hanks indeed, I'm with Nicolas, also working on a nice setup with this info= rmation!<br><br></div>Here is some more logging:<br></div></div></blockquot= e>Thanks for the log.<br><br>Unfortunately I can't tell much from it, can y= ou please send a log of the setup networks command from VDSM log, where it = is possible to see the parameters that have been sent to the command?<br><b= lockquote style=3D"border-left:2px solid rgb(16, 16, 255);margin-left:5px;p= adding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decora= tion:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><div dir= =3D"ltr"><div><br></div>The error came after I added WAN_02_02 with no IP.<= br><br> 2013-02-13 10:55:00,455 INFO [org.ovirt.engine.core.dal.dbbroker.audi= tloghandling.AuditLogDirector] (QuartzScheduler_Worker-9) [41071339] No str= ing for VDS_ACTIVATE_ASYNC type. Use default Log<br>2013-02-13 10:55:00,456= INFO [org.ovirt.engine.core.bll.AutoRecoveryManager] (QuartzSchedule= r_Worker-9) [41071339] Autorecovering 0 storage domains<br> 2013-02-13 10:59:05,376 INFO [org.ovirt.engine.core.bll.LoginAdminUse= rCommand] (ajp--127.0.0.1-8702-10) Running command: LoginAdminUserCommand i= nternal: false.<br>2013-02-13 10:59:06,266 ERROR [org.ovirt.engine.core.uti= ls.ServletUtils] (ajp--127.0.0.1-8702-5) Can't read file "/usr/share/ovirt-= engine/docs/DocumentationPath.csv" for request "/docs/DocumentationPath.csv= ", will send a 404 error response.<br> 2013-02-13 10:59:43,948 INFO [org.ovirt.engine.core.bll.network.host.= SetupNetworksCommand] (ajp--127.0.0.1-8702-19) [683f2e62] Running command: = SetupNetworksCommand internal: false. Entities affected : ID: 033febb= 8-4f52-4253-bb6d-a8807816affd Type: VDS<br> 2013-02-13 10:59:43,951 INFO [org.ovirt.engine.core.vdsbroker.vdsbrok= er.SetupNetworksVDSCommand] (ajp--127.0.0.1-8702-19) [683f2e62] START, Setu= pNetworksVDSCommand(HostName =3D KVM-02, HostId =3D 033febb8-4f52-4253-bb6d= -a8807816affd, force=3Dfalse, checkConnectivity=3Dtrue, conectivityTimeout= =3D120,<br> networks=3D[WAN_02_02 {id=3D6f38699a-3dea-4a96-987e-035e= 4041afdf, description=3Dnull, subnet=3Dnull, gateway=3Dnull, type=3Dnull, v= lanId=3Dnull, stp=3Dfalse, dataCenterId=3D56272dcf-0a66-489d-9a1e-4a1965207= b64, mtu=3D0, vmNetwork=3Dfalse, cluster=3DNetworkCluster {id=3D{clusterId= =3Dnull, networkId=3Dnull}, status=3DOPERATIONAL, display=3Dfalse, required= =3Dtrue}}],<br> bonds=3D[],<br> interfaces=3D[eth3 {id= =3D3b31007b-a0f5-472b-8906-9170ea00be96, vdsId=3D033febb8-4f52-4253-bb6d-a8= 807816affd, name=3Deth3, macAddress=3D00:1c:c4:d8:cb:34, networkName=3Doffi= cevms, bondName=3Dnull, bootProtocol=3DSTATIC_IP, address=3D172.16.20.0, su= bnet=3D255.255.255.0, gateway=3Dnull, mtu=3D1500, bridged=3Dtrue, speed=3D1= 000, type=3D0, networkImplementationDetails=3D{inSync=3Dtrue, managed=3Dtru= e}},<br> eth1 {id=3D4760e6c8-73d0-41c3-9a39-1e= bc48e08879, vdsId=3D033febb8-4f52-4253-bb6d-a8807816affd, name=3Deth1, macA= ddress=3D00:1f:29:5a:5a:b5, networkName=3Dvmstorage, bondName=3Dnull, bootP= rotocol=3DSTATIC_IP, address=3D172.16.12.20, subnet=3D255.255.255.0, gatewa= y=3Dnull, mtu=3D1500, bridged=3Dtrue, speed=3D1000, type=3D0, networkImplem= entationDetails=3D{inSync=3Dtrue, managed=3Dtrue}},<br> eth2 {id=3D713f2687-6d84-4010-9076-fb= fc67cf6831, vdsId=3D033febb8-4f52-4253-bb6d-a8807816affd, name=3Deth2, macA= ddress=3D00:1c:c4:d8:cb:36, networkName=3DWAN_02_02, bondName=3Dnull, bootP= rotocol=3DNONE, address=3D, subnet=3D, gateway=3Dnull, mtu=3D0, bridged=3Df= alse, speed=3D1000, type=3D0, networkImplementationDetails=3Dnull},<br> eth0 {id=3D1d3c9fef-8f9f-4f32-96c0-11= c39f6c2e89, vdsId=3D033febb8-4f52-4253-bb6d-a8807816affd, name=3Deth0, macA= ddress=3D00:1f:29:5a:5a:b4, networkName=3Dovirtmgmt, bondName=3Dnull, bootP= rotocol=3DSTATIC_IP, address=3D172.16.8.20, subnet=3D255.255.255.0, gateway= =3D172.16.8.254, mtu=3D1500, bridged=3Dtrue, speed=3D1000, type=3D2, networ= kImplementationDetails=3D{inSync=3Dtrue, managed=3Dtrue}}],<br> removedNetworks=3D[],<br> removedBonds= =3D[]), log id: 1ff9ba0e<br>2013-02-13 10:59:43,960 INFO [org.ovirt.e= ngine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] (ajp--127.0.0.1-870= 2-19) [683f2e62] FINISH, SetupNetworksVDSCommand, log id: 1ff9ba0e<br> 2013-02-13 10:59:44,975 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.Br= okerCommandBase] (ajp--127.0.0.1-8702-19) [683f2e62] org.ovirt.engine.core.= vdsbroker.vdsbroker.VDSNetworkException: VDSGenericException: VDSNetworkExc= eption: Specified netmask or gateway but not ip<br> 2013-02-13 10:59:44,976 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBa= se] (ajp--127.0.0.1-8702-19) [683f2e62] Command SetupNetworksVDS execution = failed. Exception: VDSNetworkException: VDSGenericException: VDSNetworkExce= ption: Specified netmask or gateway but not ip<br> 2013-02-13 10:59:44,977 ERROR [org.ovirt.engine.core.bll.network.host.Setup= NetworksCommand] (ajp--127.0.0.1-8702-19) [683f2e62] Command org.ovirt.engi= ne.core.bll.network.host.SetupNetworksCommand throw Vdc Bll exception. With= error message VdcBLLException: org.ovirt.engine.core.vdsbroker.vdsbroker.V= DSNetworkException: VDSGenericException: VDSNetworkException: Specified net= mask or gateway but not ip<br> 2013-02-13 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryM= anager] (QuartzScheduler_Worker-3) [33d15439] Autorecovering 1 hosts<br>201= 3-02-13 11:00:00,002 INFO [org.ovirt.engine.core.bll.AutoRecoveryMana= ger] (QuartzScheduler_Worker-3) [33d15439] Autorecovering hosts id: 033febb= 8-4f52-4253-bb6d-a8807816affd, name : KVM-02<br> 2013-02-13 11:00:00,005 INFO [org.ovirt.engine.core.bll.ActivateVdsCo= mmand] (QuartzScheduler_Worker-3) [195b25c6] Lock Acquired to object Engine= Lock [exclusiveLocks=3D key: 033febb8-4f52-4253-bb6d-a8807816affd value: VD= S<br> , sharedLocks=3D ]<br>2013-02-13 11:00:00,006 INFO [org.ovirt.engine.= core.bll.ActivateVdsCommand] (QuartzScheduler_Worker-3) [195b25c6] Running = command: ActivateVdsCommand internal: true. Entities affected : ID: 0= 33febb8-4f52-4253-bb6d-a8807816affd Type: VDS<br> 2013-02-13 11:00:00,011 INFO [org.ovirt.engine.core.vdsbroker.SetVdsS= tatusVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] START, SetVdsStatusV= DSCommand(HostName =3D KVM-02, HostId =3D 033febb8-4f52-4253-bb6d-a8807816a= ffd, status=3DUnassigned, nonOperationalReason=3DNONE), log id: 153fb58f<br=
2013-02-13 11:00:00,013 INFO [org.ovirt.engine.core.vdsbroker.SetVdsS= tatusVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] FINISH, SetVdsStatus= VDSCommand, log id: 153fb58f<br>2013-02-13 11:00:00,052 INFO [org.ovi= rt.engine.core.vdsbroker.ActivateVdsVDSCommand] (QuartzScheduler_Worker-3) = [195b25c6] START, ActivateVdsVDSCommand(HostName =3D KVM-02, HostId =3D 033= febb8-4f52-4253-bb6d-a8807816affd), log id: 3f784d25<br> 2013-02-13 11:00:00,176 INFO [org.ovirt.engine.core.vdsbroker.vdsbrok= er.GetHardwareInfoVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] START, = GetHardwareInfoVDSCommand(HostName =3D KVM-02, HostId =3D 033febb8-4f52-425= 3-bb6d-a8807816affd, vds=3DHost[KVM-02]), log id: 14007e9c<br> 2013-02-13 11:00:00,182 INFO [org.ovirt.engine.core.vdsbroker.vdsbrok= er.GetHardwareInfoVDSCommand] (QuartzScheduler_Worker-3) [195b25c6] FINISH,= GetHardwareInfoVDSCommand, log id: 14007e9c<br>2013-02-13 11:00:00,316 INF= O [org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] (QuartzSche= duler_Worker-3) [371c6227] Running command: SetNonOperationalVdsCommand int= ernal: true. Entities affected : ID: 033febb8-4f52-4253-bb6d-a8807816= affd Type: VDS<br> 2013-02-13 11:00:00,319 INFO [org.ovirt.engine.core.vdsbroker.SetVdsS= tatusVDSCommand] (QuartzScheduler_Worker-3) [371c6227] START, SetVdsStatusV= DSCommand(HostName =3D KVM-02, HostId =3D 033febb8-4f52-4253-bb6d-a8807816a= ffd, status=3DNonOperational, nonOperationalReason=3DNETWORK_UNREACHABLE), = log id: 62bc0d10<br> 2013-02-13 11:00:00,321 INFO [org.ovirt.engine.core.vdsbroker.SetVdsS= tatusVDSCommand] (QuartzScheduler_Worker-3) [371c6227] FINISH, SetVdsStatus= VDSCommand, log id: 62bc0d10<br>2013-02-13 11:00:00,322 ERROR [org.ovirt.en= gine.core.bll.SetNonOperationalVdsCommand] (QuartzScheduler_Worker-3) [371c= 6227] Host KVM-02 is set to Non-Operational, it is missing the following ne= tworks: devvms,WAN_02_02<br> 2013-02-13 11:00:00,377 INFO [org.ovirt.engine.core.bll.HandleVdsCpuF= lagsOrClusterChangedCommand] (QuartzScheduler_Worker-3) [3101152] Running c= ommand: HandleVdsCpuFlagsOrClusterChangedCommand internal: true. Entities a= ffected : ID: 033febb8-4f52-4253-bb6d-a8807816affd Type: VDS<br> 2013-02-13 11:00:00,382 INFO [org.ovirt.engine.core.bll.HandleVdsVers= ionCommand] (QuartzScheduler_Worker-3) [657f5a74] Running command: HandleVd= sVersionCommand internal: true. Entities affected : ID: 033febb8-4f52= -4253-bb6d-a8807816affd Type: VDS<br> 2013-02-13 11:00:00,388 INFO [org.ovirt.engine.core.vdsbroker.Activat= eVdsVDSCommand] (QuartzScheduler_Worker-3) [657f5a74] FINISH, ActivateVdsVD= SCommand, log id: 3f784d25<br>2013-02-13 11:00:00,392 WARN [org.ovirt= .engine.core.bll.InternalMigrateVmCommand] (pool-3-thread-46) CanDoAction o= f action InternalMigrateVm failed. Reasons:ACTION_TYPE_FAILED_VM_IS_NON_MIG= RTABLE<br> 2013-02-13 11:00:00,393 ERROR [org.ovirt.engine.core.bll.SetNonOperationalV= dsCommand] (pool-3-thread-46) ResourceManager::vdsMaintenance - Failed migr= ating desktop crm-int.office.msp.cullie.local<br>2013-02-13 11:00:00,458 IN= FO [org.ovirt.engine.core.bll.ActivateVdsCommand] (QuartzScheduler_Wo= rker-3) [657f5a74] Lock freed to object EngineLock [exclusiveLocks=3D key: = 033febb8-4f52-4253-bb6d-a8807816affd value: VDS<br> , sharedLocks=3D ]<br>2013-02-13 11:00:00,460 INFO [org.ovirt.engine.= core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worke= r-3) [657f5a74] No string for VDS_ACTIVATE_ASYNC type. Use default Log<br>2= 013-02-13 11:00:00,462 INFO [org.ovirt.engine.core.bll.AutoRecoveryMa= nager] (QuartzScheduler_Worker-3) [657f5a74] Autorecovering 0 storage domai= ns<br> </div><div class=3D"gmail_extra"><br><br><div class=3D"gmail_quote">2013/2/= 13 Nicolas Ecarnot <span dir=3D"ltr"><<a href=3D"mailto:nicolas@ecarnot.= net" target=3D"_blank">nicolas@ecarnot.net</a>></span><br><blockquote cl= ass=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;p= adding-left:1ex"> Le 12/02/2013 22:43, Moti Asayag a =C3=A9crit :<div class=3D"im"><br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> On 02/11/2013 12:37 PM, Matt . wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> I'm struggeling setting up my network in oVirt at the moment as I would<br> like to seperate specific VM's from other devices/clients in my network.<br=
<br> </blockquote> <br> You should define the 'logical networks' which describe the networks of<br> your setup.<br> See the response to Nicolas on this thread of the steps to achieve it.<br> </blockquote> <br></div> Thank you to Moti, Pavel and Mike ho took time to answer to Matt and me.<br=
This also explained to me a lot about what can be done and how, and it clea= rly forecasts a future very nice setup I'll work on.<br> <br> Thank you.<span class=3D"HOEnZb"><font color=3D"#888888"><br> <br> -- <br> Nicolas Ecarnot</font></span><div class=3D"HOEnZb"><div class=3D"h5"><br> ______________________________<u></u>_________________<br> Users mailing list<br> <a href=3D"mailto:Users@ovirt.org" target=3D"_blank">Users@ovirt.org</a><br=
<a href=3D"http://lists.ovirt.org/mailman/listinfo/users" target=3D"_blank"=
http://lists.ovirt.org/<u></u>mailman/listinfo/users</a><br> </div></div></blockquote></div><br></div> <br>_______________________________________________<br>Users mailing list<b= r>Users@ovirt.org<br>http://lists.ovirt.org/mailman/listinfo/users<br></blo= ckquote><br></div></body></html> ------=_Part_1629271_1077479170.1360836918613--
participants (7)
-
Gianluca Cecchi
-
Matt .
-
Mike Kolesnik
-
Moti Asayag
-
Nicolas Ecarnot
-
Pavel Zhukov
-
Pavel Zhukov