Gentoo Archives: gentoo-server

From: Hacking Networked Solutions - Gentoo List Subscriptions <gentoo.lists@××××××××××.uk>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Toughts on Virtualization
Date: Wed, 11 Apr 2012 00:43:26
Message-Id: 1334104971.13235.15.camel@max2.auckland.local
In Reply to: Re: [gentoo-server] Toughts on Virtualization by Pandu Poluan
1 On Tue, 2012-04-10 at 07:28 +0700, Pandu Poluan wrote:
2 >
3 > On Apr 10, 2012 7:15 AM, "Hacking Network Solutions - Gentoo List
4 > Subscriptions" <gentoo.lists@××××××××××.uk> wrote:
5 > >
6 > > On Mon, 2012-04-09 at 19:32 +0300, Konstantin wrote:
7 > > >
8 > > > What kernel versions are you using for Dom0? Today I've tried to
9 > use
10 > > > sys-kernel/gentoo-sources-3.2.12 and couldn't find any backend
11 > driver
12 > > > support. Am I missed something? ;)
13 > > >
14 > >
15 > > Hi Konstantin,
16 > >
17 > > I use Xen with Gentoo for both Dom0 and DomU.
18 > >
19 > > The back-end driver support is well hidden in the menus,
20 > >
21 > > Device Drivers ---> Xen driver support ---> Backend driver
22 > support
23 > >
24 > > is required to show them.
25 > >
26 > > I have attached a working .config 3.2.12 for your convenience.
27 > >
28 > > My company also maintains a (still unfinished and now slightly out
29 > of
30 > > date unfortunately, but it is on my list of things to update)
31 > document
32 > > related to using Xen with Gentoo here:
33 > >
34 > >
35 > http://www.mad-hacking.net/documentation/linux/deployment/xen/index.xml
36 > >
37 >
38 > OMG! You're working there? Hats off to you guys, and max respect!
39 >
40 > I would never be able to deploy my Gentoo infrastructure had I not
41 > read this :
42 >
43 > http://www.mad-hacking.net/documentation/linux/deployment/buildserver/index.xml
44 >
45 Thank you for the kind words - it's always nice to know that we've been
46 able to help, especially with getting Gentoo more widely deployed in
47 production/corporate environments.
48
49 > > We also maintain ebuilds for the 4.0.2 branch of Xen in our overlay,
50 > > which can be installed with layman (hacking-gentoo).
51 > >
52 > > Maybe this will be of some help, I hope so - if you have any
53 > problems
54 > > with Xen feel free to ask me.
55 > >
56 > > If you have any issues with the docs/ebuilds please email me off
57 > list.
58 > >
59 >
60 > Not an issue, just an honest question: Does having Gentoo as Dom0
61 > significantly improve performance?
62 >
63 I wish I could say - unfortunately we've only ever used Gentoo as our
64 Dom0 distribution so have nothing to compare it against.
65
66 Theoretically, distributions which are specifically customised for use
67 as a Xen Dom0 _could_ be better from a performance standpoint as no
68 doubt there must be some optimisations which can be made that would not
69 be suitable for a more generic distribution.
70
71 That said I would be very interested to know if any of them had actually
72 been optimised in said fashion and if the requirements to still run as
73 wide a range of software as possible on the Dom0 (equivalent to loads of
74 USE flags) on a wide range of similar processors (equivalent to very
75 generic CPU setting) actually hurts enough to still make Gentoo a better
76 choice.
77
78 My _guess_ is that it would, although we're probably talking fractions
79 of a percent here not significant improvements unless the more generic
80 distributions pay a particularly heavy price for their CPU tolerance.
81
82 Max