manila/releasenotes/notes/bug-1920937-fixed-cifs-share-migration-752fde9631fb077a.yaml
CaiqueMello 9ddddeeea3 [NetApp] Fix non-disruptive migration cifs shares
Migrate non-disruptive cifs share from different pools change the
export location. When the non-disruptive migration complete
process is started a new share and export location is created. As
result, Manila finds a conflict between the old export location and
the new one.

This patch add a condition to skip export location creation when
a CIFS migration is in progress, also change the way that the export
location is created. Instead of create the export path with share
name, the new one is taken from the backend. The fix is only for
ZAPI API calls.

Change-Id: I1bb888a0b644f0b071816d275d464c4dd27125a7
Co-authored-by: Lucas Oliveira <lucasmoliveira059@gmail.com>
Closes-bug: #1920937
2023-03-21 13:16:53 +00:00

9 lines
373 B
YAML

---
fixes:
- |
Fixed non-disruptive share migration of CIFS shares in the NetApp ONTAP
driver using ZAPI API. During the CIFS share migration the creation of a
new export path is skipped and the actual export path is taken from the
backend. For more details, please refer to
`launchpad bug #1920937 <https://bugs.launchpad.net/manila/+bug/1920937>`_.