Re: [ovirt-users] cloud-init and sealing of template

2015-12-03 Thread Michal Skrivanek
> On 02 Dec 2015, at 21:56, Ekin Meroğlu wrote: > > Hi, > > You can always use REST-API to attach a cloud-init payload to the the > machines you create - see the API example in: > > http://www.ovirt.org/Features/Cloud-Init_Integration >

Re: [ovirt-users] ISO issues

2015-12-03 Thread Budur Nagaraju
I'm not sure whether its design in that way or its a bug , I have created a vm and then boot from CDROM started working fine ,initially I was mapping the ISO while creating a vm unfortunately that didn't worked. -Nagaraju On Fri, Dec 4, 2015 at 12:52 AM, Greg Padgett

[ovirt-users] Export a vm

2015-12-03 Thread Budur Nagaraju
HI How to export a oVirt vm which is compatible to vmware ESXi? Thanks, Nagaraju ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [ovirt-users] Export a vm

2015-12-03 Thread Michal Skrivanek
> On 04 Dec 2015, at 06:25, Budur Nagaraju wrote: > > HI > > How to export a oVirt vm which is compatible to vmware ESXi? vmware converter does bunch of things, you can try that You may have better luck on VMware forums as here we mostly strive for the other way around:)

Re: [ovirt-users] NFS Domain with 1GB limit

2015-12-03 Thread kontakt
Hi, i ust run "yum install ovirt-engine" and "engine-setup" and setup "/var/lib/exports/iso", which is default, as shared NFS Domain. And i think thats why ovirt setups this with default <1GB of space. So i need an explanation why this is so and if this is so i whould next time answer with

[ovirt-users] NFS Domain with 1GB limit

2015-12-03 Thread kontakt
Hello, i am new with ovirt and i installed ovirt engine on centos7. After i logged in the administrator web gui i see the default nfs domain with less than 1gb space, while i have more than 200gb on disk. The problem is, that i cant change the value and found no informtion in the manuals too.

Re: [ovirt-users] NFS Domain with 1GB limit

2015-12-03 Thread Simone Tiraboschi
On Thu, Dec 3, 2015 at 12:02 PM, wrote: > Hello, > i am new with ovirt and i installed ovirt engine on centos7. After i > logged in the administrator web gui i see the default nfs domain with less > than 1gb space, while i have more than 200gb on disk. The problem is,

[ovirt-users] Need to clear domain Export already exists in an ovirt (3.5)

2015-12-03 Thread ccox
Our ovirt 3.5 host thinks it has an export domain, but it's not visible anywhere, but it's keeping us from importing a domain from a different datacenter. What database update do I need to issue to clear the bad state from the ovirt 3.5 we are trying to Import into?

Re: [ovirt-users] NFS Domain with 1GB limit

2015-12-03 Thread Simone Tiraboschi
On Thu, Dec 3, 2015 at 1:40 PM, wrote: > Hi, > > i ust run "yum install ovirt-engine" and "engine-setup" and setup > "/var/lib/exports/iso", which is default, as shared NFS Domain. And i think > thats why ovirt setups this with default <1GB of space. So i need an >

Re: [ovirt-users] Need to clear domain Export already exists in an ovirt (3.5)

2015-12-03 Thread Eli Mesika
- Original Message - > From: c...@endlessnow.com > To: users@ovirt.org > Sent: Wednesday, December 2, 2015 11:02:25 PM > Subject: [ovirt-users] Need to clear domain Export already exists in an > ovirt (3.5) > > Our ovirt 3.5 host thinks it has an export domain, but it's not

Re: [ovirt-users] NFS Domain with 1GB limit

2015-12-03 Thread kontakt
Hi, yes its an iso domain and yes i can only create a data domain. but the question is why it is limited to 1gb? and why i cant changed it? what are the reasons for that? thx Am 2015-12-03 14:25, schrieb Simone Tiraboschi: On Thu, Dec 3, 2015 at 1:40 PM, wrote:

Re: [ovirt-users] NFS Domain with 1GB limit

2015-12-03 Thread Joop
On 3-12-2015 14:41, kont...@taste-of-it.de wrote: > Hi, > > yes its an iso domain and yes i can only create a data domain. but the > question is why it is limited to 1gb? and why i cant changed it? what > are the reasons for that? Just guessing towards your env but what does df -h /var or df -h

Re: [ovirt-users] NFS Domain with 1GB limit

2015-12-03 Thread Simone Tiraboschi
On Thu, Dec 3, 2015 at 4:14 PM, Joop wrote: > On 3-12-2015 14:41, kont...@taste-of-it.de wrote: > > Hi, > > > > yes its an iso domain and yes i can only create a data domain. but the > > question is why it is limited to 1gb? and why i cant changed it? what > > are the reasons

Re: [ovirt-users] NFS Domain with 1GB limit

2015-12-03 Thread Alan Murrell
On 03/12/2015 5:41 AM, kont...@taste-of-it.de wrote: yes its an iso domain and yes i can only create a data domain. but the question is why it is limited to 1gb? When you create the ISO domain during engine-setup, I believe the ISO domain is created on the Engine host itself. Can you see

[ovirt-users] Setting PXE boot via Python API

2015-12-03 Thread Jamie Lawrence
Hello, I’m currently playing with scripted VM creation and have an issue getting the newly created VM to PXE boot. My objective is to port some creation scripts from the environment this will eventually replace and worry about making this more “Ovirt-ey” later. Skipping the details,