Re: [Users] oVirt Workshop at LinuxCon North America

2012-07-02 Thread Dave Neary

Hi Leslie,

On 06/21/2012 10:31 PM, Leslie Hawthorn wrote:

Following up from this week's IRC meeting, we've asked the Linux
Foundation to replicate the agenda from LinuxCon Japan on the LC North
America site. That's in process, but they'd like us to get the names and
bios of our confirmed speakers to them no later than next Wednesday, 27
June 2012.

I'll leave it to everyone to wrangle about who would like to speak and
cover particular sessions. My goal with this workshop is to have a more
diverse speaker line up, so please do volunteer if you're attending
LinuxCon North America and would be willing to lead a session(s).


I got some great responses from people on the list when I asked what 
they were using oVirt for - perhaps you/we could invite someone to do an 
oVirt user case study or two? That would be an interesting session to me.


Cheers,
Dave.

--
Dave Neary
Community Action and Impact
Open Source and Standards Team, Red Hat
Phone: +33 9 50 71 55 62


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


[Users] oVirt Weekly Meeting -- 2012-07-04

2012-07-02 Thread Mike Burns
This mail will double as a question and call for agenda items.  Since
this Wednesday is 04-July, all US people will be un-available.  Do we
want to reschedule the meeting?  

Mike

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


Re: [Users] I am tiring to manually create the RPM but getting the following errors.

