Gentoo Archives: gentoo-user

From: Stroller <Stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Linode discontinuing Xen, migrating to KVM
Date: Mon, 02 Oct 2017 18:40:15
Message-Id: 1A066F2E-BE62-4CF9-90C0-4E529820CC50@stellar.eclipse.co.uk
In Reply to: [gentoo-user] Linode discontinuing Xen, migrating to KVM by Tanstaafl
1 > On 2 Oct 2017, at 18:30, Tanstaafl <tanstaafl@×××××××××××.org> wrote:
2 >
3 > One thing I do seem to recall is there was somewhere that I had to
4 > define Xen as the virtualization environment being used, but I can't
5 > remember where I did that. Was that in the kernel config? If so, their
6 > tool should (hopefully) handle that change.
7
8 See last lines:
9
10 ~ $ grep -B 25 -ie xen -ie kvm /etc/rc.conf
11 # This is mainly used for saying which services do NOT provide net.
12 #rc_net_tap0_provide="!net"
13
14 # This is the subsystem type.
15 # It is used to match against keywords set by the keyword call in the
16 # depend function of service scripts.
17 #
18 # It should be set to the value representing the environment this file is
19 # PRESENTLY in, not the virtualization the environment is capable of.
20 # If it is commented out, automatic detection will be used.
21 #
22 # The list below shows all possible settings as well as the host
23 # operating systems where they can be used and autodetected.
24 #
25 # "" - nothing special
26 # "docker" - Docker container manager (Linux)
27 # "jail" - Jail (DragonflyBSD or FreeBSD)
28 # "lxc" - Linux Containers
29 # "openvz" - Linux OpenVZ
30 # "prefix" - Prefix
31 # "rkt" - CoreOS container management system (Linux)
32 # "subhurd" - Hurd subhurds (to be checked)
33 # "systemd-nspawn" - Container created by systemd-nspawn (Linux)
34 # "uml" - Usermode Linux
35 # "vserver" - Linux vserver
36 # "xen0" - Xen0 Domain (Linux and NetBSD)
37 # "xenU" - XenU Domain (Linux and NetBSD)
38 ~ $
39
40 This on a Linode host, BTW. They haven't told me I need to do anything, so I hope I'm ok.
41
42 HTH,
43
44 Stroller.

Replies

Subject Author
Re: [gentoo-user] Linode discontinuing Xen, migrating to KVM Tanstaafl <tanstaafl@×××××××××××.org>