[Users] SPM never stops contending after a compatibility upgrade of cluster from 3.1 > 3.2 (Solved)

2014-02-21 Thread Ricky Schneberger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I just post this if there is someone else stucked with the same problem... https://bugzilla.redhat.com/show_bug.cgi?id=1067849 After a successful upgrade of oVirt 3.1 > 3.2.2, eve

Re: [Users] Creating Logical Network issue - API

2014-02-21 Thread Moti Asayag
h - Original Message - > From: "Tejesh M" > To: "users@oVirt.org" > Sent: Thursday, February 20, 2014 11:48:56 AM > Subject: [Users] Creating Logical Network issue - API > > Hi , > > I'm trying to create Logical Network and assign it to cluster & want to bond > this to one of the Netwo

Re: [Users] Creating Logical Network issue - API

2014-02-21 Thread Tejesh M
Thanks, can you post sample on Assigning Multiple Logical Network to Physical Network in Java? I have create the Logical Network and attached to Cluster. Now i want to Assign or Map this to Physical Network? Also, How to Bond Two Physical NICs and Map or Assign Multiple Logical Networks. On Fri

Re: [Users] vmware image conversion

2014-02-21 Thread Itamar Heim
On 02/21/2014 12:59 AM, Blaster wrote: One of the issues I have with virt-v2v is that it requires an import storage domain on your ovirt server to import the image to, then you need to copy that image again into your vm datastore. Lots of data moving around slow gigabit networks. this could p

Re: [Users] persisting selinux nightmare

2014-02-21 Thread Jorick Astrego
Hi David, Currently I'm testing with http://fedorapeople.org/~fabiand/node/3.0.4/ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso from http://wiki.ovirt.org/OVirt_3.4_TestDay. I don't know why fabian has it on his own page. If you put enforcing=0 in the kernel options when installing it se

Re: [Users] persisting selinux nightmare

2014-02-21 Thread Jorick Astrego
Sorry replied to old post, my mailclient wasn't synced properly :-(g On Fri, 2014-02-21 at 10:13 +0100, Jorick Astrego wrote: > Hi David, > > Currently I'm testing with > http://fedorapeople.org/~fabiand/node/3.0.4/ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso > from http://wiki.ovirt.o

[Users] problems installing ovirt-engine beta3

2014-02-21 Thread Jorick Astrego
Hi, I noticed the known issue with shmmax has been removed from the test day page. But I'm having the same error as before only know the workaround doesn't work anymore: ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/use

Re: [Users] problems installing ovirt-engine beta3

2014-02-21 Thread Sandro Bonazzola
Il 21/02/2014 10:50, Jorick Astrego ha scritto: > Hi, > > I noticed the known issue with shmmax has been removed from the test day > page. But I'm having the same error as before only know the workaround > doesn't work anymore: Can you attach # sysctl --system and # rpm -qv ovirt-engine-setup

Re: [Users] Fwd: Re: Memory usage

2014-02-21 Thread Martin Sivak
Hi I think I found the issue. I suspect it will happen when you get over 35% of used memory. Can you please create a bug for this issue? Or is there one already? -- Martin Sivák msi...@redhat.com Red Hat Czech RHEV-M SLA / Brno, CZ - Original Message - > I'm waiting for the next alarm.

Re: [Users] Problems with Scientific Linux and ovirt-release-11.0.0

2014-02-21 Thread Sandro Bonazzola
Il 21/02/2014 06:49, Jimmy Dorff ha scritto: > Hi Folks, > > I've found a bug in ovirt-release-11.0.0. In ovirt-release.spec > #Handling EL exception only (for now) > if grep -qFi 'CentOS' /etc/system-release; then > DIST=EL > elif grep -qFi 'Red Hat' /etc/system-release; then > DIST=EL >

Re: [Users] Problems with Scientific Linux and ovirt-release-11.0.0

2014-02-21 Thread Sandro Bonazzola
Il 21/02/2014 07:34, Meital Bourvine ha scritto: > Hi Jimmy, > > As far as I know, scientific linux isn't supported by ovirt. IIUC it's based on CentOS / RHEL so it may work. Let us know if you've issues :-) > > But you can always try submitting a patch ;) > > - Original Message - >>

Re: [Users] engine-image-uploader

2014-02-21 Thread Sandro Bonazzola
Il 10/02/2014 00:12, Itamar Heim ha scritto:> On 02/10/2014 01:08 AM, Maurice James wrote: >> I got the ovf from the turnkey linux site. It's a Drupal appliance > > I assume its not an "ovirt ovf"... just export a VM from ovirt to have the > right ovf format, then edit it probably. > another opti

Re: [Users] Fwd: Sample code for setting NIC - CloudInit