2012-07-02 Thread Juan Hernandez
On 07/02/2012 03:02 AM, Robert Middleswarth wrote:
 On 06/29/2012 02:50 PM, Robert Middleswarth wrote:
 On 06/29/2012 05:44 AM, Juan Hernandez wrote:
 On 06/29/2012 04:52 AM, Robert Middleswarth wrote:
 Note I am attempting to build on CentOS after applying
 http://www1.dreyou.org/ovirt/ engine patch.

 I have tiried with both master and engine_3.1 branch but I am pretty
 certain that it is a missing depend in my build environment? Any hints?

 # Hibernate validator module:
 ln -s /usr/share/java/hibernate-validator.jar
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/ovirt-engine/modules/org/hibernate/validator/main/.
  

 ln -s /usr/share/java/jtype.jar
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/ovirt-engine/modules/org/hibernate/validator/main/.
  

 *** Deploying service
 # Install the files:
 install -m 644 packaging/fedora/engine-service.xml
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/etc/ovirt-engine
  

 install -m 644 packaging/fedora/engine-service-logging.properties
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/etc/ovirt-engine
  

 install -m 644 packaging/fedora/engine-service-users.properties
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/etc/ovirt-engine
  

 install -m 644 packaging/fedora/engine-service.sysconfig
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/etc/sysconfig/ovirt-engine
  

 install -m 644 packaging/fedora/engine-service.limits
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/etc/security/limits.d/10-ovirt-engine.conf
  

 install -m 755 packaging/fedora/engine-service.py
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/ovirt-engine/scripts
  

 install -m 755 packaging/fedora/engine-service.systemv
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/etc/rc.d/init.d/ovirt-engine
  

 make[1]: Leaving directory
 `/root/centos_engine_3.1/rpmbuild/BUILD/ovirt-engine-3.1.0'
 + install -d -m 755
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/java/ovirt-engine
  

 + install -d -m 755
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/maven2/poms
  

 + install -d -m 755
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/javadoc/ovirt-engine
  

 + read module_path artifact_id
 + pom_file=./pom.xml
 + jar_file=./target/parent-3.1.0.jar
 + install -p -m 644 ./pom.xml
 /root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/maven2/poms/JPP.ovirt-engine-parent.pom
  

 + '[' -f ./target/parent-3.1.0.jar ']'
 + %add_maven_depmap JPP.ovirt-engine-parent.pom
 /var/tmp/rpm-tmp.hkOAWN: line 58: fg: no job control
 error: Bad exit status from /var/tmp/rpm-tmp.hkOAWN (%install)


 RPM build errors:
   Bad exit status from /var/tmp/rpm-tmp.hkOAWN (%install)
 make: *** [rpm] Error 1
 Can you share the temp file where you get that error? I is
 /var/tmp/rpm-tmp.hkOAWN in your latests message, but will be different
 if you repeat the build.


 I had already shutdown the VM so the tmp folder was cleared.  I am 
 running the build again and going to grab a full log and that file and 
 fpaste them.  But the build process is taking me 12 hours to do so it 
 will be a day or two before I can reply.

 Thanks
 Robert
 I rerun the build process and paste bin both the full Log ( 
 http://fpaste.org/22oU/ ) and the temp file ( http://fpaste.org/g7v6/ ).
 
 Any help on what I am missing would be great.
 
 Thanks
 Robert

According to that temp file the %add_maven_depmap macro hasn't been
expanded. In Fedora those macros are installed by the jpackage-utils
package, not sure if in CentOS it is the same. Can you check if you have
that jpackage-utils installed and what is its content? In Fedora the
macros are in the /etc/rpm/macros.fjava file.

It could also happen that the CentOS version of the jpackage-utils
doesn't contain that macro. If this is the case your best alternative is
to remove the use of the %add_maven_depmap macro and references to POM
files from the .spec, the engine should work fine without the POM files.

I prepared a patch that you may try to apply to remove that macro and
the references to the POM files, find it attached.

-- 
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.


From f95199f36b64877fc37b8375297730ddd2304b06 Mon Sep 17 00:00:00 2001
From: Juan Hernandez juan.hernan...@redhat.com
Date: Mon, 2 Jul 2012 16:12:36 +0200
Subject: [PATCH] packaging: Don't use %add_maven_depmap

This is needed for systems where the jpackage-utils package
doesn't include this macro, namely CentOS.

Change-Id: I261b22c8581268242775e8e1b6292556f418f447
---
 

[Users] json parsing error when live migrating

2012-07-02 Thread Nathanaël Blanchet

hello,

I have this error very often when live migrating from host A - host B

libvirtError: erreur interne Unexpected JSON reply '{error: {class: 
JSONParsing, desc: Invalid JSON syntax, data: {}}}'



I'm using stable 4.9.3 vdsm with ovirt 3.0.

Has anybody ever got this error?

--
Nathanaël Blanchet

Supervision réseau
Pôle exploitation et maintenance
Département des systèmes d'information
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5   
Tél. 33 (0)4 67 54 84 55
Fax  33 (0)4 67 54 84 14
blanc...@abes.fr

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


[Users] Is it possible to attach an ISCSI export to an NFS based Data Center?

2012-07-02 Thread jose garcia

Good evening,

In 3.0 there was the option to add an ISCSI export to a Data Center 
using NFS. I could not test the feature,
however, as my LUN did not appear in the UI. When I look for this option 
in the interface of oVirt 3.1 I only
find Data/NFS and Export/NFS (I have already an ISO Domain defined, also 
NFS).


Is it this option available in the new version? If so, what are the 
requirements?


Regards,

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


Re: [Users] Is it possible to attach an ISCSI export to an NFS based Data Center?

2012-07-02 Thread Itamar Heim

On 07/02/2012 06:57 PM, jose garcia wrote:

Good evening,

In 3.0 there was the option to add an ISCSI export to a Data Center
using NFS. I could not test the feature,
however, as my LUN did not appear in the UI. When I look for this option
in the interface of oVirt 3.1 I only
find Data/NFS and Export/NFS (I have already an ISO Domain defined, also
NFS).

Is it this option available in the new version? If so, what are the
requirements?


block (iscsi/fc) export domains have been deprecated in 3.0, and only 
NFS is going on forward.
I think we left the API for them still, but it will go away in a future 
version as well.




Regards,

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



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


Re: [Users] oVirt Workshop at LinuxCon North America

2012-07-02 Thread Leslie Hawthorn

On 07/02/2012 06:19 AM, Dave Neary wrote:

Hi Leslie,

On 06/21/2012 10:31 PM, Leslie Hawthorn wrote:

Following up from this week's IRC meeting, we've asked the Linux
Foundation to replicate the agenda from LinuxCon Japan on the LC North
America site. That's in process, but they'd like us to get the names and
bios of our confirmed speakers to them no later than next Wednesday, 27
June 2012.

I'll leave it to everyone to wrangle about who would like to speak and
cover particular sessions. My goal with this workshop is to have a more
diverse speaker line up, so please do volunteer if you're attending
LinuxCon North America and would be willing to lead a session(s).


I got some great responses from people on the list when I asked what 
they were using oVirt for - perhaps you/we could invite someone to do 
an oVirt user case study or two? That would be an interesting session 
to me.


I think this plan would be wonderful. We haven't yet establish a CFP 
process or other means to do this outreach formally. What would folks 
like to see happen? I would propose we decide on the number of slots 
we'd like to dedicate to case studies or other in the field oriented 
presentations and, for now, directly invite those we would like to present.


Establishing a CFP process quickly would be welcome, as I believe we 
will have more speaking slots to fill at the KVM Forum + oVirt workshop 
at LinuxCon Europe. I'm getting specifics on the schedule for that from 
the Linux Foundation and will return with an update when I have more 
details.


Cheers,
LH


--
Leslie Hawthorn
Community Action and Impact
Open Source and Standards @ Red Hat

identi.ca/lh
twitter.com/lhawthorn

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


Re: [Users] Is it possible to attach an ISCSI export to an NFS based Data Center?

2012-07-02 Thread Tribble, Wesley
So ISCSI is not in the future plans of oVirt?

-Original Message-
From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of 
Itamar Heim
Sent: Monday, July 02, 2012 11:02 AM
To: jose garcia
Cc: users@ovirt.org
Subject: Re: [Users] Is it possible to attach an ISCSI export to an NFS based 
Data Center?

On 07/02/2012 06:57 PM, jose garcia wrote:
 Good evening,

 In 3.0 there was the option to add an ISCSI export to a Data Center
 using NFS. I could not test the feature, however, as my LUN did not
 appear in the UI. When I look for this option in the interface of
 oVirt 3.1 I only find Data/NFS and Export/NFS (I have already an ISO
 Domain defined, also NFS).

 Is it this option available in the new version? If so, what are the
 requirements?

block (iscsi/fc) export domains have been deprecated in 3.0, and only NFS is 
going on forward.
I think we left the API for them still, but it will go away in a future version 
as well.


 Regards,

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


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

**
Sterne Agee Group, Inc. and its subsidiaries request that you do not transmit 
orders
and instructions regarding your Sterne Agee account by e-mail. Transactional 
details
do not supersede normal trade confirmations or statements. The information 
contained
in this transmission is privileged and confidential. It is intended for the use 
of the
individual or entity named above. The information contained herein is based on 
sources
we believe reliable but is not considered all-inclusive. Opinions are our 
current
opinions only and are subject to change without notice. Offerings are subject 
to prior
sale and/or change in price. Prices, quotes, rates and yields are subject to 
change
without notice. Sterne Agee  Leach, Inc. member FINRA and SIPC, is a registered
broker-dealer subsidiary of Sterne Agee Group, Inc. Generally, investments are 
NOT
FDIC INSURED, NOT BANK GUARANTEED, and MAY LOSE VALUE. Please contact
your Financial Advisor with information regarding specific investments.  Sterne 
Agee
reserves the right to monitor all electronic correspondence.
**
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Is it possible to attach an ISCSI export to an NFS based Data Center?

2012-07-02 Thread Robert Middleswarth

On 07/02/2012 03:20 PM, Tribble, Wesley wrote:

So ISCSI is not in the future plans of oVirt?

iSCSI data storage Yes.  iSCSI iso / exports no.

Thanks
Robert


-Original Message-
From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of 
Itamar Heim
Sent: Monday, July 02, 2012 11:02 AM
To: jose garcia
Cc: users@ovirt.org
Subject: Re: [Users] Is it possible to attach an ISCSI export to an NFS based 
Data Center?

On 07/02/2012 06:57 PM, jose garcia wrote:

Good evening,

In 3.0 there was the option to add an ISCSI export to a Data Center
using NFS. I could not test the feature, however, as my LUN did not
appear in the UI. When I look for this option in the interface of
oVirt 3.1 I only find Data/NFS and Export/NFS (I have already an ISO
Domain defined, also NFS).

Is it this option available in the new version? If so, what are the
requirements?

block (iscsi/fc) export domains have been deprecated in 3.0, and only NFS is 
going on forward.
I think we left the API for them still, but it will go away in a future version 
as well.


Regards,

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


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

**
Sterne Agee Group, Inc. and its subsidiaries request that you do not transmit 
orders
and instructions regarding your Sterne Agee account by e-mail. Transactional 
details
do not supersede normal trade confirmations or statements. The information 
contained
in this transmission is privileged and confidential. It is intended for the use 
of the
individual or entity named above. The information contained herein is based on 
sources
we believe reliable but is not considered all-inclusive. Opinions are our 
current
opinions only and are subject to change without notice. Offerings are subject 
to prior
sale and/or change in price. Prices, quotes, rates and yields are subject to 
change
without notice. Sterne Agee  Leach, Inc. member FINRA and SIPC, is a registered
broker-dealer subsidiary of Sterne Agee Group, Inc. Generally, investments are 
NOT
FDIC INSURED, NOT BANK GUARANTEED, and MAY LOSE VALUE. Please contact
your Financial Advisor with information regarding specific investments.  Sterne 
Agee
reserves the right to monitor all electronic correspondence.
**
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



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


Re: [Users] Is it possible to attach an ISCSI export to an NFS based Data Center?

2012-07-02 Thread Itamar Heim

On 07/02/2012 10:25 PM, Robert Middleswarth wrote:

On 07/02/2012 03:20 PM, Tribble, Wesley wrote:

So ISCSI is not in the future plans of oVirt?

iSCSI data storage Yes.  iSCSI iso / exports no.


exactly.
we think the direction for iso and epxorts should be much closer to just 
a folder with files than a full blown storage domain.

NFS is much similar to that than the block storage domain.



Thanks
Robert


-Original Message-
From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On
Behalf Of Itamar Heim
Sent: Monday, July 02, 2012 11:02 AM
To: jose garcia
Cc: users@ovirt.org
Subject: Re: [Users] Is it possible to attach an ISCSI export to an
NFS based Data Center?

On 07/02/2012 06:57 PM, jose garcia wrote:

Good evening,

In 3.0 there was the option to add an ISCSI export to a Data Center
using NFS. I could not test the feature, however, as my LUN did not
appear in the UI. When I look for this option in the interface of
oVirt 3.1 I only find Data/NFS and Export/NFS (I have already an ISO
Domain defined, also NFS).

Is it this option available in the new version? If so, what are the
requirements?

block (iscsi/fc) export domains have been deprecated in 3.0, and only
NFS is going on forward.
I think we left the API for them still, but it will go away in a
future version as well.


Regards,

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


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

**

Sterne Agee Group, Inc. and its subsidiaries request that you do not
transmit orders
and instructions regarding your Sterne Agee account by e-mail.
Transactional details
do not supersede normal trade confirmations or statements. The
information contained
in this transmission is privileged and confidential. It is intended
for the use of the
individual or entity named above. The information contained herein is
based on sources
we believe reliable but is not considered all-inclusive. Opinions are
our current
opinions only and are subject to change without notice. Offerings are
subject to prior
sale and/or change in price. Prices, quotes, rates and yields are
subject to change
without notice. Sterne Agee  Leach, Inc. member FINRA and SIPC, is a
registered
broker-dealer subsidiary of Sterne Agee Group, Inc. Generally,
investments are NOT
FDIC INSURED, NOT BANK GUARANTEED, and MAY LOSE VALUE. Please contact
your Financial Advisor with information regarding specific
investments.  Sterne Agee
reserves the right to monitor all electronic correspondence.
**

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



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



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


Re: [Users] Is it possible to attach an ISCSI export to an NFS based Data Center?

2012-07-02 Thread Tribble, Wesley
Makes sense.  Thanks for the clarification.

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com] 
Sent: Monday, July 02, 2012 2:30 PM
To: Robert Middleswarth
Cc: Tribble, Wesley; jose garcia; users@ovirt.org
Subject: Re: [Users] Is it possible to attach an ISCSI export to an NFS based 
Data Center?

On 07/02/2012 10:25 PM, Robert Middleswarth wrote:
 On 07/02/2012 03:20 PM, Tribble, Wesley wrote:
 So ISCSI is not in the future plans of oVirt?
 iSCSI data storage Yes.  iSCSI iso / exports no.

exactly.
we think the direction for iso and epxorts should be much closer to just a 
folder with files than a full blown storage domain.
NFS is much similar to that than the block storage domain.


 Thanks
 Robert

 -Original Message-
 From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On 
 Behalf Of Itamar Heim
 Sent: Monday, July 02, 2012 11:02 AM
 To: jose garcia
 Cc: users@ovirt.org
 Subject: Re: [Users] Is it possible to attach an ISCSI export to an 
 NFS based Data Center?

 On 07/02/2012 06:57 PM, jose garcia wrote:
 Good evening,

 In 3.0 there was the option to add an ISCSI export to a Data Center 
 using NFS. I could not test the feature, however, as my LUN did not 
 appear in the UI. When I look for this option in the interface of 
 oVirt 3.1 I only find Data/NFS and Export/NFS (I have already an ISO 
 Domain defined, also NFS).

 Is it this option available in the new version? If so, what are the 
 requirements?
 block (iscsi/fc) export domains have been deprecated in 3.0, and only 
 NFS is going on forward.
 I think we left the API for them still, but it will go away in a 
 future version as well.

 Regards,

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

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

 *
 *

 Sterne Agee Group, Inc. and its subsidiaries request that you do not 
 transmit orders and instructions regarding your Sterne Agee account 
 by e-mail.
 Transactional details
 do not supersede normal trade confirmations or statements. The 
 information contained in this transmission is privileged and 
 confidential. It is intended for the use of the individual or entity 
 named above. The information contained herein is based on sources we 
 believe reliable but is not considered all-inclusive. Opinions are 
 our current opinions only and are subject to change without notice. 
 Offerings are subject to prior sale and/or change in price. Prices, 
 quotes, rates and yields are subject to change without notice. Sterne 
 Agee  Leach, Inc. member FINRA and SIPC, is a registered 
 broker-dealer subsidiary of Sterne Agee Group, Inc. Generally, 
 investments are NOT FDIC INSURED, NOT BANK GUARANTEED, and MAY LOSE 
 VALUE. Please contact your Financial Advisor with information 
 regarding specific investments.  Sterne Agee reserves the right to 
 monitor all electronic correspondence.
 *
 *

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


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


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