[PATCH] NEWS: Document recent virdevmapper fix

Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 63ca689b43..b80e72f8c6 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 forgot to deal with kernels that either don't + have device mapper enabled or the dm-mod module is not loaded yet. This is + now fixed. + v6.6.0 (2020-08-02) =================== -- 2.26.2

On Tue, 2020-08-18 at 13:14 +0200, Michal Privoznik wrote:
+ * virdevmapper: Deal with kernels without DM support + + In the previous release libvirt dropped libdevmapper in favor of its own + implementation. However, it forgot to deal with kernels that either don't
s/forgot to deal/failed to deal correctly/
+ have device mapper enabled or the dm-mod module is not loaded yet. This is
s/or the dm-mod/or where the dm-mod/ With the above addressed, Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Michal Privoznik