cinder/releasenotes/notes/kaminario-cinder-driver-bug-1612602-8209c921e59d9dda.yaml
Nikesh Mahalka b7dcc4ae19 Replication, hard-coding and dict.name issues in K2
Replication was tested with self-replication due to unavailability
of K2 arrays. Source and target K2 arrays were same.
_delete_volume_replica and _get_replica_status are not working with
different source and target K2 arrays while testing replication.

Hard-coded value of RPO(500) is raising exception while retype:
rpo must be either 1 min or multiple of 5 min

vol_type.name is raising below exception:
AttributeError: 'dict' object has no attribute 'name'

Change-Id: I86e840f9fbc886ef661ddf1de77d433adb901ae5
Closes-Bug: #1612602
Co-Authored-By: VenkataKrishna Reddy <Venkata.Krishna.ctr@kaminario.com>
2016-08-12 14:17:19 -04:00

8 lines
256 B
YAML

---
fixes:
- Fixed _delete_volume_replica and _get_replica_status in
Kaminario K2 iSCSI and FC Cinder drivers with different source
and target K2 arrays while testing replication.
Removed hard-coding of RPO and fixed volume_type.name issue.