c514b25b07
The retype command would fail to retype volumes to or from a replicated type. In addition retype failed to return a tuple of status, model_update when returning a model_update. Change-Id: I89c184d48f0235f0a38399ce0b3aac2a504fdd19 Closes-Bug: #1642055 Closes-Bug: #1642058
17 lines
599 B
YAML
17 lines
599 B
YAML
---
|
|
issues:
|
|
- With the Dell SC Cinder Driver if a volume is retyped
|
|
to a new storage profile all volumes created via
|
|
snapshots from this volume will also change to the
|
|
new storage profile.
|
|
- With the Dell SC Cinder Driver retyping from one
|
|
replication type to another type (ex. regular
|
|
replication to live volume replication) is not
|
|
supported.
|
|
fixes:
|
|
- With the Dell SC Cinder Driver retyping to or from a
|
|
replicated type should now work.
|
|
- With the Dell SC Cinder Driver retype failed to
|
|
return a tuple if it had to return an update to the
|
|
volume state.
|