[Users] Fencing virtual machines

2013-11-07 Thread Nicolas Ecarnot

Hi,

In the case I want to setup a virtual cluster amongst many virtual 
machines, and this virtual cluster needs to fence some VM, what is the 
best way to achieve this?


I guess this has to use something like vdsClient to unplug the VM, but 
I found it hard to find any more information about this.


--
Nicolas Ecarnot
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Could I add the VirtualBox to the oVirt?

2013-11-07 Thread Itamar Heim

On 11/07/2013 09:07 AM, hackxay wrote:

Hi, I want to add the VirtualBox to the oVirt.
What can I do for that?



Can you pleas elaborate a bit on the use case?

thanks,
   Itamar

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] virtio-win packaging [Was Re: Installing Windows VMs]

2013-11-07 Thread Andrew Cathrow

- Original Message - 

 From: Bob Doolittle b...@doolittle.us.com
 To: Greg Sheremeta gsher...@redhat.com
 Cc: users@ovirt.org
 Sent: Wednesday, November 6, 2013 8:29:43 AM
 Subject: Re: [Users] virtio-win packaging [Was Re: Installing Windows
 VMs]

 On Tue, Nov 5, 2013 at 11:49 AM, Greg Sheremeta  gsher...@redhat.com
  wrote:

  - Original Message -
 
   From: Sandro Bonazzola  sbona...@redhat.com 
 
   To: Greg Sheremeta  gsher...@redhat.com , Bob Doolittle 
   b...@doolittle.us.com 
 
   Cc: users@ovirt.org , Alon Bar-Lev  alo...@redhat.com 
 
   Sent: Tuesday, November 5, 2013 4:30:11 AM
 
   Subject: virtio-win packaging [Was Re: [Users] Installing Windows
   VMs]
 
  
 
   Il 05/11/2013 03:47, Greg Sheremeta ha scritto:
 
   
 
- Original Message -
 
From: Bob Doolittle  b...@doolittle.us.com 
 
To: users@ovirt.org
 
Sent: Monday, November 4, 2013 6:43:00 PM
 
Subject: [Users] Installing Windows VMs
 
   
 
In the QuickStart Guide, it implies that you should find a
virtual
 
floppy image for virtio-win in the ISO_DOMAIN. Or at least I
can
find no
 
information on where to find/populate that image before the
Guide shows
 
its use.
 
   
 
However, in my default 3.3 installation, there was nothing
pre-populated
 
in my ISO_DOMAIN. Should there have been?
 
   
 
Regards,
 
Bob
 
   
 
   
 
I've never seen that happen on any of my installs.
 
   
 
You can grab the drivers at
 
http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/
 
  
 
   Anyone would like to step in for packaging virtio-win so we can
   add
   it to
 
   ovirt repository?
 
   So we can add it as dependency and have ISO_DOMAIN populated.
 
  
 
  
 

  I can take it, if alonbl doesn't mind me asking him a few questions
  about packaging :)
 

  Bug 1026930 - Package virtio-win and put it in ovirt repositories
  (I'll do this)
 
  Bug 1026933 - pre-populate ISO domain with virtio-win ISO (depends
  on
  1026930, need someone to take)
 

 This is great!

 Should we also consider pre-populating the Guest Additions, such as
 the SPICE optimized driver?

Might need to have different manifest in the virtual floppy that the VFD based 
on the size limitations
eg. just enough (virtio-blk,net) in VFD but all in ISO.

 -Bob

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Help with a VM

2013-11-07 Thread Josué Delgado
Hello all,


Need help to understand why a VM don’t boot. I took a screen shoot and upload 
it here: 
https://www.dropbox.com/s/4vjjli3r0i5984l/Screenshot%202013-11-07%2020.43.35.png

I’m using Fedora 18 with Ovirt 3.2. Is there’s some that can help me understand 
what i need to do (logs, debug tools etc).


Many tnkx in advance.

Regards,

JD

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Help with a VM

2013-11-07 Thread Pavel Zhukov
On Thursday, November 07, 2013 08:51:10 PM Josué Delgado wrote:
 Hello all,
 
 
 Need help to understand why a VM don’t boot. I took a screen shoot and
 upload it here:
 https://www.dropbox.com/s/4vjjli3r0i5984l/Screenshot%202013-11-07%2020.43.3
 5.png
 
Kernel 2.6.18 (RHEL5/Centos5) is not able to boot even with invocation. 
(like qemu-kvm -kernel vmlinuz -initrd initd.img)

Please see: https://bugzilla.redhat.com/967652

 I’m using Fedora 18 with Ovirt 3.2. Is there’s some that can help me
 understand what i need to do (logs, debug tools etc).
 
 
 Many tnkx in advance.
 
 Regards,
 
 JD
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
-- 
Pavel
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Fencing virtual machines

2013-11-07 Thread Nicolas Ecarnot

Le 08/11/2013 08:23, Eli Mesika a écrit :



- Original Message -

From: Mike Burns mbu...@redhat.com
To: Nicolas Ecarnot nico...@ecarnot.net, users@ovirt.org
Sent: Thursday, November 7, 2013 4:10:36 PM
Subject: Re: [Users] Fencing virtual machines

On 11/07/2013 09:03 AM, Nicolas Ecarnot wrote:

Hi,

In the case I want to setup a virtual cluster amongst many virtual
machines, and this virtual cluster needs to fence some VM, what is the
best way to achieve this?

I guess this has to use something like vdsClient to unplug the VM, but
I found it hard to find any more information about this.



I haven't tried but the fence-agents package (fence-agents-rhevm on
Fedora) has a fence_rhevm tool that will probably work for you.


Please let us know if that worked for you.


Thank you all for your answer. I installed it and began to try to play 
with it, and it seems to be EXACTLY what I was looking for.


It's still not clear for me to see what I have to install on the 
stonith targets - or who is eventually in charge of applying the kill 
action (the manager, one node, any node ?) but I promise I'm still 
reading and testing on my own.


Thank you, have a nice day.

--
Nicolas Ecarnot
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users