HPE 3par: Unable to create clone of replicated vol
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
In Progress
|
Medium
|
Raghavendra Tilay |
Bug Description
Issue:
Trying to create clone of replicated volume
1] If size of cloned volume is same as original volume,
below error is seen:
physical copy is not allowed to be added to remote copy group
2] If size of cloned volume is larger than original volume,
below error is seen:
Volume is involved in remote copy
Root cause/Analysis:
1] same size, online copy
Existing behaviour: start clone & return from function.
Error occur because clone is not yet complete and
code tries to create vol on secondary array.
2] size is different, offline copy
Existing behaviour: (i) create new replicated vol.
(ii) during clone operation below error occur:
Volume is involved in remote copy
(iii) Since clone operation fails, delete new replicated vol (as cleanup).
Changed in cinder: | |
assignee: | nobody → Raghavendra Tilay (raghavendrat) |
Changed in cinder: | |
status: | New → In Progress |
Fix https:/ /review. opendev. org/c/openstack /cinder/ +/884594