Re: [Users] oVirt 3.1 and Glusterfs how-to

2012-07-05 Thread Dan Kenigsberg
On Wed, Jul 04, 2012 at 05:20:36PM -0400, Robert Middleswarth wrote:
 I wrote a basic how to for using glusterfs under oVirt.  If you have
 any questions or you find mistakes please let me know.
 
 Thanks
 Robert
 
 http://www.middleswarth.net/content/installing-ovirt-31-and-glusterfs-using-either-nfs-or-posix-native-file-system

Nice blog entry(ies)!

You mentions that We need to open some ports. There are several ways to
do this...
But actually I think it would be better if the iptables rules stored in
the Engine db are to be tweaked. Frankly, I hate storing files in
databases - that's what filesystems were designed for!
So it would be nicer if the rules are moved to vds_bootstrap, where you
could easily put two flavors thereof: one for gluster and one for
virt-only.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.1 and Glusterfs how-to

2012-07-05 Thread Robert Middleswarth

On 07/05/2012 02:49 AM, Itamar Heim wrote:

On 07/05/2012 12:20 AM, Robert Middleswarth wrote:

I wrote a basic how to for using glusterfs under oVirt.  If you have any
questions or you find mistakes please let me know.

Thanks
Robert

http://www.middleswarth.net/content/installing-ovirt-31-and-glusterfs-using-either-nfs-or-posix-native-file-system 





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





oVirt 3.1 is currently in beta and compared to 3.0 it adds a several new
features. One of the nice new features is glusterfs support. For it
intended use it works well but I personally think it needs to be
adjusted to for more generic use. The 2 main limits that effect me are.
1) Only oVirt nodes in the same cluster can be used as bricks to create
clusters. So you can't add in storage only nodes in the same oVirt
cluster as nodes. However you can create a cluster of just gluster only
nodes.


the long term plan would be dynamic clusters/services - a subset of 
hosts with gluster, a subset of hosts with virt, some with both, in 
overlapping clusters.
a more simple solution to this would be just allowing to specify at 
host level if to use the host for gluster service and/or virt service 
(so still same set of hosts in a cluster, just allowing to choose if 
they are to be used for the relevant service).



A host level option would fix the issue.

 2) You can not change what interface / IP gluster uses, it will

always use the ovirtmgmt network. This is a weakness as many people have
an independent network just for storage and they can't use them with 
3.1.


sorry, i don't understand this one - only the management of gluster is 
done via this interface. you can define a different logical network in 
the cluster for storage, configure ip addresses for them, and define 
the mount point that way.
(well, apart from potential bugs on network definitions in 3.1 which 
may still exist)




Unless I am missing something if I setup Gluster to use anything other 
then the ovirtmgmt network then I can't create volumes because the 
engine uses the ovirtmgmt networks IP's and Gluster doesn't recognize it.


If you can live with these limits then gluster intergration is for you.
Before we start you should ask yourself whether you want to use
glusterfsover NFS or posix (Native) fs. Both work and are very simlilar
in setup but they do work slightly differently. Many prefer the native
version and if you are using Fedora 17 with it latest kernal then native
(posix) fs actually supports direct IO that will increase the throuput a
lot. However I found on CentOS 6.2 nodes NFS ran faster because NFS
shares are cached. My testing was over a 1G networks so a faster network
will yield different results. Both install methods are pretty much the
same I will add notes on there differences.


cache is supposed to be only relevant to read only images like 
templates, and i'm not even sure this optimization is in.
so caching is supposed to be disabled (otherwise, shared disk won't 
work, etc.)

maybe something else?

NFS is faster on my network.  When I looked around to see why it 
suggested that reads were cached.  It was real world testing you never know.


