b12b865ac5
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
23 lines
818 B
YAML
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``.
|
|
|
|
|