Re: [Users] Virtual Machine Provisiong

2012-10-11 Thread Justin Clift
On 11/10/2012, at 13:44 PM, Marco Mornati wrote:
 Hello,
 
 yep template could be a solution, but means we need to have machine that
 are quite similar.
 What I'd like to do, and presents to user, is a list of profiles
 (Centos6, RHEL6, Fedora17, etc.) and any profile has a kickstart
 associated that indicates iso source, which base packages should be
 installed, etc.
 That is exactly what we have today with a PXE installation, but the only
 things is that I cannot invoke an automatic installation within a script.
 
 To be clear, here yuo are what I'm traying in this moment:
 
 https://www.aeolusproject.org/redmine/projects/aeolus/wiki/RHEV-M_Setup?version=52

Hi Marco,

From reading through what you're looking for, it seems a good fit for Aeolus.

As well as the points you mention (templates for creations of vm's, with
desired packages, etc), it does a lot more too:

 + VM launching/killing and monitoring

 + Supports several virtualization and cloud platforms simultaneously,
   so you build/launch/manage your VM's on (say) oVirt, VMware, and EC2.
   OpenStack support (amongst others) is currently being added.

 + You can build custom applications out of several vm templates,
   and have them correct pass configuration information amongst
   themselves when they launch. (IP addresses, dependency info, etc)

   For example, a 2-node Wordpress application, consisting of an Apache
   webserver vm template + a MySQL vm template).  Automatically sets
   itself up at launch:

 https://github.com/aeolusproject/audrey/tree/master/examples/wordpress

With the oVirt setup you're doing for those instructions, please try and
use oVirt 3.0 for the moment.  There's a bug in an rpm we rely on for our
oVirt support (vdsm floppyinject hook) that's broken with oVirt 3.1.

Hopefully we'll have that issue fixed late next week (enabling oVirt 3.1
support).  That doesn't help you right now though. ;)

If it's helpful, the Aeolus dev's are in the #aeolus freenode IRC channel,
and are generally pretty responsive requests for help.  i.e. RHEV-M
setup, etc.

We also have an aeolus-users mailing list, which is worth asking on if
you're not in to IRC. :)

  https://lists.fedorahosted.org/mailman/listinfo/aeolus-users

Does that help? :)

Regards and best wishes,

Justin Clift

 And if someone has aeolus experience and suggestions is welcome :D
 
 Marco

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] vdsm/engine do not like Infiniband

2012-09-13 Thread Justin Clift
On 14/09/2012, at 7:26 AM, Dead Horse wrote:
 When attempting to activate/add a host with Infiniband cards present:
snip
 
 NOTE the length of the Infiniband card hwaddr perhaps a clue to the above 
 engine DB insert barf? -- (ERROR: value too long for type character 
 varying(20))


Ouch, that sounds like a bug. :

Would you be ok to open a BZ about it?

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] Can't add NFS domain

2012-09-04 Thread Justin Clift
On 04/09/2012, at 3:45 PM, Changsen Xu wrote:
snip
 Thanks a lot for your answer. I just got vdsm compiled and installed
 on fresh FC17 (installed with live cd)

You probably won't get that to work, because the live cd has the bad
kernel.  Installing a new kernel on it doesn't work either (without
huge effort maybe?).

You would be better off to do a normal installation of Fedora 17,
install the old kernel there, then add VDSM to that.

Hope that helps. ;)

+ Justin

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] Can't add NFS domain

2012-09-02 Thread Justin Clift
On 02/09/2012, at 6:25 PM, Damiano Verzulli wrote:
snip
 The critical information that page above is lacking, is that kernel 3.4.*
 is _not_ available, for FC17, in ready-made RPM. So this command:
 
   # rpm -qa | grep kernel-3.4


As as thought, this might be useful:

  http://koji.fedoraproject.org/koji/buildinfo?buildID=344289

That koji.fedoraproject.org server is worth knowing about,
especially at times like this when a package has disappeared
from the mirrors.

You should probably grab the above rpm now though, as koji
doesn't always archive things for a long time. :(

Hope that helps. :)

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] Next Release Planning

2012-08-21 Thread Justin Clift
On 20/08/2012, at 10:02 PM, Mike Burns wrote:
 Hi all,
 
 Now that oVirt 3.1 has shipped, we need to start the planning process
 for the next release.  One of the major topics for this week's weekly
 sync is to review the release criteria.  
 
 The criteria we used for 3.1 is laid out on the wiki [1].  I will be
 posting an equivalent version for the next release in the next couple
 days, but it will mostly be copy/paste from this page.  
 
 Please think about release criteria and whether or not we want to
 add/remove/change things for this release.  This needs to be determined
 now to make sure that the release process runs smoother down the line.