A quick word about OS. While there are plans to support EL6 and other
Linux based distributions, support is currently limited to Fedora 17.
However Andrey Gordeev ( http://www.dreyou.org/ovirt/ ) has created EL6
packages. Since Fedora 17 crashes on both my Dells every 10 to 12 hours
I use the centos builds right now. Although the CentOS builds work
really well there are a few missing features, such as live snapshots. I
have done both installs and the steps outlined below work for both.



very nice!



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


Re: [Users] Removal of network failing from DataCenter.

2012-07-05 Thread Michael Pasternak

Hi Rahul,

This is known issue indeed, the bug in api and occurs when you fetch network 
by-name,
(returned incorrect network), as workaround you can get network by-id
(.clusters.get(Default).networks.get(id=XXX))

fix expected in sdk 3.1.0.4

On 07/04/2012 03:35 PM, Rahul Upadhyaya wrote:
 
 Hi Folks,
 
 
 I was trying to remove networks from the Cluster and Data-Center 
 using the python bindings for ovirt. I could remove the network from the 
 cluster but it fails
 to remove the network from the datacenter quitting with the below mentioned 
 traceback :
 
 
   /  Traceback (most recent call last):/
 /  File netdel.py, line 25, in module/
 /Netwk.delete()/
 /  File 
 /usr/lib/python2.6/site-packages/ovirt_engine_sdk-1.5_SNAPSHOT-py2.6.egg/ovirtsdk/infrastructure/brokers.py,
  line 1889, in delete/
 /headers={'Content-type':None})/
 /  File 
 /usr/lib/python2.6/site-packages/ovirt_engine_sdk-1.5_SNAPSHOT-py2.6.egg/ovirtsdk/infrastructure/proxy.py,
  line 36, in delete/
 /return self.request('DELETE', url, body, headers)/
 /  File 
 /usr/lib/python2.6/site-packages/ovirt_engine_sdk-1.5_SNAPSHOT-py2.6.egg/ovirtsdk/infrastructure/proxy.py,
  line 52, in request/
 /conn=self.getConnectionsPool().getConnection())/
 /  File 
 /usr/lib/python2.6/site-packages/ovirt_engine_sdk-1.5_SNAPSHOT-py2.6.egg/ovirtsdk/infrastructure/proxy.py,
  line 62, in __doRequest/
 /raise RequestError, response/
 /ovirtsdk.infrastructure.errors.RequestError:/
 /status: 400/
 /reason: Bad Request/
 /detail: [Cannot remove Network. Network is being used by at least one 
 Cluster.]/
 
 
However, I am able to remove it when I try from the Manager UI. Below is 
 the code I used to test.I am not able to figure-out if it is a know bug or a 
 logical fault on my
 side somewhere ? [All the VMs are shutdown and no VM is attached to network 
 that I am deleting.] 
 
 
 /from ovirtsdk.api import API/
 /from ovirtsdk.xml import params/
 /
 /
 /
 /
 /ovirt_uri = http://ovirtserver.xyz.com:8080/api/
 /ovirt_username = admin@internal/
 /ovirt_password = */
 /
 /
 /ovirtAPI = API(url=ovirt_uri, username=ovirt_username, 
 password=ovirt_password)/
 /
 /
 /
 /
 /## removing the network from the cluster./
 /Netw=ovirtAPI.clusters.get(Default).networks.get(testnet58)/
 /print Netw.name + : + Netw.id/
 /Netw.delete()/
 /
 /
 /## removing the network from the Datacenter./
 /Netwk=ovirtAPI.networks.get(testnet58)/
 /print Netwk.name + : + Netwk.id/
 /Netwk.delete()/
 
  
 
   
 
 
 -- 
 Regards,
 Rahul
 ===
 
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


-- 

Michael Pasternak
RedHat, ENG-Virtualization RD
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.1 and Glusterfs how-to

2012-07-05 Thread Robert Middleswarth

On 07/05/2012 02:55 AM, Dan Kenigsberg wrote:

On Wed, Jul 04, 2012 at 05:20:36PM -0400, Robert Middleswarth wrote:

I wrote a basic how to for using glusterfs under oVirt.  If you have
any questions or you find mistakes please let me know.

Thanks
Robert

http://www.middleswarth.net/content/installing-ovirt-31-and-glusterfs-using-either-nfs-or-posix-native-file-system

Nice blog entry(ies)!

