mirror of https://gitee.com/openkylin/libvirt.git
docs: mention bhyve SATA address changes in news.xml
This commit is contained in:
parent
66c21aee89
commit
28a7fd8ac1
|
@ -56,6 +56,25 @@
|
|||
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 <address type='pci'> from the <disk>
|
||||
elements with <target bus='sata'/> and let libvirt
|
||||
regenerate it properly.
|
||||
</description>
|
||||
</change>
|
||||
</section>
|
||||
</release>
|
||||
<release version="v3.0.0" date="2017-01-17">
|
||||
|
|
Loading…
Reference in New Issue