Currently in IBM storwize_SVC driver, user can specify only one IO group per backend definition. The user now may specify a list of IO groups, and at the time of creating the volume, the driver will select an IO group which has least number of volumes associated with it. The change is backward compatible. Please see blueprint for full details. Implements: blueprint ibmsvciogrpselection DocImpact Change-Id: I4766fc03bdacdde5dd9cfd4899c6cc5c2aee0d00
10 lines
404 B
YAML
10 lines
404 B
YAML
---
|
|
features:
|
|
- |
|
|
In IBM Storwize_SVC driver, user could specify only one IO
|
|
group per backend definition. The user now may specify a comma separated
|
|
list of IO groups, and at the time of creating the volume, the driver will
|
|
select an IO group which has the least number of volumes associated with
|
|
it. The change is backward compatible, meaning single value is still
|
|
supported.
|