You mentions that We need to open some ports. There are several ways to
do this...
But actually I think it would be better if the iptables rules stored in
the Engine db are to be tweaked. Frankly, I hate storing files in
databases - that's what filesystems were designed for!
So it would be nicer if the rules are moved to vds_bootstrap, where you
could easily put two flavors thereof: one for gluster and one for
virt-only.
I am more then happy to adjust the steps.  Do you have the command for 
me to insert or change those?


Thanks
Robert

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


Re: [Users] oVirt 3.1 and Glusterfs how-to

2012-07-05 Thread Michal Skrivanek

On Jul 5, 2012, at 10:01 , Itamar Heim wrote:

 On 07/05/2012 09:55 AM, Dan Kenigsberg wrote:
 On Wed, Jul 04, 2012 at 05:20:36PM -0400, Robert Middleswarth wrote:
 I wrote a basic how to for using glusterfs under oVirt.  If you have
 any questions or you find mistakes please let me know.
 
 Thanks
 Robert
 
 http://www.middleswarth.net/content/installing-ovirt-31-and-glusterfs-using-either-nfs-or-posix-native-file-system
 
 Nice blog entry(ies)!
 
 You mentions that We need to open some ports. There are several ways to
 do this...
 But actually I think it would be better if the iptables rules stored in
 the Engine db are to be tweaked. Frankly, I hate storing files in
 databases - that's what filesystems were designed for!
 So it would be nicer if the rules are moved to vds_bootstrap, where you
 could easily put two flavors thereof: one for gluster and one for
 virt-only.
 
 I believe the reason the iptable rules are in the db is that we can configure 
 some of the ports.
sounds to me similar to other issues like sysprep customizations…
we do want to have user frriendly interface and provide a nice config of the 
most useful parameters
yet we want to often provide better control for more advanced uses/users
Would it perhaps make sense to have a simple config with a nice GUI for few of 
the ports we do configure often, and an option of editing/uploading of iptables 
rules file? And I guess similarly for sysprep ...


 
 gluster bootstrapping is needed for both installing the rpms, configuring the 
 host, adding iptables, etc.
 
 shireesh/bala - any ETA from your side to push this?
 
 thanks,
   Itamar
 ___
 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 3.1 and Glusterfs how-to

2012-07-05 Thread Robert Middleswarth

On 07/05/2012 03:16 AM, Michal Skrivanek wrote:

On Jul 5, 2012, at 10:01 , Itamar Heim wrote:


On 07/05/2012 09:55 AM, Dan Kenigsberg wrote:

On Wed, Jul 04, 2012 at 05:20:36PM -0400, Robert Middleswarth wrote:

I wrote a basic how to for using glusterfs under oVirt.  If you have
any questions or you find mistakes please let me know.

Thanks
Robert

http://www.middleswarth.net/content/installing-ovirt-31-and-glusterfs-using-either-nfs-or-posix-native-file-system

Nice blog entry(ies)!

You mentions that We need to open some ports. There are several ways to
do this...
But actually I think it would be better if the iptables rules stored in
the Engine db are to be tweaked. Frankly, I hate storing files in
databases - that's what filesystems were designed for!
So it would be nicer if the rules are moved to vds_bootstrap, where you
could easily put two flavors thereof: one for gluster and one for
virt-only.

I believe the reason the iptable rules are in the db is that we can configure 
some of the ports.

sounds to me similar to other issues like sysprep customizations…
we do want to have user frriendly interface and provide a nice config of the 
most useful parameters
yet we want to often provide better control for more advanced uses/users
Would it perhaps make sense to have a simple config with a nice GUI for few of 
the ports we do configure often, and an option of editing/uploading of iptables 
rules file? And I guess similarly for sysprep ...

Simple config would make since.  Would allow for a more secure structure 
as admin could for instance define a list of IP's that VDSM could listen 
to improving security.


Thanks
Robert

gluster bootstrapping is needed for both installing the rpms, configuring the 
host, adding iptables, etc.

shireesh/bala - any ETA from your side to push this?

thanks,
   Itamar
___
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


[Users] oVirt Weekly Meeting Minutes -- 2012-07-05