Is there some way we can do an end-to-end platform test for most
of the things mentioned there, to sanity check the binaries before
announcement?

Trying to think of some way to catch the broken ISO problem that 3.1
has with NFS storage.  So, something similar doesn't occur again in
future.

Any ideas?

Regards and best wishes,

Justin Clift

 Thanks
 
 Mike
 
 [1] http://wiki.ovirt.org/wiki/Second_Release
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] oVIrt 3.1 - Network Bonding

2012-08-14 Thread Justin Clift
On 14/08/2012, at 3:59 PM, Karli Sjöberg wrote:
snip
 This way, you can have almost(4096) as many interfaces as you want with only 
 two physical NICs. I also gave an example on how you tune Jumbo Frames to be 
 active on some interfaces, and have regular windows size on the rest. Jumbo 
 most only be active on interfaces that isn´t routed, since the default 
 routing size is 1500.

Oooohhh Aaaahhh... that's really nicely written out. :)

Could you be convinced to make a wiki page for it?

(just hoping :)

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] oVIrt 3.1 - Network Bonding

2012-08-13 Thread Justin Clift
On 13/08/2012, at 10:55 PM, Ricardo Esteves wrote:
 Hi,
 
 I the attached picture net1.jpg i have my initial network configuration.
 
 Physical card (em1) with vlan 10 (em1.10) bridged to the ovirtmgmt with IP 
 192.168.10.25 and default gw 192.168.10.254. 
 
 Now i want to bond em1 card with p1p1 card (attached picture net2.jpg)
 
 But if i fill the default gw it gives me this error: The default gateway 
 should be set only on engine network.
 
 If i don't fill the default gw, when i click ok, i loose connection to the 
 server and then after more or less 1 minute the server automaticaly reboots.
 
 Anyone had this kind of problem?

Two thoughts here: ;)

 * The lose connection to the server bit sort of sounds like
   this bug:

 https://bugzilla.redhat.com/show_bug.cgi?id=838816

   Reckon that's a match?


 * Aside from that, you might have to manually configure
   networking for the hosts from the command line.  Using the
   normal Linux commands I mean, not oVirt specific ones.

 i.e. creating the bridging and everything manually.

   This is the approach I had to take last week when trying
   out Aeolus with oVirt 3.1.  Network layer breaks when
   adding a 2nd interface, but was able to work around it
   by manually creating the bridges from cli, after having
   defined the logical networks in the oVirt Web UI.

The configure things manually approach isn't all that
documented either.  I kind of stumbled my way through, by
looking at the examples here:

  
http://wiki.ovirt.org/wiki/Installing_VDSM_from_rpm#Configuring_the_bridge_Interface

Is any of that helpful?

Regards and best wishes,

Justin Clift


 Best regards,
 Ricardo Esteves.

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] Status code 500 when adding first storage domain?

2012-08-09 Thread Justin Clift
On 09/08/2012, at 4:18 PM, Yaniv Kaul wrote:
 Engine log, and possibly VDSM log, would be most helpful.
 Y.

Thanks Yaniv, good point. :) 

These are the logs from a fresh run just now.



engine.log
Description: Binary data


vdsm.log
Description: Binary data


It's just the part of the log from where I hit enter on the
screen to add the storage.  Nothing else was happening on the
boxes at the time.

Btw, if it's useful, I can give you remote ssh and https
into the boxes this is happening on.

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] Status code 500 when adding first storage domain?

2012-08-09 Thread Justin Clift
On 10/08/2012, at 1:49 AM, Haim Ateya wrote:
 hi, 
 
 thanks to Justin for providing me access to his environment, I managed to 
 debug it live and find 2 issues:
 - first issue is for web-admin portal which from some reason has timeouts for 
 createStorageDomain command set to 1 minute (where timeout should be 3 
 minutes and set in the engine-core).
 - second issue (more disturbing) is a deadlock in super-vdsm (it goes into 
 defunct state) operation which prevents reading\writing storage domain 
 metadata as a part of createStorageDomain thread.

Thanks Haim, good work. :)

For the deadlock issue, any ideas for a work around for now?

It's not a killer, as there's a working oVirt 3.0 setup here
which can be used for demoing instead.  Just would have
preferred 3.1 is all. (obviously) :

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] Status code 500 when adding first storage domain?

2012-08-09 Thread Justin Clift
On 10/08/2012, at 2:14 AM, Haim Ateya wrote:
 opened https://bugzilla.redhat.com/show_bug.cgi?id=847079  
 https://bugzilla.redhat.com/show_bug.cgi?id=847083 for tracking.


