Re: [Users] how do you manually add ovirtmgmt network to a node/host

2014-04-06 Thread Moti Asayag
Under the assumption that the engine communicates with the
host via 10.10.4.31, you should configure the 'ovirtmgmt'
on top of eth1, with the following configuration (as used to be defined on 
eth4):
GATEWAY: 10.10.4.1
IPADDR: 10.10.4.31
NETMASK: 255.255.255.0

The static boot protocol configuration should replace the 'DHCP' which led to
the mentioned error in the logs. Note also that currently br4 is might be used
by couple vms (based on vnet nics attached to it  'ports': ['eth1.4', 'vnet3', 
'vnet7', 'vnet19', 'vnet9'],),
therefore it would be advisable to migrate those vms or to stop them (if they 
exist).

Once you drag the 'ovirtmgmt' to eth1, hover the attached 'ovirtmgmt' network
and click on the 'pencil' icon that will appear by hovering.
Next you should select the 'static' red button and fill the above ip address 
details.

If connectivity restored and action succeeded, make sure to click on the 'save 
network
configuration' to persist the network changes to the host.

- Original Message -
 From: Jeremiah Jahn jerem...@goodinassociates.com
 To: Moti Asayag masa...@redhat.com
 Cc: users@ovirt.org
 Sent: Sunday, April 6, 2014 2:48:17 AM
 Subject: Re: [Users] how do you manually add ovirtmgmt network to a node/host
 
 START
 getVdsCaps==
 [root@kvm01 multipath]# vdsClient -s localhost getVdsCaps
 HBAInventory = {'FC': [{'model': 'QLA2462 - PCI-X 2.0 Dual Channel 4Gb
 Fibre Channel HBA',
'wwnn': '201b329db9c8',
'wwpn': '211b329db9c8'},
   {'model': 'QLA2462 - PCI-X 2.0 Dual Channel 4Gb
 Fibre Channel HBA',
'wwnn': '2001001b32bdb9c8',
'wwpn': '2101001b32bdb9c8'}],
'iSCSI': [{'InitiatorName':
 'iqn.1994-05.com.redhat:2f85cac0a96c'}]}
 ISCSIInitiatorName = 'iqn.1994-05.com.redhat:2f85cac0a96c'
 bondings = {'bond0': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []},
