Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails [SOLVED]

2013-09-16 Thread Thomas Suckow

On 09/13/2013 10:24 PM, Gianluca Cecchi wrote:

On Sat, Sep 14, 2013 at 1:52 AM, Thomas Suckow  wrote:

Everything was completely broken until I disabled NetworkManager, it seemed
to be doing something with the bridge despite NM_MANAGED=no


Donna if it was only a copy/paste typo, but just in ase the directive should be

NM_CONTROLLED=no

Gianluca
That was a typo on my part while writing the email NM_CONTROLLED=no is 
what appears in ifcfg-ovirtmgmt


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails [SOLVED]

2013-09-13 Thread Gianluca Cecchi
On Sat, Sep 14, 2013 at 1:52 AM, Thomas Suckow  wrote:
> On 09/04/2013 09:42 PM, Markus Stockhausen wrote:

>
> Everything was completely broken until I disabled NetworkManager, it seemed
> to be doing something with the bridge despite NM_MANAGED=no
>

Donna if it was only a copy/paste typo, but just in ase the directive should be

NM_CONTROLLED=no

Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails [SOLVED]

2013-09-13 Thread Thomas Suckow

On 09/04/2013 09:42 PM, Markus Stockhausen wrote:

Hello,

just in case someone else got this problem. For me it seems to be a naming
convention problem. ifcfg file names did not match the shown interfaces.
Steps to fix it included:

- rename ifcfg-enp1s0, ... scripts to real interface names ifcfg-p49p1, ...
- remove parameter NAME from these scripts
- Switch to network service

systemctl disable NetworkManager
systemctl stop NetworkManager.service
service network start
chkconfig network on

Markus


Alright. So I just did a run through of installing "All-in-one" with the 
latest Release Candidate.


Everything was completely broken until I disabled NetworkManager, it 
seemed to be doing something with the bridge despite NM_MANAGED=no


systemctl disable NetworkManager
systemctl stop NetworkManager.service

network.service was already enabled, did nothing with it.

I just deleted the ifcfg- file for the nic it managed, that seemed to 
work fine.


I haven't rebooted much or put it through the paces yet, but this is a 
rather frustrating issue, especially since it hung engine-setup until I 
restored the network to working order.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails [SOLVED]

2013-09-09 Thread Markus Stockhausen
> Von: users-boun...@ovirt.org [users-boun...@ovirt.org]" im Auftrag von 
> "Thomas Suckow [thomas.suc...@pnnl.gov]
> Gesendet: Montag, 9. September 2013 18:58
> An: users@ovirt.org
> Betreff: Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails [SOLVED]
> 
> I was also noticing needing to muck with the network interfaces and
> services during the beta. I find it interesting the need to disable
> NetworkManager and enable the legacy network service. I found no
> reference to this in the documentation for 3.3 and people seem to be
> installing it without issue. Maybe these people are just disabling it
> and not saying anything?
> 
> -
> Thomas

A reply on this forum gave me the tip to switch to network service. 
I never used Fedora before and followed this educated guess
without thinking about it.

Additional info: Even reading my own thread I was not able to setup 
a second hypervisor host the same way. As a fallback I built the ovirtmgmt
bridge on my own. A spoiled VMWare admin would stop excactly here. 
Keeping my fingers crossed I look forward how to get the third machine 
into the cluster. 

Markus
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

Vorstand:
Kadir Akin
Dr. Michael Höhnerbach

Vorsitzender des Aufsichtsrates:
Hans Kristian Langva

Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

executive board:
Kadir Akin
Dr. Michael Höhnerbach

President of the supervisory board:
Hans Kristian Langva

Registry office: district court Cologne
Register number: HRB 52 497


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails [SOLVED]

2013-09-09 Thread Thomas Suckow
I was also noticing needing to muck with the network interfaces and 
services during the beta. I find it interesting the need to disable 
NetworkManager and enable the legacy network service. I found no 
reference to this in the documentation for 3.3 and people seem to be 
installing it without issue. Maybe these people are just disabling it 
and not saying anything?


-
Thomas

On 09/04/2013 09:42 PM, Markus Stockhausen wrote:

Hello,

just in case someone else got this problem. For me it seems to be a naming
convention problem. ifcfg file names did not match the shown interfaces.
Steps to fix it included:

- rename ifcfg-enp1s0, ... scripts to real interface names ifcfg-p49p1, ...
- remove parameter NAME from these scripts
- Switch to network service