2014-02-21 Thread Juan Hernandez
On 02/20/2014 08:42 PM, Greg Padgett wrote: > On 02/20/2014 02:26 PM, Juan Hernandez wrote: >> On 02/20/2014 04:28 PM, Juan Hernandez wrote: >>> On 02/20/2014 10:40 AM, Tejesh M wrote: I wrote this code to assign IP address to VM interface eth0, but not luck. Also, have attached debug log

Re: [Users] ovirt.repo for el contains fedora references .....

2014-02-21 Thread Sandro Bonazzola
Il 18/02/2014 23:03, James James ha scritto: > Hi, > > I want to install this rpm > http://resources.ovirt.org/releases/ovirt-release-el.noarch.rpm on my > redhat-like server but the > /etc/yum.repos.d/ovirt.repo contains : you're running an unsupported distribution, can you please attach the c

Re: [Users] Yum Installation Problems (ovirt 3.3, CentOS 6.5)

2014-02-21 Thread Sandro Bonazzola
Il 18/02/2014 22:32, Jon Forrest ha scritto: > I have a brand new CentOS 6.5 x86_64 installation with all the updates > as of today installed. > I want to create a test All-In-One node, so I follow the documentation and run > > yum install epel-release-6-8.noarch.rpm > yum localinstall http://ov

Re: [Users] Fwd: Sample code for setting NIC - CloudInit

2014-02-21 Thread Juan Hernandez
On 02/21/2014 08:13 AM, Tejesh M wrote: > > When i try to execute with the ovirt sdk 3.3.3 and do operations on > RHEV-M 3.3, it fails with below error > This happens because the oVirt SDK is compiled with Java 7, and you are probably using Java 6. I suggest to switch to Java 7, unless there is

[Users] moving an unplugged/offline disk on a running vm creates snapshots

2014-02-21 Thread Ernest Beinrohr
Imho, when the disk is offline, it should be movable directly without the need for snapshots. this is on ovirt 3.3 btw: any chance of thin->preallocated procedure? -- Ernest Beinrohr, AXON PRO Ing , RHCE , RHCVA

Re: [Users] moving an unplugged/offline disk on a running vm creates snapshots

2014-02-21 Thread Dafna Ron
sounds like this issue only libvirt is not blocking the command. https://bugzilla.redhat.com/show_bug.cgi?id=957494 when you say unplugged disk, is it still attached to a vm? we are not creating snapshots to an unattached disk are we? Thanks, Dafna On 02/21/2014 10:56 AM, Ernest Beinrohr wr

Re: [Users] Fwd: Re: Memory usage

2014-02-21 Thread Koen Vanoppen
I think someone created one. Don't know for sure... What do you think it is then? On Feb 21, 2014 11:24 AM, "Martin Sivak" wrote: > Hi > > I think I found the issue. I suspect it will happen when you get over 35% > of used memory. > > Can you please create a bug for this issue? Or is there one al

Re: [Users] Asking for advice on hosted engine

2014-02-21 Thread Sandro Bonazzola
Il 17/02/2014 10:20, Giorgio Bersano ha scritto: > Hello everybody, > I discovered oVirt a couple of months ago when I was looking for the > best way to manage our small infrastructure. I have read any document > I considered useful but I would like to receive advice from the many > experts that ar

Re: [Users] Network question

2014-02-21 Thread Dan Kenigsberg
On Fri, Feb 14, 2014 at 02:54:28PM +0100, René Koch wrote: > Hi, > > On 02/14/2014 09:10 AM, Hans-Joachim wrote: > >Hello, > > > >so far I'm using the nodes host IP@/Interface as well as for the > >ovirtmgmt network and host communication. > >For performance/security reasons I'd like to move it in

Re: [Users] Fwd: Re: Memory usage

2014-02-21 Thread Martin Sivak
Hi, I do not see any reference to a bug in this thread, I will try to find it in the BZ. > What do you think it is then? Integer overflow.. 35% of 12G is about 4G. For some reason we have had a weird cast to int in the code. It has been there for years. See http://gerrit.ovirt.org/#/c/24859/ i

[Users] Problem setting up a ovirt node / engine on a Minimal CentOS 6.5

2014-02-21 Thread Andy Michielsen
Hello, Maybe I'm not asking my question at the right guy's but here I go. I installed a clean CentOS 6.5 on a new DELL server and wanted to use it to install oVirt 3.3.x.x I changed the ifcfg-eth0 file to get it connected to the internet and did a yum -y update. Then I added some repositories t

Re: [Users] ovirt.repo for el contains fedora references .....

2014-02-21 Thread James James
HI I am using Scientific Linux. oVirt is working now for one year without troubles. My /etc/redhat-release contains : Scientific Linux release 6.5 (Carbon) Thanks 2014-02-21 11:46 GMT+01:00 Sandro Bonazzola : > Il 18/02/2014 23:03, James James ha scritto: > > Hi, > > > > I want to install thi

Re: [Users] Problem setting up a ovirt node / engine on a Minimal CentOS 6.5

