From: Michal Privoznik Date: Tue, 18 Aug 2020 11:14:16 +0000 (+0200) Subject: NEWS: Document recent virdevmapper fix X-Git-Tag: v6.7.0-rc1~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=683bcc015c540ee1cc5ff255ce5b676e68036299;p=thirdparty%2Flibvirt.git NEWS: Document recent virdevmapper fix Signed-off-by: Michal Privoznik Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 63ca689b43..0669051ee6 100644 --- 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) ===================