File: fibre-channel.rst

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (28 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=================================
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.