[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: news: Add entry for LVM support.
From: |
guix-commits |
Subject: |
06/06: news: Add entry for LVM support. |
Date: |
Wed, 25 Nov 2020 18:07:46 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit ae902124c183a4432bacfd2e5768ad3b442476e2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 26 00:04:57 2020 +0100
news: Add entry for LVM support.
* etc/news.scm: Add entry.
---
etc/news.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/etc/news.scm b/etc/news.scm
index 5ff88ae..1144ec3 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -18,6 +18,23 @@
(channel-news
(version 0)
+ (entry (commit "a9a2fdaabcc78e7a54d9a6bcfa4ee3de308e9a90")
+ (title (en "Logical Volume Manager (LVM) now supported on Guix
System"))
+ (body
+ (en "On Guix System, the new @code{lvm-device-mapping} variable
+allows you to declare ``mapped devices'' for LVM, the Linux Logical Volume
+Manager. For example, LVM logical volumes ``alpha'' and ``beta'' from volume
+group ``vg0'' can be declared as follows:
+
+@lisp
+(mapped-device
+ (source \"vg0\")
+ (target (list \"vg0-alpha\" \"vg0-beta\"))
+ (type lvm-device-mapping))
+@end lisp
+
+See @command{info \"(guix) Mapped Devices\"} for more information.")))
+
(entry (commit "3b6e4e5fd05e72b8a32ff1a2d5e21464260e21e6")
(title (en "List of substitute keys is now declarative on Guix System")
(de "Liste der Substitutschlüssel auf Guix System ist jetzt
deklarativ")
- branch master updated (d6d5a67 -> ae90212), guix-commits, 2020/11/25
- 01/06: gnu: hwloc: Add "doc" output., guix-commits, 2020/11/25
- 02/06: gnu: guile-bytestructures: Update to 1.0.9., guix-commits, 2020/11/25
- 06/06: news: Add entry for LVM support.,
guix-commits <=
- 03/06: mapped-devices: Allow target to be list of strings., guix-commits, 2020/11/25
- 04/06: mapped-devices: Add 'lvm-device-mapping'., guix-commits, 2020/11/25
- 05/06: doc: Tweak LVM-related info., guix-commits, 2020/11/25