2012-07-05 Thread Mike Burns
Minutes:http://ovirt.org/meetings/ovirt/2012/ovirt.2012-07-05-14.00.html
Minutes (text): http://ovirt.org/meetings/ovirt/2012/ovirt.2012-07-05-14.00.txt
Log:
http://ovirt.org/meetings/ovirt/2012/ovirt.2012-07-05-14.00.log.html

=
#ovirt: ovirt weekly sync
=


Meeting started by mburns at 14:00:49 UTC. The full logs are available
at http://ovirt.org/meetings/ovirt/2012/ovirt.2012-07-05-14.00.log.html
.



Meeting summary
---
* roll call and agenda  (mburns, 14:01:10)

* Release Status  (mburns, 14:06:00)
  * Current release date is July 9th  (oschreib, 14:08:37)
  * 9 blocker currently for 3.1 release, 5 ON_QA, 2 MODIFIED and 2 POST
(oschreib, 14:09:11)
  * LINK:
https://bugzilla.redhat.com/showdependencytree.cgi?id=822145hide_resolved=1
(oschreib, 14:09:16)
  * Blockers review  (oschreib, 14:11:00)
  * vdsmd init script times out due to lengthy semanage operation (vdsm,
POST)  (oschreib, 14:11:16)
  * LINK: https://bugzilla.redhat.com/show_bug.cgi?id=832199
(oschreib, 14:11:24)
  * new patch should be reviewed soon  (oschreib, 14:14:59)
  * 3.1: sshd daemon is not starting correctly after complete the
installation of oVirt Node (ovirt-node, MODIFIED)  (oschreib,
14:15:46)
  * LINK: https://bugzilla.redhat.com/show_bug.cgi?id=832517
(oschreib, 14:15:53)
  * verification blocks on BZ#837443  (oschreib, 14:17:41)
  * ovirt-node fails to register with ovirt-engine (vdsm, POST)
(oschreib, 14:18:52)
  * LINK: https://bugzilla.redhat.com/show_bug.cgi?id=837443
(oschreib, 14:18:57)
  * patch in review  (oschreib, 14:21:24)
  * 3.1: iptables blocking communication between node and engine
(ovirt-node, MODIFIED)  (oschreib, 14:21:56)
  * LINK: https://bugzilla.redhat.com/show_bug.cgi?id=832539
(oschreib, 14:22:06)
  * blocks on BZ 837443 as well  (oschreib, 14:24:48)
  * AGREED: release date will slip to 25 July  (mburns, 14:34:46)

* Workshops and Conferences  (mburns, 14:36:02)
  * next workshop is August 28 in San Diego  (mburns, 14:36:57)

* release announcements  (mburns, 14:42:14)
  * oschreib mburns to work with jbrooks to coordinate release
announcements  (mburns, 14:42:53)
  * ACTION: jclift and/or dneary to recruit RobertM to do feature
screencasts  (mburns, 14:46:22)

Meeting ended at 14:48:44 UTC.




Action Items

* jclift and/or dneary to recruit RobertM to do feature screencasts




Action Items, by person
---
* dneary
  * jclift and/or dneary to recruit RobertM to do feature screencasts
* jclift
  * jclift and/or dneary to recruit RobertM to do feature screencasts
* **UNASSIGNED**
  * (none)




People Present (lines said)
---
* oschreib (59)
* mburns (54)
* dneary (21)
* dougsland (15)
* jclift (14)
* ovirtbot (5)
* ilvovsky (4)




Generated by `MeetBot`_ 0.1.4

.. _`MeetBot`: http://wiki.debian.org/MeetBot

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


[Users] Update on oVirt 3.1 Release Date

2012-07-05 Thread Mike Burns
Due to some critical issues that are still outstanding, we've decided to
delay the release of oVirt 3.1 by about 2 weeks.  We are now targeting
2012-07-25 for the release.  

For details on the issues currently blocking the release, please see the
bugs listed here[1].

Thanks

The oVirt Team

https://bugzilla.redhat.com/showdependencytree.cgi?id=822145hide_resolved=1


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


Re: [Users] What are you looking for from oVirt?

