]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Document device mapper fix
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 26 Mar 2018 05:11:42 +0000 (07:11 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 5 Apr 2018 14:53:19 +0000 (16:53 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/news.xml

index 87f52e83ef6a3b212f5a84d14c5384f485085dc6..8521204a35bef3eb4e63b047612888fad809c534 100644 (file)
       </change>
     </section>
     <section title="Bug fixes">
+      <change>
+        <summary>
+          Improve handling of device mapper targets
+        </summary>
+        <description>
+          When starting a domain with a disk backed by a device
+          mapper volume libvirt also needs to allow the storage
+          backing the device mapper in CGroups. In the past
+          kernel did not care, but starting from 4.16 CGroups are
+          consulted on each access to the device mapper target.
+        </description>
+      </change>
     </section>
   </release>
   <release version="v4.2.0" date="2018-04-01">