[IBM Storwize] Retype failure for replication volume-type
Bug #1968159 reported by
Harsh Ailani
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
Low
|
Harsh Ailani |
Bug Description
While retyping a replication volume, chfcmap() call is being called which is resulting in retype operation failure.
Error: CMMVC7154E The task cannot be completed because the specified FlashCopy mapping is controlled by a Metro Mirror or Global Mirror relationship.
This error is occurring because as per the code chfcmap is called under update_clean_rate() def.
Whereas, chfcmap should not be called for any fc map which is rc_controlled.
Hence while retyping global mirror to global mirror, metro mirror to metro mirror and GMCV to GMCV volume, this error comes up as the fc map of the volume is rc_controlled for these replication volume types.
Changed in cinder: | |
importance: | Undecided → Low |
tags: | added: gmcv retype storwize |
To post a comment you must log in.
Working on the fix for this bug.