Re: [Users] Change main datastore's IP address

2013-10-21 Thread emi...@gmail.com
Thank you very much!

Regards!


2013/10/21 Yedidyah Bar David d...@redhat.com

 - Original Message -
  From: Itamar Heim ih...@redhat.com
  To: emi...@gmail.com, Yedidyah Bar David d...@redhat.com
  Cc: users@ovirt.org
  Sent: Monday, October 21, 2013 7:23:44 AM
  Subject: Re: [Users] Change main datastore's IP address
 
  On 10/18/2013 06:12 PM, emi...@gmail.com wrote:
   Hi, I'm using oVirt 3.2 and I need to change the IP address of the main
   datastore of a cluster. Through the UI I'm not able to do it. How could
   I do this?
  
 

 IIRC, if you only change the IP address and not the hostname, the engine
 does not care. You'll naturally have to take care of keeping network access
 working (firewalling etc), might need to reboot the engine and/or hosts. I
 didn't try that.

  i don't recall the steps for 3.2, but worth mentioning that in 3.3 this
  should work via:
 
  http://gerrit.ovirt.org/17408
  http://www.ovirt.org/Changing_Engine_Hostname
 
  It provides a script
  /usr/share/ovirt-engine/setup/bin/ovirt-engine-rename which allows
  changing the engine's hostname.

 Indeed. And this script is only needed when changing the hostname, not
 the IP address.

 
  It's otopi-based. This means, among other things, that it looks similar
  to the new engine-setup/cleanup, and provides similar logging, options,
 etc.
 
  Options specific to it:
  --newname=newname
 
  An example run, which does everything in batch and does not ask
  questions, if possible:
  /usr/share/ovirt-engine/setup/bin/ovirt-engine-rename
  --newname=ovirte1n.home.local
  --otopi-environment=OSETUP_RENAME/forceIgnoreAIAInCA=bool:'True'
  OVESETUP_CORE/engineStop=bool:'True'
  OSETUP_RENAME/confirmForceOverwrite=bool:'False'
 
  didi - i think above example should be added to the wiki feature page?

 Added to the link above. It has no feature page, as in something under
 ovirt.org/Features with the format of the pages there.

 Also removed DRAFT and a few other minor changes, as what's there is
 basically correct.
 --
 Didi

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


[Users] Change main datastore's IP address

2013-10-18 Thread emi...@gmail.com
Hi, I'm using oVirt 3.2 and I need to change the IP address of the main
datastore of a cluster. Through the UI I'm not able to do it. How could I
do this?

Thanks!

-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VM import from ESXi

2013-10-16 Thread emi...@gmail.com
Hi Omer, It doesn't appears any ovf that with that VM, anyway I send you
all ovf from the export. I've also noticed that some ovf are not listed on
the VM import section in the UI. Why could this is happening?

Regards!


2013/10/16 Omer Frenkel ofren...@redhat.com



 --

 *From: *emi...@gmail.com
 *To: *users@ovirt.org
 *Sent: *Tuesday, October 15, 2013 11:29:39 PM
 *Subject: *[Users] VM import from ESXi


 Hi,

 I've imported a Windows VM from an ESXi to an export domain
 using virt-v2v. It didn't return me any error wen it finished (i think),
 but when attached the export domain I get the following advertising and the
 vm doesn't appear in the list to be imported:

 Failed to read VM '[Empty Name]' OVF, it may be corrupted

 Could you give me some hint to fix this, or what it could be the problem?

 Regards!

 could you post the ovf file? it seems something is wrong there

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





vms.tar.gz
Description: GNU Zip compressed data
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Host USB

2013-10-15 Thread emi...@gmail.com
Thank you very much guys... works perfect!

I would like to know if there is any chance to make a passthrough of a USB
device that doesn't have the linux driver?

Regards!


