manila/releasenotes/notes/bug-2025641-pause-and-resume-clone-split-during-snapshot-rename-fd0f990d50644d9c.yaml
Kiran Pawar 7bcf51e962 [NetApp] Pause and resume clone split during rename snapshot
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
2024-05-20 13:09:23 +00:00

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>`_