'bond1': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []},
'bond2': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []},
'bond3': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []},
'bond4': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []}}
 bridges = {';vdsmdummy;': {'addr': '',
   'cfg': {},
   'gateway': '',
   'ipv6addrs': [],
   'ipv6gateway': '::',
   'mtu': '1500',
   'netmask': '',
   'ports': [],
   'stp': 'off'},
   'br0': {'addr': '10.10.3.31',
   'cfg': {'BOOTPROTO': 'none',
   'DELAY': '0',
   'DEVICE': 'br0',
   'IPADDR': '10.10.3.31',
   'NETMASK': '255.255.255.0',
   'ONBOOT': 'yes',
   'PEERDNS': 'no',
   'STP': 'off',
   'TYPE': 'Bridge'},
   'gateway': '',
   'ipv6addrs': ['fe80::224:1dff:fec1:cf82/64'],
   'ipv6gateway': '::',
   'mtu': '1500',
   'netmask': '255.255.255.0',
   'ports': ['vnet10',
 'eth0',
 'vnet0',
 'vnet2',
 'vnet6',
 'vnet13',
 'vnet8',
 'vnet18',
 'vnet15'],
   'stp': 'off'},
   'br1': {'addr': '',
   'cfg': {'BOOTPROTO': 'none',
   'DELAY': '0',
   'DEVICE': 'br1',
   'ONBOOT': 'yes',
   'PEERDNS

Re: [Users] how do you manually add ovirtmgmt network to a node/host

2014-04-06 Thread Jeremiah Jahn
That's what I ended up doing, thanks.

The problem that really arose from all of this is that eth1.4 points
to br4 and ovirt comes in to ovirtmgmt and then fails, udevadm get
caught in an infinate loop as it bounces back and forth between br4
and ovirtmgmt since bringing up one seems to cause the other to go
down and they both take eth1.4 with them. Probably wouldn't be so bad,
but that's the the interface I'm using to configure them. takes a
killall -9 udevadm. then a rename of br4 to ovirtmgmt, then a reboot,
then we do it again as vdsm tries to roll things back and kills the
replaced ovirtmgmt.  fun. Thanks for the help.

-jj-

On Sun, Apr 6, 2014 at 1:36 AM, Moti Asayag masa...@redhat.com wrote:
 Under the assumption that the engine communicates with the
 host via 10.10.4.31, you should configure the 'ovirtmgmt'
 on top of eth1, with the following configuration (as used to be defined on 
 eth4):
 GATEWAY: 10.10.4.1
 IPADDR: 10.10.4.31
 NETMASK: 255.255.255.0

 The static boot protocol configuration should replace the 'DHCP' which led to
 the mentioned error in the logs. Note also that currently br4 is might be used
 by couple vms (based on vnet nics attached to it  'ports': ['eth1.4', 
 'vnet3', 'vnet7', 'vnet19', 'vnet9'],),
 therefore it would be advisable to migrate those vms or to stop them (if they 
 exist).

 Once you drag the 'ovirtmgmt' to eth1, hover the attached 'ovirtmgmt' network
 and click on the 'pencil' icon that will appear by hovering.
 Next you should select the 'static' red button and fill the above ip address 
 details.

 If connectivity restored and action succeeded, make sure to click on the 
 'save network
 configuration' to persist the network changes to the host.

 - Original Message -
 From: Jeremiah Jahn jerem...@goodinassociates.com
 To: Moti Asayag masa...@redhat.com
 Cc: users@ovirt.org
 Sent: Sunday, April 6, 2014 2:48:17 AM
 Subject: Re: [Users] how do you manually add ovirtmgmt network to a node/host

 START
 getVdsCaps==
 [root@kvm01 multipath]# vdsClient -s localhost getVdsCaps
 HBAInventory = {'FC': [{'model': 'QLA2462 - PCI-X 2.0 Dual Channel 4Gb
 Fibre Channel HBA',
'wwnn': '201b329db9c8',
'wwpn': '211b329db9c8'},
   {'model': 'QLA2462 - PCI-X 2.0 Dual Channel 4Gb
 Fibre Channel HBA',
'wwnn': '2001001b32bdb9c8',
'wwpn': '2101001b32bdb9c8'}],
'iSCSI': [{'InitiatorName':
 'iqn.1994-05.com.redhat:2f85cac0a96c'}]}
 ISCSIInitiatorName = 'iqn.1994-05.com.redhat:2f85cac0a96c'
 bondings = {'bond0': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []},
'bond1': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []},
'bond2': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []},
'bond3': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []},
'bond4': {'addr': '',
  'cfg': {},
  'hwaddr': '00:00:00:00:00:00',
  'ipv6addrs': [],
  'mtu': '1500',
  'netmask': '',
  'slaves': []}}
 bridges = {';vdsmdummy;': {'addr': '',
   'cfg': {},
   'gateway': '',
   'ipv6addrs': [],
   'ipv6gateway': '::',
   'mtu': '1500',
   'netmask': '',
   'ports': [],
   'stp': 'off'},
   'br0': {'addr': '10.10.3.31',
   'cfg': {'BOOTPROTO': 'none',
   'DELAY': '0',
   'DEVICE': 'br0',
   'IPADDR': '10.10.3.31',
   'NETMASK': '255.255.255.0',
   'ONBOOT': 'yes',
   'PEERDNS': 'no',
   'STP': 'off',
   'TYPE': 'Bridge'},
   'gateway': '',
   'ipv6addrs': ['fe80::224:1dff:fec1:cf82/64'],
   'ipv6gateway

Re: [Users] how do you manually add ovirtmgmt network to a node/host

2014-04-05 Thread Moti Asayag


- Original Message -
 From: Jeremiah Jahn jerem...@goodinassociates.com
 To: users@ovirt.org
 Sent: Friday, April 4, 2014 4:03:07 PM
 Subject: [Users] how do you manually add ovirtmgmt network to a node/host
 
 Trying to install ovirt node on an already existing kvm host.  Used
 the New wizard from the engine. Things seemed to go ok ish until it
 got to the point where it wanted to install networking. No real
 errors, but has One of the Logical Networks defined for this Cluster
 is Unreachable by the Host.  error sitting on it. I tried dragging
 that network onto one of the interfaces of my host, which already has
 an IP address, as that's how I ssh to it, and it then took down the
 interface and tried to dhcp an ip for it which failed after a while,
 and resulted in udev stuck in an infinite loop taking down and
 bringing up said interface.
 
 Not really sure what's going on or what it's trying to accomplish.  I
 set the ovrtmgmt network to have the same vlan id as the ethernet
 device i dragged it onto.
 

Could you paste the output of 'vdsClient -s localhost getVdsCaps' of the host
on which you tried to configure the 'ovirtmgmt' network manually and also
the vdsm.log and supervdsm.log from that node at the failure time, and the
engine.log from the ovirt-engine server.

This will allow us to figure out how the ovirt-engine tried to configure
the management network on the host when you dragged it manually.

 
 thanks for any help.
 ___
 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


Re: [Users] how do you manually add ovirtmgmt network to a node/host

2014-04-05 Thread Jeremiah Jahn
, name=eth0.30,
networkName=null, vlanId=30, bootProtocol=NONE, address=, subnet=,
gateway=null, mtu=1500, bridged=fa
lse, type=0, networkImplementationDetails=null},
eth0.6 {id=02fe6dd8-b375-484a-a02e-7370c825a524,
vdsId=6515228b-3edc-4571-9992-b0b6e958c307, name=eth0.6,
networkName=null, vlanId=6, bootProtocol=NONE, address=, subnet=,
gateway=null, mtu=1500, bridged=false
, type=0, networkImplementationDetails=null},
eth1.101 {id=4760dab2-3b37-4786-8235-64044291f01d,
vdsId=6515228b-3edc-4571-9992-b0b6e958c307, name=eth1.101,
networkName=null, vlanId=101, bootProtocol=NONE, address=, subnet=,
gateway=null, mtu=1500, bridged
=false, type=0, networkImplementationDetails=null},
eth1.4 {id=null,
vdsId=6515228b-3edc-4571-9992-b0b6e958c307, macAddress=null,
networkName=ovirtmgmt, vlanId=4, bonded=null, bondName=null,
bondOptions=null, bootProtocol=DHCP, address=null, subnet=null, gatewa
y=null, mtu=0, bridged=true, speed=null, type=2,
networkImplementationDetails=null, qos=null qosOverridden=false,
labels=null}],
removedNetworks=[],
removedBonds=[]) execution failed. Exception:
RuntimeException: java.util.concurrent.ExecutionException:
java.lang.reflect.InvocationTargetException
2014-04-03 15:08:42,661 ERROR
[org.ovirt.engine.core.bll.network.host.SetupNetworksCommand]
(ajp--127.0.0.1-8702-6) [7d2f431f] Command
org.ovirt.engine.core.bll.network.host.SetupNetworksCommand throw Vdc
Bll exception. With
error message VdcBLLException: java.lang.RuntimeException:
java.util.concurrent.ExecutionException:
java.lang.reflect.InvocationTargetException (Failed with error ENGINE
and code 5001)
==END
ENGINE.LOG

