7bcf51e962
When snpashot are soft deleted i.e. they are renamed if delete fails, sometime we face issue in rename operation. This is due to busy snapshot clone split operations. So perform rename and then start clone split. Closes-bug: #2025641 Change-Id: I1093a610f31f5971bb23b9f89c64f5f129ac2fb9
9 lines
413 B
YAML
9 lines
413 B
YAML
---
|
|
fixes:
|
|
- |
|
|
In case of NetApp ONTAP driver, when snpashots are soft deleted (i.e. they
|
|
are renamed if delete fails) sometime we face issue in during rename. This
|
|
is due to busy snapshots. To overcome this, Manila will stop clone split,
|
|
perform rename and start clone split again. For more details, please refer
|
|
to `launchpad bug 2025641 <https://bugs.launchpad.net/manila/+bug/2025641>`_
|