Hmmm... wonder if BZ 845660 is related to the deadlock
issue?

 https://bugzilla.redhat.com/show_bug.cgi?id=845660

The host here is running kernel-3.5.0-2.fc17.x86_64,
and the problem description seems to match.

Jason Brook's email from 8th August gives the clue.

If this is the problem, sounds like a respin of the
ISO will be needed with a different kernel. (?)

+ Justin

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] Issue setting IP information for Non-VM networks

2012-08-09 Thread Justin Clift
On 09/08/2012, at 5:44 PM, Mark Wu wrote:
snip
 I've also run into an issue where in the web interface, the ovirtmgmt
 network always reverts back to DHCP as the boot protocol.  The ifcfg
 on node will reflect the correct setting after I change to static, but
 if I go to re-edit the entry, it's back on DHCP.
 
 I hit this problem before, and filed a bug for it:
 https://bugzilla.redhat.com/show_bug.cgi?id=838816

Yeah, this bug is killing things for Aeolus.  Aeolus _needs_
an additional network interface in order to operate.

So, every time oVirt 3.1 gets installed in the
test environment here, it permanently breaks as soon
as logical network configuration is attempted. :(

Getting this fixed in 3.1 (somehow) would be a win,
for Aeolus anyway. ;

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] Status code 500 when adding first storage domain?

2012-08-09 Thread Justin Clift
On 10/08/2012, at 7:52 AM, Itamar Heim wrote:
 On 08/09/2012 07:43 PM, Justin Clift wrote:
 On 10/08/2012, at 2:14 AM, Haim Ateya wrote:
 opened https://bugzilla.redhat.com/show_bug.cgi?id=847079  
 https://bugzilla.redhat.com/show_bug.cgi?id=847083 for tracking.
 
 
 Hmmm... wonder if BZ 845660 is related to the deadlock
 issue?
 
  https://bugzilla.redhat.com/show_bug.cgi?id=845660
 
 The host here is running kernel-3.5.0-2.fc17.x86_64,
 and the problem description seems to match.
 
 Jason Brook's email from 8th August gives the clue.
 
 If this is the problem, sounds like a respin of the
 ISO will be needed with a different kernel. (?)
 
 or use fedora 17 rather than node for now and downgrade the kernel.


Yeah, that's pretty much what I'm trying at the moment.

The deadlock issue does seem directly triggered by
the kernel 3.5.0 thing.  3.4.6 lets NFS mounts work
without hassle.

+ Justin

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] Unable to add storage

2012-08-09 Thread Justin Clift
On 10/08/2012, at 9:38 AM, snmis...@linux.vnet.ibm.com wrote:
snip
 I am running ovirt-engine-3.1.0-2.fc17.

Hi Sharad,

Yeah, this is a known problem (recent).

Seems to be caused by kernel-3.5.0 series.

If you're able to drop back to an earlier kernel, for example
the 3.4.6 one prior to it, then NFS mounts will work.

Hope that helps. :)

Regards and best wishes,

Justin Clift


 -Sharad Mishra

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] Looking for help: Demo videos

2012-08-06 Thread Justin Clift
On 05/08/2012, at 4:21 AM, Jason Brooks wrote:
 Hey everyone:
 
 I've made a screencast of creating VMs in oVirt 3.1: 
 http://www.youtube.com/watch?v=C4gayV6dYK4
 
 I wrote a blog post about the tools and process I used: 
 http://blog.jebpages.com/archives/screencasting-ovirt/
 
 Now that I have the process down (and my oVirt 3.1 rig in shape), I'll do a 
 few more of these before the 3.1 launch.


Very good work Jason. :)

Do you reckon inline embedded video's would be
acceptable for the press release?

i.e. using iframe approach, same as on your
blog page

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] oVIrt 3.1 - Xeon E5530 - Wrong cpu identification

2012-08-02 Thread Justin Clift
On 02/08/2012, at 2:29 AM, Ricardo Esteves wrote:
 And now, after reboot of the node, i get this:
 
 [root@blade4 ~]# virsh capabilities
 Segmentation fault

When that seg fault happens, does anything get printed to
/var/log/messages?

Kind of wondering if there's something else at play here,
which might show up there.  Worth a look at. :)

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org

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


[Users] oVirt 3.1, Gluster + non-IP storage networks

2012-07-09 Thread Justin Clift
Hi all,

Saw the ongoing thread on oVirt 3.1 and Gluster, discussing
how to handle/portray storage networks in the Engine UI.

What's the right way to approach this, for people who use
non-IP based storage networks?  (Infiniband, Fibre Channel,
etc).

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] oVirt 3.1, Gluster + non-IP storage networks