On Sat, Apr 5, 2014 at 12:52 PM, Moti Asayag masa...@redhat.com wrote:


 - Original Message -
 From: Jeremiah Jahn jerem...@goodinassociates.com
 To: users@ovirt.org
 Sent: Friday, April 4, 2014 4:03:07 PM
 Subject: [Users] how do you manually add ovirtmgmt network to a node/host

 Trying to install ovirt node on an already existing kvm host.  Used
 the New wizard from the engine. Things seemed to go ok ish until it
 got to the point where it wanted to install networking. No real
 errors, but has One of the Logical Networks defined for this Cluster
 is Unreachable by the Host.  error sitting on it. I tried dragging
 that network onto one of the interfaces of my host, which already has
 an IP address, as that's how I ssh to it, and it then took down the
 interface and tried to dhcp an ip for it which failed after a while,
 and resulted in udev stuck in an infinite loop taking down and
 bringing up said interface.

 Not really sure what's going on or what it's trying to accomplish.  I
 set the ovrtmgmt network to have the same vlan id as the ethernet
 device i dragged it onto.


 Could you paste the output of 'vdsClient -s localhost getVdsCaps' of the host
 on which you tried to configure the 'ovirtmgmt' network manually and also
 the vdsm.log and supervdsm.log from that node at the failure time, and the
 engine.log from the ovirt-engine server.

 This will allow us to figure out how the ovirt-engine tried to configure
 the management network on the host when you dragged it manually.


 thanks for any help.
 ___
 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


Re: [Users] how do you manually add ovirtmgmt network to a node/host

