]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Document the new vHBA/NPIV params for storage
authorJohn Ferlan <jferlan@redhat.com>
Wed, 11 Jan 2017 12:09:03 +0000 (07:09 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 11 Jan 2017 16:27:03 +0000 (11:27 -0500)
Commit id 'bb74a7ffe' forgot to adjust the storage docs to describe the
new fields.

docs/formatstorage.html.in

index a7273ed78e6dec0a0e6406255394e7edcda25339..f6887ae70b1afde63567da7562bab0f420e52a1e 100644 (file)
             the scsi_hostN of some existing storage pool.
             <span class="since">Since 1.0.4</span>
           </dd>
+          <dt><code>parent_wwnn</code> and <code>parent_wwpn</code></dt>
+          <dd>Instead of the <code>parent</code> 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.
+            <span class="since">Since 3.0.0</span>
+          </dd>
+          <dt><code>parent_fabric_wwn</code></dt>
+          <dd>Instead of the <code>parent</code> 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.
+            <span class="since">Since 3.0.0</span>
+          </dd>
           <dt><code>managed</code></dt>
           <dd>An optional attribute to instruct the SCSI storage backend to
             manage destroying the vHBA when the pool is destroyed. For