From 6e032c3c48055131df2a4745bb42d45d2f3e0e1a Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Tue, 10 Jan 2017 19:35:10 -0500 Subject: [PATCH] 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. --- docs/news.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. + +
-- GitLab