2014-04-05 Thread Moti Asayag
- Original Message -
 From: Jeremiah Jahn jerem...@goodinassociates.com
 To: Moti Asayag masa...@redhat.com
 Cc: users@ovirt.org
 Sent: Sunday, April 6, 2014 12:00:16 AM
 Subject: Re: [Users] how do you manually add ovirtmgmt network to a node/host
 
 Looks like the superlog shows the problem quite well. Now that I know
 where to look.
 
  SUCCESS: err = device eth1.4 is already a member of a bridge;
 can't enslave it to bridge ovirtmgmt.\n; rc = 0
 

Can you share the output of 'vdsClient -s localhost getVdsCaps' ?
I see that the suggested vlan device to configure the 'ovirtmgmt' on top of it
has already an existing bridge named 'br4'. If it is configured with static
boot protocol, you can just copy the same address/subnet/gateway to the 
ovirtmgmt
when you drag it on top of eth1.

 Should I create a new vlan and assign ovirtmgmt to it, as opposed to
 using any of my already existing networks?
 

If the vlan-id of the ovirtmgmt logical network definition matches the expected 
one,
no need to create it manually since the ovirt-engine will indicate the vdsm to 
do so.

 ==SUPERVDSM.LOG==
 MainProcess|Thread-13::DEBUG::2014-04-03
 15:00:00,300::supervdsmServer::103::SuperVdsm.ServerCallback::(wrapper)
 return getHardwareInfo with {'systemProductName': 'BladeSymphony E51',
 'systemSerialNumber': 'N/A', 'systemFamily': 'N/A', 'systemVersion':
 'E51400', 'systemUUID': '00241dc1-cf82---',
 'systemManufacturer': 'HITACHI'}
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,713::supervdsmServer::96::SuperVdsm.ServerCallback::(wrapper)
 call setupNetworks with ({'ovirtmgmt': {'nic': 'eth1', 'vlan': '4',
 'bootproto': 'dhcp', 'STP': 'no', 'bridged': 'true', 'defaultRoute':
 True}}, {}, {'connectivityCheck': 'true', 'connectivityTimeout': 120})
 {}
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,714::utils::642::root::(execCmd) '/sbin/ip route show to
 0.0.0.0/0 table all' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,738::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,740::libvirtconnection::145::root::(get) trying to connect
 libvirt
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,766::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth0.30' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,789::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,791::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth0.6' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,800::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,802::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth1.101' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,811::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,814::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth1.4' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,821::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,825::configNetwork::589::setupNetworks::(setupNetworks)
 Setting up network according to configuration: networks:{'ovirtmgmt':
 {'nic': 'eth1', 'vlan': '4', 'bootproto': 'dhcp', 'STP': 'no',
 'bridged': 'true', 'defaultRoute': True}}, bondings:{},
 options:{'connectivityCheck': 'true', 'connectivityTimeout': 120}
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,826::configNetwork::593::root::(setupNetworks) Validating
 configuration
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,826::utils::642::root::(execCmd) '/sbin/ip route show to
 0.0.0.0/0 table all' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,851::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,860::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth0.30' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,869::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,872::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth0.6' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,879::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,881::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth1.101' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,888::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,891::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth1.4' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,899::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14

Re: [Users] how do you manually add ovirtmgmt network to a node/host

2014-04-05 Thread Jeremiah Jahn
': '',
'cfg': {'BRIDGE': 'br30',
'DEVICE': 'eth0.30',
'ONBOOT': 'yes',
'PEERDNS': 'no',
'VLAN': 'yes'},
'iface': 'eth0',
'ipv6addrs': ['fe80::224:1dff:fec1:cf82/64'],
'mtu': '1500',
'netmask': '',
'vlanid': 30},
'eth0.6': {'addr': '',
   'cfg': {'BRIDGE': 'br6',
   'DEVICE': 'eth0.6',
   'ONBOOT': 'yes',
   'PEERDNS': 'no',
   'VLAN': 'yes'},
   'iface': 'eth0',
   'ipv6addrs': ['fe80::224:1dff:fec1:cf82/64'],
   'mtu': '1500',
   'netmask': '',
   'vlanid': 6},