2013/10/11 Eduardo Ramos edua...@freedominterface.org

  Oh well, there is one missing step:

 I had to run this command on engine to define 'hostusb' as a custom
 property:

 sudo engine-config -s UserDefinedVMProperties='hostusb=[\w:]+'

 You can check out using:

 sudo engine-config -g UserDefinedVMProperties

 I have to write about it so as to not forget. Now I think it is enough.

 Regards!


 On 10/11/2013 02:59 PM, emi...@gmail.com wrote:

 I've installed the hook on both host that belong to the cluster where the
 VM is but I don't get the option to configure. I've also pinned the vm to a
 host but I get the same options as in any other vm from the cluster.

  There is something that I'm not doing?

  Regards!


 2013/10/11 Eduardo Ramos edua...@freedominterface.org

  You're welcome!


 On 10/11/2013 02:13 PM, emi...@gmail.com wrote:

 Oh! great! i though that was by modifying the xml by hand.

  Thanks!


 2013/10/11 Eduardo Ramos edua...@freedominterface.org

  Emitor,

 You won't put it into a XML. You will configure it in ovirt webadmin.

 First you have to install hostusb hook on the host machine. Then editing
 your virtual machine, go to the 'Custom Properties' tab. There, select
 'hostusb' and in the right textbox, put the id. Example: 0x1234:0xbeef.

 You can define several ids, putting '' between them:
 0x1234:0xbeef0x:0xabaa.

 http://imagebin.org/273393

 I hope it is what you want.


 On 10/11/2013 01:56 PM, emi...@gmail.com wrote:

 Thanks for your answer Eduardo, but i don't know which is the file where
 i have to put the '0x', I mean the XML file that describes the VM. Where is
 it located?

  Regards!


 2013/10/11 Eduardo Ramos edua...@freedominterface.org

  Hi my friend!

 On the host, you can run 'lsusb' command. It will return you some like
 this:

 Bus 002 Device 004: ID 413c:2106 Dell Computer Corp. Dell QuietKey
 Keyboard

 You just add '0x' in the begining of ids.




 On 10/11/2013 01:17 PM, emi...@gmail.com wrote:

  Hi,

  I would like to implement the USB pass through from a host to a VM. I
 don't know how to configure the hook that allow me to do this. Could you
 give me some guidance with this?

  I''ve readed this: http://www.ovirt.org/VDSM-Hooks/hostusb

  But I don't know where is located the VM XML that it's mentioned
 there.

  Regards!


  ___
 Users mailing 
 listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users





  --
 *Emiliano Tortorella*
 +598 98941176 %2B598%2098941176
 emi...@gmail.com





  --
 *Emiliano Tortorella*
 +598 98941176 %2B598%2098941176
 emi...@gmail.com





  --
 *Emiliano Tortorella*
 +598 98941176
 emi...@gmail.com





-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] VM import from ESXi

2013-10-15 Thread emi...@gmail.com
Hi,

I've imported a Windows VM from an ESXi to an export domain using virt-v2v.
It didn't return me any error wen it finished (i think), but when attached
the export domain I get the following advertising and the vm doesn't appear
in the list to be imported:

Failed to read VM '[Empty Name]' OVF, it may be corrupted

Could you give me some hint to fix this, or what it could be the problem?

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


[Users] Host USB

2013-10-11 Thread emi...@gmail.com
Hi,

I would like to implement the USB pass through from a host to a VM. I don't
know how to configure the hook that allow me to do this. Could you give me
some guidance with this?

I''ve readed this: http://www.ovirt.org/VDSM-Hooks/hostusb

But I don't know where is located the VM XML that it's mentioned there.

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


Re: [Users] Host USB

2013-10-11 Thread emi...@gmail.com
Thanks for your answer Eduardo, but i don't know which is the file where i
have to put the '0x', I mean the XML file that describes the VM. Where is
it located?

Regards!


2013/10/11 Eduardo Ramos edua...@freedominterface.org

  Hi my friend!

 On the host, you can run 'lsusb' command. It will return you some like
 this:

 Bus 002 Device 004: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard

 You just add '0x' in the begining of ids.




 On 10/11/2013 01:17 PM, emi...@gmail.com wrote:

 Hi,

  I would like to implement the USB pass through from a host to a VM. I
 don't know how to configure the hook that allow me to do this. Could you
 give me some guidance with this?

  I''ve readed this: http://www.ovirt.org/VDSM-Hooks/hostusb

  But I don't know where is located the VM XML that it's mentioned there.

  Regards!


 ___
 Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users





