Users
Threads by month
- ----- 2026 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- 19185 discussions
Hi,
I am trying to use latest stable node iso
(ovirt-node-iso-3.0.0-5.0.1.fc18.iso) with oVirt 3.2.1, but it fails
when installing from web gui. believe, that the problem is missing
/usr/share/vdsm/addNetwork on node. Is there any way to use node version
3 with oVirt?
Here is the log:
2013-07-17 09:10:06 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge
bridge._rhel_getInterfaceConfigParameters:479 parameters of em3:
['GATEWAY=192.168.3.1', 'IPADDR=192.168.3.207', 'NETMASK=255.255.255.0',
'ONBOOT=yes', 'PEERDNS=no', 'PEERNTP=yes']
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
systemd.exists:85 check if service firewalld exists
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
plugin.executeRaw:347 execute: ('/bin/systemctl', 'show', '-p',
'LoadState', 'firewalld.service'), executable='None', cwd='None', env=None
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
plugin.executeRaw:364 execute-result: ('/bin/systemctl', 'show', '-p',
'LoadState', 'firewalld.service'), rc=0
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
plugin.execute:412 execute-output: ('/bin/systemctl', 'show', '-p',
'LoadState', 'firewalld.service') stdout:
LoadState=loaded
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
plugin.execute:417 execute-output: ('/bin/systemctl', 'show', '-p',
'LoadState', 'firewalld.service') stderr:
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
systemd.state:131 starting service firewalld
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
plugin.executeRaw:347 execute: ('/bin/systemctl', 'stop',
'firewalld.service'), executable='None', cwd='None', env=None
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
plugin.executeRaw:364 execute-result: ('/bin/systemctl', 'stop',
'firewalld.service'), rc=0
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
plugin.execute:412 execute-output: ('/bin/systemctl', 'stop',
'firewalld.service') stdout:
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
plugin.execute:417 execute-output: ('/bin/systemctl', 'stop',
'firewalld.service') stderr:
2013-07-17 09:10:06 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge
plugin.executeRaw:347 execute: ['/usr/share/vdsm/addNetwork',
'ovirtmgmt', '', '', u'em3', 'GATEWAY=192.168.3.1',
'IPADDR=192.168.3.207', 'NETMASK=255.255.255.0', 'ONBOOT=yes',
'PEERDNS=no', 'PEERNTP=yes', 'blockingdhcp=true'], executable='None',
cwd='None', env=None
2013-07-17 09:10:06 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge
plugin.executeRaw:370 execute-result: ['/usr/share/vdsm/addNetwork',
'ovirtmgmt', '', '', u'em3', 'GATEWAY=192.168.3.1',
'IPADDR=192.168.3.207', 'NETMASK=255.255.255.0', 'ONBOOT=yes',
'PEERDNS=no', 'PEERNTP=yes', 'blockingdhcp=true'], exception
Traceback (most recent call last):
File "/tmp/ovirt-rPK0bnkLRQ/pythonlib/otopi/plugin.py", line 357, in
executeRaw
env=env,
File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__
File "/usr/lib64/python2.7/subprocess.py", line 1249, in _execute_child
OSError: [Errno 2] No such file or directory
2013-07-17 09:10:06 DEBUG otopi.context context._executeMethod:130
method exception
Traceback (most recent call last):
File "/tmp/ovirt-rPK0bnkLRQ/pythonlib/otopi/context.py", line 120, in
_executeMethod
method['method']()
File
"/tmp/ovirt-rPK0bnkLRQ/otopi-plugins/ovirt-host-deploy/vdsm/bridge.py",
line 770, in _misc
parameters=parameters,
File
"/tmp/ovirt-rPK0bnkLRQ/otopi-plugins/ovirt-host-deploy/vdsm/bridge.py",
line 544, in _createBridge
parameters
File "/tmp/ovirt-rPK0bnkLRQ/pythonlib/otopi/plugin.py", line 404, in
execute
**kwargs
File "/tmp/ovirt-rPK0bnkLRQ/pythonlib/otopi/plugin.py", line 357, in
executeRaw
env=env,
File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__
File "/usr/lib64/python2.7/subprocess.py", line 1249, in _execute_child
OSError: [Errno 2] No such file or directory
2013-07-17 09:10:06 ERROR otopi.context context._executeMethod:139
Failed to execute stage 'Misc configuration': [Errno 2] No such file or
directory
2013-07-17 09:10:06 DEBUG otopi.transaction transaction.abort:131
aborting 'Yum Transaction'
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.packagers.yumpackager
miniyumlocal.verbose:49 Yum Performing rollback
2013-07-17 09:10:06 DEBUG otopi.transaction transaction.abort:131
aborting 'File transaction for '/etc/vdsm/vdsm.conf''
2013-07-17 09:10:06 DEBUG otopi.transaction transaction.abort:131
aborting 'File transaction for '/root/.ssh/authorized_keys''
2013-07-17 09:10:06 DEBUG otopi.transaction transaction.abort:131
aborting 'File transaction for '/etc/udev/rules.d/12-ovirt-iosched.rules''
2013-07-17 09:10:06 DEBUG otopi.transaction transaction.abort:131
aborting 'File transaction for '/etc/vdsm/vdsm.id''
2013-07-17 09:10:06 DEBUG otopi.context context.dumpEnvironment:418
ENVIRONMENT DUMP - BEGIN
2013-07-17 09:10:06 DEBUG otopi.context context.dumpEnvironment:428 ENV
BASE/error=bool:'True'
2013-07-17 09:10:06 DEBUG otopi.context context.dumpEnvironment:430
ENVIRONMENT DUMP - END
2013-07-17 09:10:06 INFO otopi.context context.runSequence:359 Stage:
Pre-termination
2013-07-17 09:10:06 DEBUG otopi.context context.runSequence:363 STAGE
pre-terminate
2013-07-17 09:10:06 DEBUG otopi.context context._executeMethod:116 Stage
pre-terminate METHOD otopi.plugins.otopi.dialog.cli.Plugin._pre_terminate
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ###
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ### Processing ended, use
'quit' to quit
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ### COMMAND>
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:RECEIVE env-get -k BASE/error
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ***D:VALUE BASE/error=bool:True
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ###
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ### Processing ended, use
'quit' to quit
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ### COMMAND>
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:RECEIVE env-get -k BASE/aborted
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ***D:VALUE BASE/aborted=bool:False
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ###
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ### Processing ended, use
'quit' to quit
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ### COMMAND>
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:RECEIVE env-get -k
ODEPLOY/installIncomplete
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ***D:VALUE
ODEPLOY/installIncomplete=bool:False
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ###
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ### Processing ended, use
'quit' to quit
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ### COMMAND>
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:RECEIVE noop
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ###
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ### Processing ended, use
'quit' to quit
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ### COMMAND>
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:RECEIVE env-get -k SYSTEM/reboot
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ***D:VALUE SYSTEM/reboot=bool:False
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ***Q:STRING TERMINATION_COMMAND
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ###
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ### Processing ended, use
'quit' to quit
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:SEND ### COMMAND>
2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
dialog.__logString:215 DIALOG:RECEIVE log
3
2
*
*
Hi,
Many posts on the net suggest that if you want to install oVirt on a single
machine and you don't have (or don't want to setup) a DNS server, you can
stick your host name in /etc/hosts with the IP of the server and be done
with this issue.
Unfortunately, this trick won't work any more as the engine-setup script
uses nslookup and nslookup ignores anything in /etc/hosts
So right now I have a Fedora 19 and I cannot even install oVirt latest.
Any help?
There is a bug I opened about this:
https://bugzilla.redhat.com/show_bug.cgi?id=985168
Thanks,
Hetz
4
6
Hello Members,
Please help me to solve out the promiscuos mode problem.
In ovirt 3.2 I am not able to send the traffic from nested vm to physical
machine.
please suggest me what can i do in this matter.
--
3
5
---777885668-1786846195-1373683976=:19033
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Hi,=0A=0AI just reinstalled oVirt 3.2 on Fedora Core 18 (FC 18) for the sec=
ond time to try to get it working.=0A=0AI'm working through the all-in-one =
installation and followed the tutorials/guides=0A=0AHere:=0Ahttp://blog.jeb=
pages.com/archives/up-and-running-with-ovirt-3-1-edition/=0A=0Ahttp://www.h=
acktheory.org/index.php/projects/projects-by-eureka/ovirt-32-setup-all-requ=
ired-bug-fixes/=0A=0A=0AI got as far as having my host up and running but n=
o storage attached.=0A=0AI right clicked on the host, placed it in maintena=
nce mode and clicked on "Configure Local Storage"=0A=0AI have a RAID 5 arra=
y set up called /ovirt with the following folder structure:=0A=0Adrwxrwxr-x=
. =A0 6 vdsm kvm =A0 4096 Jul 11 01:02 ovirt=0A=0A=0A[root@testsystem ovirt=
-engine]# ll /ovirt/=0Atotal 28=0Adrwxr-xr-x. 2 vdsm kvm =A04096 Jul 11 01:=
02 export=0Adrwxr-xr-x. 3 vdsm kvm =A04096 Jul 12 20:44 iso=0Adrwxr-xr-x. 2=
vdsm kvm 16384 Jul 11 01:00 lost+found=0Adrwxrwxr-x. 3 vdsm kvm =A04096 Ju=
l 12 21:05 vms=0A=0A(Note, permissions were initially 755 on the directorie=
s but this was changed in troubleshooting, it didn't matter, neither did se=
tenforce 0 for selinux)=0A=0AWhenever I try to add storage I'm getting the =
following error in the web interface:=0AError while executing action New Lo=
cal Storage Domain: Error creating a storage domain=0A=0A=0AThe entries in =
the engine.log file are as follows with error entries located staring at th=
e roughly middle of this list:=0A2013-07-12 21:05:04,698 INFO =A0[org.ovirt=
.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]=
(ajp--127.0.0.1-8702-9) [_WEBADMIN_18385282_Configure_Local_Storage] START=
, ValidateStorageServerConnectionVDSCommand(HostName =3D local_host, HostId=
=3D 40908ebe-e98f-45e1-8d3a-9b97de63fe1d, storagePoolId =3D 00000000-0000-=
0000-0000-000000000000, storageType =3D LOCALFS, connectionList =3D [{ id: =
null, connection: /ovirt/vms, iqn: null, vfsType: null, mountOptions: null,=
nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 5e895c32=
=0A2013-07-12 21:05:04,703 INFO =A0[org.ovirt.engine.core.vdsbroker.vdsbrok=
er.ValidateStorageServerConnectionVDSCommand] (ajp--127.0.0.1-8702-9) [_WEB=
ADMIN_18385282_Configure_Local_Storage] FINISH, ValidateStorageServerConnec=
tionVDSCommand, return: {00000000-0000-0000-0000-000000000000=3D0}, log id:=
5e895c32=0A2013-07-12 21:05:04,717 INFO =A0[org.ovirt.engine.core.bll.stor=
age.AddStorageServerConnectionCommand] (ajp--127.0.0.1-8702-9) [_WEBADMIN_1=
8385282_Configure_Local_Storage] Running command: AddStorageServerConnectio=
nCommand internal: false. Entities affected : =A0ID: aaa00000-0000-0000-000=
0-123456789aaa Type: System=0A2013-07-12 21:05:04,720 INFO =A0[org.ovirt.en=
gine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] (ajp--127.0.0=
.1-8702-9) [_WEBADMIN_18385282_Configure_Local_Storage] START, ConnectStora=
geServerVDSCommand(HostName =3D local_host, HostId =3D 40908ebe-e98f-45e1-8=
d3a-9b97de63fe1d, storagePoolId =3D 00000000-0000-0000-0000-000000000000, s=
torageType =3D LOCALFS, connectionList =3D [{ id: 03b51a50-308e-45d8-aa25-f=
d7689e7915b, connection: /ovirt/vms, iqn: null, vfsType: null, mountOptions=
: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 25=
d85ac2=0A2013-07-12 21:05:04,728 INFO =A0[org.ovirt.engine.core.vdsbroker.v=
dsbroker.ConnectStorageServerVDSCommand] (ajp--127.0.0.1-8702-9) [_WEBADMIN=
_18385282_Configure_Local_Storage] FINISH, ConnectStorageServerVDSCommand, =
return: {03b51a50-308e-45d8-aa25-fd7689e7915b=3D0}, log id: 25d85ac2=0A2013=
-07-12 21:05:04,801 INFO =A0[org.ovirt.engine.core.bll.storage.AddLocalStor=
ageDomainCommand] (ajp--127.0.0.1-8702-9) [_WEBADMIN_18385282_Configure_Loc=
al_Storage] Running command: AddLocalStorageDomainCommand internal: false. =
Entities affected : =A0ID: aaa00000-0000-0000-0000-123456789aaa Type: Syste=
m=0A2013-07-12 21:05:04,811 INFO =A0[org.ovirt.engine.core.vdsbroker.vdsbro=
ker.CreateStorageDomainVDSCommand] (ajp--127.0.0.1-8702-9) [_WEBADMIN_18385=
282_Configure_Local_Storage] START, CreateStorageDomainVDSCommand(HostName =
=3D local_host, HostId =3D 40908ebe-e98f-45e1-8d3a-9b97de63fe1d, storageDom=
ain=3Dorg.ovirt.engine.core.common.businessentities.StorageDomainStatic@ef4=
57796, args=3D/ovirt/vms), log id: 6ac8814c=0A2013-07-12 21:05:06,970 ERROR=
[org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (ajp--127.0.=
0.1-8702-9) [_WEBADMIN_18385282_Configure_Local_Storage] Failed in CreateSt=
orageDomainVDS method=0A2013-07-12 21:05:06,970 ERROR [org.ovirt.engine.cor=
e.vdsbroker.vdsbroker.BrokerCommandBase] (ajp--127.0.0.1-8702-9) [_WEBADMIN=
_18385282_Configure_Local_Storage] Error code StorageDomainCreationError an=
d error message VDSGenericException: VDSErrorException: Failed to CreateSto=
rageDomainVDS, error =3D Error creating a storage domain: ('storageType=3D4=
, sdUUID=3D22d74657-da7e-4b2c-b54d-0d3d54aa6c62, domainName=3Dlocal_host-Lo=
cal, domClass=3D1, typeSpecificArg=3D/ovirt/vms domVersion=3D0',)=0A2013-07=
-12 21:05:06,971 INFO =A0[org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerC=
ommandBase] (ajp--127.0.0.1-8702-9) [_WEBADMIN_18385282_Configure_Local_Sto=
rage] Command org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomain=
VDSCommand return value=0A=A0StatusOnlyReturnForXmlRpc [mStatus=3DStatusFor=
XmlRpc [mCode=3D351, mMessage=3DError creating a storage domain: ('storageT=
ype=3D4, sdUUID=3D22d74657-da7e-4b2c-b54d-0d3d54aa6c62, domainName=3Dlocal_=
host-Local, domClass=3D1, typeSpecificArg=3D/ovirt/vms domVersion=3D0',)]]=
=0A2013-07-12 21:05:06,971 INFO =A0[org.ovirt.engine.core.vdsbroker.vdsbrok=
er.BrokerCommandBase] (ajp--127.0.0.1-8702-9) [_WEBADMIN_18385282_Configure=
_Local_Storage] HostName =3D local_host=0A2013-07-12 21:05:06,972 ERROR [or=
g.ovirt.engine.core.vdsbroker.VDSCommandBase] (ajp--127.0.0.1-8702-9) [_WEB=
ADMIN_18385282_Configure_Local_Storage] Command CreateStorageDomainVDS exec=
ution failed. Exception: VDSErrorException: VDSGenericException: VDSErrorEx=
ception: Failed to CreateStorageDomainVDS, error =3D Error creating a stora=
ge domain: ('storageType=3D4, sdUUID=3D22d74657-da7e-4b2c-b54d-0d3d54aa6c62=
, domainName=3Dlocal_host-Local, domClass=3D1, typeSpecificArg=3D/ovirt/vms=
domVersion=3D0',)=0A2013-07-12 21:05:06,972 INFO =A0[org.ovirt.engine.core=
.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand] (ajp--127.0.0.1-8702-9)=
[_WEBADMIN_18385282_Configure_Local_Storage] FINISH, CreateStorageDomainVD=
SCommand, log id: 6ac8814c=0A2013-07-12 21:05:06,973 ERROR [org.ovirt.engin=
e.core.bll.storage.AddLocalStorageDomainCommand] (ajp--127.0.0.1-8702-9) [_=
WEBADMIN_18385282_Configure_Local_Storage] Command org.ovirt.engine.core.bl=
l.storage.AddLocalStorageDomainCommand throw Vdc Bll exception. With error =
message VdcBLLException: org.ovirt.engine.core.vdsbroker.vdsbroker.VDSError=
Exception: VDSGenericException: VDSErrorException: Failed to CreateStorageD=
omainVDS, error =3D Error creating a storage domain: ('storageType=3D4, sdU=
UID=3D22d74657-da7e-4b2c-b54d-0d3d54aa6c62, domainName=3Dlocal_host-Local, =
domClass=3D1, typeSpecificArg=3D/ovirt/vms domVersion=3D0',)=0A=0A=0ACan an=
yone help with determining what I'm doing wrong, why this error is happenin=
g, and/or how I can fix it? =A0I've looked all across Google and as stated,=
this is my second attempt to install after a second fresh load.=0A=0AAny h=
elp will be greatly appreciated since I've been fighting with this on and o=
ff for over a month now.=0A=0AThanks!
---777885668-1786846195-1373683976=:19033
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
<html><body><div style=3D"color:#000; background-color:#fff; font-family:ti=
mes new roman, new york, times, serif;font-size:12pt"><div style=3D"font-fa=
mily: 'times new roman', 'new york', times, serif; font-size: 12pt;">Hi,</d=
iv><div style=3D"font-family: 'times new roman', 'new york', times, serif; =
font-size: 12pt;"><br></div><div style=3D"font-family: 'times new roman', '=
new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-c=
olor: transparent; font-style: normal;">I just reinstalled oVirt 3.2 on Fed=
ora Core 18 (FC 18) for the second time to try to get it working.</div><div=
style=3D"font-family: 'times new roman', 'new york', times, serif; font-si=
ze: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: n=
ormal;"><br></div><div style=3D"font-family: 'times new roman', 'new york',=
times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: tran=
sparent; font-style: normal;">I'm working through the all-in-one installati=
on
and followed the tutorials/guides</div><div style=3D"font-family: 'times n=
ew roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); =
background-color: transparent; font-style: normal;"><br></div><div style=3D=
"font-family: 'times new roman', 'new york', times, serif; font-size: 16px;=
color: rgb(0, 0, 0); background-color: transparent; font-style: normal;">H=
ere:</div><div style=3D"font-family: 'times new roman', 'new york', times, =
serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent;=
font-style: normal;"><a href=3D"http://blog.jebpages.com/archives/up-and-r=
unning-with-ovirt-3-1-edition/">http://blog.jebpages.com/archives/up-and-ru=
nning-with-ovirt-3-1-edition/</a><br></div><div style=3D"font-family: 'time=
s new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0=
); background-color: transparent; font-style: normal;"><a
href=3D"http://www.hacktheory.org/index.php/projects/projects-by-eureka/ov=
irt-32-setup-all-required-bug-fixes/">http://www.hacktheory.org/index.php/p=
rojects/projects-by-eureka/ovirt-32-setup-all-required-bug-fixes/</a><br></=
div><div style=3D"font-family: 'times new roman', 'new york', times, serif;=
font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-=
style: normal;"><br></div><div style=3D"font-family: 'times new roman', 'ne=
w york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-col=
or: transparent; font-style: normal;">I got as far as having my host up and=
running but no storage attached.</div><div style=3D"font-family: 'times ne=
w roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); b=
ackground-color: transparent; font-style: normal;"><br></div><div style=3D"=
font-family: 'times new roman', 'new york', times, serif; font-size: 16px; =
color: rgb(0, 0, 0); background-color: transparent; font-style: normal;">I
right clicked on the host, placed it in maintenance mode and clicked on "C=
onfigure Local Storage"</div><div style=3D"font-family: 'times new roman', =
'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-=
color: transparent; font-style: normal;"><br></div><div style=3D"font-famil=
y: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb=
(0, 0, 0); background-color: transparent; font-style: normal;">I have a RAI=
D 5 array set up called /ovirt with the following folder structure:</div><d=
iv style=3D"font-family: 'times new roman', 'new york', times, serif; font-=
size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style:=
normal;"><br></div><div style=3D"font-family: 'times new roman', 'new york=
', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: tr=
ansparent; font-style: normal;"><span style=3D"background-color: transparen=
t;">drwxrwxr-x. 6 vdsm kvm 4096 Jul 11 01:02
ovirt</span><br></div><div style=3D"font-family: 'times new roman', 'new y=
ork', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color:=
transparent; font-style: normal;"><br></div><div style=3D"background-color=
: transparent;"><span style=3D"font-family: 'times new roman', 'new york', =
times, serif;">[root@testsystem ovirt-engine]# ll /ovirt/</span></div><div =
style=3D"background-color: transparent;"><span style=3D"font-family: 'times=
new roman', 'new york', times, serif;">total 28</span></div><div style=3D"=
background-color: transparent;"><span style=3D"font-family: 'times new roma=
n', 'new york', times, serif;">drwxr-xr-x. 2 vdsm kvm 4096 Jul 11 01:=
02 export</span></div><div style=3D"background-color: transparent;"><span s=
tyle=3D"font-family: 'times new roman', 'new york', times, serif;">drwxr-xr=
-x. 3 vdsm kvm 4096 Jul 12 20:44 iso</span></div><div style=3D"backgr=
ound-color: transparent;"><span style=3D"font-family: 'times new roman', 'n=
ew york',
times, serif;">drwxr-xr-x. 2 vdsm kvm 16384 Jul 11 01:00 lost+found</span>=
</div><div style=3D"background-color: transparent;"><span style=3D"font-fam=
ily: 'times new roman', 'new york', times, serif;">drwxrwxr-x. 3 vdsm kvm &=
nbsp;4096 Jul 12 21:05 vms</span></div><div style=3D"font-family: 'times ne=
w roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style=
=3D"font-family: 'times new roman', 'new york', times, serif; font-size: 12=
pt;">(Note, permissions were initially 755 on the directories but this was =
changed in troubleshooting, it didn't matter, neither did setenforce 0 for =
selinux)</div><div style=3D"font-family: 'times new roman', 'new york', tim=
es, serif; font-size: 12pt;"><br></div><div style=3D"font-family: 'times ne=
w roman', 'new york', times, serif; font-size: 12pt;">Whenever I try to add=
storage I'm getting the following error in the web interface:</div><div st=
yle=3D"font-family: 'times new roman', 'new york', times, serif; font-size:
12pt;"><span style=3D"font-family: 'Arial Unicode MS', Arial, sans-serif; =
font-size: 13px;">Error while executing action New Local Storage Domain: Er=
ror creating a storage domain</span><br></div><div style=3D"font-family: 't=
imes new roman', 'new york', times, serif; font-size: 12pt;"><br></div><div=
style=3D"font-family: 'times new roman', 'new york', times, serif; font-si=
ze: 12pt;">The entries in the engine.log file are as follows with error ent=
ries located staring at the roughly middle of this list:</div><div><div><sp=
an style=3D"font-family: 'times new roman', 'new york', times, serif;">2013=
-07-12 21:05:04,698 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.V=
alidateStorageServerConnectionVDSCommand] (ajp--127.0.0.1-8702-9) [_WEBADMI=
N_18385282_Configure_Local_Storage] START, ValidateStorageServerConnectionV=
DSCommand(HostName =3D local_host, HostId =3D 40908ebe-e98f-45e1-8d3a-9b97d=
e63fe1d, storagePoolId =3D 00000000-0000-0000-0000-000000000000, storageTyp=
e =3D
LOCALFS, connectionList =3D [{ id: null, connection: /ovirt/vms, iqn: null=
, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetrans: null, nf=
sTimeo: null };]), log id: 5e895c32</span></div><div><span style=3D"font-fa=
mily: 'times new roman', 'new york', times, serif;">2013-07-12 21:05:04,703=
INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServe=
rConnectionVDSCommand] (ajp--127.0.0.1-8702-9) [_WEBADMIN_18385282_Configur=
e_Local_Storage] FINISH, ValidateStorageServerConnectionVDSCommand, return:=
{00000000-0000-0000-0000-000000000000=3D0}, log id: 5e895c32</span></div><=
div><span style=3D"font-family: 'times new roman', 'new york', times, serif=
;">2013-07-12 21:05:04,717 INFO [org.ovirt.engine.core.bll.storage.Ad=
dStorageServerConnectionCommand] (ajp--127.0.0.1-8702-9) [_WEBADMIN_1838528=
2_Configure_Local_Storage] Running command: AddStorageServerConnectionComma=
nd internal: false. Entities affected : ID:
aaa00000-0000-0000-0000-123456789aaa Type: System</span></div><div><span s=
tyle=3D"font-family: 'times new roman', 'new york', times, serif;">2013-07-=
12 21:05:04,720 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.Conne=
ctStorageServerVDSCommand] (ajp--127.0.0.1-8702-9) [_WEBADMIN_18385282_Conf=
igure_Local_Storage] START, ConnectStorageServerVDSCommand(HostName =3D loc=
al_host, HostId =3D 40908ebe-e98f-45e1-8d3a-9b97de63fe1d, storagePoolId =3D=
00000000-0000-0000-0000-000000000000, storageType =3D LOCALFS, connectionL=
ist =3D [{ id: 03b51a50-308e-45d8-aa25-fd7689e7915b, connection: /ovirt/vms=
, iqn: null, vfsType: null, mountOptions: null, nfsVersion: null, nfsRetran=
s: null, nfsTimeo: null };]), log id: 25d85ac2</span></div><div><span style=
=3D"font-family: 'times new roman', 'new york', times, serif;">2013-07-12 2=
1:05:04,728 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectSt=
orageServerVDSCommand] (ajp--127.0.0.1-8702-9)
[_WEBADMIN_18385282_Configure_Local_Storage] FINISH, ConnectStorageServerV=
DSCommand, return: {03b51a50-308e-45d8-aa25-fd7689e7915b=3D0}, log id: 25d8=
5ac2</span></div><div><span style=3D"font-family: 'times new roman', 'new y=
ork', times, serif;">2013-07-12 21:05:04,801 INFO [org.ovirt.engine.c=
ore.bll.storage.AddLocalStorageDomainCommand] (ajp--127.0.0.1-8702-9) [_WEB=
ADMIN_18385282_Configure_Local_Storage] Running command: AddLocalStorageDom=
ainCommand internal: false. Entities affected : ID: aaa00000-0000-000=
0-0000-123456789aaa Type: System</span></div><div><span style=3D"font-famil=
y: 'times new roman', 'new york', times, serif;">2013-07-12 21:05:04,811 IN=
FO [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSC=
ommand] (ajp--127.0.0.1-8702-9) [_WEBADMIN_18385282_Configure_Local_Storage=
] START, CreateStorageDomainVDSCommand(HostName =3D local_host, HostId =3D =
40908ebe-e98f-45e1-8d3a-9b97de63fe1d,
storageDomain=3Dorg.ovirt.engine.core.common.businessentities.StorageDomai=
nStatic@ef457796, args=3D/ovirt/vms), log id: 6ac8814c</span></div><div><sp=
an style=3D"font-family: 'times new roman', 'new york', times, serif;">2013=
-07-12 21:05:06,970 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.Broker=
CommandBase] (ajp--127.0.0.1-8702-9) [_WEBADMIN_18385282_Configure_Local_St=
orage] Failed in CreateStorageDomainVDS method</span></div><div><span style=
=3D"font-family: 'times new roman', 'new york', times, serif;">2013-07-12 2=
1:05:06,970 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandB=
ase] (ajp--127.0.0.1-8702-9) [_WEBADMIN_18385282_Configure_Local_Storage] E=
rror code StorageDomainCreationError and error message VDSGenericException:=
VDSErrorException: Failed to CreateStorageDomainVDS, error =3D Error creat=
ing a storage domain: ('storageType=3D4, sdUUID=3D22d74657-da7e-4b2c-b54d-0=
d3d54aa6c62, domainName=3Dlocal_host-Local, domClass=3D1, typeSpecificArg=
=3D/ovirt/vms
domVersion=3D0',)</span></div><div><span style=3D"font-family: 'times new =
roman', 'new york', times, serif;">2013-07-12 21:05:06,971 INFO [org.=
ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (ajp--127.0.0.1-87=
02-9) [_WEBADMIN_18385282_Configure_Local_Storage] Command org.ovirt.engine=
.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand return value</span>=
</div><div><span style=3D"font-family: 'times new roman', 'new york', times=
, serif;"> StatusOnlyReturnForXmlRpc [mStatus=3DStatusForXmlRpc [mCode=
=3D351, mMessage=3DError creating a storage domain: ('storageType=3D4, sdUU=
ID=3D22d74657-da7e-4b2c-b54d-0d3d54aa6c62, domainName=3Dlocal_host-Local, d=
omClass=3D1, typeSpecificArg=3D/ovirt/vms domVersion=3D0',)]]</span></div><=
div><span style=3D"font-family: 'times new roman', 'new york', times, serif=
;">2013-07-12 21:05:06,971 INFO [org.ovirt.engine.core.vdsbroker.vdsb=
roker.BrokerCommandBase] (ajp--127.0.0.1-8702-9) [_WEBADMIN_18385282_Config=
ure_Local_Storage]
HostName =3D local_host</span></div><div><span style=3D"font-family: 'time=
s new roman', 'new york', times, serif;">2013-07-12 21:05:06,972 ERROR [org=
.ovirt.engine.core.vdsbroker.VDSCommandBase] (ajp--127.0.0.1-8702-9) [_WEBA=
DMIN_18385282_Configure_Local_Storage] Command CreateStorageDomainVDS execu=
tion failed. Exception: VDSErrorException: VDSGenericException: VDSErrorExc=
eption: Failed to CreateStorageDomainVDS, error =3D Error creating a storag=
e domain: ('storageType=3D4, sdUUID=3D22d74657-da7e-4b2c-b54d-0d3d54aa6c62,=
domainName=3Dlocal_host-Local, domClass=3D1, typeSpecificArg=3D/ovirt/vms =
domVersion=3D0',)</span></div><div><span style=3D"font-family: 'times new r=
oman', 'new york', times, serif;">2013-07-12 21:05:06,972 INFO [org.o=
virt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand] (ajp--1=
27.0.0.1-8702-9) [_WEBADMIN_18385282_Configure_Local_Storage] FINISH, Creat=
eStorageDomainVDSCommand, log id: 6ac8814c</span></div><div><span style=3D"=
font-family:
'times new roman', 'new york', times, serif;">2013-07-12 21:05:06,973 ERRO=
R [org.ovirt.engine.core.bll.storage.AddLocalStorageDomainCommand] (ajp--12=
7.0.0.1-8702-9) [_WEBADMIN_18385282_Configure_Local_Storage] Command org.ov=
irt.engine.core.bll.storage.AddLocalStorageDomainCommand throw Vdc Bll exce=
ption. With error message VdcBLLException: org.ovirt.engine.core.vdsbroker.=
vdsbroker.VDSErrorException: VDSGenericException: VDSErrorException: Failed=
to CreateStorageDomainVDS, error =3D Error creating a storage domain: ('st=
orageType=3D4, sdUUID=3D22d74657-da7e-4b2c-b54d-0d3d54aa6c62, domainName=3D=
local_host-Local, domClass=3D1, typeSpecificArg=3D/ovirt/vms domVersion=3D0=
',)</span></div><div style=3D"font-family: 'times new roman', 'new york', t=
imes, serif; font-size: 12pt;"><br></div></div><div style=3D"font-family: '=
times new roman', 'new york', times, serif; font-size: 12pt;"><br></div><di=
v style=3D"font-family: 'times new roman', 'new york', times, serif; font-s=
ize:
12pt;">Can anyone help with determining what I'm doing wrong, why this err=
or is happening, and/or how I can fix it? I've looked all across Goog=
le and as stated, this is my second attempt to install after a second fresh=
load.</div><div style=3D"font-family: 'times new roman', 'new york', times=
, serif; font-size: 12pt;"><br></div><div style=3D"font-family: 'times new =
roman', 'new york', times, serif; font-size: 12pt;">Any help will be greatl=
y appreciated since I've been fighting with this on and off for over a mont=
h now.</div><div style=3D"font-family: 'times new roman', 'new york', times=
, serif; font-size: 12pt;"><br></div><div style=3D"font-family: 'times new =
roman', 'new york', times, serif; font-size: 12pt;">Thanks!</div></div></bo=
dy></html>
---777885668-1786846195-1373683976=:19033--
3
3
I currently have an issue where when we migrate more than one VM from the
host that is the SPM to another host it will cause connectivity to the SPM
Host to fail which the ovirt engine then sees the host being down. It then
reboots the SPM Host and stops all of the VM's running on there.
Our setup
Nodes: Fedora 18
em1: ovirtmgmt (mgmt, storage and migrations)
em2: VM network trunks
Engine: Fedora 17 (will be upgrading that to fedora 18 shortly)
Both NICS are 1 GB. The storage is NFS which is on the same VLAN and
subnet as the hosts. The ovirt-engine is on a standalone server but is NOT
on the same vlan/subnet yet.
Is this normal behavior for the SPM to have issue when migrating hosts to
and from it? I don't have any further network interfaces to add to the
hosts at this time (we are planning on adding a 2x 10GB card to each node
in the future but we don't have that option at this time). Is there anyway
to limit the number of active migrations and have the migrations be a lower
priority traffic than others?
Thanks
Christian
--
---------------------------------------------------------------
This email, along with any attachments, is confidential. If you
believe you received this message in error, please contact the
sender immediately and delete all copies of the message.
Thank you.
4
4
[Users] attaching glusterfs storage domain --> method "glusterServicesGet" is not supported
by Steve Dainard 16 Jul '13
by Steve Dainard 16 Jul '13
16 Jul '13
I'm using Ovirt nightly on Fedora 18 to determine if ovirt + gluster is
something that will work for my organization (or at least when RHEV is
released with this functionality). I'm attempting to use the nodes for both
virt and gluster storage.
I've successfully created gluster bricks on two hosts, ovirt001 & ovirt002,
and started volume vol1 through engine web ui. I've created a gluster
storage domain, but cannot attach to data center.
*Engine UI error:*
Failed to attach Storage Domains to Data Center Default. (User:
admin@internal)
*Engine /var/log/ovirt-engine/engine.log errors:*
2013-07-01 16:29:02,650 ERROR
[org.ovirt.engine.core.vdsbroker.gluster.GlusterServicesListVDSCommand]
(pool-6-thread-49) Command GlusterServicesListVDS execution failed.
Exception: VDSNetworkException: org.apache.xmlrpc.XmlRpcException: <type
'exceptions.Exception'>:method "glusterServicesGet" is not supported
****I've attached the much larger log file****
*Host /var/log/glusterfs/rhev-data-center-mnt-glusterSD-ovirt001\:vol1.log
when attaching:*
[2013-07-01 20:40:33.718871] I [afr-self-heal-data.c:655:afr_sh_data_fix]
0-vol1-replicate-0: no active sinks for performing self-heal on file
/b2076340-84de-45ff-9d4b-d0d48b935fca/dom_md/ids
[2013-07-01 20:40:33.721059] W [client-rpc-fops.c:873:client3_3_writev_cbk]
0-vol1-client-0: remote operation failed: Invalid argument
[2013-07-01 20:40:33.721104] W [client-rpc-fops.c:873:client3_3_writev_cbk]
0-vol1-client-1: remote operation failed: Invalid argument
[2013-07-01 20:40:33.721130] W [fuse-bridge.c:2127:fuse_writev_cbk]
0-glusterfs-fuse: 304: WRITE => -1 (Invalid argument)
*Engine repos:*
[root@ovirt-manager2 yum.repos.d]# ll
total 16
-rw-r--r--. 1 root root 1145 Dec 20 2012 fedora.repo
-rw-r--r--. 1 root root 1105 Dec 20 2012 fedora-updates.repo
-rw-r--r--. 1 root root 1163 Dec 20 2012 fedora-updates-testing.repo
-rw-r--r--. 1 root root 144 Jun 21 18:34 ovirt-nightly.repo
[root@ovirt-manager2 yum.repos.d]# cat *
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Eve…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$ba…
enabled=1
#metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Eve…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&ar…
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Eve…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&a…
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$bas…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasev…
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$bas…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$re…
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates-source]
name=Fedora $releasever - Updates Source
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPM…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$r…
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates-testing]
name=Fedora $releasever - $basearch - Test Updates
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/updates/testing/$release…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releaseve…
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates-testing-debuginfo]
name=Fedora $releasever - $basearch - Test Updates Debug
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/updates/testing/$release…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$rel…
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates-testing-source]
name=Fedora $releasever - Test Updates Source
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/updates/testing/$release…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$re…
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[ovirt-nightly]
name=ovirt-nightly
baseurl=http://resources.ovirt.org/releases/nightly/rpm/Fedora/18/
enabled=1
gpgcheck=0
priority=1
protect=1
*Engine RPM's:*
[root@ovirt-manager2 ~]# rpm -qa | grep ovirt
ovirt-engine-3.3.0-0.2.master.20130629172827.git2c327d2.fc18.noarch
ovirt-log-collector-3.3.0-0.0.master.20130630.git2f67014.fc18.noarch
ovirt-engine-dbscripts-3.3.0-0.2.master.20130629172827.git2c327d2.fc18.noarch
ovirt-engine-tools-3.3.0-0.2.master.20130629172827.git2c327d2.fc18.noarch
ovirt-iso-uploader-3.3.0-0.0.master.20130618.gitc1a21ca.fc18.noarch
ovirt-host-deploy-1.1.0-0.0.master.20130629.gitb3e95a5.fc18.noarch
ovirt-host-deploy-java-1.1.0-0.0.master.20130629.gitb3e95a5.fc18.noarch
ovirt-engine-userportal-3.3.0-0.2.master.20130629172827.git2c327d2.fc18.noarch
ovirt-engine-setup-3.3.0-0.2.master.20130629172827.git2c327d2.fc18.noarch
ovirt-image-uploader-3.3.0-0.0.master.20130619.git6ec3569.fc18.noarch
ovirt-engine-sdk-3.3.0.3-1.20130621.git2bbf0b8.fc18.noarch
ovirt-engine-backend-3.3.0-0.2.master.20130629172827.git2c327d2.fc18.noarch
ovirt-engine-restapi-3.3.0-0.2.master.20130629172827.git2c327d2.fc18.noarch
ovirt-engine-webadmin-portal-3.3.0-0.2.master.20130629172827.git2c327d2.fc18.noarch
*Host repos:*
[root@ovirt001 yum.repos.d]# ll
total 24
-rw-r--r--. 1 root root 1145 Dec 20 2012 fedora.repo
-rw-r--r--. 1 root root 1105 Dec 20 2012 fedora-updates.repo
-rw-r--r--. 1 root root 1163 Dec 20 2012 fedora-updates-testing.repo
-rw-r--r--. 1 root root 782 Jun 4 2012 fedora-virt-preview.repo
-rw-r--r--. 1 root root 880 Jun 28 13:19 glusterfs-beta4-fedora.repo
-rw-r--r--. 1 root root 145 Jul 1 13:13 ovirt-nightly.repo
[root@ovirt001 yum.repos.d]# cat *
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Eve…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$ba…
enabled=1
#metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Eve…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&ar…
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Eve…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&a…
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$bas…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasev…
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$bas…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$re…
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates-source]
name=Fedora $releasever - Updates Source
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPM…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$r…
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates-testing]
name=Fedora $releasever - $basearch - Test Updates
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/updates/testing/$release…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releaseve…
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates-testing-debuginfo]
name=Fedora $releasever - $basearch - Test Updates Debug
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/updates/testing/$release…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$rel…
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates-testing-source]
name=Fedora $releasever - Test Updates Source
failovermethod=priority
#baseurl=
http://download.fedoraproject.org/pub/fedora/linux/updates/testing/$release…
mirrorlist=
https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$re…
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
# Place this file in your /etc/yum.repos.d/ directory
[fedora-virt-preview]
name=Virtualization packages from Rawhide built for latest Fedora
baseurl=
http://fedorapeople.org/groups/virt/virt-preview/fedora-$releasever/$basear…
enabled=1
skip_if_unavailable=1
gpgcheck=0
[fedora-virt-preview-debuginfo]
name=Fedora $releasever - $basearch - Debug
name=Virtualization packages from Rawhide built for latest Fedora - Debug
baseurl=
http://fedorapeople.org/groups/virt/virt-preview/fedora-$releasever/debugin…
enabled=0
skip_if_unavailable=1
gpgcheck=0
[fedora-virt-preview-source]
name=Virtualization packages from Rawhide built for latest Fedora - Source
baseurl=
http://fedorapeople.org/groups/virt/virt-preview/fedora-$releasever/SRPMS
enabled=0
skip_if_unavailable=1
gpgcheck=0
# Place this file in your /etc/yum.repos.d/ directory
[glusterfs-beta4-fedora]
name=GlusterFS is a clustered file-system capable of scaling to several
petabytes.
baseurl=
http://download.gluster.org/pub/gluster/glusterfs/qa-releases/3.4.0beta4/Fe…
enabled=1
skip_if_unavailable=1
gpgcheck=0
[glusterfs-beta4-noarch-fedora]
name=GlusterFS is a clustered file-system capable of scaling to several
petabytes.
baseurl=
http://download.gluster.org/pub/gluster/glusterfs/qa-releases/3.4.0beta4/Fe…
enabled=1
skip_if_unavailable=1
gpgcheck=0
[glusterfs-beta4-source-fedora]
name=GlusterFS is a clustered file-system capable of scaling to several
petabytes. - Source
baseurl=
http://download.gluster.org/pub/gluster/glusterfs/qa-releases/3.4.0beta4/Fe…
enabled=0
skip_if_unavailable=1
gpgcheck=0
[ovirt-nightly]
name=ovirt-nightly
baseurl=http://resources.ovirt.org/releases/nightly/rpm/Fedora/18/
enabled=1
gpgcheck=0
priority=1
protect=1
*Host RPM's:*
[root@ovirt001 ~]# rpm -qa | grep gluster
glusterfs-rdma-3.4.0-0.8.beta4.fc18.x86_64
vdsm-gluster-4.11.0-60.git847f7c6.fc18.noarch
glusterfs-3.4.0-0.8.beta4.fc18.x86_64
glusterfs-fuse-3.4.0-0.8.beta4.fc18.x86_64
glusterfs-server-3.4.0-0.8.beta4.fc18.x86_64
[root@ovirt001 ~]# rpm -qa | grep vdsm
vdsm-cli-4.11.0-60.git847f7c6.fc18.noarch
vdsm-python-4.11.0-60.git847f7c6.fc18.x86_64
vdsm-xmlrpc-4.11.0-60.git847f7c6.fc18.noarch
vdsm-gluster-4.11.0-60.git847f7c6.fc18.noarch
vdsm-4.11.0-60.git847f7c6.fc18.x86_64
vdsm-python-cpopen-4.11.0-60.git847f7c6.fc18.x86_64
[root@ovirt001 ~]# rpm -qa | grep libvirt
libvirt-client-1.0.6-3.fc18.x86_64
libvirt-daemon-driver-lxc-1.0.6-3.fc18.x86_64
libvirt-daemon-driver-secret-1.0.6-3.fc18.x86_64
libvirt-daemon-config-nwfilter-1.0.6-3.fc18.x86_64
libvirt-daemon-driver-uml-1.0.6-3.fc18.x86_64
libvirt-python-1.0.6-3.fc18.x86_64
libvirt-lock-sanlock-1.0.6-3.fc18.x86_64
libvirt-daemon-driver-vbox-1.0.6-3.fc18.x86_64
libvirt-daemon-driver-xen-1.0.6-3.fc18.x86_64
libvirt-daemon-driver-network-1.0.6-3.fc18.x86_64
libvirt-daemon-driver-nwfilter-1.0.6-3.fc18.x86_64
libvirt-daemon-config-network-1.0.6-3.fc18.x86_64
libvirt-daemon-driver-interface-1.0.6-3.fc18.x86_64
libvirt-1.0.6-3.fc18.x86_64
libvirt-daemon-1.0.6-3.fc18.x86_64
libvirt-daemon-driver-qemu-1.0.6-3.fc18.x86_64
libvirt-daemon-driver-nodedev-1.0.6-3.fc18.x86_64
libvirt-daemon-driver-libxl-1.0.6-3.fc18.x86_64
libvirt-daemon-driver-storage-1.0.6-3.fc18.x86_64
Steve Dainard
Infrastructure Manager
Miovision Technologies Inc.
3
3
(some updates I collected from past weeks)
General:
- oVirt 3.3 feature freeze is upon us - a great version with many
features! looking forward for people joining the test day next week
- new mailing list for users in Português
http://lists.ovirt.org/mailman/listinfo/users-pt
Past Conferences:
- oVirt Shanghai (Intel) workshop videos published
http://software.intel.com/zh-cn/2013_Intel_oVirt_Workshop
- FISL14 oVirt was a success - thanks to all who helped!
http://dougsland.livejournal.com/122744.html
and (Português)
http://mr-marcelo-barbosa.tumblr.com/post/54945916221/fisl14-apresentando-o…
Upcoming conferences:
- Alterway, Wednesday 17th July - oVirt: principles and demo (french)
http://moonbar.org/reader/event_20130702_074742_813902
- August Pinguin (Israel) will have an intro to oVirt session
http://august.penguin.org.il/
- LinuxCon/CloudOpen NA will have an oVirt SLA session (more details to
come)
- LinuxCon/CloudOpen Europe, KVM Forum CFPs are open and oVirt
developer days in planning
Upcoming:
- Ubuntu and SUSE guest OSs will be added to oVirt
http://gerrit.ovirt.org/#/c/16680/
- Power PC engine patches arrived
http://alturl.com/fxpg5
Devel/integration:
- Gluster 3.4 was released (good timing for cleaning up the vdsm
dependnecy for oVirt 3.3)
- libgovirt 0.2.0 was released by Christophe Fergeau
http://lists.ovirt.org/pipermail/users/2013-July/015098.html
- Gianluca Cecchi reported oVirt works with samba (ad compatibility)
http://lists.ovirt.org/pipermail/users/2013-June/015030.html
- spice mime launcher for mac (OS X)
https://github.com/brianwcook/launchvv
- oVirt Python SDK review (Português)
http://www.ibm.com/developerworks/br/local/linux/ovirt_python_sdk/
Other:
- ZENOSS webinar on oVirt (rhev) monitoring
http://www.zenoss.com/in/wb_monitoring_red_hat_enterprise_virtualization.ht…
1
0
--_000_DC9ABD90CB55EC448B1F682D5731AF7407A769862DIAD2MBX17mex0_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
for all oVirt users who wants to run their nodes in balance-rr mode:
Go to "Network Interfaces"
--> "Setup Host Networks"
Edit the bond interface you want to change
--> "Bonding mode"--> "Custom:"
--> "Custom mode" --> mode=3D0 miimon=3D100 (depends on your scenario)
Make sure you did activate the checkbox "Save network configuration",
press OK.
Verify on node-console via cat /proc/net/bonding/bond[n]:
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
Bonding Mode: load balancing (round-robin)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
Slave Interface: em1
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: d4:ae:52:e8:26:a1
Slave queue ID: 0
Slave Interface: em2
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: d4:ae:52:e8:26:a2
Slave queue ID: 0
Slave Interface: em3
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: d4:ae:52:e8:26:a3
Slave queue ID: 0
Slave Interface: em4
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: d4:ae:52:e8:26:a4
Slave queue ID: 0
Very useful to power up network throughput for oVirt mgmt. network with sin=
gle 1GBit connections only.
Cheers,
Sven.
Sven Knohsalla | System Administration | Netbiscuits
Office +49 631 68036 433 | Fax +49 631 68036 111 |E-Mail s.knohsalla@netbi=
scuits.com<mailto:s.knohsalla@netbiscuits.com> | Skype: netbiscuits.admin
Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY
Von: Sven Knohsalla
Gesendet: Donnerstag, 20. Juni 2013 19:16
An: users(a)ovirt.org<mailto:users@ovirt.org>
Cc: Sven Knohsalla (s.knohsalla(a)netbiscuits.com<mailto:s.knohsalla@netbiscu=
its.com>)
Betreff: AW: ovirt 3.2.1 custom bonding options
Update:
I meant balance-rr (mode 0), typo.
Sven Knohsalla | System Administration | Netbiscuits
Office +49 631 68036 433 | Fax +49 631 68036 111 |E-Mail s.knohsalla@netbi=
scuits.com<mailto:s.knohsalla@netbiscuits.com> | Skype: netbiscuits.admin
Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY
Von: Sven Knohsalla
Gesendet: Donnerstag, 20. Juni 2013 19:14
An: users(a)ovirt.org<mailto:users@ovirt.org>
Cc: Sven Knohsalla
Betreff: ovirt 3.2.1 custom bonding options
Hi,
just have a tiny question, regarding bonding & custom mode:
If I want to run a bond in mode 2 with miimon=3D100,
how needs the custom text field look like:
BONDING_OPTS=3D"miimon=3D100 mode=3D0" ?
(would be equivalent to ifcfg config file)
Thanks in advance!
Cheers,
Sven.
Sven Knohsalla | System Administration
Office +49 631 68036 433 | Fax +49 631 68036 111 |E-Mail s.knohsalla@netbi=
scuits.com<mailto:s.knohsalla@netbiscuits.com> | Skype: netbiscuits.admin
Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY
[https://my.netbiscuits.com/image/image_gallery?uuid=3D3a1a9d19-c305-4032-8=
cef-00b03c3d4c79&groupId=3D10211&t=3D1361534926402]<http://www.netbiscuits.=
com/>
[https://my.netbiscuits.com/image/image_gallery?uuid=3D9e553e7b-3e7d-4784-=
b274-15aa1dfb48e2&groupId=3D10211&t=3D1361533377340] <https://www.netbiscui=
ts.com/news> [https://my.netbiscuits.com/image/image_gallery?uuid=3D1d1a5e=
29-ceda-4ab1-9353-67a1e838364d&groupId=3D10211&t=3D1347281040591] <https://=
twitter.com/netbiscuits> [https://my.netbiscuits.com/image/image_gallery?u=
uid=3Dc99bf866-be25-4236-a0ee-dca68ec828a5&groupId=3D10211&t=3D134728098384=
8] <http://www.linkedin.com/company/netbiscuits> [https://my.netbiscuits.c=
om/image/image_gallery?uuid=3Dd62ba951-14dc-450d-b5f1-be33884225e3&groupId=
=3D10211&t=3D1347280983872] <http://www.xing.com/companies/netbiscuitsgmbh>=
[https://my.netbiscuits.com/image/image_gallery?uuid=3D7b28f500-f415-40bb=
-851f-0cd55beeaf45&groupId=3D10211&t=3D1347280983791] <https://www.facebook=
.com/Netbiscuits> [https://my.netbiscuits.com/image/image_gallery?uuid=3Dc=
c8764d0-a5ac-4623-bb63-da3ca7c97f94&groupId=3D10211&t=3D1347280983836] <htt=
ps://plus.google.com/u/0/112410769451962733032> [https://my.netbiscuits.co=
m/image/image_gallery?uuid=3Da15e871c-a11b-419c-acca-da5a0ebd5856&groupId=
=3D10211&t=3D1347281040599] <http://www.youtube.com/user/netbiscuits>
Register Court: Local Court Kaiserslautern | Commercial Register ID: HR B 3=
604
Management Board: Guido Moggert, Michael Neidh=F6fer, Christian Reitz, Mart=
in S=FC=DF
This message and any files transmitted with it are confidential and intende=
d solely for the use of the individual or entity to whom they are addressed=
. It may also be privileged or otherwise protected by work product immunity=
or other legal rules. Please notify the sender immediately by e-mail if yo=
u have received this e-mail by mistake and delete this e-mail from your sys=
tem. If you are not the intended recipient you are notified that disclosing=
, copying, distributing or taking any action in reliance on the contents of=
this information is strictly prohibited.
Warning: Although Netbiscuits has taken reasonable precautions to ensure no=
viruses are present in this email, the company cannot accept responsibilit=
y for any loss or damage arising from the use of this email or attachments.
[http://www.netbiscuits.com/image/image_gallery?uuid=3D0ba7711a-a277-4ea0-a=
cb0-17fe13c3089d&groupId=3D10211&t=3D1348560850164]Please consider the envi=
ronment before printing
--_000_DC9ABD90CB55EC448B1F682D5731AF7407A769862DIAD2MBX17mex0_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><meta http-equiv=3DContent-Type content=
=3D"text/html; charset=3Diso-8859-1"><meta name=3DGenerator content=3D"Micr=
osoft Word 14 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#d=
efault#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Sprechblasentext Zchn";
margin:0cm;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";}
span.SprechblasentextZchn
{mso-style-name:"Sprechblasentext Zchn";
mso-style-priority:99;
mso-style-link:Sprechblasentext;
font-family:"Tahoma","sans-serif";}
span.E-MailFormatvorlage19
{mso-style-type:personal;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.E-MailFormatvorlage20
{mso-style-type:personal;
font-family:"Calibri","sans-serif";
color:#1F497D;}
span.E-MailFormatvorlage21
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DEN-US link=3Dblue vli=
nk=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span style=3D'c=
olor:#1F497D'>Hi,<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'=
color:#1F497D'><o:p> </o:p></span></p><p class=3DMsoNormal><span style=
=3D'color:#1F497D'>for all oVirt users who wants to run their nodes in bala=
nce-rr mode:<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'color=
:#1F497D'>Go to “Network Interfaces”<br>--> “Setup Hos=
t Networks”<br><br>Edit the bond interface you want to change<br>--&g=
t; “Bonding mode”--> “Custom:”<br>--> ”=
Custom mode” --> mode=3D0 miimon=3D100 (depends on your scenario)<=
o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'color:#1F497D'><br=
>Make sure you did activate the checkbox “Save network configuration&=
#8221;,<br>press OK.<br><br>Verify on node-console via cat /proc/net/bondin=
g/bond[n]:<br><br><o:p></o:p></span></p><p class=3DMsoNormal><i><span style=
=3D'font-size:9.0pt;color:#1F497D'>Ethernet Channel Bonding Driver: v3.7.1 =
(April 27, 2011)<o:p></o:p></span></i></p><p class=3DMsoNormal><i><span sty=
le=3D'font-size:9.0pt;color:#1F497D'><o:p> </o:p></span></i></p><p cla=
ss=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:#1F497D'>Bonding Mod=
e: load balancing (round-robin)<o:p></o:p></span></i></p><p class=3DMsoNorm=
al><i><span style=3D'font-size:9.0pt;color:#1F497D'>MII Status: up<o:p></o:=
p></span></i></p><p class=3DMsoNormal><i><span style=3D'font-size:9.0pt;col=
or:#1F497D'>MII Polling Interval (ms): 100<o:p></o:p></span></i></p><p clas=
s=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:#1F497D'>Up Delay (ms=
): 0<o:p></o:p></span></i></p><p class=3DMsoNormal><i><span style=3D'font-s=
ize:9.0pt;color:#1F497D'>Down Delay (ms): 0<o:p></o:p></span></i></p><p cla=
ss=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:#1F497D'><o:p> =
</o:p></span></i></p><p class=3DMsoNormal><i><span style=3D'font-size:9.0pt=
;color:#1F497D'>Slave Interface: em1<o:p></o:p></span></i></p><p class=3DMs=
oNormal><i><span style=3D'font-size:9.0pt;color:#1F497D'>MII Status: up<o:p=
></o:p></span></i></p><p class=3DMsoNormal><i><span style=3D'font-size:9.0p=
t;color:#1F497D'>Speed: 1000 Mbps<o:p></o:p></span></i></p><p class=3DMsoNo=
rmal><i><span style=3D'font-size:9.0pt;color:#1F497D'>Duplex: full<o:p></o:=
p></span></i></p><p class=3DMsoNormal><i><span style=3D'font-size:9.0pt;col=
or:#1F497D'>Link Failure Count: 0<o:p></o:p></span></i></p><p class=3DMsoNo=
rmal><i><span style=3D'font-size:9.0pt;color:#1F497D'>Permanent HW addr: d4=
:ae:52:e8:26:a1<o:p></o:p></span></i></p><p class=3DMsoNormal><i><span styl=
e=3D'font-size:9.0pt;color:#1F497D'>Slave queue ID: 0<o:p></o:p></span></i>=
</p><p class=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:#1F497D'><=
o:p> </o:p></span></i></p><p class=3DMsoNormal><i><span style=3D'font-=
size:9.0pt;color:#1F497D'>Slave Interface: em2<o:p></o:p></span></i></p><p =
class=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:#1F497D'>MII Stat=
us: up<o:p></o:p></span></i></p><p class=3DMsoNormal><i><span style=3D'font=
-size:9.0pt;color:#1F497D'>Speed: 1000 Mbps<o:p></o:p></span></i></p><p cla=
ss=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:#1F497D'>Duplex: ful=
l<o:p></o:p></span></i></p><p class=3DMsoNormal><i><span style=3D'font-size=
:9.0pt;color:#1F497D'>Link Failure Count: 0<o:p></o:p></span></i></p><p cla=
ss=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:#1F497D'>Permanent H=
W addr: d4:ae:52:e8:26:a2<o:p></o:p></span></i></p><p class=3DMsoNormal><i>=
<span style=3D'font-size:9.0pt;color:#1F497D'>Slave queue ID: 0<o:p></o:p><=
/span></i></p><p class=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:=
#1F497D'><o:p> </o:p></span></i></p><p class=3DMsoNormal><i><span styl=
e=3D'font-size:9.0pt;color:#1F497D'>Slave Interface: em3<o:p></o:p></span><=
/i></p><p class=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:#1F497D=
'>MII Status: up<o:p></o:p></span></i></p><p class=3DMsoNormal><i><span sty=
le=3D'font-size:9.0pt;color:#1F497D'>Speed: 1000 Mbps<o:p></o:p></span></i>=
</p><p class=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:#1F497D'>D=
uplex: full<o:p></o:p></span></i></p><p class=3DMsoNormal><i><span style=3D=
'font-size:9.0pt;color:#1F497D'>Link Failure Count: 0<o:p></o:p></span></i>=
</p><p class=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:#1F497D'>P=
ermanent HW addr: d4:ae:52:e8:26:a3<o:p></o:p></span></i></p><p class=3DMso=
Normal><i><span style=3D'font-size:9.0pt;color:#1F497D'>Slave queue ID: 0<o=
:p></o:p></span></i></p><p class=3DMsoNormal><i><span style=3D'font-size:9.=
0pt;color:#1F497D'><o:p> </o:p></span></i></p><p class=3DMsoNormal><i>=
<span style=3D'font-size:9.0pt;color:#1F497D'>Slave Interface: em4<o:p></o:=
p></span></i></p><p class=3DMsoNormal><i><span style=3D'font-size:9.0pt;col=
or:#1F497D'>MII Status: up<o:p></o:p></span></i></p><p class=3DMsoNormal><i=
><span style=3D'font-size:9.0pt;color:#1F497D'>Speed: 1000 Mbps<o:p></o:p><=
/span></i></p><p class=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:=
#1F497D'>Duplex: full<o:p></o:p></span></i></p><p class=3DMsoNormal><i><spa=
n style=3D'font-size:9.0pt;color:#1F497D'>Link Failure Count: 0<o:p></o:p><=
/span></i></p><p class=3DMsoNormal><i><span style=3D'font-size:9.0pt;color:=
#1F497D'>Permanent HW addr: d4:ae:52:e8:26:a4<br>Slave queue ID: 0<o:p></o:=
p></span></i></p><p class=3DMsoNormal><i><span style=3D'font-size:9.0pt;col=
or:#1F497D'><o:p> </o:p></span></i></p><p class=3DMsoNormal><i><span s=
tyle=3D'font-size:9.0pt;color:#1F497D'><o:p> </o:p></span></i></p><p c=
lass=3DMsoNormal><span style=3D'color:#1F497D'>Very useful to power up netw=
ork throughput for oVirt mgmt. network with single 1GBit connections only. =
<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'color:#1F497D'><o=
:p> </o:p></span></p><p class=3DMsoNormal><span style=3D'color:#1F497D=
'>Cheers,<br>Sven.<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D=
'color:#1F497D'><o:p> </o:p></span></p><div><p class=3DMsoNormal><span=
style=3D'color:#5A5A5A'>Sven Knohsalla </span><span style=3D'color:#C00000=
'>|</span><span style=3D'color:#5A5A5A'> System Administration | Netbiscuit=
s<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'color:gray'><o:p=
> </o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:9.0pt=
;color:#5A5A5A'>Office +49 631 68036 433 | Fax +49 631 68036 111=A0 |E-Mail=
</span><span style=3D'font-size:9.0pt;color:#505050'> </span><span style=3D=
'font-size:9.0pt;color:#0070C0'><a href=3D"mailto:s.knohsalla@netbiscuits.c=
om">s.knohsalla(a)netbiscuits.com</a></span><span style=3D'font-size:9.0pt;co=
lor:#5A5A5A'> | Skype: </span><span style=3D'font-size:9.0pt;color:#0070C0'=
>netbiscuits.admin</span><span style=3D'font-size:9.0pt;color:#5A5A5A'> <o:=
p></o:p></span></p><p class=3DMsoNormal><span lang=3DDE style=3D'font-size:=
9.0pt;color:#5A5A5A'>Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY<o:=
p></o:p></span></p></div><p class=3DMsoNormal><span lang=3DDE style=3D'colo=
r:#1F497D'><o:p> </o:p></span></p><div><div style=3D'border:none;borde=
r-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=3DMsoNormal><=
b><span lang=3DDE style=3D'font-size:10.0pt;font-family:"Tahoma","sans-seri=
f"'>Von:</span></b><span lang=3DDE style=3D'font-size:10.0pt;font-family:"T=
ahoma","sans-serif"'> Sven Knohsalla <br><b>Gesendet:</b> Donnerstag, 20. <=
/span><span style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>Ju=
ni 2013 19:16<br><b>An:</b> </span><span lang=3DDE style=3D'font-size:10.0p=
t;font-family:"Tahoma","sans-serif"'><a href=3D"mailto:users@ovirt.org"><sp=
an lang=3DEN-US>users(a)ovirt.org</span></a></span><span style=3D'font-size:1=
0.0pt;font-family:"Tahoma","sans-serif"'><br><b>Cc:</b> Sven Knohsalla (</s=
pan><span lang=3DDE style=3D'font-size:10.0pt;font-family:"Tahoma","sans-se=
rif"'><a href=3D"mailto:s.knohsalla@netbiscuits.com"><span lang=3DEN-US>s.k=
nohsalla(a)netbiscuits.com</span></a></span><span style=3D'font-size:10.0pt;f=
ont-family:"Tahoma","sans-serif"'>)<br><b>Betreff:</b> AW: ovirt 3.2.1 cust=
om bonding options<o:p></o:p></span></p></div></div><p class=3DMsoNormal><o=
:p> </o:p></p><p class=3DMsoNormal><span style=3D'color:#1F497D'>Updat=
e: <o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'color:#1F497D'=
> I meant balance-rr (mode 0), typo.<o:p></o:p></span></p><p class=3DM=
soNormal><span style=3D'color:#1F497D'><o:p> </o:p></span></p><div><p =
class=3DMsoNormal><span style=3D'color:#5A5A5A'>Sven Knohsalla </span><span=
style=3D'color:#C00000'>|</span><span style=3D'color:#5A5A5A'> System Admi=
nistration | Netbiscuits<o:p></o:p></span></p><p class=3DMsoNormal><span st=
yle=3D'color:gray'><o:p> </o:p></span></p><p class=3DMsoNormal><span s=
tyle=3D'font-size:9.0pt;color:#5A5A5A'>Office +49 631 68036 433 | Fax +49 6=
31 68036 111 |E-Mail</span><span style=3D'font-size:9.0pt;color:#5050=
50'> </span><a href=3D"mailto:s.knohsalla@netbiscuits.com"><span style=3D'f=
ont-size:9.0pt'>s.knohsalla(a)netbiscuits.com</span></a><span style=3D'font-s=
ize:9.0pt;color:#5A5A5A'> | Skype: </span><span style=3D'font-size:9.0pt;co=
lor:#0070C0'>netbiscuits.admin</span><span style=3D'font-size:9.0pt;color:#=
5A5A5A'> <o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DDE style=
=3D'font-size:9.0pt;color:#5A5A5A'>Netbiscuits GmbH | Europaallee 10 | 6765=
7 | GERMANY<o:p></o:p></span></p></div><p class=3DMsoNormal><span lang=3DDE=
style=3D'color:#1F497D'><o:p> </o:p></span></p><div><div style=3D'bor=
der:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=
=3DMsoNormal><b><span lang=3DDE style=3D'font-size:10.0pt;font-family:"Taho=
ma","sans-serif"'>Von:</span></b><span lang=3DDE style=3D'font-size:10.0pt;=
font-family:"Tahoma","sans-serif"'> Sven Knohsalla <br><b>Gesendet:</b> Don=
nerstag, 20. </span><span style=3D'font-size:10.0pt;font-family:"Tahoma","s=
ans-serif"'>Juni 2013 19:14<br><b>An:</b> </span><a href=3D"mailto:users@ov=
irt.org"><span style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'=
>users(a)ovirt.org</span></a><span style=3D'font-size:10.0pt;font-family:"Tah=
oma","sans-serif"'><br><b>Cc:</b> Sven Knohsalla<br><b>Betreff:</b> ovirt 3=
.2.1 custom bonding options<o:p></o:p></span></p></div></div><p class=3DMso=
Normal><o:p> </o:p></p><p class=3DMsoNormal>Hi,<o:p></o:p></p><p class=
=3DMsoNormal><o:p> </o:p></p><p class=3DMsoNormal>just have a tiny que=
stion, regarding bonding & custom mode:<o:p></o:p></p><p class=3DMsoNor=
mal>If I want to run a bond in mode 2 with miimon=3D100,<o:p></o:p></p><p c=
lass=3DMsoNormal>how needs the custom text field look like:<o:p></o:p></p><=
p class=3DMsoNormal>BONDING_OPTS=3D"miimon=3D100 mode=3D0" ?<o:p>=
</o:p></p><p class=3DMsoNormal><o:p> </o:p></p><p class=3DMsoNormal>(w=
ould be equivalent to ifcfg config file)<o:p></o:p></p><p class=3DMsoNormal=
><o:p> </o:p></p><p class=3DMsoNormal><o:p> </o:p></p><p class=3D=
MsoNormal>Thanks in advance!<o:p></o:p></p><p class=3DMsoNormal><o:p> =
</o:p></p><p class=3DMsoNormal>Cheers,<o:p></o:p></p><p class=3DMsoNormal>S=
ven.<o:p></o:p></p><p class=3DMsoNormal><o:p> </o:p></p><p class=3DMso=
Normal><span style=3D'color:#5A5A5A'>Sven Knohsalla </span><span style=3D'c=
olor:#C00000'>|</span><span style=3D'color:#5A5A5A'> System Administration<=
o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'color:gray'><o:p>&=
nbsp;</o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:9.0pt;c=
olor:#5A5A5A'>Office +49 631 68036 433 | Fax +49 631 68036 111 |E-Mai=
l</span><span style=3D'font-size:9.0pt;color:#505050'> </span><a href=3D"ma=
ilto:s.knohsalla@netbiscuits.com"><span style=3D'font-size:9.0pt'>s.knohsal=
la(a)netbiscuits.com</span></a><span style=3D'font-size:9.0pt;color:#5A5A5A'>=
| Skype: </span><span style=3D'font-size:9.0pt;color:#0070C0'>netbiscuits.=
admin</span><span style=3D'font-size:9.0pt;color:#5A5A5A'> <o:p></o:p></spa=
n></p><p class=3DMsoNormal><span lang=3DDE style=3D'font-size:9.0pt;color:#=
5A5A5A'>Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY<o:p></o:p></spa=
n></p><p class=3DMsoNormal><span lang=3DDE style=3D'font-size:9.0pt;color:#=
5A5A5A'><o:p> </o:p></span></p><p class=3DMsoNormal><a href=3D"http://=
www.netbiscuits.com/"><span style=3D'text-decoration:none'><img border=3D0 =
width=3D231 height=3D38 id=3D"_x0000_i1033" src=3D"https://my.netbiscuits.c=
om/image/image_gallery?uuid=3D3a1a9d19-c305-4032-8cef-00b03c3d4c79&grou=
pId=3D10211&t=3D1361534926402" alt=3D"https://my.netbiscuits.com/image/=
image_gallery?uuid=3D3a1a9d19-c305-4032-8cef-00b03c3d4c79&groupId=3D102=
11&t=3D1361534926402"></span></a><o:p></o:p></p><p class=3DMsoNormal><o=
:p> </o:p></p><p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><spa=
n style=3D'color:black'> </span><a href=3D"https://www.netbiscuits.com=
/news"><span style=3D'color:windowtext;text-decoration:none'><img border=3D=
0 width=3D24 height=3D24 id=3D"_x0000_i1032" src=3D"https://my.netbiscuits.=
com/image/image_gallery?uuid=3D9e553e7b-3e7d-4784-b274-15aa1dfb48e2&gro=
upId=3D10211&t=3D1361533377340" alt=3D"https://my.netbiscuits.com/image=
/image_gallery?uuid=3D3031deca-7e56-4417-9822-3d6d72f71ef0&groupId=3D10=
211&t=3D1347280983812"></span></a><span style=3D'color:black'> </s=
pan><a href=3D"https://twitter.com/netbiscuits"><span style=3D'color:window=
text;text-decoration:none'><img border=3D0 width=3D24 height=3D24 id=3D"_x0=
000_i1031" src=3D"https://my.netbiscuits.com/image/image_gallery?uuid=3D1d1=
a5e29-ceda-4ab1-9353-67a1e838364d&groupId=3D10211&t=3D1347281040591=
" alt=3D"https://my.netbiscuits.com/image/image_gallery?uuid=3D1d1a5e29-ced=
a-4ab1-9353-67a1e838364d&groupId=3D10211&t=3D1347281040591"></span>=
</a><span style=3D'color:black'> </span><a href=3D"http://www.linkedin=
.com/company/netbiscuits"><span style=3D'color:windowtext;text-decoration:n=
one'><img border=3D0 width=3D24 height=3D24 id=3D"_x0000_i1030" src=3D"http=
s://my.netbiscuits.com/image/image_gallery?uuid=3Dc99bf866-be25-4236-a0ee-d=
ca68ec828a5&groupId=3D10211&t=3D1347280983848" alt=3D"https://my.ne=
tbiscuits.com/image/image_gallery?uuid=3Dc99bf866-be25-4236-a0ee-dca68ec828=
a5&groupId=3D10211&t=3D1347280983848"></span></a><span style=3D'col=
or:black'> </span><a href=3D"http://www.xing.com/companies/netbiscuits=
gmbh"><span style=3D'color:windowtext;text-decoration:none'><img border=3D0=
width=3D24 height=3D24 id=3D"_x0000_i1029" src=3D"https://my.netbiscuits.c=
om/image/image_gallery?uuid=3Dd62ba951-14dc-450d-b5f1-be33884225e3&grou=
pId=3D10211&t=3D1347280983872" alt=3D"https://my.netbiscuits.com/image/=
image_gallery?uuid=3Dd62ba951-14dc-450d-b5f1-be33884225e3&groupId=3D102=
11&t=3D1347280983872"></span></a><span style=3D'color:black'> </sp=
an><a href=3D"https://www.facebook.com/Netbiscuits"><span style=3D'color:wi=
ndowtext;text-decoration:none'><img border=3D0 width=3D24 height=3D24 id=3D=
"_x0000_i1028" src=3D"https://my.netbiscuits.com/image/image_gallery?uuid=
=3D7b28f500-f415-40bb-851f-0cd55beeaf45&groupId=3D10211&t=3D1347280=
983791" alt=3D"https://my.netbiscuits.com/image/image_gallery?uuid=3D7b28f5=
00-f415-40bb-851f-0cd55beeaf45&groupId=3D10211&t=3D1347280983791"><=
/span></a><span style=3D'color:black'> </span><a href=3D"https://plus.=
google.com/u/0/112410769451962733032"><span style=3D'color:windowtext;text-=
decoration:none'><img border=3D0 width=3D24 height=3D24 id=3D"_x0000_i1027"=
src=3D"https://my.netbiscuits.com/image/image_gallery?uuid=3Dcc8764d0-a5ac=
-4623-bb63-da3ca7c97f94&groupId=3D10211&t=3D1347280983836" alt=3D"h=
ttps://my.netbiscuits.com/image/image_gallery?uuid=3Dcc8764d0-a5ac-4623-bb6=
3-da3ca7c97f94&groupId=3D10211&t=3D1347280983836"></span></a><span =
style=3D'color:black'> </span><a href=3D"http://www.youtube.com/user/n=
etbiscuits"><span style=3D'color:windowtext;text-decoration:none'><img bord=
er=3D0 width=3D24 height=3D24 id=3D"_x0000_i1026" src=3D"https://my.netbisc=
uits.com/image/image_gallery?uuid=3Da15e871c-a11b-419c-acca-da5a0ebd5856&am=
p;groupId=3D10211&t=3D1347281040599" alt=3D"https://my.netbiscuits.com/=
image/image_gallery?uuid=3Da15e871c-a11b-419c-acca-da5a0ebd5856&groupId=
=3D10211&t=3D1347281040599"></span></a><o:p></o:p></p><p class=3DMsoNor=
mal><b><span style=3D'font-size:9.0pt;color:#5A5A5A'>Register Court:</span>=
</b><span style=3D'font-size:9.0pt;color:#5A5A5A'> Local Court Kaiserslaute=
rn | <b>Commercial Register ID:</b> HR B 3604<br><b>Management Board</b>: G=
uido Moggert, Michael Neidh=F6fer, Christian Reitz, Martin S=FC=DF<o:p></o:=
p></span></p><p class=3DMsoNormal><span style=3D'font-size:9.0pt;color:#5A5=
A5A'><o:p> </o:p></span></p><p class=3DMsoNormal><span style=3D'font-s=
ize:9.0pt;color:#5A5A5A'>This message and any files transmitted with it are=
confidential and intended solely for the use of the individual or entity t=
o whom they are addressed. It may also be privileged or otherwise protected=
by work product immunity or other legal rules. Please notify the sender im=
mediately by e-mail if you have received this e-mail by mistake and delete =
this e-mail from your system. If you are not the intended recipient you are=
notified that disclosing, copying, distributing or taking any action in re=
liance on the contents of this information is strictly prohibited.<o:p></o:=
p></span></p><p class=3DMsoNormal><span style=3D'font-size:9.0pt;color:#5A5=
A5A'>Warning: Although Netbiscuits has taken reasonable precautions to ensu=
re no viruses are present in this email, the company cannot accept responsi=
bility for any loss or damage arising from the use of this email or attachm=
ents.<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:9.=
0pt;color:#5A5A5A'><o:p> </o:p></span></p><p class=3DMsoNormal><span s=
tyle=3D'font-size:9.0pt;color:#5A5A5A'><img border=3D0 width=3D33 height=3D=
19 id=3D"_x0000_i1025" src=3D"http://www.netbiscuits.com/image/image_galler=
y?uuid=3D0ba7711a-a277-4ea0-acb0-17fe13c3089d&groupId=3D10211&t=3D1=
348560850164" alt=3D"Beschreibung: Beschreibung: http://www.netbiscuits.com=
/image/image_gallery?uuid=3D0ba7711a-a277-4ea0-acb0-17fe13c3089d&groupI=
d=3D10211&t=3D1348560850164"></span><span style=3D'font-size:9.0pt;colo=
r:#6CA62C'>Please consider the environment before printing<o:p></o:p></span=
></p><p class=3DMsoNormal><o:p> </o:p></p></div></body></html>=
--_000_DC9ABD90CB55EC448B1F682D5731AF7407A769862DIAD2MBX17mex0_--
5
6
I have a 2 node cluster with engine running on one of the nodes. It has 2
gluster volumes that replicate between the hosts as its shared storage.
Last night one of my systems crashed. It looks like all of my data is
present, however the ids file seems to be corrupt on my master domain. I
tried to do a hexdump -c on the ids file, but it just gave an input/output
error. Sanlock.log shows error -5. Is there a way to rebuild the ids
file, or can I tell ovirt to use the other domain as the master so I can
get back up and running?
3
11
16 Jul '13
Hi
I am trying to install a all-in-one oVirt 3.2 on my host (Centos 6.4) which has bonded interfaces with vlan tagging. Somehow it does not recognize my interface.
Any idea how to solve that?
[root@vxhost01 ~]# engine-setup --config-allinone=yes
Welcome to oVirt Engine setup utility
Setup can configure server default page to launch oVirt Engine. Do you wish to do so? ['yes'| 'no'] [yes] :
Host fully qualified domain name. Note: this name should be fully resolvable [vxhost01.xxx.ch] :
Error while trying to read parameter HOST_FQDN from user.
Please check log file /var/log/ovirt-engine/engine-setup_2013_07_03_10_31_17.log for more information
You have mail in /var/spool/mail/root
2013-07-03 10:24:41::DEBUG::common_utils::495::root:: stderr =
2013-07-03 10:24:41::DEBUG::common_utils::496::root:: retcode = 0
2013-07-03 10:24:41::DEBUG::engine_validators::143::root:: stopping httpd service
2013-07-03 10:24:41::DEBUG::common_utils::1341::root:: stopping httpd
2013-07-03 10:24:41::DEBUG::common_utils::1378::root:: executing action httpd on service stop
2013-07-03 10:24:41::DEBUG::common_utils::456::root:: Executing command --> '/sbin/service httpd stop' in working directory '/root'
2013-07-03 10:24:41::DEBUG::common_utils::494::root:: output = Stopping httpd: [FAILED]
2013-07-03 10:24:41::DEBUG::common_utils::495::root:: stderr =
2013-07-03 10:24:41::DEBUG::common_utils::496::root:: retcode = 0
2013-07-03 10:24:41::INFO::engine-setup::1602::root:: Comparing pre-conditions; condition: 'True', and match: 'True'
2013-07-03 10:24:42::INFO::engine_validators::118::root:: Validating yes as part of ['yes', 'no']
2013-07-03 10:24:42::DEBUG::engine-setup::1593::root:: going over group ALL_PARAMS
2013-07-03 10:24:42::INFO::engine-setup::1602::root:: Comparing pre-conditions; condition: 'True', and match: 'True'
2013-07-03 10:24:42::DEBUG::engine-setup::557::root:: setting default value (no) for key (RANDOM_PASSWORDS)
2013-07-03 10:24:42::DEBUG::engine-setup::557::root:: setting default value (00:1a:4a:16:84:02-00:1a:4a:16:84:fd) for key (MAC_RANGE)
2013-07-03 10:24:44::INFO::engine_validators::246::root:: Validating vxhost01.sanc.ch as a FQDN on non loopback devices
2013-07-03 10:24:44::INFO::engine_validators::152::root:: validating vxhost01.sanc.ch as a valid domain string
2013-07-03 10:24:44::DEBUG::common_utils::456::root:: Executing command --> '/sbin/ip addr' in working directory '/root'
2013-07-03 10:24:44::DEBUG::common_utils::494::root:: output = 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond0 state UP qlen 1000
link/ether bc:5f:f4:7c:3e:91 brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 68:05:ca:11:55:c0 brd ff:ff:ff:ff:ff:ff
4: eth2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond1 state UP qlen 1000
link/ether 90:e2:ba:22:27:87 brd ff:ff:ff:ff:ff:ff
5: eth3: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond1 state UP qlen 1000
link/ether 90:e2:ba:22:27:87 brd ff:ff:ff:ff:ff:ff
6: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether bc:5f:f4:7c:3e:91 brd ff:ff:ff:ff:ff:ff
inet6 fe80::be5f:f4ff:fe7c:3e91/64 scope link
valid_lft forever preferred_lft forever
7: bond1: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether 90:e2:ba:22:27:87 brd ff:ff:ff:ff:ff:ff
inet6 fe80::92e2:baff:fe22:2787/64 scope link
valid_lft forever preferred_lft forever
8: bond0.110@bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether bc:5f:f4:7c:3e:91 brd ff:ff:ff:ff:ff:ff
inet 10.0.10.30/24 brd 10.0.10.255 scope global bond0.110
inet6 fe80::be5f:f4ff:fe7c:3e91/64 scope link
valid_lft forever preferred_lft forever
9: bond0.120@bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether bc:5f:f4:7c:3e:91 brd ff:ff:ff:ff:ff:ff
inet 10.0.20.30/24 brd 10.0.20.255 scope global bond0.120
inet6 fe80::be5f:f4ff:fe7c:3e91/64 scope link
valid_lft forever preferred_lft forever
10: bond0.140@bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether bc:5f:f4:7c:3e:91 brd ff:ff:ff:ff:ff:ff
inet 10.0.40.30/24 brd 10.0.40.255 scope global bond0.140
inet6 fe80::be5f:f4ff:fe7c:3e91/64 scope link
valid_lft forever preferred_lft forever
11: bond1.130@bond1: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether 90:e2:ba:22:27:87 brd ff:ff:ff:ff:ff:ff
inet 10.0.30.30/24 brd 10.0.30.255 scope global bond1.130
inet6 fe80::92e2:baff:fe22:2787/64 scope link
valid_lft forever preferred_lft forever
13: ;vdsmdummy;: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
link/ether 66:82:08:cc:14:ff brd ff:ff:ff:ff:ff:ff
14: bond4: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
15: bond2: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
16: bond3: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
2013-07-03 10:24:44::DEBUG::common_utils::495::root:: stderr =
2013-07-03 10:24:44::DEBUG::common_utils::496::root:: retcode = 0
2013-07-03 10:24:44::ERROR::engine_validators::259::root:: Could not find any configured IP address on the host
2013-07-03 10:24:44::ERROR::engine_validators::322::root:: Traceback (most recent call last):
File "/usr/share/ovirt-engine/scripts/engine_validators.py", line 260, in validateFQDN
raise Exception(output_messages.ERR_EXP_CANT_FIND_IP)
Exception: Could not find any configured IP address
2013-07-03 10:24:44::ERROR::engine-setup::614::root:: Traceback (most recent call last):
File "/usr/bin/engine-setup", line 587, in _getInputFromUser
if param.getKey("VALIDATION_FUNC")(userInput, param.getKey("OPTION_LIST")):
File "/usr/share/ovirt-engine/scripts/engine_validators.py", line 260, in validateFQDN
raise Exception(output_messages.ERR_EXP_CANT_FIND_IP)
Exception: Could not find any configured IP address
2013-07-03 10:24:44::ERROR::engine-setup::1638::root:: Traceback (most recent call last):
File "/usr/bin/engine-setup", line 1607, in _handleInteractiveParams
input_param(param)
File "/usr/bin/engine-setup", line 641, in input_param
_getInputFromUser(param)
File "/usr/bin/engine-setup", line 615, in _getInputFromUser
raise Exception(output_messages.ERR_EXP_READ_INPUT_PARAM % (param.getKey("CONF_NAME")))
Exception: Error while trying to read parameter HOST_FQDN from user.
2013-07-03 10:24:44::DEBUG::engine-setup::2006::root:: *** The following params were used as user input:
2013-07-03 10:24:44::DEBUG::engine-setup::2011::root:: override-httpd-root: yes
2013-07-03 10:24:44::DEBUG::engine-setup::2011::root:: random-passwords: no
2013-07-03 10:24:44::DEBUG::engine-setup::2011::root:: mac-range: 00:1a:4a:16:84:02-00:1a:4a:16:84:fd
2013-07-03 10:24:44::ERROR::engine-setup::2487::root:: Traceback (most recent call last):
File "/usr/bin/engine-setup", line 2481, in <module>
main(confFile)
File "/usr/bin/engine-setup", line 2196, in main
_handleParams(configFile)
File "/usr/bin/engine-setup", line 1650, in _handleParams
_handleInteractiveParams()
File "/usr/bin/engine-setup", line 1607, in _handleInteractiveParams
input_param(param)
File "/usr/bin/engine-setup", line 641, in input_param
_getInputFromUser(param)
File "/usr/bin/engine-setup", line 615, in _getInputFromUser
raise Exception(output_messages.ERR_EXP_READ_INPUT_PARAM % (param.getKey("CONF_NAME")))
Exception: Error while trying to read parameter HOST_FQDN from user.
2
1