Files
openstack-manuals/doc/config-reference/source/tables/cinder-storwize.rst
Gauvain Pocentek 513a06f8a9 [config-ref] Update the cinder tables
Several patches have landed in cinder and an update is required.

Note: the cinder.overrides is a temporary workaround for oslo.messaging.
See https://review.openstack.org/#/c/263818/. This file can be removed
once a new oslo.messaging release has landed.

Change-Id: I8ebcc489c2c84ebc19c51e4712301d4f71660f06
Partial-Bug: #1528332
Partial-Bug: #1537321
Partial-Bug: #1536845
Partial-Bug: #1529720
Partial-Bug: #1529669
Partial-Bug: #1512198
Partial-Bug: #1489231
Partial-Bug: #1488415
Partial-Bug: #1478650
2016-01-24 12:56:02 +00:00

2.8 KiB

Description of IBM Storwise driver configuration options
Configuration option = Default value Description
[DEFAULT]
storwize_svc_allow_tenant_qos = False (BoolOpt) Allow tenants to specify QOS on create
storwize_svc_flashcopy_rate = 50 (IntOpt) Specifies the Storwize FlashCopy copy rate to be used when creating a full volume copy. The default is rate is 50, and the valid rates are 1-100.
storwize_svc_flashcopy_timeout = 120 (IntOpt) Maximum number of seconds to wait for FlashCopy to be prepared.
storwize_svc_iscsi_chap_enabled = True (BoolOpt) Configure CHAP authentication for iSCSI connections (Default: Enabled)
storwize_svc_multihostmap_enabled = True (BoolOpt) This option no longer has any affect. It is deprecated and will be removed in the next release.
storwize_svc_multipath_enabled = False (BoolOpt) Connect with multipath (FC only; iSCSI multipath is controlled by Nova)
storwize_svc_stretched_cluster_partner = None (StrOpt) If operating in stretched cluster mode, specify the name of the pool in which mirrored copies are stored.Example: "pool2"
storwize_svc_vol_autoexpand = True (BoolOpt) Storage system autoexpand parameter for volumes (True/False)
storwize_svc_vol_compression = False (BoolOpt) Storage system compression option for volumes
storwize_svc_vol_easytier = True (BoolOpt) Enable Easy Tier for volumes
storwize_svc_vol_grainsize = 256 (IntOpt) Storage system grain size parameter for volumes (32/64/128/256)
storwize_svc_vol_iogrp = 0 (IntOpt) The I/O group in which to allocate volumes
storwize_svc_vol_nofmtdisk = False (BoolOpt) Specifies that the volume not be formatted during creation.
storwize_svc_vol_rsize = 2 (IntOpt) Storage system space-efficiency parameter for volumes (percentage)
storwize_svc_vol_warning = 0 (IntOpt) Storage system threshold for volume capacity warnings (percentage)
storwize_svc_volpool_name = volpool (StrOpt) Storage system storage pool for volumes