From: John Ferlan Date: Wed, 11 Jan 2017 00:35:10 +0000 (-0500) Subject: docs: Add NPIV/vHBA change description to news.xml X-Git-Tag: v3.0.0-rc2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e032c3c48055131df2a4745bb42d45d2f3e0e1a;p=thirdparty%2Flibvirt.git docs: Add NPIV/vHBA change description to news.xml Add "Improvements" for commit id 'bb74a7ffe' and '78be2e8b7' which add support for using the parent wwnn/wwpn or fabric_name rather than just using the parent by scsi_hostX name. --- diff --git a/docs/news.xml b/docs/news.xml index 300e5530ed..13f69651c9 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -118,6 +118,18 @@ of units in bytes rather than default of human readable output. + + + scsi: Add parent wwnn/wwpn or fabric capability for createVport + + + Improve the algorithm searching for the parent scsi_host device + for vHBA/NPIV scsi_host creation. Rather than supplying the + "parent" by name, it's now possible to define the parent by + it's wwnn/wwpn or fabric_wwn in the node device create XML or + the storage pool XML. + +