]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document recent virdevmapper fix
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 18 Aug 2020 11:14:16 +0000 (13:14 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 18 Aug 2020 11:23:12 +0000 (13:23 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index 63ca689b439db78508950f5c9d2431857094bbb2..0669051ee68736c971b2314fc0d6845067896d31 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,13 @@ v6.7.0 (unreleased)
 
 * **Bug fixes**
 
+  * virdevmapper: Deal with kernels without DM support
+
+    In the previous release libvirt dropped libdevmapper in favor of its own
+    implementation. However, it failed to deal correctly with kernels that
+    either don't have device mapper enabled or where the dm-mod module is not
+    loaded yet. This is now fixed.
+
 
 v6.6.0 (2020-08-02)
 ===================