-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Host USB

2013-10-11 Thread emi...@gmail.com
Oh! great! i though that was by modifying the xml by hand.

Thanks!


2013/10/11 Eduardo Ramos edua...@freedominterface.org

  Emitor,

 You won't put it into a XML. You will configure it in ovirt webadmin.

 First you have to install hostusb hook on the host machine. Then editing
 your virtual machine, go to the 'Custom Properties' tab. There, select
 'hostusb' and in the right textbox, put the id. Example: 0x1234:0xbeef.

 You can define several ids, putting '' between them:
 0x1234:0xbeef0x:0xabaa.

 http://imagebin.org/273393

 I hope it is what you want.


 On 10/11/2013 01:56 PM, emi...@gmail.com wrote:

 Thanks for your answer Eduardo, but i don't know which is the file where i
 have to put the '0x', I mean the XML file that describes the VM. Where is
 it located?

  Regards!


 2013/10/11 Eduardo Ramos edua...@freedominterface.org

  Hi my friend!

 On the host, you can run 'lsusb' command. It will return you some like
 this:

 Bus 002 Device 004: ID 413c:2106 Dell Computer Corp. Dell QuietKey
 Keyboard

 You just add '0x' in the begining of ids.




 On 10/11/2013 01:17 PM, emi...@gmail.com wrote:

  Hi,

  I would like to implement the USB pass through from a host to a VM. I
 don't know how to configure the hook that allow me to do this. Could you
 give me some guidance with this?

  I''ve readed this: http://www.ovirt.org/VDSM-Hooks/hostusb

  But I don't know where is located the VM XML that it's mentioned
 there.

  Regards!


  ___
 Users mailing 
 listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users





  --
 *Emiliano Tortorella*
 +598 98941176
 emi...@gmail.com





-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Broken Main Datastore Gluster

2013-10-10 Thread emi...@gmail.com
Hi Liron, I've deleted everything, because I couldn't find anything about
how to recover this, I think that what happened was a split brain problem
in gluster which didn't let me access to the datastore.
Now I'm trying to implement oVirt 3.2, sorry I can't continue testing the
3.3 version. With 3.2 I'll lose some features with gluster but at least
it's much more stable right now.

Regards!


2013/10/10 Liron Aravot lara...@redhat.com



 - Original Message -
  From: emi...@gmail.com
  To: Liron Aravot lara...@redhat.com
  Cc: users@ovirt.org
  Sent: Monday, October 7, 2013 5:07:09 PM
  Subject: Re: [Users] Broken Main Datastore Gluster
 
  There it goes..
 
 
  2013/10/7 Liron Aravot lara...@redhat.com
 
   Hi Emiliano,
   please attach the engine and vdsm logs so i could take a look to see
 what
   went wrong.
   thanks,
   Liron
  
   - Original Message -
From: emi...@gmail.com
To: users@ovirt.org
Sent: Monday, October 7, 2013 3:10:51 PM
Subject: [Users] Broken Main Datastore Gluster
   
Hi,
   
I have a gluster cluster configured, I've restarted both nodes and
 the
datastore now give me an error Failed to activate Storage Domain
ds_cluster1_gfs (Data Center ing_GFS) by admin@internal
   
I would like to be able to recover the datastore but I've just tried
 to
destroy it and it gives me an error too.
   
Any ideas?
   
Regards!

 it seems like the domain cannot be reached - please verify it's existence
 and reply before we proceed to further steps.
 Thanks.

 Please ignore the previous email - was sent by mistake as reply to you.
 Thanks.

   
--
Emiliano Tortorella
+598 98941176
emi...@gmail.com
   
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
   
  
 
 
 
  --
  *Emiliano Tortorella*
  +598 98941176
  emi...@gmail.com
 




-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Broken Main Datastore Gluster

2013-10-07 Thread emi...@gmail.com
Hi,

I have a gluster cluster configured, I've restarted both nodes and the
datastore now give me an error Failed to activate Storage Domain
ds_cluster1_gfs (Data Center ing_GFS) by admin@internal

