This is a multi-part message in MIME format.
------=_NextPartTM-000-f7989a6b-9542-42c9-bd64-42345bb9b36c
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello,=0A=
=0A=
I'm trying to add a Fedora 19 host to my newly installed ovirt engine 3.3=
=0A=
The ost has vdsm.x86_64 4.12.1-1.fc19 installed from the beta repos.=0A=
During the installation two interfaces are active:=0A=
=0A=
Storage/NFS network:=0A=
ib0: flags=3D4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 2044=0A=
inet 10.10.30.1 netmask 255.255.255.0 broadcast 10.10.30.255=0A=
Infiniband hardware address can be incorrect! Please read BUGS section in i=
fconfig(8).=0A=
infiniband 80:00:00:48:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00=
:00 txqueuelen 256 (InfiniBand)=0A=
RX packets 38899 bytes 2213697 (2.1 MiB)=0A=
RX errors 0 dropped 0 overruns 0 frame 0=0A=
TX packets 67314 bytes 15746759 (15.0 MiB)=0A=
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0=0A=
=0A=
Frontend/Management network:=0A=
p49p1: flags=3D4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500=0A=
inet 192.168.10.51 netmask 255.255.255.0 broadcast 192.168.10.255=
=0A=
ether 00:30:48:d7:9e:c4 txqueuelen 1000 (Ethernet)=0A=
RX packets 14631 bytes 9069189 (8.6 MiB)=0A=
RX errors 0 dropped 354 overruns 0 frame 0=0A=
TX packets 6552 bytes 2348866 (2.2 MiB)=0A=
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0=0A=
device interrupt 16 memory 0xface0000-fad00000=0A=
=0A=
The installation (with IP 192.168.10.51) fails and afterwards the frontend =
interface =0A=
is down. Attached the VDSM logs.=0A=
=0A=
Thanks for your help in advance.=0A=
=0A=
Markus=0A=
=0A=
supervdsm.log:=0A=
=0A=
MainProcess|Thread-16::ERROR::2013-09-04 20:37:32,695::netinfo::239::root::=
(speed) cannot read ib0 speed=0A=
Traceback (most recent call last):=0A=
File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 235, in s=
peed=0A=
s =3D int(file('/sys/class/net/%s/speed' % dev).read())=0A=
IOError: [Errno 22] Invalid argument=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:32,698::configNetwork::176::=
root::(addNetwork) validating network...=0A=
MainProcess|Thread-16::INFO::2013-09-04 20:37:32,698::configNetwork::191::r=
oot::(addNetwork) Adding network ovirtmgmt with vlan=3DNone, bonding=3DNone=
, nics=3D['p49p1'], bondingOptions=3DNone, mtu=3DNone, bridged=3DTrue, opti=
ons=3D{'STP': 'no', 'implicitBonding': True}=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:32,699::ifcfg::366::root::(_=
persistentBackup) backing up ifcfg-ovirtmgmt: # original file did not exist=
=0A=
=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:32,702::ifcfg::665::Storage.=
Misc.excCmd::(ifdown) '/usr/sbin/ifdown ovirtmgmt' (cwd None)=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:32,917::ifcfg::665::Storage.=
Misc.excCmd::(ifdown) SUCCESS: <err> =3D ''; <rc> =3D 0=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:32,917::utils::486::root::(e=
xecCmd) '/sbin/ip route show to 0.0.0.0/0 table all' (cwd None)=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:32,919::utils::505::root::(e=
xecCmd) SUCCESS: <err> =3D ''; <rc> =3D 0=0A=
MainProcess|Thread-16::ERROR::2013-09-04 20:37:32,923::netinfo::239::root::=
(speed) cannot read ib0 speed=0A=
Traceback (most recent call last):=0A=
File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 235, in s=
peed=0A=
s =3D int(file('/sys/class/net/%s/speed' % dev).read())=0A=
IOError: [Errno 22] Invalid argument=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:32,926::ifcfg::366::root::(_=
persistentBackup) backing up ifcfg-p49p1: # original file did not exist=0A=
=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:32,926::ifcfg::665::Storage.=
Misc.excCmd::(ifdown) '/usr/sbin/ifdown p49p1' (cwd None)=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:33,243::ifcfg::665::Storage.=
Misc.excCmd::(ifdown) SUCCESS: <err> =3D 'bridge ovirtmgmt does not exist!\=
n'; <rc> =3D 0=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:33,243::ifcfg::672::Storage.=
Misc.excCmd::(_ifup) '/usr/sbin/ifup p49p1' (cwd None)=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:33,354::ifcfg::672::Storage.=
Misc.excCmd::(_ifup) SUCCESS: <err> =3D ''; <rc> =3D 0=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:33,354::__init__::78::root::=
(_addSourceRoute) Adding source route ovirtmgmt, None, None, None=0A=
MainProcess|Thread-16::ERROR::2013-09-04 20:37:33,354::sourceRoute::68::roo=
t::(configure) ipaddr, mask or gateway not received=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:33,355::ifcfg::672::Storage.=
Misc.excCmd::(_ifup) '/usr/sbin/ifup ovirtmgmt' (cwd None)=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:33,731::ifcfg::672::Storage.=
Misc.excCmd::(_ifup) SUCCESS: <err> =3D ''; <rc> =3D 0=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:33,733::libvirtconnection::1=
01::libvirtconnection::(wrapper) Unknown libvirterror: ecode: 43 edom: 19 l=
evel: 2 message: Netzwerk nicht gefunden: Kein Netzwerk mit =FCbereinstimme=
ndem Namen =BBvdsm-ovirtmgmt=AB=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:33,733::ifcfg::245::root::(_=
atomicNetworkBackup) Backed up ovirtmgmt=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:33,734::libvirtconnection::1=
01::libvirtconnection::(wrapper) Unknown libvirterror: ecode: 43 edom: 19 l=
evel: 2 message: Netzwerk nicht gefunden: Kein Netzwerk mit =FCbereinstimme=
ndem Namen =BBvdsm-ovirtmgmt=AB=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:33,734::ifcfg::254::root::(_=
persistentNetworkBackup) backing up network ovirtmgmt: # original file did =
not exist=0A=
=0A=
MainProcess|Thread-16::DEBUG::2013-09-04 20:37:33,741::configNetwork::541::=
setupNetworks::(setupNetworks) Checking connectivity...=0A=
MainProcess|storageRefresh::DEBUG::2013-09-04 20:37:34,278::misc::817::Samp=
lingMethod::(__call__) Returning last result=0A=
=0A=
vdsm.log:=0A=
=0A=
storageRefresh::DEBUG::2013-09-04 20:37:32,255::misc::817::SamplingMethod::=
(__call__) Returning last result=0A=
Thread-13::DEBUG::2013-09-04 20:37:32,365::BindingXMLRPC::979::vds::(wrappe=
r) client [192.168.10.110]::call ping with () {}=0A=
Thread-13::DEBUG::2013-09-04 20:37:32,366::BindingXMLRPC::986::vds::(wrappe=
r) return ping with {'status': {'message': 'Done', 'code':
0}}=0A=
Thread-14::DEBUG::2013-09-04 20:37:32,374::BindingXMLRPC::979::vds::(wrappe=
r) client [192.168.10.110]::call getCapabilities with () {}=0A=
Thread-14::DEBUG::2013-09-04 20:37:32,562::utils::486::root::(execCmd) '/sb=
in/ip route show to 0.0.0.0/0 table all' (cwd None)=0A=
Thread-14::DEBUG::2013-09-04 20:37:32,573::utils::505::root::(execCmd) SUCC=
ESS: <err> =3D ''; <rc> =3D 0=0A=
Thread-14::ERROR::2013-09-04 20:37:32,577::netinfo::239::root::(speed) cann=
ot read ib0 speed=0A=
Traceback (most recent call last):=0A=
File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 235, in s=
peed=0A=
s =3D int(file('/sys/class/net/%s/speed' % dev).read())=0A=
IOError: [Errno 22] Invalid argument=0A=
Thread-14::DEBUG::2013-09-04 20:37:32,611::BindingXMLRPC::986::vds::(wrappe=
r) return getCapabilities with {'status': {'message': 'Done',
'code': 0}, '=
info': {'HBAInventory': {'iSCSI': [{'InitiatorName':
'iqn.1994-05.com.redha=
t:df62bd8ee7d8'}], 'FC': []}, 'packages2': {'kernel':
{'release': '200.fc19=
.x86_64', 'buildtime': 1377795945.0, 'version': '3.10.10'},
'spice-server':=
{'release': '1.fc19', 'buildtime': 1375454091L,
'version': '0.12.4'}, 'vds=
m': {'release': '1.fc19', 'buildtime': 1377639886L,
'version': '4.12.1'}, '=
qemu-kvm': {'release': '7.fc19', 'buildtime': 1376836471L,
'version': '1.4.=
2'}, 'libvirt': {'release': '1.fc19', 'buildtime':
1375400611L, 'version': =
'1.0.5.5'}, 'qemu-img': {'release': '7.fc19',
'buildtime': 1376836471L, 've=
rsion': '1.4.2'}, 'mom': {'release': '3.fc19',
'buildtime': 1375215820L, 'v=
ersion': '0.3.2'}}, 'cpuModel': 'Intel(R) Core(TM) i7 CPU
920 @ 2.=
67GHz', 'hooks': {}, 'cpuSockets': '1', 'vmTypes':
['kvm'], 'supportedProto=
cols': ['2.2', '2.3'], 'networks': {}, 'bridges': {},
'uuid': '49434D53-020=
0-48D7-3000-D7483000C49E', 'lastClientIface': 'p49p1', 'nics':
{'ib0': {'ne=
tmask': '255.255.255.0', 'addr': '10.10.30.1',
'hwaddr': '80:00:00:48:fe:80=
:00:00:00:00:00:00:00:23:7d:ff:ff:94:d3:fd', 'cfg': {'NETWORK':
'10.10.30.0=
', 'IPADDR': '10.10.30.1', 'BROADCAST':
'10.10.30.255', 'NETMASK': '255.255=
.255.0', 'BOOTPROTO': 'static', 'DEVICE': 'ib0',
'TYPE': 'Infiniband', 'ONB=
OOT': 'yes'}, 'ipv6addrs': [], 'speed': 0, 'mtu':
'2044'}, 'ib1': {'netmask=
': '', 'addr': '', 'hwaddr':
'80:00:00:49:fe:80:00:00:00:00:00:00:00:23:7d:=
ff:ff:94:d3:fe', 'cfg': {}, 'ipv6addrs': [], 'speed': 0,
'mtu': '4092'}, 'p=
50p1': {'netmask': '', 'addr': '', 'hwaddr':
'00:30:48:d7:9e:c5', 'cfg': {}=
, 'ipv6addrs': [], 'speed': 0, 'mtu': '1500'},
'p49p1': {'netmask': '255.25=
5.255.0', 'addr': '192.168.10.51', 'hwaddr':
'00:30:48:d7:9e:c4', 'cfg': {}=
, 'ipv6addrs': [], 'speed': 1000, 'mtu': '1500'}},
'software_revision': '1'=
, 'clusterLevels': ['3.0', '3.1', '3.2', '3.3'],
'cpuFlags': u'fpu,vme,de,p=
se,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acp=
i,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,rdtscp,lm,constant_tsc,arch_per=
fmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,pni,dtes64,mon=
itor,ds_cpl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,sse4_1,sse4_2,popcnt,lahf_lm,i=
da,dtherm,tpr_shadow,vnmi,flexpriority,ept,vpid,model_Nehalem,model_Conroe,=
model_coreduo,model_core2duo,model_Penryn,model_n270', 'ISCSIInitiatorName'=
: 'iqn.1994-05.com.redhat:df62bd8ee7d8', 'netConfigDirty':
'False', 'suppor=
tedENGINEs': ['3.0', '3.1', '3.2', '3.3'],
'reservedMem': '321', 'bondings'=
: {'bond0': {'netmask': '', 'addr': '',
'slaves': [], 'hwaddr': 'e6:a8:3e:2=
0:57:b0', 'cfg': {}, 'ipv6addrs': [], 'mtu': '1500'}},
'software_version': =
'4.12', 'memSize': '24104', 'cpuSpeed':
'2668.000', 'version_name': 'Snow M=
an', 'vlans': {}, 'cpuCores': '4', 'kvmEnabled':
'true', 'guestOverhead': '=
65', 'management_ip': '0.0.0.0', 'cpuThreads': '8',
'emulatedMachines': [u'=
pc', u'q35', u'isapc', u'pc-0.10', u'pc-0.11',
u'pc-0.12', u'pc-0.13', u'pc=
-0.14', u'pc-0.15', u'pc-1.0', u'pc-1.1', u'pc-1.2',
u'pc-1.3', u'none'], '=
operatingSystem': {'release': '3', 'version': '19',
'name': 'Fedora'}, 'las=
tClient': '192.168.10.110'}}=0A=
Thread-15::DEBUG::2013-09-04 20:37:32,640::BindingXMLRPC::979::vds::(wrappe=
r) client [192.168.10.110]::call ping with () {}=0A=
Thread-15::DEBUG::2013-09-04 20:37:32,640::BindingXMLRPC::986::vds::(wrappe=
r) return ping with {'status': {'message': 'Done', 'code':
0}}=0A=
Thread-16::DEBUG::2013-09-04 20:37:32,642::BindingXMLRPC::979::vds::(wrappe=
r) client [192.168.10.110]::call setupNetworks with ({'ovirtmgmt': {'nic':
=
'p49p1', 'STP': 'no', 'bridged': 'true'}}, {},
{'connectivityCheck': 'true'=
, 'connectivityTimeout': 120}) {}=0A=
storageRefresh::DEBUG::2013-09-04 20:37:34,278::multipath::111::Storage.Mis=
c.excCmd::(rescan) '/usr/bin/sudo -n /sbin/multipath' (cwd None)=0A=
storageRefresh::DEBUG::2013-09-04 20:37:34,315::multipath::111::Storage.Mis=
c.excCmd::(rescan) SUCCESS: <err> =3D ''; <rc> =3D 0=0A=
storageRefresh::DEBUG::2013-09-04 20:37:34,315::lvm::483::OperationMutex::(=
_invalidateAllPvs) Operation 'lvm invalidate operation' got the operation m=
utex=0A=
storageRefresh::DEBUG::2013-09-04 20:37:34,315::lvm::485::OperationMutex::(=
_invalidateAllPvs) Operation 'lvm invalidate operation' released the operat=
ion mutex=0A=
storageRefresh::DEBUG::2013-09-04 20:37:34,315::lvm::494::OperationMutex::(=
_invalidateAllVgs) Operation 'lvm invalidate operation' got the operation m=
utex=0A=
storageRefresh::DEBUG::2013-09-04 20:37:34,316::lvm::496::OperationMutex::(=
_invalidateAllVgs) Operation 'lvm invalidate operation' released the operat=
ion mutex=0A=
storageRefresh::DEBUG::2013-09-04 20:37:34,316::lvm::514::OperationMutex::(=
_invalidateAllLvs) Operation 'lvm invalidate operation' got the operation m=
utex=0A=
storageRefresh::DEBUG::2013-09-04 20:37:34,316::lvm::516::OperationMutex::(=
_invalidateAllLvs) Operation 'lvm invalidate operation' released the operat=
ion mutex=0A=
storageRefresh::DEBUG::2013-09-04 20:37:34,316::misc::817::SamplingMethod::=
(__call__) Returning last result=0A=
storageRefresh::WARNING::2013-09-04 20:37:34,316::fileUtils::167::Storage.f=
ileUtils::(createdir) Dir /rhev/data-center/hsm-tasks already exists=0A=
Thread-16::ERROR::2013-09-04 20:39:36,278::API::1261::vds::(setupNetworks) =
connectivity check failed=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/API.py", line 1259, in setupNetworks=0A=
supervdsm.getProxy().setupNetworks(networks, bondings, options)=0A=
File "/usr/share/vdsm/supervdsm.py", line 50, in __call__=0A=
return callMethod()=0A=
File "/usr/share/vdsm/supervdsm.py", line 48, in <lambda>=0A=
**kwargs)=0A=
File "<string>", line 2, in setupNetworks=0A=
File "/usr/lib64/python2.7/multiprocessing/managers.py", line 773, in _ca=
llmethod=0A=
raise convert_to_error(kind, result)=0A=
ConfigNetworkError: (10, 'connectivity check failed')=0A=
Thread-16::DEBUG::2013-09-04 20:39:36,280::BindingXMLRPC::986::vds::(wrappe=
r) return setupNetworks with {'status': {'message': 'connectivity
check fai=
led', 'code': 10}}=0A=
=0A=
------=_NextPartTM-000-f7989a6b-9542-42c9-bd64-42345bb9b36c
Content-Type: text/plain;
name="InterScan_Disclaimer.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="InterScan_Disclaimer.txt"
****************************************************************************
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
****************************************************************************
------=_NextPartTM-000-f7989a6b-9542-42c9-bd64-42345bb9b36c--