systemctl disable NetworkManager
systemctl stop NetworkManager.service
service network start
chkconfig network on

Markus


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails [SOLVED]

2013-09-04 Thread Markus Stockhausen
Hello,

just in case someone else got this problem. For me it seems to be a naming
convention problem. ifcfg file names did not match the shown interfaces. 
Steps to fix it included:

- rename ifcfg-enp1s0, ... scripts to real interface names ifcfg-p49p1, ...
- remove parameter NAME from these scripts
- Switch to network service

systemctl disable NetworkManager
systemctl stop NetworkManager.service
service network start
chkconfig network on

Markus
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

Vorstand:
Kadir Akin
Dr. Michael Höhnerbach

Vorsitzender des Aufsichtsrates:
Hans Kristian Langva

Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

executive board:
Kadir Akin
Dr. Michael Höhnerbach

President of the supervisory board:
Hans Kristian Langva

Registry office: district court Cologne
Register number: HRB 52 497


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails

2013-09-04 Thread Einav Cohen
> - Original Message -
> From: "Markus Stockhausen" 
> Sent: Wednesday, September 4, 2013 3:19:52 PM
> 
> Hello Einav,
> 
> thanks for the tip. In ovirt-engine I mapped the ovirtmgmt network to
> interface p49p1 checked the save settings radiobutton and clicked ok.
> The connection was lost again. Now I have:
> 
> [root@colovn1 network-scripts]# cat ifcfg-ovirtmgmt
> # Generated by VDSM version 4.12.1-1.fc19
> DEVICE=ovirtmgmt
> ONBOOT=yes
> TYPE=Bridge
> DELAY=0
> DEFROUTE=yes
> NM_CONTROLLED=no
> STP=no
> BOOTPROTO=static
> 
> [root@colovn1 network-scripts]# cat ifcfg-p49p1
> # Generated by VDSM version 4.12.1-1.fc19
> DEVICE=p49p1
> ONBOOT=yes
> HWADDR=00:30:48:d7:9e:c4
> BRIDGE=ovirtmgmt
> MTU=1500
> NM_CONTROLLED=no
> STP=no
> 
> and what seems to be the old config file:
> 
> [root@colovn1 network-scripts]# cat ifcfg-enp1s0
> PEERROUTES="yes"
> IPV6INIT="yes"
> UUID="0bd1b6df-9f88-4dcf-82af-225b14b99d67"
> IPV6_PEERDNS="yes"
> DEFROUTE="yes"
> PEERDNS="yes"
> IPV4_FAILURE_FATAL="no"
> HWADDR="00:30:48:D7:9E:C4"
> BOOTPROTO="none"
> IPV6_DEFROUTE="yes"
> IPV6_AUTOCONF="yes"
> IPV6_FAILURE_FATAL="no"
> IPV6_PEERROUTES="yes"
> TYPE="Ethernet"
> ONBOOT="yes"
> NAME="enp1s0"
> IPADDR="192.168.10.51"
> NETMASK="255.255.255.0"
> GATEWAY="192.168.10.7"
> DNS1="192.168.10.15"
> 
> Afterwards I disabled Networkmanager:
> 
> [root@colovn1 network-scripts]# systemctl disable NetworkManager
> [root@colovn1 network-scripts]# systemctl stop NetworkManager.service
> 
> Now I have no configuration at all. At least I can rech the
> machine through the storage network. Any idea what to
> try next?

