aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-11-19 16:20:03 +0100
committerDavid Seifert <soap@gentoo.org>2022-11-19 16:20:03 +0100
commit3fb914ae4aeea01e3ab241683ca2bebc3416f50b (patch)
tree7009ac393c294f7678232361c1531eef41fc67d7 /2022-11-19-lvm2-default-USE-flags
parent2022-07-29-pipewire-sound-server: fix typos (diff)
downloadgentoo-news-3fb914ae4aeea01e3ab241683ca2bebc3416f50b.tar.gz
gentoo-news-3fb914ae4aeea01e3ab241683ca2bebc3416f50b.tar.bz2
gentoo-news-3fb914ae4aeea01e3ab241683ca2bebc3416f50b.zip
2022-11-19-lvm2-default-USE-flags: add item
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to '2022-11-19-lvm2-default-USE-flags')
-rw-r--r--2022-11-19-lvm2-default-USE-flags/2022-11-19-lvm2-default-USE-flags.en.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/2022-11-19-lvm2-default-USE-flags/2022-11-19-lvm2-default-USE-flags.en.txt b/2022-11-19-lvm2-default-USE-flags/2022-11-19-lvm2-default-USE-flags.en.txt
new file mode 100644
index 0000000..b3edf5d
--- /dev/null
+++ b/2022-11-19-lvm2-default-USE-flags/2022-11-19-lvm2-default-USE-flags.en.txt
@@ -0,0 +1,30 @@
+Title: LVM2 default USE flag change
+Author: David Seifert <soap@gentoo.org>
+Posted: 2022-11-19
+Revision: 1
+News-Item-Format: 2.0
+Display-If-Installed: sys-fs/lvm2
+
+The Gentoo Base System team has recently switched from the disabling
+"device-mapper-only" flag to the enabling "lvm" (bug #718910).
+
+After considering most reverse dependencies of sys-fs/lvm2, the Base System Team
+has decided that the majority of Gentoo users are unlikely to use the LVM2
+components of sys-fs/lvm2, instead relying solely on it providing device-mapper
+functionality.
+
+To this end, we will disable the default enabled flag "+lvm" on sys-fs/lvm2
+on 2023-01-01. If you do not have USE=lvm somehow globally enabled, this means
+you will lose LVM2 (but not device-mapper!) functionality, so enable it in your
+config if your boot configuration depends on it or if you depend on any of the
+lvm2-* daemons.
+
+Furthermore, we have considered other default enabled USE flags too, and have
+come to the conclusion that USE=+thin makes even less sense than USE=+lvm.
+Thin-provisioned LVM volumes are an important use case in certain VM hosting
+scenarios, but unlikely to be relevant for the large majority of Gentoo users.
+
+In summary:
+- Enable USE="lvm" if you use lvm2 (but not needed for device-mapper) as described above.
+- Enable USE="lvm thin" if you use thin as described above.
+- If you don't know what LVM2 is, you don't need to take any action.