Merge "Fix doc errors in nimble driver documentation"

This commit is contained in:
Zuul 2018-04-26 22:20:02 +00:00 committed by Gerrit Code Review
commit 563be12f67

View File

@ -163,12 +163,13 @@ Configuring mulitpathing varies by system depending on the environment. In a
scenario where solely Nimble devices are being created by Cinder, the scenario where solely Nimble devices are being created by Cinder, the
following ``/etc/multipath.conf`` file may be used: following ``/etc/multipath.conf`` file may be used:
.. code-block:: json .. code-block:: text
defaults { defaults {
user_friendly_names yes user_friendly_names yes
find_multipaths no find_multipaths no
} }
blacklist { blacklist {
devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
devnode "^hd[a-z]" devnode "^hd[a-z]"
@ -177,12 +178,14 @@ following ``/etc/multipath.conf`` file may be used:
product ".*" product ".*"
} }
} }
blacklist_exceptions { blacklist_exceptions {
device { device {
vendor "Nimble" vendor "Nimble"
product "Server" product "Server"
} }
} }
devices { devices {
device { device {
vendor "Nimble" vendor "Nimble"
@ -243,4 +246,5 @@ To validate that instances get properly connected to the multipath device,
inspect the instance devices: inspect the instance devices:
.. code-block:: console .. code-block:: console
# virsh dumpxml <Instance ID | Instance Name | Instance UUID> # virsh dumpxml <Instance ID | Instance Name | Instance UUID>