Any way I can obtain an oVirt T-shirt?
by Yair Zaslavsky
Hi guys,
I signed up to some meetups in my residential area, and I am considering to give lecture that relates to oVirt.
Can I obtain an oVirt t-shirt somehow so I can wear for the presentation? (Well, I can wear one of my Red-Hat T-shirts, but as I plan it be in context of open source, I would prefer oVirt)
Cheers,
Yair
10 years
Re: [ovirt-users] Hosted-Engine HA problem
by Jaicel R. Sabonsolin
Hi guys,
these logs appear on both hosts just like the result of --vm-status. tried to tcpdump on ovirt hosts and gluster nodes but only packets exchange with my monitoring VM(zabbix) appeared.
agent.log
new_data = self.refresh(self._state.data)
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/agent/state_machine.py", line 77, in refresh
stats.update(self.hosted_engine.collect_stats())
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py", line 662, in collect_stats
constants.SERVICE_TYPE)
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py", line 171, in get_stats_from_storage
result = self._checked_communicate(request)
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py", line 199, in _checked_communicate
.format(message or response))
RequestError: Request failed: <type 'exceptions.OSError'>
broker.log
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/broker/listener.py", line 165, in handle
response = "success " + self._dispatch(data)
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/broker/listener.py", line 261, in _dispatch
.get_all_stats_for_service_type(**options)
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/broker/storage_broker.py", line 41, in get_all_stats_for_service_type
d = self.get_raw_stats_for_service_type(storage_dir, service_type)
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/broker/storage_broker.py", line 74, in get_raw_stats_for_service_type
f = os.open(path, direct_flag | os.O_RDONLY)
OSError: [Errno 24] Too many open files: '/rhev/data-center/mnt/gluster1:_engine/6eb220be-daff-4785-8f78-111cc24139c4/ha_agent/hosted-engine.metadata'
Thread-38160::INFO::2014-10-31 10:28:37,989::listener::184::ovirt_hosted_engine_ha.broker.listener.ConnectionHandler::(handle) Connection closed
Thread-38161::INFO::2014-10-31 10:28:53,656::listener::134::ovirt_hosted_engine_ha.broker.listener.ConnectionHandler::(setup) Connection established
Thread-38161::ERROR::2014-10-31 10:28:53,657::listener::190::ovirt_hosted_engine_ha.broker.listener.ConnectionHandler::(handle) Error handling request, data: 'get-stats storage_dir=/rhev/data-center/mnt/gluster1:_engine/6eb220be-daff-4785-8f78-111cc24139c4/ha_agent service_type=hosted-engine'
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/broker/listener.py", line 165, in handle
response = "success " + self._dispatch(data)
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/broker/listener.py", line 261, in _dispatch
.get_all_stats_for_service_type(**options)
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/broker/storage_broker.py", line 41, in get_all_stats_for_service_type
d = self.get_raw_stats_for_service_type(storage_dir, service_type)
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/broker/storage_broker.py", line 74, in get_raw_stats_for_service_type
f = os.open(path, direct_flag | os.O_RDONLY)
OSError: [Errno 24] Too many open files: '/rhev/data-center/mnt/gluster1:_engine/6eb220be-daff-4785-8f78-111cc24139c4/ha_agent/hosted-engine.metadata'
Thread-38161::INFO::2014-10-31 10:28:53,658::listener::184::ovirt_hosted_engine_ha.broker.listener.ConnectionHandler::(handle) Connection closed
Thanks,
Jaicel
----- Original Message -----
From: "Niels de Vos" <ndevos(a)redhat.com>
To: "Vijay Bellur" <vbellur(a)redhat.com>
Cc: "Jiri Moskovcak" <jmoskovc(a)redhat.com>, "Jaicel R. Sabonsolin" <jaicel(a)asti.dost.gov.ph>, users(a)ovirt.org, "Gluster Devel" <gluster-devel(a)gluster.org>
Sent: Friday, October 31, 2014 4:11:25 AM
Subject: Re: [ovirt-users] Hosted-Engine HA problem
On Thu, Oct 30, 2014 at 09:07:24PM +0530, Vijay Bellur wrote:
> On 10/30/2014 06:45 PM, Jiri Moskovcak wrote:
> >On 10/30/2014 09:22 AM, Jaicel R. Sabonsolin wrote:
> >>Hi Guys,
> >>
> >>I need help with my ovirt Hosted-Engine HA setup. I am running on 2
> >>ovirt hosts and 2 gluster nodes with replicated volumes. i already have
> >>VMs running on my hosts and they can migrate normally once i for example
> >>power off the host that they are running on. the problem is that the
> >>engine can't migrate once i switch off the host that hosts the engine.
> >>
> >> oVirt 3.4.3-1.el6
> >> KVM 0.12.1.2 - 2.415.el6_5.10
> >> LIBVIRT libvirt-0.10.2-29.el6_5.9
> >> VDSM vdsm-4.14.17-0.el6
> >>
> >>
> >>right now, i have this result from hosted-engine --vm-status.
> >>
> >> File "/usr/lib64/python2.6/runpy.py", line 122, in
> >> _run_module_as_main
> >> "__main__", fname, loader, pkg_name)
> >> File "/usr/lib64/python2.6/runpy.py", line 34, in _run_code
> >> exec code in run_globals
> >> File
> >>
> >>"/usr/lib/python2.6/site-packages/ovirt_hosted_engine_setup/vm_status.py",
> >>
> >> line 111, in <module>
> >> if not status_checker.print_status():
> >> File
> >>
> >>"/usr/lib/python2.6/site-packages/ovirt_hosted_engine_setup/vm_status.py",
> >>
> >> line 58, in print_status
> >> all_host_stats = ha_cli.get_all_host_stats()
> >> File
> >>
> >>"/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/client/client.py",
> >>
> >> line 137, in get_all_host_stats
> >> return self.get_all_stats(self.StatModes.HOST)
> >> File
> >>
> >>"/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/client/client.py",
> >>
> >> line 86, in get_all_stats
> >> constants.SERVICE_TYPE)
> >> File
> >>
> >>"/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py",
> >>
> >> line 171, in get_stats_from_storage
> >> result = self._checked_communicate(request)
> >> File
> >>
> >>"/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py",
> >>
> >> line 199, in _checked_communicate
> >> .format(message or response))
> >> ovirt_hosted_engine_ha.lib.exceptions.RequestError: Request failed:
> >> <type 'exceptions.OSError'>
> >>
> >>
> >>restarting ha-broker and ha-agent normalizes the status but eventually
> >>it would become "false" and then return to the result above. hope you
> >>guys could help me with this.
> >>
> >
> >Hi Jaicel,
> >please attach agent.log and broker.log from the host where you trying to
> >run hosted-engine --vm-status. I have a feeling that you ran into a
> >known problem on gluster - stalled file descriptor, in that case the
> >only known solution at this time is to restart the broker & agent as you
> >have already found out.
> >
>
> Adding Niels and gluster-devel to troubleshoot from Gluster NFS perspective.
I'd welcome any details on this "stalled file descriptor" problem. Is
there a bug filed with some details like logs, sysrq-t and maybe even
tcpdumps? If there is an easy way to reproduce this behaviour, I can
surely look into it and hopefully come up with some advise or fix.
Thanks,
Niels
10 years
Upgrade order 3.4.2 -> 3.5.x
by Markus Stockhausen
------=_NextPartTM-000-7af25c18-adea-4864-b1e3-aaff2cd6666a
Content-Type: multipart/alternative;
boundary="_000_12EF8D94C6F8734FB2FF37B9FBEDD1735F8B59C6EXCHANGEcollogi_"
--_000_12EF8D94C6F8734FB2FF37B9FBEDD1735F8B59C6EXCHANGEcollogi_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
maybe a stupid one. Just want to make sure that nothing goes wrong. We
plan to make a rolling upgrade of our landscape going to 3.5.1 in december.
So we always need some hypervisor nodes up and running during the
process.
Looking at older posts I assume that upgrading the engine should be
sufficient, while hypervisor nodes with vdsm 4.14.17 (from 3.4 repos) and
the active VMs keep on running. The start of the engine after the upgrade
should catch up and resync all states.
Afterwards I clean hypervisor hosts one by one and clean/reinstall it into
the cluster?
Thanks in advance.
Markus
--_000_12EF8D94C6F8734FB2FF37B9FBEDD1735F8B59C6EXCHANGEcollogi_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<html dir=3D"ltr">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-=
1">
<style type=3D"text/css" id=3D"owaParaStyle"></style>
</head>
<body fpstyle=3D"1" ocsi=3D"0">
<div style=3D"direction: ltr;font-family: Tahoma;color: #000000;font-size: =
10pt;">Hi,
<div><br>
</div>
<div>maybe a stupid one. Just want to make sure that nothing goes wrong. We=
</div>
<div>plan to make a rolling <span style=3D"font-size: 10pt;">upgrade of our=
</span><span style=3D"font-size: 10pt;">landscape going to 3.5.1 in d=
ecember. </span></div>
<div><span style=3D"font-size: 10pt;">S</span><span style=3D"font-size: 10p=
t;">o we always need </span><span style=3D"font-size: 10pt;">some hype=
rvisor nodes up and running during the </span></div>
<div><span style=3D"font-size: 10pt;">process. </span></div>
<div><br>
</div>
<div>Looking at older posts I assume that upgrading the engine should be</d=
iv>
<div>sufficient, while hypervisor nodes with vdsm 4.14.17 (from 3.4 repos) =
and</div>
<div>the active VMs <span style=3D"font-size: 10pt;">keep on running. =
The start of the engine after the upgrade</span></div>
<div><span style=3D"font-size: 10pt;">should catch up and </span><span=
style=3D"font-size: 10pt;">resync all </span><span style=3D"font-size=
: 10pt;">states.</span></div>
<div><br>
</div>
<div>Afterwards I clean hypervisor hosts one by one and clean/reinstall it =
into </div>
<div>the <span style=3D"font-size: 10pt;">cluster?</span></div>
<div><br>
</div>
<div>Thanks in advance.</div>
<div><br>
</div>
<div>Markus</div>
<div><br>
</div>
<div><br>
</div>
</div>
</body>
</html>
--_000_12EF8D94C6F8734FB2FF37B9FBEDD1735F8B59C6EXCHANGEcollogi_--
------=_NextPartTM-000-7af25c18-adea-4864-b1e3-aaff2cd6666a
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-7af25c18-adea-4864-b1e3-aaff2cd6666a--
10 years
Re: [ovirt-users] oVirt 3.5 and FreeIpa
by Alon Bar-Lev
----- Original Message -----
> From: "Marcelo Donato" <donato(a)din.uem.br>
> To: "Alon Bar-Lev" <alonbl(a)redhat.com>
> Sent: Friday, October 31, 2014 3:02:03 PM
> Subject: Re: [ovirt-users] oVirt 3.5 and FreeIpa
>
> FreeIpa and oVirt, working together. Thanks
>
> However it was necessary to reset the admin password of oVirt.
I do not understand how it is related, not sure I follow. The local admin aka admin@internal is different user that is not related to any other setting.
> At the moment my oVirt not have an active datacenter.
>
> The portal user can not log in. See log below.
>
> 2014-10-31 10:44:12,600 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (ajp--127.0.0.1-8702-8) Correlation ID: null, Call Stack: null, Custom
> Event ID: -1, Message: User l3m01 failed to log in.
> 2014-10-31 10:44:12,606 WARN
> [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8)
> CanDoAction of action LoginUser failed.
> Reasons:USER_NOT_AUTHORIZED_TO_PERFORM_ACTION
>
> For user login it takes an active datacenter?
>
Not sure what is "active data center", however user can login into the webadmin if he has SuperUser role or can manage other resources. Are you sure you provide correct permissions?
>
>
> --
> Ao encaminhar esta mensagem, por favor:
> 1. Apague o meu e-mail e o meu nome.
> 2. Apague também os endereços dos amigos antes de reenviar
> 3. Use Cco ou Bcc para enviar mensagens!
> Dificulte a disseminação de vírus e spam.
>
10 years
Ovirt 3.4 Storage domain space not freeing up
by Chandrahasa S
This is a multipart message in MIME format.
--=_alternative 002A522365257D82_=
Content-Type: text/plain; charset="US-ASCII"
Dear All,
We are facing issue in Ovirt Storage domain. I deleted most of VM from
Storage domain but still allocated space is not getting reduce on storage
domain.
Thanks & Regards
Chandrahasa S
Follow me on KNOME: https://knome.ultimatix.net/u/chandrahasa.s
Tata Consultancy Services
Data Center- ( Non STPI), 2nd Pokharan Road,
Subash Nagar,
Thane - 400601,Maharashtra
India
Ph:- 022-677-81825
Buzz:- 4221825
Cell:- 919769777954
Mailto: chandrahasa.s(a)tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Consulting
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
--=_alternative 002A522365257D82_=
Content-Type: text/html; charset="US-ASCII"
<font size=2 face="sans-serif">Dear All,</font>
<br>
<br><font size=2 face="sans-serif">We are facing issue in Ovirt Storage
domain. I deleted most of VM from Storage domain but still allocated space
is not getting reduce on storage domain.</font>
<br>
<br><font size=2 face="sans-serif"><br>
Thanks & Regards<br>
Chandrahasa S<br>
Follow me on KNOME: </font><a href=https://knome.ultimatix.net/u/chandrahasa.s><font size=2 face="sans-serif">https://knome.ultimatix.net/u/chandrahasa.s</font></a><font size=2 face="sans-serif"><br>
Tata Consultancy Services<br>
Data Center- ( Non STPI), 2nd Pokharan Road,<br>
Subash Nagar,<br>
Thane - 400601,Maharashtra<br>
India<br>
Ph:- 022-677-81825<br>
Buzz:- 4221825<br>
Cell:- 919769777954<br>
Mailto: chandrahasa.s(a)tcs.com<br>
Website: </font><a href=http://www.tcs.com/><font size=2 face="sans-serif">http://www.tcs.com</font></a><font size=2 face="sans-serif"><br>
____________________________________________<br>
Experience certainty. IT Services<br>
Business Solutions<br>
Consulting<br>
____________________________________________</font><p>=====-----=====-----=====<br>
Notice: The information contained in this e-mail<br>
message and/or attachments to it may contain <br>
confidential or privileged information. If you are <br>
not the intended recipient, any dissemination, use, <br>
review, distribution, printing or copying of the <br>
information contained in this e-mail message <br>
and/or attachments to it are strictly prohibited. If <br>
you have received this communication in error, <br>
please notify us by reply e-mail or telephone and <br>
immediately and permanently delete the message <br>
and any attachments. Thank you</p>
<p></p>
--=_alternative 002A522365257D82_=--
10 years
[Users] connecting to oVirt/RHEV VMs through proxy and the oVirt API
by i iordanov
Hello,
My apologies for cross-posting, but this discussion concerns both mailing
lists, I think.
In Opaque, I recently started setting the proxy property of SpiceSession
from a console file, as is done in remote-viewer, in order to support
installations where the nodes are not "visible" from the point of view of
the client.
However, then I remembered that I have not seen the proxy property being
available through the oVirt/RHEV API. I looked at the latest remote-viewer
code, and I looked through the oVirt/RHEV API documentation, and indeed, I
see no way to get proxy information other than through the console.vv file.
If I am correct, then this means that both Opaque and remote-viewer cannot
connect to VMs behind a proxy unless a console.vv file is used, which also
means that since console.vv files are unobtainable through the User Portal
on mobile devices, mobile devices effectively cannot at all connect to such
VMs if the user is not an Administrator.
Would it be possible to expose the proxy parameter through the API? I
couldn't find a bug opened about this, but it doesn't mean it isn't there
:).
Thanks!
iordan
--
The conscious mind has only one thread of execution.
10 years
NFS Storage domain backup
by Mohyedeen Nazzal
Hi ,
I'm using NFS storage domain, is it possible to backup the domain manually?
or is there an api in ovirt which support this?
For manual backup, is possible to use tools like rsync ? or the data will
not be consistent ?
Any idea of possible solutions for this?;as we don't have dedicated storage
box.
Thanks,
Mohyedeen.
10 years
qemu overhead memory ovirt
by Punit Dambiwal
Hi,
I want to use 384 GB RAM with 40 Core CPU in my compute node...i want to
know how i can assign the overhead memory to Qemu/KVM for the host machine
purpose,so it will be well optimize and stable..
Thanks,
Punit
10 years
export_domain recovery
by Juan Carlos YJ. Lin
--=_1140a893-1606-457e-8a5e-2a19983e7182
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
I attached and ovirt_share_export_domain to a testing ovirt engine, then kill the engine
Now I can not mount it, need force option to import without killing data
How I can do to recover to available to attach state?
Juan Carlos Lin
Unisoft S.A.
+595-993-288330
---------------------------------------------------
"Antes de imprimir, recuérdese de su compromiso con el Medio Ambiente"
"Aviso: Este mensaje es dirigido para su destinatario y contiene informaciones que no pueden ser usadas por otras personas que no sean su(s) destinatario(s). La retransmisión del contenido no está autorizada fuera del contexto de su envío y a quien corresponde. El uso no autorizado de la información en este mensaje se halla penado por las leyes vigentes en todo el mundo. Si ha recibido este mensaje por error, por favor bórrala y notifique al remitente en la brevedad posible. El contenido de este mensaje no es responsabilidad de la Empresa y debe ser atribuido siempre a su autor. Gracias."
--=_1140a893-1606-457e-8a5e-2a19983e7182
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'><span>I attached and ovirt_share_export_domain to a testing ovirt engine, then kill the engine<br>Now I can not mount it, need force option to import without killing data<br><br>How I can do to recover to available to attach state?<br><br><span name="x"></span>Juan Carlos Lin<br>Unisoft S.A.<br>+595-993-288330<span name="x"></span><br></span><br></div>
<br>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML lang="es"> <HEAD> <TITLE>System-wide Disclaimer</TITLE> </HEAD> <BODY>---------------------------------------------------<br>"Antes de imprimir, recuérdese de su compromiso con el Medio Ambiente"<br>"Aviso: Este mensaje es dirigido para su destinatario y contiene informaciones que no pueden ser usadas por otras personas que no sean su(s) destinatario(s). La retransmisión del contenido no está autorizada fuera del contexto de su envío y a quien corresponde. El uso no autorizado de la información en este mensaje se halla penado por las leyes vigentes en todo el mundo. Si ha recibido este mensaje por error, por favor bórrala y notifique al remitente en la brevedad posible. El contenido de este mensaje no es responsabilidad de la Empresa y debe ser atribuido siempre a su autor. Gracias." </BODY> </HTML><br>
</body></html>
--=_1140a893-1606-457e-8a5e-2a19983e7182--
10 years
Hosted-Engine HA problem
by Jaicel R. Sabonsolin
------=_Part_234528_2091500974.1414657372046
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
Hi Guys,
I need help with my ovirt Hosted-Engine HA setup. I am running on 2 ovirt hosts and 2 gluster nodes with replicated volumes. i already have VMs running on my hosts and they can migrate normally once i for example power off the host that they are running on. the problem is that the engine can't migrate once i switch off the host that hosts the engine.
oVirt 3.4.3-1.el6
KVM 0.12.1.2 - 2.415.el6_5.10
LIBVIRT libvirt-0.10.2-29.el6_5.9
VDSM vdsm-4.14.17-0.el6
right now, i have this result from hosted-engine --vm-status.
BQ_BEGIN
File "/usr/lib64/python2.6/runpy.py", line 122, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib64/python2.6/runpy.py", line 34, in _run_code
exec code in run_globals
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_setup/vm_status.py", line 111, in <module>
if not status_checker.print_status():
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_setup/vm_status.py", line 58, in print_status
all_host_stats = ha_cli.get_all_host_stats()
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/client/client.py", line 137, in get_all_host_stats
return self.get_all_stats(self.StatModes.HOST)
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/client/client.py", line 86, in get_all_stats
constants.SERVICE_TYPE)
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py", line 171, in get_stats_from_storage
result = self._checked_communicate(request)
File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py", line 199, in _checked_communicate
.format(message or response))
ovirt_hosted_engine_ha.lib.exceptions.RequestError: Request failed: <type 'exceptions.OSError'>
BQ_END
restarting ha-broker and ha-agent normalizes the status but eventually it would become "false" and then return to the result above. hope you guys could help me with this.
Thanks,
Jaicel
------=_Part_234528_2091500974.1414657372046
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<html><body><div style=3D"font-family: arial, helvetica, sans-serif; font-s=
ize: 10pt; color: #000000"><div>Hi Guys,<br></div><div><br data-mce-bogus=
=3D"1"></div><div>I need help with my ovirt Hosted-Engine HA setup. I am ru=
nning on 2 ovirt hosts and 2 gluster nodes with replicated volumes. i alrea=
dy have VMs running on my hosts and they can migrate normally once i for ex=
ample power off the host that they are running on. the problem is that the =
engine can't migrate once i switch off the host that hosts the engine. <br =
data-mce-bogus=3D"1"></div><div><br data-mce-bogus=3D"1"></div><blockquote>=
<div><span data-mce-style=3D"color: #111111; font-family: Verdana; font-siz=
e: 10pt; font-style: normal; font-variant: normal; font-weight: normal; let=
ter-spacing: normal; line-height: 24px; text-align: left; text-indent: 0px;=
text-transform: none; white-space: normal; word-spacing: 0px; display: inl=
ine ! important; float: none;" style=3D"color: rgb(17, 17, 17); font-family=
: Verdana; font-size: 10pt; font-style: normal; font-variant: normal; font-=
weight: normal; letter-spacing: normal; line-height: 24px; text-align: left=
; text-indent: 0px; text-transform: none; white-space: normal; word-spacing=
: 0px; display: inline ! important; float: none;">oVirt =
3.4.3-1.el6</span></div><div>KVM &nbs=
p; 0.12.1.2 - 2.415.el6_5.10</div><div>LIBVIRT libvi=
rt-0.10.2-29.el6_5.9<br data-mce-bogus=3D"1"></div><div>VDSM &nb=
sp; vdsm-4.14.17-0.el6<br data-mce-bogus=3D"1"></div></blockquote><d=
iv><br data-mce-bogus=3D"1"></div><div>right now, i have this result from h=
osted-engine --vm-status.<br data-mce-bogus=3D"1"></div><div><br data-mce-b=
ogus=3D"1"></div><blockquote><div> File "/usr/lib64/python2.6/runpy.p=
y", line 122, in _run_module_as_main<br> "__main__", fnam=
e, loader, pkg_name)<br> File "/usr/lib64/python2.6/runpy.py", line 3=
4, in _run_code<br> exec code in run_globals<br> Fi=
le "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_setup/vm_status.py=
", line 111, in <module><br> if not status_checker.=
print_status():<br> File "/usr/lib/python2.6/site-packages/ovirt_host=
ed_engine_setup/vm_status.py", line 58, in print_status<br> &nbs=
p; all_host_stats =3D ha_cli.get_all_host_stats()<br> File "/usr/lib/=
python2.6/site-packages/ovirt_hosted_engine_ha/client/client.py", line 137,=
in get_all_host_stats<br> return self.get_all_stats(self=
.StatModes.HOST)<br> File "/usr/lib/python2.6/site-packages/ovirt_hos=
ted_engine_ha/client/client.py", line 86, in get_all_stats<br> &=
nbsp; constants.SERVICE_TYPE)<br> File "/usr/lib/python2.6/site-packa=
ges/ovirt_hosted_engine_ha/lib/brokerlink.py", line 171, in get_stats_from_=
storage<br> result =3D self._checked_communicate(request)=
<br> File "/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/li=
b/brokerlink.py", line 199, in _checked_communicate<br> .=
format(message or response))<br>ovirt_hosted_engine_ha.lib.exceptions.Reque=
stError: Request failed: <type 'exceptions.OSError'></div></blockquot=
e><div><br data-mce-bogus=3D"1"></div><div>restarting ha-broker and ha-agen=
t normalizes the status but eventually it would become "false" and then ret=
urn to the result above. hope you guys could help me with this.<br data-mce=
-bogus=3D"1"></div><div><br data-mce-bogus=3D"1"></div><div data-marker=3D"=
__SIG_PRE__">Thanks,<br>Jaicel</div></div></body></html>
------=_Part_234528_2091500974.1414657372046--
10 years