'eth1.101': {'addr': '',
 'cfg': {'BRIDGE': 'br101',
 'DEVICE': 'eth1.101',
 'ONBOOT': 'yes',
 'PEERDNS': 'no',
 'VLAN': 'yes'},
 'iface': 'eth1',
 'ipv6addrs': ['fe80::224:1dff:fec1:cf83/64'],
 'mtu': '1500',
 'netmask': '',
 'vlanid': 101},
'eth1.4': {'addr': '',
   'cfg': {'BRIDGE': 'br4',
   'DEVICE': 'eth1.4',
   'ONBOOT': 'yes',
   'PEERDNS': 'no',
   'VLAN': 'yes'},
   'iface': 'eth1',
   'ipv6addrs': ['fe80::224:1dff:fec1:cf83/64'],
   'mtu': '1500',
   'netmask': '',
   'vlanid': 4}}
vmTypes = ['kvm']
[root@kvm01 multipath]#
==END
GETVDSCAPS==

On Sat, Apr 5, 2014 at 4:53 PM, Moti Asayag masa...@redhat.com wrote:
 - Original Message -
 From: Jeremiah Jahn jerem...@goodinassociates.com
 To: Moti Asayag masa...@redhat.com
 Cc: users@ovirt.org
 Sent: Sunday, April 6, 2014 12:00:16 AM
 Subject: Re: [Users] how do you manually add ovirtmgmt network to a node/host

 Looks like the superlog shows the problem quite well. Now that I know
 where to look.

  SUCCESS: err = device eth1.4 is already a member of a bridge;
 can't enslave it to bridge ovirtmgmt.\n; rc = 0


 Can you share the output of 'vdsClient -s localhost getVdsCaps' ?
 I see that the suggested vlan device to configure the 'ovirtmgmt' on top of it
 has already an existing bridge named 'br4'. If it is configured with static
 boot protocol, you can just copy the same address/subnet/gateway to the 
 ovirtmgmt
 when you drag it on top of eth1.

 Should I create a new vlan and assign ovirtmgmt to it, as opposed to
 using any of my already existing networks?


 If the vlan-id of the ovirtmgmt logical network definition matches the 
 expected one,
 no need to create it manually since the ovirt-engine will indicate the vdsm 
 to do so.

 ==SUPERVDSM.LOG==
 MainProcess|Thread-13::DEBUG::2014-04-03
 15:00:00,300::supervdsmServer::103::SuperVdsm.ServerCallback::(wrapper)
 return getHardwareInfo with {'systemProductName': 'BladeSymphony E51',
 'systemSerialNumber': 'N/A', 'systemFamily': 'N/A', 'systemVersion':
 'E51400', 'systemUUID': '00241dc1-cf82---',
 'systemManufacturer': 'HITACHI'}
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,713::supervdsmServer::96::SuperVdsm.ServerCallback::(wrapper)
 call setupNetworks with ({'ovirtmgmt': {'nic': 'eth1', 'vlan': '4',
 'bootproto': 'dhcp', 'STP': 'no', 'bridged': 'true', 'defaultRoute':
 True}}, {}, {'connectivityCheck': 'true', 'connectivityTimeout': 120})
 {}
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,714::utils::642::root::(execCmd) '/sbin/ip route show to
 0.0.0.0/0 table all' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,738::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,740::libvirtconnection::145::root::(get) trying to connect
 libvirt
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,766::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth0.30' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,789::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,791::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth0.6' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,800::utils::662::root::(execCmd) SUCCESS: err = ''; rc =
 0
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,802::utils::642::root::(execCmd) '/sbin/ip -d link show dev
 eth1.101' (cwd None)
 MainProcess|Thread-14::DEBUG::2014-04-03
 15:04:37,811::utils::662::root

[Users] how do you manually add ovirtmgmt network to a node/host

2014-04-04 Thread Jeremiah Jahn
Trying to install ovirt node on an already existing kvm host.  Used
the New wizard from the engine. Things seemed to go ok ish until it
got to the point where it wanted to install networking. No real
errors, but has One of the Logical Networks defined for this Cluster
is Unreachable by the Host.  error sitting on it. I tried dragging
that network onto one of the interfaces of my host, which already has
an IP address, as that's how I ssh to it, and it then took down the
interface and tried to dhcp an ip for it which failed after a while,
and resulted in udev stuck in an infinite loop taking down and
bringing up said interface.

Not really sure what's going on or what it's trying to accomplish.  I
set the ovrtmgmt network to have the same vlan id as the ethernet
device i dragged it onto.


thanks for any help.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users