2014-02-21 Thread Sven Kieske
So you wanted to install engine and compute node (vdsm) on the same host? If the anser to the above is yes you may want to checkout the all-in-one installation option for ovirt-engine. HTH Am 21.02.2014 15:18, schrieb Andy Michielsen: > Hello, > > Maybe I'm not asking my question at the right g

Re: [Users] Problems with Scientific Linux and ovirt-release-11.0.0

2014-02-21 Thread Jimmy Dorff
On 2/21/14, 2:31 AM, Sandro Bonazzola wrote: Il 21/02/2014 07:34, Meital Bourvine ha scritto: Hi Jimmy, As far as I know, scientific linux isn't supported by ovirt. IIUC it's based on CentOS / RHEL so it may work. Let us know if you've issues :-) But you can always try submitting a patch

Re: [Users] Problem setting up a ovirt node / engine on a Minimal CentOS 6.5

2014-02-21 Thread Andy Michielsen
Hello Sven, Thanks for the quick response. That seems to be working. I now have access to the ovirt website and see that the ovirtmgmt bridge is properly defined. I will continue setting up now. Kind regards. 2014-02-21 15:39 GMT+01:00 Sven Kieske : > So you wanted to install engine and compu

[Users] "Use Host"

2014-02-21 Thread Maurice James
Can someone explain what is the purpose of "Use Host" is when creating a new storage domain? If the NFS host is remote and not part of the cluster, why do I have to choose a single cluster host to attach it to. Does this mean that if that particular host gos offline (turned off) that other clus

Re: [Users] Problems with Scientific Linux and ovirt-release-11.0.0

2014-02-21 Thread Sandro Bonazzola
Il 21/02/2014 16:25, Jimmy Dorff ha scritto: > On 2/21/14, 2:31 AM, Sandro Bonazzola wrote: >> Il 21/02/2014 07:34, Meital Bourvine ha scritto: >>> Hi Jimmy, >>> >>> As far as I know, scientific linux isn't supported by ovirt. >> >> IIUC it's based on CentOS / RHEL so it may work. >> Let us know if

[Users] [BUG] wrong template shown for vm

2014-02-21 Thread Sven Kieske
Hi, can anyone reproduce this bug? https://bugzilla.redhat.com/show_bug.cgi?id=1068679 when you create a vm from an imported template (from export doomain) the template info for the vm shows that it is based on the "blank" template. I can reproduce this on ovirt 3.3.3-2.el6 it would be cool if

Re: [Users] [BUG] wrong template shown for vm

2014-02-21 Thread Dafna Ron
in 3.3 this was the correct behavior if the vm is not linked to the template (so if it was a clone and not thin copy it would have "Blank" for template) in 3.4 there is a new feature which should show the vm name under the General tab even if it was created as a clone. so this should have act

[Users] Cancel Disk Migration

2014-02-21 Thread Maurice James
how do I cancel a live disk migration. I have a 13GB disk that I was trying to move between storage domains and looks like its hung up ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinf

Re: [Users] Problems with Scientific Linux and ovirt-release-11.0.0

2014-02-21 Thread Jimmy Dorff
Hi Sandro, Dave Neary's comment is good. Here is a new patch: *** a/ovirt-release.spec2014-02-21 10:10:00.0 -0500 --- b/ovirt-release.spec2014-02-21 13:01:35.856636466 -0500 *** *** 69,75 #Fedora is good for both Fedora and Generic (and probably other b

[Users] Permissions

2014-02-21 Thread Maurice James
I have an LDAP user with Power User and Super User permissions at the Data Center level. Why dont I have permission to migrate disks between storage domains? oVirt Engine Version: 3.3.3-2.el6 ___ Users mailing

Re: [Users] Problems with Scientific Linux and ovirt-release-11.0.0

2014-02-21 Thread James James
Hi, I have been using oVirt in Scientific Linux for one year and everything works well. Regards. 2014-02-21 19:10 GMT+01:00 Jimmy Dorff : > Hi Sandro, > > Dave Neary's comment is good. Here is a new patch: > > > *** a/ovirt-release.spec2014-02-21 10:10:00.0 -0500 > --- b/ovirt-r

Re: [Users] "Use Host"

2014-02-21 Thread Darrell Budic
The host you choose is used to make the initial mount, test the volume, and create some initial directory structure and files for the backend. Doesn’t much matter in my experience, but can be useful if you want to avoid doing the work on a busy host. Once it’s been added to the cluster, it gets

Re: [Users] Nodes lose storage at random

2014-02-21 Thread Johan Kooijman
Meital, It's been 4 days since the last crash - but 5 minutes ago one of the nodes had the same issues. I've been running the script on the SPM as you mentioned. It turns out that at the time the node went down, the SPM didn't have more remoteFileHandler processes than before or after the crash -