2012-07-09 Thread Justin Clift
On 09/07/2012, at 9:23 PM, Vijay Bellur wrote:
 On 07/09/2012 12:41 PM, Justin Clift wrote:
 Hi all,
 
 Saw the ongoing thread on oVirt 3.1 and Gluster, discussing
 how to handle/portray storage networks in the Engine UI.
 
 What's the right way to approach this, for people who use
 non-IP based storage networks?  (Infiniband, Fibre Channel,
 etc).
 
 
 Do you intend performing all management operations over non-IP based networks?

Nope, the Infiniband setup is purely for data transport. :)

The nodes and engine boxes have 1Gig ethernet ports as well.


 The ability to provision non-IP (read Infiniband/rdma) storage volumes in 
 Gluster will be enabled at a later date.

Thanks Vijay.  Just making sure. :)

Regards and best wishes,

Justin Clift


 Regards,
 Vijay

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] SSL error when adding host (oVirt 3.1)

2012-07-09 Thread Justin Clift
On 10/07/2012, at 5:53 AM, Itamar Heim wrote:
snip
 Installation was performed from F17 using the from rpm instructions here:
 
  http://www.ovirt.org/wiki/Installing_VDSM_from_rpm
 
 _Guessing_ the ssl = false bit is causing the problem.  No idea how to
 either enable ssl in the host, or turn it off in Engine though. (or anything
 else that works :)
 
 why would you have ssl = false anywhere?


That's what the above steps in the Installing VDSM from rpm instructions
say to do.  My understanding of the pieces in oVirt isn't yet great enough
to do stuff _without_ following instructions yet. ;)

+ Justin

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] ovirt installed on Centos

2012-05-15 Thread Justin Clift
On 15/05/2012, at 8:58 AM, Nerijus Baliunas wrote:
 On Mon, 14 May 2012 01:43:50 +0530 Nirbhay Tomar 
 nirbhaysinghto...@gmail.com wrote:
 
 i just want to know that is there any way to have ovirt installed on Centos
 
 http://www.dreyou.org/ovirt/

Does anyone with write access to the ovirt website, want to add that link
to the Get oVirt page?  Seems like the right spot.

  http://www.ovirt.org/get-ovirt/

+ Justin

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

--
Aeolus Community Manager
http://www.aeolusproject.org

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


[Users] Shut down a host node through web UI?

2012-05-08 Thread Justin Clift
Hi all,

Successfully set up a basic initial oVirt installation (Engine + 1 x host node 
running 2.3.0-1.fc16 stable).
No storage nor VM's configured yet.

The host has been activated fine through the Engine web UI.

Now looking how gracefully shut down the node through the web UI.

There's nothing obvious for this (i.e. shut down option) showing up in the 
web UI for me. (admin user)

What should I be looking for in the UI, to shut down hosts gracefully?

Note - putting the host in maintenance mode and bringing it back out again goes 
fine, so I don't *think*
it's a config problem.

?

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] Shut down a host node through web UI?

2012-05-08 Thread Justin Clift
On 09/05/2012, at 7:01 AM, Itamar Heim wrote:
 On 05/08/2012 07:09 PM, Justin Clift wrote:
 Hi all,
 
 Successfully set up a basic initial oVirt installation (Engine + 1 x host 
 node running 2.3.0-1.fc16 stable).
 No storage nor VM's configured yet.
 
 The host has been activated fine through the Engine web UI.
 
 Now looking how gracefully shut down the node through the web UI.
 
 There's nothing obvious for this (i.e. shut down option) showing up in the 
 web UI for me. (admin user)
 
 What should I be looking for in the UI, to shut down hosts gracefully?
 
 Note - putting the host in maintenance mode and bringing it back out again 
 goes fine, so I don't *think*
 it's a config problem.
 
 well, engine only needs to shutdown hosts today if they need fencing.
 (to fence, you need another host in the DC to do the actual fencing).

Heh.  The other use case for shutting down hosts (relevant to me) is for when 
they're not on 24/7.

My dev environment here for example. ;)


 not to mention, fencing isn't graceful…

I have a wti switch here that could be used to set up fencing.  But, I don't 
really have the time/inclination
to get into the high-availability side of things with oVirt at this stage.  
(Only going for basic, initial, hands on
familiarity).


 i think the fencing menu could benefit from a '(graceful) shutdown' option if 
 someone would sent patches to that effect


Not sure the fencing menu is the right place.  For non 24x7 environments, it'd 
be a common (daily) admin task.  For that kind
of thing, a menu option in the vicinity of the maintenance/activate menu would 
be about right wouldn't it?

Should I file an RFE in BZ?

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org

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