Re: [ovirt-users] How does VDSM-Fake actually work?
by Roman Mohr
On Thu, Feb 18, 2016 at 11:26 AM, emarcian <emarcian(a)redhat.com> wrote:
> for remote simulator make sure you
>
> - /etc/hosts file is correct.
> - 54321 54322 are open in firewall in both sides.
> - engine p12 key is placed in the remote machine (in case using SSL)
> - java certs are place as well (in case using SSL).
>
> please see this cod:
> http://ur1.ca/ojcv5 (pass is ovirt123)
>
Nice.
Could you make that a more copy/paste like manual and update README.ssl?
>
> On 02/17/2016 08:28 PM, Nicolás wrote:
>
> Hi Roman,
>
> El 16/02/16 a las 10:27, Roman Mohr escribió:
>
> On Fri, Feb 12, 2016 at 12:45 PM, Michal Skrivanek <
> michal.skrivanek(a)redhat.com> wrote:
>
>>
>> On 09 Feb 2016, at 12:15, Nicolás < <nicolas(a)devels.es>nicolas(a)devels.es>
>> wrote:
>>
>> Is there a way to get an account on mojo.redhat.com or is it internal?
>> I'm trying to open the document but credentials are required and I see no
>> option to create an account.
>>
>>
>> yes it is
>>
>> Eldad, would you please move it to ovirt.org instead?
>>
>>
> I recently played with fakevdsm myself. The result was the patch series in
> [1]. At least an updated README for the result of my patches can be found
> in [2].
>
>
>> Thanks,
>> michal
>>
>>
>> El 04/02/16 a las 13:49, emarcian escribió:
>>
>> Hi,
>> Seems like you need to change this settings update vdc_options set
>> option_value='false' where option_name='InstallVds';
>> follow the instructions here:
>> <https://mojo.redhat.com/docs/DOC-990399>
>> https://mojo.redhat.com/docs/DOC-990399
>>
>> in case you using 3.6 there is a new war (if you run the simulator as
>> standalone).
>>
>> -Eldad
>>
>>
>> On 02/04/2016 03:04 PM, Piotr Kliczewski wrote:
>>
>> Eldad is working on making it working with engine 3.6. He should be able to
>> give you information you need.
>>
>> On Wed, Feb 3, 2016 at 12:33 PM, <nicolas(a)devels.es> <nicolas(a)devels.es> wrote:
>>
>> Anything?
>>
>> El 2016-02-02 10:18, Nicolás escribió:
>>
>> Hi,
>>
>> I'm trying to set up VDSM-Fake
>> (git://gerrit.ovirt.org/ovirt-vdsmfake.git) for some tests, however,
>> I'm a bit confused about how does it actually work. As the
>> instructions say, I was able to build the project with Maven (however,
>> the org.ovirt.vdsm-jsonrpc-java dependency version had to be changed
>> to 1.1.5 instead of 1.1.2-SNAPSHOT in pom.xml as this latter is no
>> longer provided at the repository).
>>
>> Once built, I run mvn jetty:run and the server started correctly:
>>
>>
>> 2016-02-02 11:01:51.957:INFO::jetty-6.1.26 [1]
>> 2016-02-02 11:01:52.804:INFO::No [2] Transaction manager found - if
>> your webapp requires one, please configure one.
>> 2016-02-02 11:01:53,424 Application initialized.
>> 2016-02-02 11:01:53,442 Opening a Stomp server localhost:54322
>> 2016-02-02 11:01:53.702:INFO::Started [3]SelectChannelConnector@0.0.0.0:54321
>> [INFO] Started Jetty Server
>> [INFO] Starting scanner at interval of 10 seconds.
>>
>> I could indeed verify it's listening on the VDSM port:
>>
>>
>> [root@host ovirt-vdsmfake]# netstat -atpn | grep 54321
>> tcp6 0 0
>> :::54321
>> :::* LISTEN
>> 44870/java
>>
>> So the next step is to add a fake host via REST. I used scripts
>> provided here [4] and I successfully added the host, however, it
>> starts installing all the VDSM packages as it were a normal host and
>> therefore it tries to start vdsmd as well, which throws an error as
>> the Jetty Server is already listening on the 54321 port. I shut down
>> the Jetty Server and allowed oVirt Manager to install all the packages
>> properly, then stopped vdsmd and started the Jetty Server, but
>> expectedly oVirt Engine fails with message "Host xxx is non
>> responsive", so what I actually got is a real VDSM host and not a fake
>> one.
>>
>> FWIW, the fake VDSM runs on a different host, ports are reacheable
>> from the oVirt engine, proper /etc/hosts has been added to the engine
>> to reach the host, and no further customization of web.xml has been
>> done.
>>
>> I feel like I'm missing something here. Could someone shed some light
>> on what's wrong?
>>
>> Thanks.
>>
>> Nicolás
>>
>>
> @Nicolas I would recommend you to use the top of my gerrit patches to run
> vdsmake:
>
> git clone git://gerrit.ovirt.org/ovirt-vdsmfake
> cd ovirt-vdsmfake
> git fetch git://gerrit.ovirt.org/ovirt-vdsmfake refs/changes/70/53570/2
> && git checkout FETCH_HEAD
>
> then follow the instructions in the README of the checked out repository
> [3].
>
> Hope that helps.
>
> Best Regards,
> Roman
>
>>
>> [1]
> https://gerrit.ovirt.org/#/q/status:open+project:ovirt-vdsmfake+branch:ma...
> [2] https://gerrit.ovirt.org/#/c/53570/
> [3] https://gerrit.ovirt.org/#/c/53570/2/README
>
>
> I could finally make fakevdsm work with your changes. Maybe I'm missing
> something but this works if the engine and the fake host are run on the
> same server - when I tried to run the fake host on a different host I
> wasn't seeing any responses from the host (the firewall was vanilla clean).
> In any case, I'm ok with both running on the same machine.
>
> Will this be merged into master?
>
> Thanks.
>
>
>
8 years, 9 months
Re: [ovirt-users] How does VDSM-Fake actually work?
by Nicolás
This is a multi-part message in MIME format.
--------------010201090807080708080104
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Is there a way to get an account on mojo.redhat.com or is it internal?
I'm trying to open the document but credentials are required and I see
no option to create an account.
El 04/02/16 a las 13:49, emarcian escribió:
> Hi,
> Seems like you need to change this settings update vdc_options set
> option_value='false' where option_name='InstallVds';
> follow the instructions here:
> https://mojo.redhat.com/docs/DOC-990399
>
> in case you using 3.6 there is a new war (if you run the simulator as
> standalone).
>
> -Eldad
>
>
> On 02/04/2016 03:04 PM, Piotr Kliczewski wrote:
>> Eldad is working on making it working with engine 3.6. He should be able to
>> give you information you need.
>>
>> On Wed, Feb 3, 2016 at 12:33 PM,<nicolas(a)devels.es> wrote:
>>> Anything?
>>>
>>> El 2016-02-02 10:18, Nicolás escribió:
>>>> Hi,
>>>>
>>>> I'm trying to set up VDSM-Fake
>>>> (git://gerrit.ovirt.org/ovirt-vdsmfake.git) for some tests, however,
>>>> I'm a bit confused about how does it actually work. As the
>>>> instructions say, I was able to build the project with Maven (however,
>>>> the org.ovirt.vdsm-jsonrpc-java dependency version had to be changed
>>>> to 1.1.5 instead of 1.1.2-SNAPSHOT in pom.xml as this latter is no
>>>> longer provided at the repository).
>>>>
>>>> Once built, I run mvn jetty:run and the server started correctly:
>>>>
>>>>> 2016-02-02 11:01:51.957:INFO::jetty-6.1.26 [1]
>>>>> 2016-02-02 11:01:52.804:INFO::No [2] Transaction manager found - if
>>>>> your webapp requires one, please configure one.
>>>>> 2016-02-02 11:01:53,424 Application initialized.
>>>>> 2016-02-02 11:01:53,442 Opening a Stomp server localhost:54322
>>>>> 2016-02-02 11:01:53.702:INFO::Started [3]
>>>>> SelectChannelConnector@0.0.0.0:54321
>>>>> [INFO] Started Jetty Server
>>>>> [INFO] Starting scanner at interval of 10 seconds.
>>>> I could indeed verify it's listening on the VDSM port:
>>>>
>>>>> [root@host ovirt-vdsmfake]# netstat -atpn | grep 54321
>>>>> tcp6 0 0
>>>>> :::54321
>>>>> :::* LISTEN
>>>>> 44870/java
>>>> So the next step is to add a fake host via REST. I used scripts
>>>> provided here [4] and I successfully added the host, however, it
>>>> starts installing all the VDSM packages as it were a normal host and
>>>> therefore it tries to start vdsmd as well, which throws an error as
>>>> the Jetty Server is already listening on the 54321 port. I shut down
>>>> the Jetty Server and allowed oVirt Manager to install all the packages
>>>> properly, then stopped vdsmd and started the Jetty Server, but
>>>> expectedly oVirt Engine fails with message "Host xxx is non
>>>> responsive", so what I actually got is a real VDSM host and not a fake
>>>> one.
>>>>
>>>> FWIW, the fake VDSM runs on a different host, ports are reacheable
>>>> from the oVirt engine, proper /etc/hosts has been added to the engine
>>>> to reach the host, and no further customization of web.xml has been
>>>> done.
>>>>
>>>> I feel like I'm missing something here. Could someone shed some light
>>>> on what's wrong?
>>>>
>>>> Thanks.
>>>>
>>>> Nicolás
>>>>
>>>>
>>>> Links:
>>>> ------
>>>> [1]INFO::jetty-6.1.26
>>>> [2]INFO::No
>>>> [3]INFO::Started
>>>> [4]http://www.ovirt.org/REST_API_Using_BASH_Automation
>>>>
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users(a)ovirt.org
>>>> http://lists.ovirt.org/mailman/listinfo/users
>>> _______________________________________________
>>> Users mailing list
>>> Users(a)ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>
--------------010201090807080708080104
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Is there a way to get an account on mojo.redhat.com or is it
internal? I'm trying to open the document but credentials are
required and I see no option to create an account.<br>
<br>
<div class="moz-cite-prefix">El 04/02/16 a las 13:49, emarcian
escribió:<br>
</div>
<blockquote cite="mid:56B356F8.3010107@redhat.com" type="cite">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<font color="#333333"><small><font face="Helvetica, Arial,
sans-serif">Hi,</font><br>
<font face="Helvetica, Arial, sans-serif">Seems like you need
to change this settings </font><span style="font-family:
"Helvetica Neue",Helvetica,Arial,"Lucida
Grande",sans-serif; font-size: 14px; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 19.0909px; text-align:
left; text-indent: 0px; text-transform: none; white-space:
normal; widows: 1; word-spacing: 0px; display: inline !
important; float: none; background-color: rgb(255, 255,
255);"><font face="Helvetica, Arial, sans-serif">update
vdc_options set option_value='false' where
option_name='InstallVds'; </font></span><br>
<span style="font-family: "Helvetica
Neue",Helvetica,Arial,"Lucida
Grande",sans-serif; font-size: 14px; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 19.0909px; text-align:
left; text-indent: 0px; text-transform: none; white-space:
normal; widows: 1; word-spacing: 0px; display: inline !
important; float: none; background-color: rgb(255, 255,
255);"><font face="Helvetica, Arial, sans-serif">follow the
instructions here:</font></span><br>
<span style="font-family: "Helvetica
Neue",Helvetica,Arial,"Lucida
Grande",sans-serif; font-size: 14px; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 19.0909px; text-align:
left; text-indent: 0px; text-transform: none; white-space:
normal; widows: 1; word-spacing: 0px; display: inline !
important; float: none; background-color: rgb(255, 255,
255);"><font face="Helvetica, Arial, sans-serif"><a
moz-do-not-send="true" class="moz-txt-link-freetext"
href="https://mojo.redhat.com/docs/DOC-990399"><a class="moz-txt-link-freetext" href="https://mojo.redhat.com/docs/DOC-990399">https://mojo.redhat.com/docs/DOC-990399</a></a></font></span><br>
<span style="font-family: "Helvetica
Neue",Helvetica,Arial,"Lucida
Grande",sans-serif; font-size: 14px; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 19.0909px; text-align:
left; text-indent: 0px; text-transform: none; white-space:
normal; widows: 1; word-spacing: 0px; display: inline !
important; float: none; background-color: rgb(255, 255,
255);"></span><br>
<span style="font-family: "Helvetica
Neue",Helvetica,Arial,"Lucida
Grande",sans-serif; font-size: 14px; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 19.0909px; text-align:
left; text-indent: 0px; text-transform: none; white-space:
normal; widows: 1; word-spacing: 0px; display: inline !
important; float: none; background-color: rgb(255, 255,
255);"><font face="Helvetica, Arial, sans-serif">in case you
using 3.6 there is a new war (if you run the simulator as
standalone).</font></span><br>
<span style="font-family: "Helvetica
Neue",Helvetica,Arial,"Lucida
Grande",sans-serif; font-size: 14px; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 19.0909px; text-align:
left; text-indent: 0px; text-transform: none; white-space:
normal; widows: 1; word-spacing: 0px; display: inline !
important; float: none; background-color: rgb(255, 255,
255);"></span></small><br>
<span style="font-family: "Helvetica
Neue",Helvetica,Arial,"Lucida
Grande",sans-serif; font-size: 14px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: 19.0909px; text-align: left; text-indent:
0px; text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; display: inline ! important; float: none;
background-color: rgb(255, 255, 255);"><font face="Helvetica,
Arial, sans-serif">-Eldad</font></span></font>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<br>
<span style="color: rgb(61, 61, 61); font-family: 'Helvetica
Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size:
14px; font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: 19.0909px; orphans:
auto; text-align: left; text-indent: 0px; text-transform: none;
white-space: normal; widows: 1; word-spacing: 0px;
-webkit-text-stroke-width: 0px; display: inline !important;
float: none; background-color: rgb(255, 255, 255);"></span><span
style="color: rgb(61, 61, 61); font-family: 'Helvetica Neue',
Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 14px;
font-style: normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: 19.0909px; orphans: auto;
text-align: left; text-indent: 0px; text-transform: none;
white-space: normal; widows: 1; word-spacing: 0px;
-webkit-text-stroke-width: 0px; display: inline !important;
float: none; background-color: rgb(255, 255, 255);"><br>
</span><br>
<div class="moz-cite-prefix">On 02/04/2016 03:04 PM, Piotr
Kliczewski wrote:<br>
</div>
<blockquote
cite="mid:CAKU0_rk-R1OcSKW5xBD3o3wTZw83XR0Jy0bF1SJ73=kDZwO0DA@mail.gmail.com"
type="cite">
<pre wrap="">Eldad is working on making it working with engine 3.6. He should be able to
give you information you need.
On Wed, Feb 3, 2016 at 12:33 PM, <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:nicolas@devels.es"><nicolas(a)devels.es></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Anything?
El 2016-02-02 10:18, Nicolás escribió:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,
I'm trying to set up VDSM-Fake
(git://gerrit.ovirt.org/ovirt-vdsmfake.git) for some tests, however,
I'm a bit confused about how does it actually work. As the
instructions say, I was able to build the project with Maven (however,
the org.ovirt.vdsm-jsonrpc-java dependency version had to be changed
to 1.1.5 instead of 1.1.2-SNAPSHOT in pom.xml as this latter is no
longer provided at the repository).
Once built, I run mvn jetty:run and the server started correctly:
</pre>
<blockquote type="cite">
<pre wrap="">2016-02-02 11:01:51.957:<a moz-do-not-send="true" class="moz-txt-link-freetext" href="INFO::jetty-6.1.26">INFO::jetty-6.1.26</a> [1]
2016-02-02 11:01:52.804:<a moz-do-not-send="true" class="moz-txt-link-freetext" href="INFO::No">INFO::No</a> [2] Transaction manager found - if
your webapp requires one, please configure one.
2016-02-02 11:01:53,424 Application initialized.
2016-02-02 11:01:53,442 Opening a Stomp server localhost:54322
2016-02-02 11:01:53.702:<a moz-do-not-send="true" class="moz-txt-link-freetext" href="INFO::Started">INFO::Started</a> [3]
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:SelectChannelConnector@0.0.0.0:54321">SelectChannelConnector@0.0.0.0:54321</a>
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 10 seconds.
</pre>
</blockquote>
<pre wrap=""> I could indeed verify it's listening on the VDSM port:
</pre>
<blockquote type="cite">
<pre wrap="">[root@host ovirt-vdsmfake]# netstat -atpn | grep 54321
tcp6 0 0
:::54321
:::* LISTEN
44870/java
</pre>
</blockquote>
<pre wrap=""> So the next step is to add a fake host via REST. I used scripts
provided here [4] and I successfully added the host, however, it
starts installing all the VDSM packages as it were a normal host and
therefore it tries to start vdsmd as well, which throws an error as
the Jetty Server is already listening on the 54321 port. I shut down
the Jetty Server and allowed oVirt Manager to install all the packages
properly, then stopped vdsmd and started the Jetty Server, but
expectedly oVirt Engine fails with message "Host xxx is non
responsive", so what I actually got is a real VDSM host and not a fake
one.
FWIW, the fake VDSM runs on a different host, ports are reacheable
from the oVirt engine, proper /etc/hosts has been added to the engine
to reach the host, and no further customization of web.xml has been
done.
I feel like I'm missing something here. Could someone shed some light
on what's wrong?
Thanks.
Nicolás
Links:
------
[1] <a moz-do-not-send="true" class="moz-txt-link-freetext" href="INFO::jetty-6.1.26">INFO::jetty-6.1.26</a>
[2] <a moz-do-not-send="true" class="moz-txt-link-freetext" href="INFO::No">INFO::No</a>
[3] <a moz-do-not-send="true" class="moz-txt-link-freetext" href="INFO::Started">INFO::Started</a>
[4] <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.ovirt.org/REST_API_Using_BASH_Automation">http://www.ovirt.org/REST_API_Using_BASH_Automation</a>
_______________________________________________
Users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users(a)ovirt.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<pre wrap="">_______________________________________________
Users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users(a)ovirt.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a>
</pre>
</blockquote>
</blockquote>
<br>
</blockquote>
<br>
</body>
</html>
--------------010201090807080708080104--
8 years, 9 months
"bridge port" error when setting up hosted-engine on 2nd oVirt 3.6.2 node
by Mike DePaulo
Hi,
I am getting the following error when I attempt to setup my 2nd ovirt
node as a hosted-engine:
RuntimeError: The selected device None is not a supported bridge port
The 1st node is death-star (192.168.1.50)
The 2nd node is starkiller-base (192.168.1.52)
This is not a production environment; this is my apartment.
I am able to access the engine's webGUI.
Both death-star and starkiller-base start out with only eno1 as their only NIC.
death-star, by the end of the hosted-engine-setup, had ovirtmgmt also
(with the same MAC address.)
starkiller-base does not have ovirtmgmt yet.
I am not using VLANs.
node version: ovirt-node-iso-3.6-0.999.201602121021.el7.centos.iso
engine appliance version: oVirt-Engine-Appliance-CentOS-x86_64-7-20160126.ova
Thanks in advance,
-Mike
8 years, 9 months
ovirt and gluster storage domain HA testing
by Bill James
I have a ovirt cluster with and system running ovirt-engine 3.6.2.6-1 on
centos7.2
and 3 hardware nodes running glusterfs 3.7.6-1 and centos7.2.
I created a gluster volume using gluster cli and then went to add a
storage domain.
I created it with Path ovirt1-ks.test:/gv1 and all works fine, until
ovirt1 goes down.
Then ALL VMs pause till ovirt1 comes back up.
Do I have to list all nodes in the path for this to work?
Path: ovirt1-ks.test:/gv1 ovirt2-ks.test:/gv1 ovirt3-ks.test:/gv1
Or how do I prevent ovirt1 from being single point of failure?
Thanks.
Cloud Services for Business www.j2.com
j2 | eFax | eVoice | FuseMail | Campaigner | KeepItSafe | Onebox
This email, its contents and attachments contain information from j2 Global, Inc. and/or its affiliates which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee(s) only. If you are not an addressee, any disclosure, copy, distribution, or use of the contents of this message is prohibited. If you have received this email in error please notify the sender by reply e-mail and delete the original message and any copies. (c) 2015 j2 Global, Inc. All rights reserved. eFax, eVoice, Campaigner, FuseMail, KeepItSafe, and Onebox are registered trademarks of j2 Global, Inc. and its affiliates.
8 years, 9 months
Understanding direct lun connection: iscsi pass through disks
by Arman Khalatyan
Hi, I am trying to combine performance and virtualisation with direct iscsi
disks .
Assuming we have vm with /dev/vda for OS two data disks from
iscsi01:/dev/sda and iscsi02:/dev/sdb direct lun disks configured over
ovirt interface.
The iscsi disks are used as zfs mirror inside the vm.
When one of the iscsi disks is not available then the whole host goes into
pause state.
Are there way to force ovirt do not freeze vm if direct lun is away?
Thanks,
Arman
8 years, 9 months
Pending events in the Tasks tab
by nicolas@devels.es
Hi,
We're using oVirt 3.6.2.6, and we're having some events not being
cleared from the Tasks tab. I cannot confirm this is only related to
creating VM pools, but any created VM pool remains unfinished forever in
the Tasks tab. As you may see in the screenshot, there are events that
were started in January and are still in the list. Concretely, the
unfinished step is always "Finalizing".
Has this been reported on Bugzilla?
Is there a way to clear them out even manually?
Thanks.
Nicolás
8 years, 9 months
oVirt 3.6.2 issue when updating to gluster 3.7.8
by Luiz Claudio Prazeres Goncalves
Hi, I realised that gluster 3.7.8 was released for GA. So I updated
manually using "yum -y install glusterfs*" gluster get's updated normally,
but unfortunately things stopped to work completely.
ovirt_hosted_engine_ha was not able to connect to my gluster storage domain
(as you can see below). I'm not using ovirt + gluster in hyperconverged
way. I have 3 external gluster hosts.
As a workaround I've executed "*yum* downgrade glusterfs*" and after doing
this ovirt started to work again...but as a collateral effect now I can't
migrate my vm's anymore. On the vdsm logs I can see the following errors
when trying to manually migrate a any VM.... Anyone knows how to fix it?
Thread-66055::DEBUG::2016-02-17
11:05:57,497::migration::453::virt.vm::(stop)
vmId=`05681896-a76a-4ae1-879e-8fe5d28634e1`::stopping migration downtime
thread
Thread-66055::ERROR::2016-02-17
11:05:57,497::migration::208::virt.vm::(_recover)
vmId=`05681896-a76a-4ae1-879e-8fe5d28634e1`::unable to connect to server at
'kvm2.brightsquid.com:49152': No route to host
Thread-66055::DEBUG::2016-02-17
11:05:57,497::stompreactor::389::jsonrpc.AsyncoreClient::(send) Sending
response
Thread-66056::DEBUG::2016-02-17
11:05:57,498::migration::450::virt.vm::(run)
vmId=`05681896-a76a-4ae1-879e-8fe5d28634e1`::migration downtime thread
exiting
Thread-66055::DEBUG::2016-02-17
11:05:57,540::__init__::206::jsonrpc.Notification::(emit) Sending event
{"params": {"notify_time": 4327804740,
"05681896-a76a-4ae1-879e-8fe5d28634e1": {"status": "Migration Source"}},
"jsonrpc": "2.0", "method":
"|virt|VM_status|05681896-a76a-4ae1-879e-8fe5d28634e1"}
Thread-66055::ERROR::2016-02-17
11:05:57,541::migration::310::virt.vm::(run)
vmId=`05681896-a76a-4ae1-879e-8fe5d28634e1`::Failed to migrate
Traceback (most recent call last):
File "/usr/share/vdsm/virt/migration.py", line 294, in run
self._startUnderlyingMigration(time.time())
File "/usr/share/vdsm/virt/migration.py", line 364, in
_startUnderlyingMigration
self._perform_migration(duri, muri)
File "/usr/share/vdsm/virt/migration.py", line 403, in _perform_migration
self._vm._dom.migrateToURI3(duri, params, flags)
File "/usr/share/vdsm/virt/virdomain.py", line 68, in f
ret = attr(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/vdsm/libvirtconnection.py", line
124, in wrapper
ret = f(*args, **kwargs)
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1836, in
migrateToURI3
if ret == -1: raise libvirtError ('virDomainMigrateToURI3() failed',
dom=self)
libvirtError: unable to connect to server at 'kvm2.brightsquid.com:49152':
No route to host
Thread-68::DEBUG::2016-02-17
11:05:57,652::fileSD::173::Storage.Misc.excCmd::(getReadDelay)
/usr/bin/taskset --cpu-list 0-39 /usr/bin/dd
if=/rhev/data-center/mnt/gluster2.brightsquid.com:_home_export_iso/61827b7b-e255-44f5-a791-482a144be29f/dom_md/metadata
iflag=direct of=/dev/null bs=4096 count=1 (cwd None)
Thread-68::DEBUG::2016-02-17
11:05:57,662::fileSD::173::Storage.Misc.excCmd::(getReadDelay) SUCCESS:
<err> = '0+1 records in\n0+1 records out\n341 bytes (341 B) copied,
0.000713967 s, 478 kB/s\n'; <rc> = 0
Issue to connect to the gluster storage.
*****************************************************************************
Feb 17 01:25:40 kvm2 ovirt-ha-agent:
INFO:ovirt_hosted_engine_ha.lib.storage_server.StorageServer:Connecting
storage server
Feb 17 01:25:40 kvm2 ovirt-ha-agent:
INFO:ovirt_hosted_engine_ha.lib.storage_server.StorageServer:Connecting
storage server
Feb 17 01:25:40 kvm2 journal: ovirt-ha-agent
ovirt_hosted_engine_ha.agent.agent.Agent ERROR Error: 'Connection to
storage server failed' - trying to restart agent
Feb 17 01:25:40 kvm2 ovirt-ha-agent:
ERROR:ovirt_hosted_engine_ha.agent.agent.Agent:Error: 'Connection to
storage server failed' - trying to restart agent
Feb 17 01:25:41 kvm2 ovirt-ha-broker:
INFO:ovirt_hosted_engine_ha.broker.listener.ConnectionHandler:Connection
established
Feb 17 01:25:41 kvm2 journal: ovirt-ha-broker
ovirt_hosted_engine_ha.broker.listener.ConnectionHandler ERROR Error
handling request, data: 'set-storage-domain FilesystemBackend
dom_type=glusterfs
sd_uuid=7d376952-312b-4539-b809-a8fa740f7883'#012Traceback (most recent
call last):#012 File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/listener.py",
line 166, in handle#012 data)#012 File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/listener.py",
line 299, in _dispatch#012 .set_storage_domain(client, sd_type,
**options)#012 File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/storage_broker.py",
line 66, in set_storage_domain#012 self._backends[client].connect()#012
File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/storage_backends.py",
line 456, in connect#012 self._dom_type)#012 File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/storage_backends.py",
line 108, in get_domain_path#012 " in {1}".format(sd_uuid,
parent))#012BackendFailureException: path to storage domain
7d376952-312b-4539-b809-a8fa740f7883 not found in
/rhev/data-center/mnt/glusterSD
Feb 17 01:25:41 kvm2 ovirt-ha-broker:
ERROR:ovirt_hosted_engine_ha.broker.listener.ConnectionHandler:Error
handling request, data: 'set-storage-domain FilesystemBackend
dom_type=glusterfs sd_uuid=7d376952-312b-4539-b809-a8fa740f7883'
Feb 17 01:25:41 kvm2 ovirt-ha-broker: Traceback (most recent call last):
Feb 17 01:25:41 kvm2 ovirt-ha-broker: File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/listener.py",
line 166, in handle
Feb 17 01:25:41 kvm2 ovirt-ha-broker: data)
Feb 17 01:25:41 kvm2 ovirt-ha-broker: File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/listener.py",
line 299, in _dispatch
Feb 17 01:25:41 kvm2 ovirt-ha-broker: .set_storage_domain(client, sd_type,
**options)
Feb 17 01:25:41 kvm2 ovirt-ha-broker: File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/storage_broker.py",
line 66, in set_storage_domain
Feb 17 01:25:41 kvm2 ovirt-ha-broker: self._backends[client].connect()
Feb 17 01:25:41 kvm2 ovirt-ha-broker: File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/storage_backends.py",
line 456, in connect
Feb 17 01:25:41 kvm2 ovirt-ha-broker: self._dom_type)
Feb 17 01:25:41 kvm2 ovirt-ha-broker: File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/storage_backends.py",
line 108, in get_domain_path
Feb 17 01:25:41 kvm2 ovirt-ha-broker: " in {1}".format(sd_uuid, parent))
Feb 17 01:25:41 kvm2 ovirt-ha-broker: BackendFailureException: path to
storage domain 7d376952-312b-4539-b809-a8fa740f7883 not found in
/rhev/data-center/mnt/glusterSD
Feb 17 01:25:41 kvm2 journal: vdsm vds ERROR failed to retrieve Hosted
Engine HA info#012Traceback (most recent call last):#012 File
"/usr/share/vdsm/API.py", line 1842, in _getHaInfo#012 stats =
instance.get_all_stats()#012 File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/client/client.py",
line 103, in get_all_stats#012 self._configure_broker_conn(broker)#012
File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/client/client.py",
line 180, in _configure_broker_conn#012 dom_type=dom_type)#012 File
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py",
line 176, in set_storage_domain#012 .format(sd_type, options,
e))#012RequestError: Failed to set storage domain FilesystemBackend,
options {'dom_type': 'glusterfs', 'sd_uuid':
'7d376952-312b-4539-b809-a8fa740f7883'}: Request failed: <class
'ovirt_hosted_engine_ha.lib.storage_backends.BackendFailureException'>
Feb 17 01:25:41 kvm2 ovirt-ha-broker:
INFO:ovirt_hosted_engine_ha.broker.listener.ConnectionHandler:Connection
closed
^C
8 years, 9 months
New Installation
by Kadir Sümer
Hi,
I want to start new ovirt installation. 2 Hosts with same configuration, FC
storage
For nodes minimal centos 7.x or ovirt node which one is more stable and
useful ?
8 years, 9 months
[FC22] ovirt-engine-reports missing in 3.6 repos
by David Marzal Canovas
--=_9ac9c9e519ad08923a39f5e254062b31
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=UTF-8
Hi, I have installed oVirt 3.6 in a production system with FC22.
I want to install the Reports Portal, but I can't find the packages in
the repo.
FC22: There is no ovirt-engine-reports* , ovirt-engine-dwh
http://resources.ovirt.org/pub/ovirt-3.6/rpm/fc22/noarch/
BUT in el7**, el6* they are availables
http://resources.ovirt.org/pub/ovirt-3.6/rpm/el7/noarch/
For oVirt 3.5 the packages exits:
http://resources.ovirt.org/pub/ovirt-3.5/rpm/fc20/noarch/
Searching I found in Jenkins:
http://jenkins.ovirt.org/job/ovirt-reports_master_create-rpms-fc22-x86_64...
http://jenkins.ovirt.org/job/ovirt-reports_master_create-rpms-fc22-x86_64...
So I'm not sure if the Reports Portail is only available in a
Centos/RHEV installation or if there is some problem with the sync on
the repos.
There is no documentation with any reference to this in the wiki or the
mailing-list.
Does anyone know anything about this?
--
David Marzal Cánovas
Servicio de Mecanización e Informática
Asamblea Regional de Murcia
Paseo Alfonso XIII, nº53
30203 - Cartagena
Tlfno: 968326800
--=_9ac9c9e519ad08923a39f5e254062b31
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=UTF-8
<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; charset=
=3DUTF-8" /></head><body style=3D'font-size: 10pt'>
<p>Hi, I have installed oVirt 3.6 in a production system with FC22.<br />I =
want to install the Reports Portal, but I can't find the packages in the re=
po.<br /><br />FC22: There is no ovirt-engine-reports* , ovirt-engine-dwh<b=
r /><a href=3D"http://resources.ovirt.org/pub/ovirt-3.6/rpm/fc22/noarch/">h=
ttp://resources.ovirt.org/pub/ovirt-3.6/rpm/fc22/noarch/</a><br />BUT in el=
7**, el6* they are availables<br /><a href=3D"http://resources.ovirt.org/pu=
b/ovirt-3.6/rpm/el7/noarch/">http://resources.ovirt.org/pub/ovirt-3.6/rpm/e=
l7/noarch/</a></p>
<p>For oVirt 3.5 the packages exits:</p>
<p><a href=3D"http://resources.ovirt.org/pub/ovirt-3.5/rpm/fc20/noarch/">ht=
tp://resources.ovirt.org/pub/ovirt-3.5/rpm/fc20/noarch/</a><br /><br />Sear=
ching I found in Jenkins:<br /><a href=3D"http://jenkins.ovirt.org/job/ovir=
t-reports_master_create-rpms-fc22-x86_64_created/">http://jenkins.ovirt.org=
/job/ovirt-reports_master_create-rpms-fc22-x86_64_created/</a></p>
<p><a href=3D"http://jenkins.ovirt.org/job/ovirt-reports_master_create-rpms=
-fc22-x86_64_merged/">http://jenkins.ovirt.org/job/ovirt-reports_master_cre=
ate-rpms-fc22-x86_64_merged/</a><br /><br />So I'm not sure if the Reports =
Portail is only available in a Centos/RHEV installation or if there is some=
problem with the sync on the repos.<br />There is no documentation with an=
y reference to this in the wiki or the mailing-list.</p>
<p>Does anyone know anything about this?</p>
<div>-- <br />
<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0">
<tbody>
<tr>
<td><img src=3D"http://www.asambleamurcia.es/templates/sumandoesfuerzos/ima=
ges/ARM.png" alt=3D"" width=3D"130" height=3D"79" /></td>
<td>David Marzal Cánovas <br />Servicio de Mecanización =
e Informática<br />Asamblea Regional de Murcia<br />Paseo Alfonso XI=
II, nº53<br />30203 - Cartagena<br />Tlfno: 968326800</td>
</tr>
</tbody>
</table>
</div>
</body></html>
--=_9ac9c9e519ad08923a39f5e254062b31--
8 years, 9 months
[Node] Maintenance mode and update
by Lionel Caignec
Hello,
I am concerned about maintenance mode and system updates.
In which case it is essential to put host in maintenance mode?
No worries for Content Updates requiring a reboot.
But for example in the case of updates like VDSM* or kvm it seems essential, but is it?
--
Lionel
8 years, 9 months