I would like to be able to recover the datastore but I've just tried to
destroy it and it gives me an error too.

Any ideas?

Regards!

-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] HA in oVirt 3.3

2013-10-02 Thread emi...@gmail.com
Hi!

I'm testing the HA in oVirt 3.3, it should work if i'm running a vm on a
host that suddenly get out of connection? because that's not working for me.

The HA works if i put in maintenance the host where the VM is running, but
if the host get down the vm get in unknown state. That's how it should work?

I would like that the vm automatically change of host if the one that's is
running get out of conectivity, this is possible?

Regards!

-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] HA in oVirt 3.3

2013-10-02 Thread emi...@gmail.com
Thanks Itamar!

So there is no way to get HA without power management? It doesn't use the
connectivity issue as a reason for migrate the vm?

Thanks


2013/10/2 Itamar Heim ih...@redhat.com

 On 10/02/2013 08:08 PM, emi...@gmail.com wrote:

 Hi!

 I'm testing the HA in oVirt 3.3, it should work if i'm running a vm on a
 host that suddenly get out of connection? because that's not working for
 me.

 The HA works if i put in maintenance the host where the VM is running,
 but if the host get down the vm get in unknown state. That's how it
 should work?


 that's live migration, not HA.
 HA is for failure, in which case engine should start the VM on another
 host.



 I would like that the vm automatically change of host if the one that's
 is running get out of conectivity, this is possible?


 yes. but you need to configure power management so engine can fence the
 non responsive host.


 Regards!

 --
 *Emiliano Tortorella*
 +598 98941176
 emi...@gmail.com mailto:emi...@gmail.com


 __**_
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/**mailman/listinfo/usershttp://lists.ovirt.org/mailman/listinfo/users





-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] HA in oVirt 3.3

2013-10-02 Thread emi...@gmail.com
Connectivity between the host and the engine...


2013/10/2 Itamar Heim ih...@redhat.com

 On 10/02/2013 08:38 PM, emi...@gmail.com wrote:

 Thanks Itamar!

 So there is no way to get HA without power management? It doesn't use
 the connectivity issue as a reason for migrate the vm?


 connectivity between engine and host, or host and something else?


 Thanks


 2013/10/2 Itamar Heim ih...@redhat.com mailto:ih...@redhat.com

 On 10/02/2013 08:08 PM, emi...@gmail.com mailto:emi...@gmail.com

 wrote:

 Hi!

 I'm testing the HA in oVirt 3.3, it should work if i'm running a
 vm on a
 host that suddenly get out of connection? because that's not
 working for me.

 The HA works if i put in maintenance the host where the VM is
 running,
 but if the host get down the vm get in unknown state. That's how
 it
 should work?


 that's live migration, not HA.
 HA is for failure, in which case engine should start the VM on
 another host.



 I would like that the vm automatically change of host if the one
 that's
 is running get out of conectivity, this is possible?


 yes. but you need to configure power management so engine can fence
 the non responsive host.


 Regards!

 --
 *Emiliano Tortorella*
 +598 98941176 tel:%2B598%2098941176
 emi...@gmail.com mailto:emi...@gmail.com
 mailto:emi...@gmail.com mailto:emi...@gmail.com


 __**___
 Users mailing list
 Users@ovirt.org mailto:Users@ovirt.org
 
 http://lists.ovirt.org/__**mailman/listinfo/usershttp://lists.ovirt.org/__mailman/listinfo/users
 
 http://lists.ovirt.org/**mailman/listinfo/usershttp://lists.ovirt.org/mailman/listinfo/users
 






 --
 *Emiliano Tortorella*
 +598 98941176
 emi...@gmail.com mailto:emi...@gmail.com





-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] HA in oVirt 3.3

2013-10-02 Thread emi...@gmail.com
But, if i want HA, if the host were the vm it's running lost connectivity
with the manager, the vm should start in other host of the cluster right?


2013/10/2 Itamar Heim ih...@redhat.com

 On 10/02/2013 08:58 PM, emi...@gmail.com wrote:

 Connectivity between the host and the engine...


 so engine can't ask host to live migrate to another host...




 2013/10/2 Itamar Heim ih...@redhat.com mailto:ih...@redhat.com

 On 10/02/2013 08:38 PM, emi...@gmail.com mailto:emi...@gmail.com

 wrote:

 Thanks Itamar!

 So there is no way to get HA without power management? It
 doesn't use
 the connectivity issue as a reason for migrate the vm?


 connectivity between engine and host, or host and something else?


 Thanks


 2013/10/2 Itamar Heim ih...@redhat.com
 mailto:ih...@redhat.com mailto:ih...@redhat.com

 mailto:ih...@redhat.com

  On 10/02/2013 08:08 PM, emi...@gmail.com
 mailto:emi...@gmail.com mailto:emi...@gmail.com

 mailto:emi...@gmail.com

  wrote:

  Hi!

  I'm testing the HA in oVirt 3.3, it should work if i'm
 running a
  vm on a
  host that suddenly get out of connection? because
 that's not
  working for me.

  The HA works if i put in maintenance the host where the
 VM is
  running,
  but if the host get down the vm get in unknown state.
 That's how it
  should work?


  that's live migration, not HA.
  HA is for failure, in which case engine should start the VM
 on
  another host.



  I would like that the vm automatically change of host
 if the one
  that's
  is running get out of conectivity, this is possible?


  yes. but you need to configure power management so engine
 can fence
  the non responsive host.


  Regards!

  --
  *Emiliano Tortorella*
 +598 98941176 tel:%2B598%2098941176 tel:%2B598%2098941176

 emi...@gmail.com mailto:emi...@gmail.com
 mailto:emi...@gmail.com mailto:emi...@gmail.com
  mailto:emi...@gmail.com mailto:emi...@gmail.com
 mailto:emi...@gmail.com mailto:emi...@gmail.com


  __**_
  Users mailing list
 Users@ovirt.org mailto:Users@ovirt.org mailto:Users@ovirt.org
 mailto:Users@ovirt.org
 
 http://lists.ovirt.org/**mailman/listinfo/usershttp://lists.ovirt.org/mailman/listinfo/users
 
 http://lists.ovirt.org/__**mailman/listinfo/usershttp://lists.ovirt.org/__mailman/listinfo/users
 

  
 http://lists.ovirt.org/__**mailman/listinfo/usershttp://lists.ovirt.org/__mailman/listinfo/users
 
 http://lists.ovirt.org/**mailman/listinfo/usershttp://lists.ovirt.org/mailman/listinfo/users
 






 --
 *Emiliano Tortorella*
 +598 98941176 tel:%2B598%2098941176
 emi...@gmail.com mailto:emi...@gmail.com
 mailto:emi...@gmail.com mailto:emi...@gmail.com





 --
 *Emiliano Tortorella*
 +598 98941176
 emi...@gmail.com mailto:emi...@gmail.com





-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Migration issues with ovirt 3.3

2013-10-01 Thread emi...@gmail.com
Dan, which are the path to those files that you're asking to me?

Now the debian vm it's not working. After try the migration of the Windows
vm, the live migration it's not working in the debian.

Do you think that this issue it's related to the hosts or with the manager?
i really would like to get this working and to other user this is working
fine. Do you think if that i make a whole new install maybe this start to
work?

I'm going to test what Michal say right now with the same host, but i think
that's going to happen the same thing.

Regards!



2013/9/30 Michal Skrivanek mskri...@redhat.com


 On Sep 29, 2013, at 14:15 , Dan Kenigsberg dan...@redhat.com wrote:

  On Fri, Sep 27, 2013 at 03:36:22PM -0300, emi...@gmail.com wrote:
  So Dan, could I do some other test for you?, The live migration it's
 only
  working with a Debian install, I've just finished to install a windows
  server 2K8 and it doesn't work neither, gives the following error VM
 W2K8
  is down. Exit message: 'iface'.

 Do you have any non-gluster setup to give it a try?
 We have this bug 1007980 which also seems to demonstrate in gluster-setup
 only….don't know why yet, but perhaps this can be related….

 Thanks,
 michal

 
  Frankly, I am out of ideas of what could be causing this very important
  bug :-(
 
  It is unrelated to hotplugging, and probably not to migration -
  something bad happens when the VM parameters are persisted to disk, or
  loaded from it.
 
  I do not see how the type of the guest could matter. Could you tell if
  there is any other difference betrween your W2K8 VM and your Debian one?
 
  Could you post here the first vmCreate command of the two VMs, and their
  libvirt domxml?
 
  Regards,
  Dan.
 
 




-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] About the Backup-Restore API Integration

2013-10-01 Thread emi...@gmail.com
Hi,

I'm testing ovirt to replace ESXi. Right now I want know if there is
something like guettoVCB.sh (https://communities.vmware.com/docs/DOC-8760)
that i can use with oVirt.

I'm checking the following link:
http://www.ovirt.org/Features/Backup-Restore_API_Integration but i don't
understand if this feature it's aviable right now and if it allow me to do
something like what guettoVCB.sh do.

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


Re: [Users] Migration issues with ovirt 3.3

2013-09-27 Thread emi...@gmail.com
So Dan, could I do some other test for you?, The live migration it's only
working with a Debian install, I've just finished to install a windows
server 2K8 and it doesn't work neither, gives the following error VM W2K8
is down. Exit message: 'iface'.

Regards!


2013/9/25 emi...@gmail.com emi...@gmail.com

 I've just tried to do a migration without vdsm restart and it works with
 the debian-test2 VM.

 I've also tried with the pfsense1 VM but it doesn't, might it be because
 this vm has an IDE type disk?

 Here goes the logs!


 2013/9/25 emi...@gmail.com emi...@gmail.com

 No, it doesn't succeed neither.

 I've also noticed that in the Gluster Swift secction it appears to me
 everything as Not installed, except the memcached that appears as Down,
 could this has something to do with all these?

 The private chat was my bad I think, I've only answered to you in some
 point, sorry!

 Thanks!



 2013/9/25 Dan Kenigsberg dan...@redhat.com

 On Wed, Sep 25, 2013 at 10:40:30AM -0300, emi...@gmail.com wrote:
  I've created a new debian VM. I've restarted the vdsm on the source and
  destination host and after try the migration now I received the
 following
  message:
 
  Migration failed due to Error: Fatal error during migration (VM:
  debian-test2, Source: ovirt1, Destination: ovirt2).
 
  Do you think that with a clean instalation of the host could this be
 solved?
 No.

 We have a real bug on re-connecting to VMs on startup.

 But why are we in a private chat? Please report it as a reply to the
 mailing list thread.

 But let me verify: if you start a VM and then migrate (no vdsm restart),
 does migration succede?

 Dan.




 --
 *Emiliano Tortorella*
 +598 98941176
 emi...@gmail.com




 --
 *Emiliano Tortorella*
 +598 98941176
 emi...@gmail.com




-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] importing VM from ESXI

2013-09-26 Thread emi...@gmail.com
Thanks Richard!

SELinux is set as Permissive, the tmp directory has permission as 777
root:root. What do you mean with the setting of TMPDIR?, I'm going to start
the process again using the strace  as you tell me but I'm not sure if I'm
going to be able to deduce where is the issue with the output of that
command.

If you know something else that I could check would be great!

Regards!





2013/9/26 Richard W.M. Jones rjo...@redhat.com


 On Wed, Sep 25, 2013 at 06:10:00PM -0300, emi...@gmail.com wrote:
  could not open disk image
 
 /tmp/KxIoJI50Pc/2872ac3e-7340-4dfa-9801-0a1bd052b3a3/v2v._ApSlRZG/387a5113-bbc2-45a2-9c55-5dc3dade31a9/01c899de-131e-4407-a16c-8c5484ccb8bd:
  Permission denied

 The error comes from qemu and indicates qemu cannot open this
 temporary disk image.  I've no idea why it cannot open it, but
 possibilities include: SELinux, file permissions (eg on /tmp), setting
 of TMPDIR, relative path to a backing file, and more ...

 I'd suggest that you 'strace -f' the whole set of processes to see
 what precise system call fails.

 Rich.

 --
 Richard Jones, Virtualization Group, Red Hat
 http://people.redhat.com/~rjones
 Read my programming blog: http://rwmj.wordpress.com
 Fedora now supports 80 OCaml packages (the OPEN alternative to F#)




-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Migration issues with ovirt 3.3

2013-09-25 Thread emi...@gmail.com
No, it doesn't succeed neither.

I've also noticed that in the Gluster Swift secction it appears to me
everything as Not installed, except the memcached that appears as Down,
could this has something to do with all these?

The private chat was my bad I think, I've only answered to you in some
point, sorry!

Thanks!



2013/9/25 Dan Kenigsberg dan...@redhat.com

 On Wed, Sep 25, 2013 at 10:40:30AM -0300, emi...@gmail.com wrote:
  I've created a new debian VM. I've restarted the vdsm on the source and
  destination host and after try the migration now I received the following
  message:
 
  Migration failed due to Error: Fatal error during migration (VM:
  debian-test2, Source: ovirt1, Destination: ovirt2).
 
  Do you think that with a clean instalation of the host could this be
 solved?
 No.

 We have a real bug on re-connecting to VMs on startup.

 But why are we in a private chat? Please report it as a reply to the
 mailing list thread.

 But let me verify: if you start a VM and then migrate (no vdsm restart),
 does migration succede?

 Dan.




-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] importing VM from ESXI

2013-09-25 Thread emi...@gmail.com
 disk image
/tmp/KxIoJI50Pc/2872ac3e-7340-4dfa-9801-0a1bd052b3a3/v2v._ApSlRZG/387a5113-bbc2-45a2-9c55-5dc3dade31a9/01c899de-131e-4407-a16c-8c5484ccb8bd:
Permission denied
libguestfs: child_cleanup: 0x4431d30: child process died
libguestfs: sending SIGTERM to process 52793
libguestfs: trace: launch = -1 (error)
virt-v2v: Failed to launch guestfs appliance. Try running again with
LIBGUESTFS_DEBUG=1 for more information
libguestfs: trace: close
libguestfs: closing guestfs handle 0x4431d30 (state 0)
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsbaJ32y


I've followed this link to do it:

http://www.hacktheory.org/index.php/projects/projects-by-eureka/migrate-esxi-5x-guests-ovirt-32/

And these to try to fix the error:
https://bugzilla.redhat.com/show_bug.cgi?id=921292
http://superuser.com/questions/298426/kvm-image-failed-to-start-with-virsh-permission-denied?answertab=active#tab-top

But it's still happening the same

I'm running:

qemu-kvm-1.4.2-9.fc19.x86_64
libvirt-1.1.2-1.fc19
vdsm-4.12.1-2.fc19
libguestfs-tools-c-1.22.6-1.fc19.x86_64
libguestfs-1.22.6-1.fc19.x86_64
virt-v2v-0.9.0-3.fc19.x86_64

Could you give me a hint on this?

Thanks!

-- 
*Emiliano Tortorella*
+598 98941176
emi...@gmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Migration issues with ovirt 3.3

2013-09-23 Thread emi...@gmail.com
Hi,

I'm running ovirt-engine 3.3 in a server with fedora 19, also two host with
fedora 19 running vdsm and gluster. I'm using the repositories like it
say's here: http://www.ovirt.org/OVirt_3.3_TestDay with enable the
[ovirt-beta]  [ovirt-stable] repos and disable the [ovirt-nightly] repo.

I've configured a datacenter with glusterfs active an the two Host. I've
installed a VM and when I do a migration it fails with the message *VM
pfSense1 is down. Exit message: 'iface'.* and the VM reboots. Also if i
try to make an snapshot the VM with the Save memory it fails with the
message *VM pfSense1 is down. Exit message: Lost connection with qemu
process.* If I make an snapshot without the Save Memory checked it works.

I've tried to restart the libvirtd service but it's still happening.

Before this I've tried the cluster with NFS storage and have problems with
migration too, but the error messages were differents. Now I'm  trying with
gluster because this is what i want to use.

Could you give me any hint about this?

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