
I am installing on a 3 node cluster, with gluster as my storage. Each node has a pair of bonds. At the moment, my intention is to use bond0 for all VM traffic, with management (and thus ovirtmgmt) on bond1 along with Gluster (bond1.<vlanid>. Sadly hosted-engine --deploy dies saying: ``` Failed to execute stage 'Misc configuration': Failed to setup networks {'ovirtmgmt': {'ipaddr': u'10.110.84.11', 'netmask': u'255.255.255.0', 'bonding': 'bond1', 'bootproto': u'none', 'gateway': u'10.110.84.1', 'defaultRoute': True}}. Error code: "-32603" message: "Attempt to call function: <bound method Global.setupNetworks of <API.Global object at 0x38e5050>> with arguments: ({u'ovirtmgmt': {u'ipaddr': u'10.110.84.11', u'bonding': u'bond1', u'netmask': u'255.255.255.0', u'bootproto': u'none', u'gateway': u'10.110.84.1', u'defaultRoute': True}}, {}, {u'connectivityCheck': False}) error: 'NoneType' object is not iterable" ``` Is my way of configuring my network even possible? Or do I need to re-think things

On Mon, Nov 7, 2016 at 3:39 PM, Chris Cowley <chris.cowley@klaxoon.com> wrote:
I am installing on a 3 node cluster, with gluster as my storage. Each node has a pair of bonds. At the moment, my intention is to use bond0 for all VM traffic, with management (and thus ovirtmgmt) on bond1 along with Gluster (bond1.<vlanid>.
Sadly hosted-engine --deploy dies saying:
``` Failed to execute stage 'Misc configuration': Failed to setup networks {'ovirtmgmt': {'ipaddr': u'10.110.84.11', 'netmask': u'255.255.255.0', 'bonding': 'bond1', 'bootproto': u'none', 'gateway': u'10.110.84.1', 'defaultRoute': True}}. Error code: "-32603" message: "Attempt to call function: <bound method Global.setupNetworks of <API.Global object at 0x38e5050>> with arguments: ({u'ovirtmgmt': {u'ipaddr': u'10.110.84.11', u'bonding': u'bond1', u'netmask': u'255.255.255.0', u'bootproto': u'none', u'gateway': u'10.110.84.1', u'defaultRoute': True}}, {}, {u'connectivityCheck': False}) error: 'NoneType' object is not iterable" ```
Is my way of configuring my network even possible? Or do I need to re-think things
Please provide vdsm.log and supervdsm.log from the node that failed for you.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
participants (2)
-
Chris Cowley
-
Edward Haas