manila/releasenotes/notes/bug-2064907-fix-share-server-migration.yaml
Sylvan Le Deunff 5d574edbbe
Fix share server migration not reusing allocations
Update share_server_id on existing allocations if reusing share network
during share server migration. And fix the way vserver_name is retrieved
in NetApp driver to permit migrating a share server more than once.

Closes-Bug: #2064907
Change-Id: I2d6b4ca4e29dea4114a1a4e55e4d913f549cb94b
2024-09-27 09:39:11 +02:00

11 lines
421 B
YAML

---
fixes:
- |
When performing a share server migration without new share network,
reused allocations are properly updated with new share_server_id.
- |
In NetApp driver functions related to share server migration,
vserver_name is now retrieved directly from backend_details instead
of templating. This way, vserver_name is correct even for share
servers that have already been migrated once.