[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 import

[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 - M

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 do

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: https://www.mail-archive.com/use

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: > > - ded

[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"); Acti

Re: [Users] Delete & Detach Logical Network

2014-03-10 Thread Moti Asayag
- Original Message - > From: "Tejesh M" > To: "Moti Asayag" , "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 > deletion shows as unmanaged network

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) accor

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

Re: [Users] oVirt in PAT - NAT environment

2014-03-10 Thread René Koch
Hi Jarno, It should work in the following way (needs to be tested - had a similar setup with plain KVM, but didn't test it with oVirt): - create a new network in oVirt and bridge it to your second nic (I guess the server will have 2 nics) or a dummy/virtual interface - create your nat rules in

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Boudewijn Ector
On 10-03-14 07:48, Gadi Ickowicz wrote: > 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 int

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/ov

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_LVE

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Jason Brooks
- Original Message - > From: "Boudewijn Ector" > To: "Jason Brooks" > 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: > > > >> into: > >> > >> CLASS=Back

Re: [Users] hosted engine help

2014-03-10 Thread Jason Brooks
- Original Message - > From: "Martin Sivak" > To: "Dan Kenigsberg" > 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 I we > need to see if

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 ->

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Jason Brooks
- Original Message - > From: "Boudewijn Ector" > To: "Jason Brooks" > 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 Jason, Itamar, Gadi! I'm almost ther

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, T

Re: [Users] Reimporting storage domains after reinstalling ovirt

2014-03-10 Thread Jason Brooks
- Original Message - > From: "Boudewijn Ector" > To: "Jason Brooks" > 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 creating an image of the desired s

[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 CPUs

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" > > To: "Dan Kenigsberg" > > Cc: users@ovirt.org > > Sent: Saturday,

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 Jas

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 wrote: > > > - Original Message - > > From: "Tejesh M" > > To: "Moti Asayag" , "users@oVirt.org" < > users@ovirt.org> > > Sent: Monday, March

Re: [Users] Delete & Detach Logical Network

2014-03-10 Thread Tejesh M
I tried below code, but still it is not detaching the network HostNICs nicsApi = api.getHosts().get("venus-vdsb").getHostNics(); List nics = nicsApi.list(); HostNIC nic = api.getHosts().get("rhevhost").getHostNics().get("bond1.1231"); //logical network network name is

[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 th

[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

Re: [Users] Delete & Detach Logical Network

2014-03-10 Thread Tejesh M
Managed to delete network which is attached to Bond with below code: HostNIC nic = api.getHosts().get("rhevhost").getHostNics().get("bond1.1231"); nic.delete(); But not able to delete the same when attached to ethernet: HostNIC nic = api.getHosts().get("rhevhost").getHostNics().get("eth1.1187")