2012-07-05 Thread Andrew Cathrow
- Original Message -

 From: Romain Vrignaud rvrign...@gmail.com
 To: Dave Neary dne...@redhat.com, arch a...@ovirt.org,
 Users users@ovirt.org, board bo...@ovirt.org
 Sent: Friday, June 29, 2012 4:13:32 AM
 Subject: Re: [Users] What are you looking for from oVirt?

 Hello,

 I don't run currently any oVirt deployement in production but I have
 a lab.
 I used to run in production the old oVirt product (in rails).

 My best wishes for the future release of oVirt are :
 * GluserFS support as many of us
 * Nova (OpenStack Hypervisor) driver support (
 http://docs.openstack.org/trunk/openstack-compute/admin/content/selecting-a-hypervisor.html
 ).
 I choose oVirt because my first goal is to manage a virtualized
 datacenter with OSS. But we begin to look at private cloud
 deployement.
 I think Aeolus would work with oVirt virtualization backend but AFAIK
 it only support redhat based linux which is not possible for us as
 we run

 Aelous has a RHEVM/oVirt driver that works today.
 If there are problems getting Aeolus working with oVirt we should dig
 into it, there shouldn't be any issues.

 almost only debian server except for virtualisation layer. So we
 would like to deploy OpenStack but to rely on oVirt for KVM
 hypervisors.

 Out of interest what are you getting from OpenStack that you don't
 get from oVirt

 * Fully supported stateless ovirt-node

 Regards,

 Romain

 2012/6/28 Robert Middleswarth  rob...@middleswarth.net 

  On 06/15/2012 06:23 AM, Dave Neary wrote:
 

   Hi,
  
 

   On 06/13/2012 04:28 PM, Dave Neary wrote:
  
 

So - how are you using oVirt? Why did you choose it over
alternatives?
   
  
 
What do you like about it? and what would you like to see
change,
   
  
 
whether that is in terms of technical, process, or marketing
changes?
   
  
 
I'm here to help, but to do so I need your help first!
   
  
 

   Thank you to all those who have replied, on and off list, so far.
   For
   those of you who sent me private messages, I'll be (anonymously)
   collating your feedback and forwarding it on.
  
 

   The range of users who have replied so far includes:
  
 
   * Sysadmin at small web hosting business
  
 
   * Cost-sensitive IT department of an unrelated industry
  
 

  That would be me.
 

   * Hosting provider specialising in HA
  
 
   * Running a private cloud
  
 
   * Test lab set-up considering for production deployment
  
 

  Well no one should be crazy enough to go live with a product they
  haven't at least ran inside a testing lab.
 

   And the top features you've cited are:
  
 
   * Stateless hypervisor
  
 
   * Ability to migrate VMs
  
 

  Number one reason I am working with oVirt
 

   * RHEL and KVM
  
 

  We are a debian based org so changing over to the RHEL based OS's
  is
  more a pain then a benefit. KVM is still kinda young compared to
  both Xen / Vmware it seems to work well but there aren't as many
  os's covered by the vitro drivers and there seem to be more bugs /
  race conditions but that has been steadily changing as it has been
  getting more mature
 

   * Cost
  
 
   * The ability to have your preferred OS as both hypervisor and
   guest
   as a first class citizen
  
 
   * Aimed for data center use-case rather than cloud
  
 

  This would be number 2 in the list.
 

   And the top gaps you've identified so far:
  
 
   * Insufficient resources (docs) to help with production
   deployment
   on
   ovirt.org
  
 
   * Difficulty of configuration and getting started
  
 
   * You'd like to see a more diverse contributor community
  
 
   * Stability (unfortunately, I don't have any concrete examples of
   this from the commenter)
  
 
   * History on resource usage in hypervisors and guests
  
 
   * Integration with Gluster
  
 
   * Offer choices of guest agents with other distributions than
   RHEL
  
 

  I could have created this list myself. I have hit pretty much every
  one of these limits in the last few months working with the
  project.
  3.1 adds limited support for Gluster and ovirt seems to be more
  stable dispute F17 instability.
 

  As for the question of stability the file storage system in 3.0 can
  be a bit unstable. If your NFS share disappears for a few mins the
  file system tends to go offline and wont reactivate. Not sure about
  iscsi or FC since I don't have access to those file systems.
 

   This is all giving me great insight into who's here - please keep
   it
   coming!
  
 

   Cheers,
  
 
   Dave.
  
 

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

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


