From 34e22af614021f3c08952a54325fbd8044bf6dd9 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Wed, 11 Jan 2017 07:09:03 -0500 Subject: [PATCH] docs: Document the new vHBA/NPIV params for storage Commit id 'bb74a7ffe' forgot to adjust the storage docs to describe the new fields. --- docs/formatstorage.html.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index a7273ed78e..f6887ae70b 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -237,6 +237,23 @@ the scsi_hostN of some existing storage pool. Since 1.0.4 +
parent_wwnn and parent_wwpn
+
Instead of the parent to specify which scsi_host + to use by name, it's possible to provide the wwnn and wwpn of + the parent to be used for the vHBA in order to ensure that + between reboots or after a hardware configuration change that + the scsi_host parent name doesn't change. Both the parent_wwnn + and parent_wwpn must be provided. + Since 3.0.0 +
+
parent_fabric_wwn
+
Instead of the parent to specify which scsi_host + to use by name, it's possible to provide the fabric_wwn on which + the scsi_host exists. This provides flexibility for choosing + a scsi_host that may be available on the fabric rather than + requiring a specific parent by wwnn or wwpn to be available. + Since 3.0.0 +
managed
An optional attribute to instruct the SCSI storage backend to manage destroying the vHBA when the pool is destroyed. For -- GitLab