
Import the following files from the former config-reference [1]: api.rst cells.rst fibre-channel.rst hypervisor-basics.rst hypervisor-hyper-v.rst hypervisor-kvm.rst hypervisor-lxc.rst hypervisor-qemu.rst hypervisor-virtuozzo.rst hypervisor-vmware.rst hypervisor-xen-api.rst hypervisor-xen-libvirt.rst hypervisors.rst index.rst iscsi-offload.rst logs.rst resize.rst samples/api-paste.ini.rst samples/index.rst samples/policy.yaml.rst samples/rootwrap.conf.rst schedulers.rst The below files are skipped as they're already included, in slightly different forms, in the nova documentation. config-options.rst nova-conf-samples.rst nova-conf.rst nova.conf Part of bp: doc-migration Change-Id: I145e38149bf20a5e068f8cfe913f90c7ebeaad36
29 lines
866 B
ReStructuredText
29 lines
866 B
ReStructuredText
=================================
|
|
Configuring Fibre Channel Support
|
|
=================================
|
|
|
|
Fibre Channel support in OpenStack Compute is remote block storage attached to
|
|
compute nodes for VMs.
|
|
|
|
.. todo:: This below statement needs to be verified for current release
|
|
|
|
Fibre Channel supported only the KVM hypervisor.
|
|
|
|
Compute and Block Storage support Fibre Channel automatic zoning on Brocade and
|
|
Cisco switches. On other hardware Fibre Channel arrays must be pre-zoned or
|
|
directly attached to the KVM hosts.
|
|
|
|
KVM host requirements
|
|
~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
You must install these packages on the KVM host:
|
|
|
|
``sysfsutils``
|
|
Nova uses the ``systool`` application in this package.
|
|
|
|
``sg3-utils`` or ``sg3_utils``
|
|
Nova uses the ``sg_scan`` and ``sginfo`` applications.
|
|
|
|
Installing the ``multipath-tools`` or ``device-mapper-multipath`` package is
|
|
optional.
|