Re: [Users] oVirt 3.1 and Glusterfs how-to

2012-07-05 Thread Itamar Heim

On 07/05/2012 10:06 AM, Robert Middleswarth wrote:

 2) You can not change what interface / IP gluster uses, it will

always use the ovirtmgmt network. This is a weakness as many people have
an independent network just for storage and they can't use them with
3.1.


sorry, i don't understand this one - only the management of gluster is
done via this interface. you can define a different logical network in
the cluster for storage, configure ip addresses for them, and define
the mount point that way.
(well, apart from potential bugs on network definitions in 3.1 which
may still exist)



Unless I am missing something if I setup Gluster to use anything other
then the ovirtmgmt network then I can't create volumes because the
engine uses the ovirtmgmt networks IP's and Gluster doesn't recognize it.


engine uses ovirtmgmt to create them.
you can define another network to consume them (assuming you have more 
than a single nic. otherwise, i'm not sure why it matters).


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


Re: [Users] oVirt 3.1 and Glusterfs how-to

2012-07-05 Thread Robert Middleswarth

On 07/05/2012 02:19 PM, Itamar Heim wrote:

On 07/05/2012 10:06 AM, Robert Middleswarth wrote:

 2) You can not change what interface / IP gluster uses, it will
always use the ovirtmgmt network. This is a weakness as many people 
have

an independent network just for storage and they can't use them with
3.1.


sorry, i don't understand this one - only the management of gluster is
done via this interface. you can define a different logical network in
the cluster for storage, configure ip addresses for them, and define
the mount point that way.
(well, apart from potential bugs on network definitions in 3.1 which
may still exist)



Unless I am missing something if I setup Gluster to use anything other
then the ovirtmgmt network then I can't create volumes because the
engine uses the ovirtmgmt networks IP's and Gluster doesn't recognize 
it.


engine uses ovirtmgmt to create them.
you can define another network to consume them (assuming you have more 
than a single nic. otherwise, i'm not sure why it matters).


Are you suggesting that I add both Network IP into Gluster.  That would 
work but how would I know what network Gluster would use to sync up with?


Thanks
Robert

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


Re: [Users] Getting some 3.1 screencasts

2012-07-05 Thread Robert Middleswarth

On 07/05/2012 01:11 PM, Dave Neary wrote:

Hi everyone,

At the team meeting today Jason Clift suggested that it would be great 
to have some screencasts for the 3.1 release. I agree. So let's see if 
we can make some!


To spread the load as much as possible, here's what I propose:

1. We come up with a set (5-10) of demo stories we want to tell in the 
wiki. These should contain:

 * The feature we want to demo
 * The before recording set-up that needs to be done
 * The steps to demo the feature
 * A quick script that someone can follow to explain what they're doing.

I'd like a few of these scripts to be for existing oVirt features 
(say, migrating a VM to a different node) and a few to be for features 
which are new in 3.1 (see the release notes at 
http://ovirt.org/wiki/Release_Notes_Draft for details there, we should 
pick one or two nice visible features like all-in-one install).


How are we going to decide on these features we want to demo?  Also some 
of the features like Glusterfs integration might be to complex for a 5 
to 10 min video.
2. From the scripts, we record the demos as .ogv using RecordMyDesktop 
or GNOME Shell's built-in desktop recording


3. Finally, we do voice-overs to add a sound track to the demo (and if 
we have any skilled sound engineers, some tasteful CC licenced 
background music would be great!)


This way, we've broken down the creation of 5 screencasts into 15 
different byte-sized tasks - script, video, voiceover - none of which 
should take someone more that 20 minutes or half an hour - which 
hopefully will make it easier to get them done together.


How does this plan sound?
Sounding like a good overview now it is time to get into the mud and 
figure out how to implement that.


If it sounds good, which features do you think we should screencast as 
top priority?

Well I think you have already hit one of the most useful ones.

1) VM migrations

