Migration from Xenserver 6.2 to KVM.
by Kalil de A. Carvalho
Hello all.
I work in a company that want test KVM/oVirt.
The problem is the current environment running Xenserver 6.2 and is
mandatory that we can migrate from the Xenserver to KVM.
Research about it I saw that is not supported.
I this true?
Best regards.
--
Atenciosamente,
Kalil de A. Carvalho
9 years, 10 months
ovirt 3.5 and power outages
by Kostyrev Aleksandr
good day, everybody!
I've got three node cluster with power management enabled.
As far as I understood to restart vms on the other host in the cluster
in case when host suffered from power outage
the engine has to be able to connect to host (specifically to vdsm) to
be sure that host has been rebooted and it's not running any vms.
But what if I'm running a lot of vms on the host and it's 3 o'clock in
the morning and
1) engine has rebooted the host but the host cannot boot because of some
hardware problem or new kernel gives a kernel panic?
2) the host's motherboard burned out and it cannot get booted
so the engine will never connect to host and therefore all the vms that
were running on that host won't migrate to other node in the cluster.
So my cluster in that case is useless 'cause I'm not there to press
"confirm host has been rebooted'.
--
С уважением,
Костырев Александр,
системный администратор
9 years, 10 months
Re: [ovirt-users] USB Modem in a VM
by Itamar Heim
On 01/19/2015 12:23 PM, VONDRA Alain wrote:
> Hi,
> I've tried to use hook hostusb, I've installed vdsm-hook-hostusb.noarch 0:4.16.10-0.el6, and followed the documentation on http://www.ovirt.org/Vdsm_Hooks, but the new hook doesn't appear on the UI using "Edit VM" and "custom properties".
> Is there any other way to install hooks, the documentation is not so clear, and I'm not very fine with python.
> Thanks
you don't need to know python.
did you run the engine side commands (engine-config -s
UserDefinedVMProperties... and restarted the engine)?
check http://blog.conoracallahan.com/blog/2014/07/19/ovirt-usb-passthrough/
> Alain
>
>
>
>
> Alain VONDRA
> Chargé d'exploitation des Systèmes d'Information
> Direction Administrative et Financière
> +33 1 44 39 77 76
> UNICEF France
> 3 rue Duguay Trouin 75006 PARIS
> www.unicef.fr
>
>
>
>
> -----Message d'origine-----
> De : Itamar Heim [mailto:iheim@redhat.com]
> Envoyé : dimanche 18 janvier 2015 11:42
> À : VONDRA Alain
> Objet : Re: [ovirt-users] USB Modem in a VM
>
> On 01/18/2015 12:36 PM, VONDRA Alain wrote:
>> Hi,
>> I didn't try yet this option http://www.ovirt.org/VDSM-Hooks/hostusb
>> to inject it Do you think it will be a better solution ?
>
> that's the "right solution".
> I'll reply again on list so folks can help you with it as needed.
>
>> Thanks
>> Alain
>>
>>
>>
>> Alain VONDRA
>> Chargé d'exploitation des Systèmes d'Information Direction
>> Administrative et Financière
>> +33 1 44 39 77 76
>> UNICEF France
>> 3 rue Duguay Trouin 75006 PARIS
>> www.unicef.fr
>>
>>
>>
>>
>> ________________________________________
>> De : Itamar Heim [iheim(a)redhat.com]
>> Envoyé : vendredi 16 janvier 2015 19:21 À : VONDRA Alain Objet : Re:
>> [ovirt-users] USB Modem in a VM
>>
>> On 01/15/2015 05:56 PM, VONDRA Alain wrote:
>>> Hi,
>>> Thank you for your answer, I've tried to insert my USB modem, but it doesn't up in the Windows VM.
>>> I've tried to insert via virt-manager without success, I can't apply the modification, however I see the modem using lsusb :
>>>
>>> lsusb
>>> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 003: ID 0624:0248 Avocent Corp. Virtual Hub Bus 001 Device 004: ID 0624:0249 Avocent Corp. Virtual Keyboard/Mouse Bus 002 Device 010: ID 0572:1321 Conexant Systems (Rockwell), Inc.
>>>
>>> I've unload the "cdc_acm" kernel module via rmmod without success.
>>> I've also tried to edit the xml appending the ID and VENDDOR tags :
>>>
>>> <hostdev mode='subsystem' type='usb'>
>>> <source>
>>> <vendor id='0x0572'/>
>>> <product id='0x1321'/>
>>> </source>
>>> </hostdev>
>>>
>>> Ut at the first load the config disappears...
>>> Do I need to restart the host or restart libvirtd services ?
>>>
>>> Thanks for your help
>>> Alain
>>>
>>>
>>>
>>> Alain VONDRA
>>> Chargé d'exploitation des Systèmes d'Information Direction
>>> Administrative et Financière
>>> +33 1 44 39 77 76
>>> UNICEF France
>>> 3 rue Duguay Trouin 75006 PARIS
>>> www.unicef.fr
>>>
>>>
>>>
>>>
>>> -----Message d'origine-----
>>> De : Alon Bar-Lev [mailto:alonbl@redhat.com] Envoyé : mardi 13
>>> janvier 2015 17:47 À : VONDRA Alain Cc : users(a)ovirt.org Objet : Re:
>>> [ovirt-users] USB Modem in a VM
>>>
>>>
>>>
>>> ----- Original Message -----
>>>> From: "VONDRA Alain" <AVONDRA(a)unicef.fr>
>>>> To: users(a)ovirt.org
>>>> Sent: Tuesday, January 13, 2015 5:55:01 PM
>>>> Subject: [ovirt-users] USB Modem in a VM
>>>>
>>>>
>>>>
>>>> Hi,
>>>>
>>>> Can you tell me if I can use an USB modem through one of the
>>>> hypervisor hosts to a Windows VM ?
>>>>
>>>> I’d like to install a Windows Fax Server.
>>>>
>>>> Thank you for your answers.
>>>
>>>
>>> should be possible using qemu args: -usbdevice
>>> host:vendor_id:product_id
>>>
>>> in libvirt replace @VENDOR@ and @DEVICE@ to device specific properties:
>>>
>>> <domain type='kvm'>
>>> <name>...</name>
>>> …
>>> <devices>
>>> …
>>> <hostdev mode='subsystem' type='usb'>
>>> <source>
>>> <vendor id='0x@VENDOR@'/>
>>> <product id='0x@DEVICE@'/>
>>> </source>
>>> </hostdev>
>>> </devices>
>>> </domain>
>>>
>>> if this option is not exposed in ui you can use vdsm-hooks[1] to modify the libvirt configuration and inject such device.
>>>
>>> Regards,
>>> Alon
>>>
>>> [1] http://www.ovirt.org/VDSM-Hooks
>>> _______________________________________________
>>> Users mailing list
>>> Users(a)ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>
>> have you used http://www.ovirt.org/VDSM-Hooks/hostusb to inject it?
>>
>
9 years, 10 months
Ovirt and power saving
by Mario Giammarco
Hello,
I would like to ask if it is possible to do this use case with ovirt:
1) two servers powered on
2) operator suspend some virtual machines
3) load falls down
4) ovirt shutdown one server
Then operator unpauses virtual machines and ovirt starts again the 2nd
server.
Thanks,
Mario
9 years, 10 months
Put the engine inside hosts after installation
by Mario Giammarco
Hello,
I would like to try ovirt with hosted engine installation.
I had so many problems (I have written them in another thread) so I will
not try anymore hosted installation (up and running with ovirt 3.5 tutorial)
But now I would try this approach: I install the engine on a dedicated
server or as a virtual machine in another kvm based virtualizator.
Now I create an ovirt cluster and use it.
Can I after that install change my mind and so move the engine as a vm in
the cluster?
Or can I install a new engine in the cluster and powerdown the first engine?
Thanks in advance for help,
Mario
9 years, 10 months
Re: [ovirt-users] FOSDEM 15.... here we come!
by Rene Koch
This is a multi-part message in MIME format. Your mail reader does not
understand MIME message format.
--=_sqnK4Lv6t30UIQamReiQk0Qvd4-hXN12ZYsxbTaWKFuW2Lt7
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Done - added myself to to one of the few empty slots...
See you guys a=
t FOSDEM!
-----Original message-----
From: Doron Fediuck=C2=A0=
<dfediuck(a)redhat.com>
Sent: Thursday 15th January 2015 16:55
To: Brian =
Proffitt <bproffit(a)redhat.com>; users(a)ovirt.org; announce(a)ovirt.org
Subj=
ect: [ovirt-users] FOSDEM 15.... here we come!
Hi all,
Happy to see=
oVirt's tradition continuing!
I summarized all relevant information h=
ere:
http://etherpad.ovirt.org/p/ovirt-fosdem-15
Also, we need a few =
volunteers to help man the booth, so please go ahead
and list yourself i=
n the right place.
Once we have more updates we'll send them to the li=
st.
See you @FOSDEM,
Doron
_________________________________________=
______
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailm=
an/listinfo/users
--=_sqnK4Lv6t30UIQamReiQk0Qvd4-hXN12ZYsxbTaWKFuW2Lt7
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://ww=
w.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta name=3D"Generator" con=
tent=3D"Zarafa WebApp v7.1.11-46050">
<meta http-equiv=3D"Content-Type"=
content=3D"text/html; charset=3Dutf-8">
<title>RE: [ovirt-users] FOSDE=
M 15.... here we come!</title>
</head>
<body>
<p style=3D"padding: 0; mar=
gin: 0;"><span style=3D"font-family: tahoma; font-size: 10pt;">Done - add=
ed myself to to one of the few empty slots...<br /></span></p>
<p style=3D=
"padding: 0; margin: 0;"><span style=3D"font-family: tahoma; font-size: 1=
0pt;">See you guys at FOSDEM!<br /></span></p>
<p style=3D"padding: 0; ma=
rgin: 0;"><span style=3D"font-family: tahoma; font-size: 10pt;"><br /></s=
pan></p>
<p style=3D"padding: 0; margin: 0;"><span style=3D"font-family: =
tahoma; font-size: 10pt;"><br /></span></p>
<div>
<blockquote style=3D"bo=
rder-left: 2px solid #325FBA; padding-left: 5px; margin: 0px 5px;"><span =
style=3D"font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;=
">-----Original message-----<br /><span><strong>From:</strong> Doron Fedi=
uck <dfediuck(a)redhat.com></span><br /><span><strong>Sent:</str=
ong> Thursday 15th January 2015 16:55</span><br /><span><strong>To:</stro=
ng> Brian Proffitt <bproffit(a)redhat.com>; users(a)ovirt.org; announce=
@ovirt.org</span><br /><span><strong>Subject:</strong> [ovirt-users] FOSD=
EM 15.... here we come!</span><br /><br /></span>
<div>
<pre style=3D"whi=
te-space: pre-wrap; word-wrap: break-word;">Hi all,<br />Happy to see oVi=
rt's tradition continuing!<br /><br />I summarized all relevant informati=
on here:<br />http://etherpad.ovirt.org/p/ovirt-fosdem-15<br /><br />Also=
, we need a few volunteers to help man the booth, so please go ahead<br /=
>and list yourself in the right place.<br /><br />Once we have more updat=
es we'll send them to the list.<br /><br />See you @FOSDEM,<br />Doron<br=
/>_______________________________________________<br />Users mailing lis=
t<br />Users(a)ovirt.org<br />http://lists.ovirt.org/mailman/listinfo/users=
<br /></pre>
</div>
</blockquote>
</div>
</body>
</html>
--=_sqnK4Lv6t30UIQamReiQk0Qvd4-hXN12ZYsxbTaWKFuW2Lt7--
9 years, 10 months
Low cost fencing/stonith devices
by Mario Giammarco
Hello,
I ask this question again to see if there are some improvements.
I am searching for a low cost stonith/fencing device for servers or
hardware that has no ipmi/ilo on board.
I see that there are some interesting products on the market like ubnt/mfi
mpower that are controllable power outlets but there is no driver for them.
In my use case WOL support will be enough (using it with ssh or shared
storage fencing) but as far as I know WOL is not yet supported in ovirt.
So is there some fencing device supported in 100/200$ price range?
Thanks,
Mario
9 years, 10 months
[POLL] FOSDEM Social Event Date
by Brian Proffitt
For those attending FOSDEM:
As is our tradition, we would like to host a social evening out during FOSDEM for members and friends of the oVirt community. We will be gathering at the Au Bon Vieux Temps tavern in Brussels, but before we set the date for the event, we would like your input on which evening would be better: Fri., Jan. 30 or Sat., Jan. 31?
Please visit the post about this on Facebook [1] and input your preference in the comments, and early next week we will set it up and announce the details of the event!
Thanks!
BKP
[1] https://www.facebook.com/events/340404086145780/permalink/340730009446521/
--
Brian Proffitt
Community Liaison
oVirt
Open Source and Standards, Red Hat - http://community.redhat.com
Phone: +1 574 383 9BKP
IRC: bkp @ OFTC
9 years, 10 months