Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Linode discontinuing Xen, migrating to KVM
Date: Wed, 04 Oct 2017 09:42:37
Message-Id: 2065381.zn3k3UFqMn@eve
In Reply to: Re: [gentoo-user] Linode discontinuing Xen, migrating to KVM by Tanstaafl
1 On Monday, October 2, 2017 11:17:46 PM CEST Tanstaafl wrote:
2 > On 10/2/2017, 4:03:37 PM, Tanstaafl <tanstaafl@×××××××××××.org> wrote:
3 > > On 10/2/2017, 2:39:51 PM, Stroller <Stroller@××××××××××××××××××.uk> wrote:
4 > >>> On 2 Oct 2017, at 18:30, Tanstaafl <tanstaafl@×××××××××××.org> wrote:
5 > >>>
6 > >>> One thing I do seem to recall is there was somewhere that I had to
7 > >>> define Xen as the virtualization environment being used, but I can't
8 > >>> remember where I did that. Was that in the kernel config? If so, their
9 > >>> tool should (hopefully) handle that change.
10 > >>
11 > >> See last lines:
12 > >>
13 > >> ~ $ grep -B 25 -ie xen -ie kvm /etc/rc.conf
14 > >
15 > > <snip>
16 > >
17 > >> # "xen0" - Xen0 Domain (Linux and NetBSD)
18 > >> # "xenU" - XenU Domain (Linux and NetBSD)
19 > >> ~ $
20 > >>
21 > >> This on a Linode host, BTW. They haven't told me I need to do anything,
22 > >> so I hope I'm ok.
23 > >>
24 > >> HTH,
25 > >
26 > > Thanks! Yes, at least now I know where that was specified... and since
27 > > there is nothing there for kvm, I guess you just leave it commented,
28 > > BUT...
29 > >
30 > > yours doesn't appear to be set?? Mine is set to "xenU".
31 >
32 > Also, yours shows 12 different choices, mine only shows 8:
33 >
34 > ############################################################################
35 > ## # LINUX SPECIFIC OPTIONS
36 >
37 > # This is the subsystem type. Valid options on Linux:
38 > # "" - nothing special
39 > # "lxc" - Linux Containers
40 > # "openvz" - Linux OpenVZ
41 > # "prefix" - Prefix
42 > # "uml" - Usermode Linux
43 > # "vserver" - Linux vserver
44 > # "xen0" - Xen0 Domain
45 > # "xenU" - XenU Domain
46 > # If this is commented out, automatic detection will be used.
47 > #
48 >
49 > Wonder why that is?
50
51 These got updated at some point.
52 For Xen-guest, I specify:
53 # rc_sys="xenU"
54 for KVM guests (got 2 running in the "cloud"):"
55 # rc_sys=""
56
57 If 'rc_sys' is not set, openrc tries to auto-detect.
58 If it is set, it will not auto-detect and use whatever you specified.
59
60 --
61 Joost