]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: mention bhyve SATA address changes in news.xml
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 5 Feb 2017 12:51:47 +0000 (16:51 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 7 Feb 2017 15:30:13 +0000 (19:30 +0400)
docs/news.xml

index f408293a19cc0d366f38748198236a3e52d9f0b1..ef1ed785f97fc8d0db6dd6f7943c042827840cd2 100644 (file)
           a fabric name has been removed by making it optional.
         </description>
       </change>
+      <change>
+        <summary>
+          bhyve: change address allocation schema for SATA disks
+        </summary>
+        <description>
+          Previously, the bhyve driver assigned PCI addresses to SATA disks
+          directly rather than assigning that to a controller and
+          using SATA addresses for disks. It was implemented this way
+          because bhyve has no notion of an explicit SATA controller.
+          However, as this doesn't match libvirt's understanding of
+          disk addresses, the bhyve driver was changed to follow
+          the common schema and have PCI addresses for SATA controllers
+          and SATA addresses for disks. If you're having issues
+          because of this, it's recommended to edit the domain's XML
+          and remove &lt;address type='pci'&gt; from the &lt;disk&gt;
+          elements with &lt;target bus='sata'/&gt; and let libvirt
+          regenerate it properly.
+        </description>
+      </change>
     </section>
   </release>
   <release version="v3.0.0" date="2017-01-17">