Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Gadi Ickowicz
Hi, Regarding what to do in order to be able to add the domain, due to the bug you pointed out (https://bugzilla.redhat.com/show_bug.cgi?id=1059604), the workaround is to move the host to a datacenter. Check the host's cluster under the web interface - if it does not list a datacenter, you can

[Users] Switching storage type?

2014-03-10 Thread mad
Hi, Is it possible to switch a storage type with VMs still on it? I have a datacenter with a local storage and I want to switch it to NFS (or Gluster). Setting up the NFS on the directory is not a problem but I can't detach the storage with VMs on it. The next question would be if I could

[Users] oVirt in PAT - NAT environment

2014-03-10 Thread Jarno Puff
Hello folks, I know, this is a topic where you have spend a lots of words, but, after installing oVirt 3.3 and 3.4 on CentOS and let goign google search engine to become hot, I don´t found any solution for my environment. My environment: - dedicated server at server4you.net with CentOS 6 -

Re: [Users] Switching storage type?

2014-03-10 Thread Maor Lipchuk
Hi mad, Since oVirt version 3.4 we support only two Data Center types, shared and local. changing the Data Center between the two is supported, though the Data Center should not contain any Storage Domains. So that means that if you have VMs with disks, you will need to export them to an export

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Itamar Heim
On 03/10/2014 12:30 AM, Boudewijn Ector wrote: How should I go on recovering those VMs? change the domain into an export domain, attach it, and import the VMs from it (currently, you can only import an export domain) i think this thread has the relevant info:

Re: [Users] oVirt in PAT - NAT environment

2014-03-10 Thread Assaf Muller
- Original Message - Hello folks, Hi! I know, this is a topic where you have spend a lots of words, but, after installing oVirt 3.3 and 3.4 on CentOS and let goign google search engine to become hot, I don´t found any solution for my environment. My environment: - dedicated

[Users] Delete Detach Logical Network

2014-03-10 Thread Tejesh M
Hi, I'm able to delete the logical network but this logical network after deletion shows as unmanaged network in Setup Host Networks against the hostnic. I tried with this code to detach the logical network. *Code 1:* HostNIC nic = api.getHosts().get(rhevhost).getHostNics().get(eth1); Action

Re: [Users] Delete Detach Logical Network

2014-03-10 Thread Moti Asayag
- Original Message - From: Tejesh M tejes...@gmail.com To: Moti Asayag masa...@redhat.com, users@oVirt.org users@ovirt.org Sent: Monday, March 10, 2014 1:22:08 PM Subject: Delete Detach Logical Network Hi, I'm able to delete the logical network but this logical network after

Re: [Users] oVirt in PAT - NAT environment

2014-03-10 Thread Jarno Puff
Hi Assaf, thanks for the answer. the data center where my server reside is a server4you.net, so all what you get is a dedicated server and a public IP, thats it. You don´t have a private network via a NIC, the only access to the server is via the public IP. Ok, let´s try Neutron. Where can I

Re: [Users] oVirt in PAT - NAT environment

2014-03-10 Thread Sven Kieske
Hi, well you wrote, you will create vms on a private net, I assume on this host at server4you, so you _must_ have some kind of virtual network interface on this server, which, at least, acts as a virtual bridge to provide the vms with this network. So you should adjust the routing(/pat/nat)

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Boudewijn Ector
On 10-03-14 10:46, Itamar Heim wrote: On 03/10/2014 12:30 AM, Boudewijn Ector wrote: How should I go on recovering those VMs? change the domain into an export domain, attach it, and import the VMs from it (currently, you can only import an export domain) i think this thread has the

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Jason Brooks
into: CLASS=Backup DESCRIPTION=export-storage IOOPTIMEOUTSEC=10 LEASERETRIES=3 LEASETIMESEC=60 LOCKPOLICY= LOCKRENEWALINTERVALSEC=5 MASTER_VERSION=613 POOL_DESCRIPTION=Default POOL_DOMAINS= POOL_SPM_ID=1 POOL_SPM_LVER=0 POOL_UUID= REMOTE_PATH=nfsserver:/raid/ovirt-old/data

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Boudewijn Ector
On 10-03-14 16:55, Jason Brooks wrote: into: CLASS=Backup DESCRIPTION=export-storage IOOPTIMEOUTSEC=10 LEASERETRIES=3 LEASETIMESEC=60 LOCKPOLICY= LOCKRENEWALINTERVALSEC=5 MASTER_VERSION=613 POOL_DESCRIPTION=Default POOL_DOMAINS= POOL_SPM_ID=1 POOL_SPM_LVER=0 POOL_UUID=

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Jason Brooks
- Original Message - From: Boudewijn Ector boudew...@boudewijnector.nl To: Jason Brooks jbro...@redhat.com Cc: users@ovirt.org Sent: Monday, March 10, 2014 8:56:31 AM Subject: Re: [Users] Reimporting storage domains after reinstalling ovirt On 10-03-14 16:55, Jason Brooks wrote:

Re: [Users] hosted engine help

2014-03-10 Thread Jason Brooks
- Original Message - From: Martin Sivak msi...@redhat.com To: Dan Kenigsberg dan...@redhat.com Cc: users@ovirt.org Sent: Saturday, March 8, 2014 11:52:59 PM Subject: Re: [Users] hosted engine help Hi Jason, can you please attach the full logs? We had very similar issue before

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Boudewijn Ector
Hi Guys, Thank you very much Jason, Itamar, Gadi! I'm almost there thanks to your help. My steps were: - remove the old storageconnection: $ curl -u admin@internal:* -X DELETE https://192.168.1.44:443/api/storageconnections/5636a8c3-65b6-44a4-9ba4-e598dc60a4e4 -k I changed version 3 - 0

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Jason Brooks
- Original Message - From: Boudewijn Ector boudew...@boudewijnector.nl To: Jason Brooks jbro...@redhat.com Cc: users@ovirt.org Sent: Monday, March 10, 2014 10:21:27 AM Subject: Re: [Users] Reimporting storage domains after reinstalling ovirt Hi Guys, Thank you very much

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Boudewijn Ector
Some people have reported success creating an image of the desired size, then noting the name of this new image, and copying the old image into the place of the new one, with the new name. Something like that might work, but I don't have first-hand experience w/ it. Jason Hi Jason,

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Jason Brooks
- Original Message - From: Boudewijn Ector boudew...@boudewijnector.nl To: Jason Brooks jbro...@redhat.com Cc: users@ovirt.org Sent: Monday, March 10, 2014 10:46:45 AM Subject: Re: [Users] Reimporting storage domains after reinstalling ovirt Some people have reported success

[Users] Solaris 11 Support !

2014-03-10 Thread Vishvendra Singh Chauhan
Hello, Is it possible to install Solaris 11 in Ovirt?. If yes please guide me. ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [Users] Solaris 11 Support !

2014-03-10 Thread René Koch
Hi, On 10.03.2014 19:21, Vishvendra Singh Chauhan wrote: Hello, Is it possible to install Solaris 11 in Ovirt?. If yes please guide me. Yes, it is possible with a hook script which removes the CPU model from the libvirt XML file. Keep in mind that Solaris 11 doesn't seem to work on AMD

Re: [Users] hosted engine help

2014-03-10 Thread Giuseppe Ragusa
Hi all, Date: Mon, 10 Mar 2014 12:56:19 -0400 From: jbro...@redhat.com To: msi...@redhat.com CC: users@ovirt.org Subject: Re: [Users] hosted engine help - Original Message - From: Martin Sivak msi...@redhat.com To: Dan Kenigsberg dan...@redhat.com Cc: users@ovirt.org

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Boudewijn Ector
Some people have reported success creating an image of the desired size, then noting the name of this new image, and copying the old image into the place of the new one, with the new name. Something like that might work, but I don't have first-hand experience w/ it. Jason Hi Jason,

Re: [Users] Delete Detach Logical Network

2014-03-10 Thread Tejesh M
Hi Moti, rhevhost is the Host name logical network is sent as variable nw_name, in the code 1. On Mon, Mar 10, 2014 at 6:54 PM, Moti Asayag masa...@redhat.com wrote: - Original Message - From: Tejesh M tejes...@gmail.com To: Moti Asayag masa...@redhat.com, users@oVirt.org

[Users] ovf image for hosted engine

2014-03-10 Thread Jason Brooks
Hey all, The hosted engine may be installed from pxe, cdrom or disk. The disk format must be an OVF image, right? Any suggestions on how to create an ovf image? Poking around, I see mentions of tools to convert from ovf, but not to ovf, at least not within the KVM/libvirt world. I know that

[Users] ovirt-engine certs

2014-03-10 Thread Thomas Scofield
How can I regenerate the ovirt engine CA certs and corresponding vdsm certs? I have an ovirt setup that I'm upgrading from 3.2.0 (from the dre repos) to 3.2.3 and I am getting the certificate errors listed below after the upgrade. I have done this same upgrade on an number of other ovirt-engines