Other simple idea that might make useful video's are.

2) The Log Collector (engine-log-collector),  Maybe even showing the 
creation of a BZ report?
3)  Uploading ISO (engine-iso-uploader), May be a little simple but we 
could combine with getting the ISO for windows drivers?
4)  How to upload images (engine-image-uploader) or Migrating from 
another system using something like virt-v2v / virt-p2v

5)  Cloning a Virtual Machine from a Snapshot.
6)  Creating Templates
7)  Pinning Virtual Machines to specific physical CPUs
8)  Setup multiple networks showing how to activate and connecting to a 
hosts.

9)  Adding storage domains?  Building a data center?
10) Exporting VM for backup or moving to another data center.

Thanks
Robert


Thanks!
Dave.



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


Re: [Users] What is it going to take to get EL6 builds?

2012-07-05 Thread Trey Dockendorf
On Jul 5, 2012 5:05 PM, Robert Middleswarth rob...@middleswarth.net
wrote:

 I know there are a few things that don't work under oVirt on EL6 but
there are unofficial builds out there and they seem to work pretty well.

 What is the major stopper from getting EL6 builds?  Is it just a mater of
getting patches submitted for building the spec files?  Is there a need for
EL 6 based slaves?  Is there a concern about the features that don't work
like Live Migration?

 I guess a good starting point is to build a todo list of what has to be
done.

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

Based on personal attempts to rebuild ovirt for EL6 the biggest hurdle I
ran into is build dependencies.

Thanks to the help of Dreyou Im using the work around of a binary download
of Maven and packages from jpackage repo.  Ive built latest vdsm without
much issue and am setting up my mock environment to rebuild the latest
ovirt-engine release.

Before Dreyou's repo I spent considerable time attempting to rebuild Fedora
SRPMs in EL6 to meet all dependencies but there were numerous circular
dependency issues building maven2 in EL6.  This was before 3.1 and have not
attempted a full dependency build since.

Id be interested in knowing what other challenges exist for an EL6 release
and would like to help where I can.

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


Re: [Users] What is it going to take to get EL6 builds?

2012-07-05 Thread Robert Middleswarth

On 07/05/2012 07:02 PM, Trey Dockendorf wrote:



On Jul 5, 2012 5:05 PM, Robert Middleswarth rob...@middleswarth.net 
mailto:rob...@middleswarth.net wrote:


 I know there are a few things that don't work under oVirt on EL6 but 
there are unofficial builds out there and they seem to work pretty well.


 What is the major stopper from getting EL6 builds?  Is it just a 
mater of getting patches submitted for building the spec files?  Is 
there a need for EL 6 based slaves?  Is there a concern about the 
features that don't work like Live Migration?


 I guess a good starting point is to build a todo list of what has to 
be done.


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

Based on personal attempts to rebuild ovirt for EL6 the biggest hurdle 
I ran into is build dependencies.


Thanks to the help of Dreyou Im using the work around of a binary 
download of Maven and packages from jpackage repo.  Ive built latest 
vdsm without much issue and am setting up my mock environment to 
rebuild the latest ovirt-engine release.


I bet that is why I am having so much trouble.  I installed Maven but am 
not using jpackage repo for the rest of Java


Thanks
Robert


Before Dreyou's repo I spent considerable time attempting to rebuild 
Fedora SRPMs in EL6 to meet all dependencies but there were numerous 
circular dependency issues building maven2 in EL6.  This was before 
3.1 and have not attempted a full dependency build since.


Id be interested in knowing what other challenges exist for an EL6 
release and would like to help where I can.


- Trey




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


[Users] The problem with spicevmc not supported in this QEMU binary

2012-07-05 Thread xuejie chen
Hi everyone,

I installed the vdsm(4.9.6) in CentOS 6 and the libvirt version is 0.9.4.
I create a VM with all default values,
But, when I run the vm, it returns failure with the follow error
message in WebAdmin.
unsupported configuration: spicevmc not supported in this QEMU binary


There are logs file in attachment

Best wishes,
Xuejie Chen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users