Re: [Users] How to configure sharedFS ?

2012-03-14 Thread Deepak C Shetty

On 02/29/2012 08:06 PM, Dan Kenigsberg wrote:

On Wed, Feb 29, 2012 at 07:42:15PM +0530, Deepak C Shetty wrote:

On 02/27/2012 04:55 AM, Ayal Baron wrote:

Any help on documenting this so people would not have to dig into the code 
would be greatly appreciated.


Great, let me start and get back if i land up into issues.
thanks for the pointer.

Let us know if you need further assistance..



If you have that python script working for LOCALFS, I'd suggest you try
making it work for SHAREDFS too.




I was able to use the VDSM_Standalone example, and modify it to use SHAREDFS
and export glusterfs as a DATA_DOMAIN and invoke VM backed by gluster 
storage.


I edited http://www.ovirt.org/wiki/Vdsm_Standalone (scroll below)  
added it as

a SHAREDFS example.


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


[Users] Linux Guest Agent

2012-03-14 Thread William E Johnson


Does anyone know how you get the Ovirt-Guest Agent for Linux virtual
machines.  We would like to be able to see the IP listed in the Management
Portal and we need to be able to query the IP address of Linux virtual
machines from the API and we have noticed without the guest agent we are
unable to complete this task.  We are able to perform these with Windows
virtual machines once we installed RHEV-Tools.  Thank you for your help.


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


Re: [Users] Linux Guest Agent

2012-03-14 Thread Andrew Cathrow


- Original Message -
 From: William E Johnson wejoh...@us.ibm.com
 To: users@ovirt.org
 Sent: Wednesday, March 14, 2012 10:49:50 AM
 Subject: [Users] Linux Guest Agent
 
 
 
 
 Does anyone know how you get the Ovirt-Guest Agent for Linux virtual
 machines. We would like to be able to see the IP listed in the
 Management Portal and we need to be able to query the IP address of
 Linux virtual machines from the API and we have noticed without the
 guest agent we are unable to complete this task. We are able to
 perform these with Windows virtual machines once we installed
 RHEV-Tools. Thank you for your help.
 

For RHEL guests the rhev guest agent (on RHN) works.
For fedora it's available here http://www.ovirt.org/releases/nightly/fedora/16/


 
 Bill
 ___
 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] Vm is in a Image locked status

2012-03-14 Thread Michel van Horssen
Hi,

Mentioned it before on the Node list but am trying it here as well.

Somehow by stopping and starting stuff, hosts, vm's etc. I ended up with a VM 
that is in an Image locked state.

The host (VDSM) the engine reports it's running on is active the storage 
doesn't have a disk for this vm, which it had when I installed it.

This all happened when a migrate went wrong.

My question is how to destroy this vm. It's just a test so I don't mind killing 
it, question is how.

Thnx,

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


Re: [Users] Vm is in a Image locked status

2012-03-14 Thread Moran Goldboim

On 03/14/2012 05:20 PM, Michel van Horssen wrote:

Hi,

Mentioned it before on the Node list but am trying it here as well.

Somehow by stopping and starting stuff, hosts, vm's etc. I ended up with a VM that is in 
an Image locked state.

The host (VDSM) the engine reports it's running on is active the storage 
doesn't have a disk for this vm, which it had when I installed it.

This all happened when a migrate went wrong.

My question is how to destroy this vm. It's just a test so I don't mind killing 
it, question is how.

Thnx,

Michel
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
Michel, can you please open a bug and attach vdsm+ovirt logs when the 
problem happened.

Make sure it's not running on each of the hosts.
try to run : psql  engine -c SELECT * from vm_static where vm_name 
ilike 'xxx';
get the vm_guid from it and run: psql  engine -c update vm_dynamic SET 
status=0 where vm_guid='xxx-xxx-xxx';


Moran.

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


Re: [Users] Rest API for vmanager 3.0 (set VM ip address)

2012-03-14 Thread Oved Ourfalli


- Original Message -
 From: Messaoud Benantar mbena...@us.ibm.com
 To: Andrew Cathrow acath...@redhat.com
 Cc: users@ovirt.org
 Sent: Tuesday, March 13, 2012 10:15:39 PM
 Subject: Re: [Users] Rest API for vmanager 3.0 (set VM ip address)
 
 
 Andrew -
 Unfortunately in our case we assign ip-addresses from a static pool.
 So i understand the VMPayload feature will include setting up
 gues_info ip-address, right?
 Sorry that i have not read any info regarding this functionality --
 when will it be available? Thanks.
 
Details on the VMPayload feature can be found in 
http://www.ovirt.org/wiki/Features/VMPayload
Basically, the purpose of the feature is to allow passing a payload to a guest 
upon startup, exposed as either a CD or Floppy device.
So, you can use this in order to pass configuration information to the guest.

Regards,
Oved

 
 Regards,
 Messaoud Benantar
 
 
 
 
 From: Andrew Cathrow acath...@redhat.com
 To: Messaoud Benantar/Austin/IBM@IBMUS
 Cc: users@ovirt.org
 Date: 03/13/2012 03:12 PM
 Subject: Re: [Users] Rest API for vmanager 3.0 (set VM ip address)
 
 
 
 
 Not today, the guest would usually just pickup from DHCP
 But that's the purpose of the VMPayload feature that's being
 discussed - a way to pass arbitrary data/config to the VM
 
 - Original Message -
  From: Messaoud Benantar mbena...@us.ibm.com
  To: Andrew Cathrow acath...@redhat.com
  Cc: users@ovirt.org
  Sent: Tuesday, March 13, 2012 4:02:46 PM
  Subject: Re: [Users] Rest API for vmanager 3.0 (set VM ip address)
  
  Andrew -- thanks for the reply.
  Since guest_info of a vm is not modifiable, is there a way to
  set
  a VM's IP address.
  This seems like a really needed functionality when provisioning VMs
  through the Rest API.
  
  Regards,
  Messaoud Benantar
  
  
  
  
  From: Andrew Cathrow acath...@redhat.com
  To: Messaoud Benantar/Austin/IBM@IBMUS
  Cc: users@ovirt.org
  Date: 03/13/2012 01:30 PM
  Subject: Re: [Users] Rest API for vmanager 3.0 (set VM ip address)
  
  
  
  
  
  
  - Original Message -
   From: Messaoud Benantar mbena...@us.ibm.com
   To: users@ovirt.org
   Sent: Tuesday, March 13, 2012 12:13:25 PM
   Subject: [Users] Rest API for vmanager 3.0 (set VM ip address)
   
   
   Hi everyone,
   i am using the vmanager's 3.0 Rest API.
   have created a VM from an existing template (using http POST) and
   been trying to find a way to set the VMs ip address
   with no success. I tried supplying the ip address in the
   guest_info
   element during VM creation as in:
   guest_info
   ips
   ip address=x.x.x.x/
   /ips
   /guest_info
  
  That's a read only property that shows the IP address of the
  virtual
  machine reported by the in-guest agent.
  
  There's discussion going on about how we pass a payload to a VM
  that
  can handle things like in-guest configuration
  
  http://www.ovirt.org/wiki/Features/VMPayload
  
   
   But the created VM ends up with the same ip address as that in
   the
   template.
   
   Anyone attempted to do something similar ? Is there another way
   of
   doing it. I tried the nics API but there seem to be no interface
   to modify a nic's ip address.
   
   Thank you.
   
   
   Regards,
   Messaoud Benantar
   
   ___
   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 mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users