cinder/doc/source/configuration/tables/manual/cinder-netapp_cdot_extraspecs.inc
Jay S. Bryant 986a6a015f [DOC BLD FIX] Name files for inclusion properly
The Sphinx build was issuing hundreds of warning for
duplicate labels.  The reason for this was because
all of the tables we had were named as .rst files.
This would cause Sphinx to process them twice and it would
think there were duplicated sections.

There were two ways this could be handled:  1) Exclude the tables
directory from the docs build. 2) Name the files as they should
have always been so they weren't build twice.  Given that
option 1 just masked the problem, I am implementing this
patch using option 2.

So, all the tables we are including in our documentation
have been named from .rst to .inc and the .. include::
directives that use them have also been updated to use
the new file name.

Change-Id: If395eb652f7e3b789bcbd5e6d6d05954c23d8d8a
2017-08-04 15:33:52 -05:00

69 lines
2.9 KiB
PHP

.. list-table:: Description of extra specs options for NetApp Unified Driver with Clustered Data ONTAP
:header-rows: 1
* - Extra spec
- Type
- Description
* - ``netapp_raid_type``
- String
- Limit the candidate volume list based on one of the following raid
types: ``raid4, raid_dp``.
* - ``netapp_disk_type``
- String
- Limit the candidate volume list based on one of the following disk
types: ``ATA, BSAS, EATA, FCAL, FSAS, LUN, MSATA, SAS, SATA, SCSI, XATA,
XSAS, or SSD.``
* - ``netapp:qos_policy_group`` [1]_
- String
- Specify the name of a QoS policy group, which defines measurable Service
Level Objectives, that should be applied to the OpenStack Block Storage
volume at the time of volume creation. Ensure that the QoS policy group
object within Data ONTAP should be defined before an OpenStack Block
Storage volume is created, and that the QoS policy group is not
associated with the destination FlexVol volume.
* - ``netapp_mirrored``
- Boolean
- Limit the candidate volume list to only the ones that are mirrored on
the storage controller.
* - ``netapp_unmirrored`` [2]_
- Boolean
- Limit the candidate volume list to only the ones that are not mirrored
on the storage controller.
* - ``netapp_dedup``
- Boolean
- Limit the candidate volume list to only the ones that have deduplication
enabled on the storage controller.
* - ``netapp_nodedup``
- Boolean
- Limit the candidate volume list to only the ones that have deduplication
disabled on the storage controller.
* - ``netapp_compression``
- Boolean
- Limit the candidate volume list to only the ones that have compression
enabled on the storage controller.
* - ``netapp_nocompression``
- Boolean
- Limit the candidate volume list to only the ones that have compression
disabled on the storage controller.
* - ``netapp_thin_provisioned``
- Boolean
- Limit the candidate volume list to only the ones that support thin
provisioning on the storage controller.
* - ``netapp_thick_provisioned``
- Boolean
- Limit the candidate volume list to only the ones that support thick
provisioning on the storage controller.
.. [1]
Please note that this extra spec has a colon (``:``) in its name
because it is used by the driver to assign the QoS policy group to
the OpenStack Block Storage volume after it has been provisioned.
.. [2]
In the Juno release, these negative-assertion extra specs are
formally deprecated by the NetApp unified driver. Instead of using
the deprecated negative-assertion extra specs (for example,
``netapp_unmirrored``) with a value of ``true``, use the
corresponding positive-assertion extra spec (for example,
``netapp_mirrored``) with a value of ``false``.