make sure that your network service is on ("service network start") 
and that it will be automatically started after reboot ("chkconfig 
network on").

> 
> Markus
> 
> 
> Von: Einav Cohen [eco...@redhat.com]
> Gesendet: Mittwoch, 4. September 2013 20:58
> An: Markus Stockhausen
> Cc: users
> Betreff: Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails
> 
> hi Markus,
> 
> during the ovirt 3.3 test day, there was a known issue with regards to the
> ovirtmgmt network - see the 'host installation' note in the Known Issues
> section in [1] - I am not sure if this issue has already been resolved or
> not.
> can you please follow the recommended steps in [1] and see if it helps?
> 
> 
> Thanks,
> Einav
> 
> [1] http://www.ovirt.org/OVirt_3.3_TestDay#Known_issues
> 
> 
> - Original Message -
> > From: "Markus Stockhausen" 
> > To: "users" 
> > Sent: Wednesday, September 4, 2013 2:44:28 PM
> > Subject: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails
> >
> > Hello,
> >
> > I'm trying to add a Fedora 19 host to my newly installed ovirt engine 3.3
> > The ost has vdsm.x86_64 4.12.1-1.fc19 installed from the beta repos.
> > During the installation two interfaces are active:
> >
> > Storage/NFS network:
> > ib0: flags=4163  mtu 2044
> > inet 10.10.30.1  netmask 255.255.255.0  broadcast 10.10.30.255
> > Infiniband hardware address can be incorrect! Please read BUGS section in
> > ifconfig(8).
> > infiniband
> > 80:00:00:48:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00
> > txqueuelen 256  (InfiniBand)
> > RX packets 38899  bytes 2213697 (2.1 MiB)
> > RX errors 0  dropped 0  overruns 0  frame 0
> > TX packets 67314  bytes 15746759 (15.0 MiB)
> > TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
> >
> > Frontend/Management network:
> > p49p1: flags=4163  mtu 1500
> > inet 192.168.10.51  netmask 255.255.255.0  broadcast 192.168.10.255
> > ether 00:30:48:d7:9e:c4  txqueuelen 1000  (Ethernet)
> > RX packets 14631  bytes 9069189 (8.6 MiB)
> > RX errors 0  dropped 354  overruns 0  frame 0
> > TX packets 6552  bytes 2348866 (2.2 MiB)
> > TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
> > device interrupt 16  memory 0xface-fad0
> >
> > The installation (with IP 192.168.10.51) fails and afterwards the frontend
> > interface
> > is down. Attached the VDSM logs.
> >
> > Thanks for your help in advance.
> >
> > Markus
> >
> > supervdsm.log:
> >
>

Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails

2013-09-04 Thread Markus Stockhausen
Some additional info:

ovirt-engine shows no information about the interface p49p1. Maybe
the problem arises because Fedora uses a ifcfg-enp1s0 and does some
aliasing.

Markus


Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

Vorstand:
Kadir Akin
Dr. Michael Höhnerbach

Vorsitzender des Aufsichtsrates:
Hans Kristian Langva

Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

executive board:
Kadir Akin
Dr. Michael Höhnerbach

President of the supervisory board:
Hans Kristian Langva

Registry office: district court Cologne
Register number: HRB 52 497


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails

2013-09-04 Thread Markus Stockhausen
Hello Einav,

thanks for the tip. In ovirt-engine I mapped the ovirtmgmt network to 
interface p49p1 checked the save settings radiobutton and clicked ok. 
The connection was lost again. Now I have:

[root@colovn1 network-scripts]# cat ifcfg-ovirtmgmt
# Generated by VDSM version 4.12.1-1.fc19
DEVICE=ovirtmgmt
ONBOOT=yes
TYPE=Bridge
DELAY=0
DEFROUTE=yes
NM_CONTROLLED=no
STP=no
BOOTPROTO=static

[root@colovn1 network-scripts]# cat ifcfg-p49p1
# Generated by VDSM version 4.12.1-1.fc19
DEVICE=p49p1
ONBOOT=yes
HWADDR=00:30:48:d7:9e:c4
BRIDGE=ovirtmgmt
MTU=1500
NM_CONTROLLED=no
STP=no

and what seems to be the old config file:

[root@colovn1 network-scripts]# cat ifcfg-enp1s0
PEERROUTES="yes"
IPV6INIT="yes"
UUID="0bd1b6df-9f88-4dcf-82af-225b14b99d67"
IPV6_PEERDNS="yes"
DEFROUTE="yes"
PEERDNS="yes"
IPV4_FAILURE_FATAL="no"
HWADDR="00:30:48:D7:9E:C4"
BOOTPROTO="none"
IPV6_DEFROUTE="yes"
IPV6_AUTOCONF="yes"
IPV6_FAILURE_FATAL="no"
IPV6_PEERROUTES="yes"
TYPE="Ethernet"
ONBOOT="yes"
NAME="enp1s0"
IPADDR="192.168.10.51"
NETMASK="255.255.255.0"
GATEWAY="192.168.10.7"
DNS1="192.168.10.15"

Afterwards I disabled Networkmanager:

[root@colovn1 network-scripts]# systemctl disable NetworkManager
[root@colovn1 network-scripts]# systemctl stop NetworkManager.service

Now I have no configuration at all. At least I can rech the 
machine through the storage network. Any idea what to 
try next?

Markus

____________
Von: Einav Cohen [eco...@redhat.com]
Gesendet: Mittwoch, 4. September 2013 20:58
An: Markus Stockhausen
Cc: users
Betreff: Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails

hi Markus,

during the ovirt 3.3 test day, there was a known issue with regards to the
ovirtmgmt network - see the 'host installation' note in the Known Issues
section in [1] - I am not sure if this issue has already been resolved or
not.
can you please follow the recommended steps in [1] and see if it helps?

----
Thanks,
Einav

[1] http://www.ovirt.org/OVirt_3.3_TestDay#Known_issues


- Original Message -
> From: "Markus Stockhausen" 
> To: "users" 
> Sent: Wednesday, September 4, 2013 2:44:28 PM
> Subject: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails
>
> Hello,
>
> I'm trying to add a Fedora 19 host to my newly installed ovirt engine 3.3
> The ost has vdsm.x86_64 4.12.1-1.fc19 installed from the beta repos.
> During the installation two interfaces are active:
>
> Storage/NFS network:
> ib0: flags=4163  mtu 2044
> inet 10.10.30.1  netmask 255.255.255.0  broadcast 10.10.30.255
> Infiniband hardware address can be incorrect! Please read BUGS section in
> ifconfig(8).
> infiniband
> 80:00:00:48:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00
> txqueuelen 256  (InfiniBand)
> RX packets 38899  bytes 2213697 (2.1 MiB)
> RX errors 0  dropped 0  overruns 0  frame 0
> TX packets 67314  bytes 15746759 (15.0 MiB)
> TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
>
> Frontend/Management network:
> p49p1: flags=4163  mtu 1500
> inet 192.168.10.51  netmask 255.255.255.0  broadcast 192.168.10.255
> ether 00:30:48:d7:9e:c4  txqueuelen 1000  (Ethernet)
> RX packets 14631  bytes 9069189 (8.6 MiB)
> RX errors 0  dropped 354  overruns 0  frame 0
> TX packets 6552  bytes 2348866 (2.2 MiB)
> TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
> device interrupt 16  memory 0xface-fad0
>
> The installation (with IP 192.168.10.51) fails and afterwards the frontend
> interface
> is down. Attached the VDSM logs.
>
> Thanks for your help in advance.
>
> Markus
>
> supervdsm.log:
>
> MainProcess|Thread-16::ERROR::2013-09-04
> 20:37:32,695::netinfo::239::root::(speed) cannot read ib0 speed
> Traceback (most recent call last):
>   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 235, in
>   speed
> s = int(file('/sys/class/net/%s/speed' % dev).read())
> IOError: [Errno 22] Invalid argument
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:32,698::configNetwork::176::root::(addNetwork) validating network...
> MainProcess|Thread-16::INFO::2013-09-04
> 20:37:32,698::configNetwork::191::root::(addNetwork) Adding network
> ovirtmgmt with vlan=None, bonding=None, nics=['p49p1'], bondingOptions=None,
> mtu=None, bridged=True, options={'STP': 'no', 'implicitBonding': True}
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:32,699::ifcfg::366::root::(_persistentBackup) backing up
> ifcfg-ovirtmgmt:

Re: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails

2013-09-04 Thread Einav Cohen
hi Markus,

during the ovirt 3.3 test day, there was a known issue with regards to the 
ovirtmgmt network - see the 'host installation' note in the Known Issues 
section in [1] - I am not sure if this issue has already been resolved or 
not.
can you please follow the recommended steps in [1] and see if it helps?


Thanks,
Einav

[1] http://www.ovirt.org/OVirt_3.3_TestDay#Known_issues


- Original Message -
> From: "Markus Stockhausen" 
> To: "users" 
> Sent: Wednesday, September 4, 2013 2:44:28 PM
> Subject: [Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails
> 
> Hello,
> 
> I'm trying to add a Fedora 19 host to my newly installed ovirt engine 3.3
> The ost has vdsm.x86_64 4.12.1-1.fc19 installed from the beta repos.
> During the installation two interfaces are active:
> 
> Storage/NFS network:
> ib0: flags=4163  mtu 2044
> inet 10.10.30.1  netmask 255.255.255.0  broadcast 10.10.30.255
> Infiniband hardware address can be incorrect! Please read BUGS section in
> ifconfig(8).
> infiniband
> 80:00:00:48:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00
> txqueuelen 256  (InfiniBand)
> RX packets 38899  bytes 2213697 (2.1 MiB)
> RX errors 0  dropped 0  overruns 0  frame 0
> TX packets 67314  bytes 15746759 (15.0 MiB)
> TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
> 
> Frontend/Management network:
> p49p1: flags=4163  mtu 1500
> inet 192.168.10.51  netmask 255.255.255.0  broadcast 192.168.10.255
> ether 00:30:48:d7:9e:c4  txqueuelen 1000  (Ethernet)
> RX packets 14631  bytes 9069189 (8.6 MiB)
> RX errors 0  dropped 354  overruns 0  frame 0
> TX packets 6552  bytes 2348866 (2.2 MiB)
> TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
> device interrupt 16  memory 0xface-fad0
> 
> The installation (with IP 192.168.10.51) fails and afterwards the frontend
> interface
> is down. Attached the VDSM logs.
> 
> Thanks for your help in advance.
> 
> Markus
> 
> supervdsm.log:
> 
> MainProcess|Thread-16::ERROR::2013-09-04
> 20:37:32,695::netinfo::239::root::(speed) cannot read ib0 speed
> Traceback (most recent call last):
>   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 235, in
>   speed
> s = int(file('/sys/class/net/%s/speed' % dev).read())
> IOError: [Errno 22] Invalid argument
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:32,698::configNetwork::176::root::(addNetwork) validating network...
> MainProcess|Thread-16::INFO::2013-09-04
> 20:37:32,698::configNetwork::191::root::(addNetwork) Adding network
> ovirtmgmt with vlan=None, bonding=None, nics=['p49p1'], bondingOptions=None,
> mtu=None, bridged=True, options={'STP': 'no', 'implicitBonding': True}
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:32,699::ifcfg::366::root::(_persistentBackup) backing up
> ifcfg-ovirtmgmt: # original file did not exist
> 
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:32,702::ifcfg::665::Storage.Misc.excCmd::(ifdown) '/usr/sbin/ifdown
> ovirtmgmt' (cwd None)
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:32,917::ifcfg::665::Storage.Misc.excCmd::(ifdown) SUCCESS:  = '';
>  = 0
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:32,917::utils::486::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0
> table all' (cwd None)
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:32,919::utils::505::root::(execCmd) SUCCESS:  = '';  = 0
> MainProcess|Thread-16::ERROR::2013-09-04
> 20:37:32,923::netinfo::239::root::(speed) cannot read ib0 speed
> Traceback (most recent call last):
>   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 235, in
>   speed
> s = int(file('/sys/class/net/%s/speed' % dev).read())
> IOError: [Errno 22] Invalid argument
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:32,926::ifcfg::366::root::(_persistentBackup) backing up ifcfg-p49p1:
> # original file did not exist
> 
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:32,926::ifcfg::665::Storage.Misc.excCmd::(ifdown) '/usr/sbin/ifdown
> p49p1' (cwd None)
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:33,243::ifcfg::665::Storage.Misc.excCmd::(ifdown) SUCCESS:  =
> 'bridge ovirtmgmt does not exist!\n';  = 0
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:33,243::ifcfg::672::Storage.Misc.excCmd::(_ifup) '/usr/sbin/ifup
> p49p1' (cwd None)
> MainProcess|Thread-16::DEBUG::2013-09-04
> 20:37:33,354::ifcfg::672::Storage.Misc.excCmd::(_ifup) SUCCESS:  = '';
>  = 0
> Main

[Users] OVirt-Engine 3.3 RC - Add Fedora 19 host fails

2013-09-04 Thread Markus Stockhausen
Hello,

I'm trying to add a Fedora 19 host to my newly installed ovirt engine 3.3
The ost has vdsm.x86_64 4.12.1-1.fc19 installed from the beta repos.
During the installation two interfaces are active:

Storage/NFS network:
ib0: flags=4163  mtu 2044
inet 10.10.30.1  netmask 255.255.255.0  broadcast 10.10.30.255
Infiniband hardware address can be incorrect! Please read BUGS section in 
ifconfig(8).
infiniband 80:00:00:48:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00  
txqueuelen 256  (InfiniBand)
RX packets 38899  bytes 2213697 (2.1 MiB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 67314  bytes 15746759 (15.0 MiB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Frontend/Management network:
p49p1: flags=4163  mtu 1500
inet 192.168.10.51  netmask 255.255.255.0  broadcast 192.168.10.255
ether 00:30:48:d7:9e:c4  txqueuelen 1000  (Ethernet)
RX packets 14631  bytes 9069189 (8.6 MiB)
RX errors 0  dropped 354  overruns 0  frame 0
TX packets 6552  bytes 2348866 (2.2 MiB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
device interrupt 16  memory 0xface-fad0

The installation (with IP 192.168.10.51) fails and afterwards the frontend 
interface 
is down. Attached the VDSM logs.

Thanks for your help in advance.

Markus

supervdsm.log:

MainProcess|Thread-16::ERROR::2013-09-04 
20:37:32,695::netinfo::239::root::(speed) cannot read ib0 speed
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 235, in speed
s = int(file('/sys/class/net/%s/speed' % dev).read())
IOError: [Errno 22] Invalid argument
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:32,698::configNetwork::176::root::(addNetwork) validating network...
MainProcess|Thread-16::INFO::2013-09-04 
20:37:32,698::configNetwork::191::root::(addNetwork) Adding network ovirtmgmt 
with vlan=None, bonding=None, nics=['p49p1'], bondingOptions=None, mtu=None, 
bridged=True, options={'STP': 'no', 'implicitBonding': True}
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:32,699::ifcfg::366::root::(_persistentBackup) backing up ifcfg-ovirtmgmt: 
# original file did not exist

MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:32,702::ifcfg::665::Storage.Misc.excCmd::(ifdown) '/usr/sbin/ifdown 
ovirtmgmt' (cwd None)
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:32,917::ifcfg::665::Storage.Misc.excCmd::(ifdown) SUCCESS:  = ''; 
 = 0
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:32,917::utils::486::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0 
table all' (cwd None)
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:32,919::utils::505::root::(execCmd) SUCCESS:  = '';  = 0
MainProcess|Thread-16::ERROR::2013-09-04 
20:37:32,923::netinfo::239::root::(speed) cannot read ib0 speed
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 235, in speed
s = int(file('/sys/class/net/%s/speed' % dev).read())
IOError: [Errno 22] Invalid argument
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:32,926::ifcfg::366::root::(_persistentBackup) backing up ifcfg-p49p1: # 
original file did not exist

MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:32,926::ifcfg::665::Storage.Misc.excCmd::(ifdown) '/usr/sbin/ifdown 
p49p1' (cwd None)
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:33,243::ifcfg::665::Storage.Misc.excCmd::(ifdown) SUCCESS:  = 
'bridge ovirtmgmt does not exist!\n';  = 0
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:33,243::ifcfg::672::Storage.Misc.excCmd::(_ifup) '/usr/sbin/ifup p49p1' 
(cwd None)
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:33,354::ifcfg::672::Storage.Misc.excCmd::(_ifup) SUCCESS:  = ''; 
 = 0
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:33,354::__init__::78::root::(_addSourceRoute) Adding source route 
ovirtmgmt, None, None, None
MainProcess|Thread-16::ERROR::2013-09-04 
20:37:33,354::sourceRoute::68::root::(configure) ipaddr, mask or gateway not 
received
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:33,355::ifcfg::672::Storage.Misc.excCmd::(_ifup) '/usr/sbin/ifup 
ovirtmgmt' (cwd None)
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:33,731::ifcfg::672::Storage.Misc.excCmd::(_ifup) SUCCESS:  = ''; 
 = 0
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:33,733::libvirtconnection::101::libvirtconnection::(wrapper) Unknown 
libvirterror: ecode: 43 edom: 19 level: 2 message: Netzwerk nicht gefunden: 
Kein Netzwerk mit übereinstimmendem Namen »vdsm-ovirtmgmt«
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:33,733::ifcfg::245::root::(_atomicNetworkBackup) Backed up ovirtmgmt
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:33,734::libvirtconnection::101::libvirtconnection::(wrapper) Unknown 
libvirterror: ecode: 43 edom: 19 level: 2 message: Netzwerk nicht gefunden: 
Kein Netzwerk mit übereinstimmendem Namen »vdsm-ovirtmgmt«
MainProcess|Thread-16::DEBUG::2013-09-04 
20:37:33,734::ifcfg::254::root::(_persistentNetworkBackup