cinder/releasenotes/notes/scaleio-deprecate-config-1aa300d0c78ac81c.yaml
Eric Young b12b865ac5 ScaleIo Driver: refactor config options
The configuration of the ScaleIO Driver is a bit confusing.
This patch simplifies and deprecates some options that are infrequently
used but cause confusion.

Change-Id: If982799d4263c6b7ec8753f63e695ce0a0d16285
2017-07-12 10:41:51 -04:00

23 lines
818 B
YAML

---
deprecations:
- |
The ScaleIO Driver has deprecated several options specified
in ``cinder.conf``:
* ``sio_protection_domain_id``
* ``sio_protection_domain_name``,
* ``sio_storage_pool_id``
* ``sio_storage_pool_name``.
Users of the ScaleIO Driver should now utilize the
``sio_storage_pools`` options to provide a list of
protection_domain:storage_pool pairs.
- |
The ScaleIO Driver has deprecated the ability to specify the
protection domain, as ``sio:pd_name``, and storage pool,
as ``sio:sp_name``, extra specs in volume types.
The supported way to specify a specific protection domain and
storage pool in a volume type is to define a ``pool_name``
extra spec and set the value to the appropriate
``protection_domain_name:storage_pool_name``.