manila/releasenotes/notes/server-migration-with-network-extension-7433a5c38c8278e4.yaml
Chuan Miao 7085a3eaf1 svm migration across physical networks with multiple port bindings
This patch provides the support for share server migrations between
different physical networks. It is achieved by creating an inactive port
binding on the target host during share server migration, and then cut
it over to target host when migration completes. The implementation is
driver agnostic, so this feature should be not limited to specific
driver, although it is only tested against NetApp driver. The feature is
enabled by a new share service option
'server_migration_extend_neutron_network'. The support for multiple
binding Manila ports is added in Neutron's 2023.1 release.

Closes-Bug: #2002019
Change-Id: I18d0dd1847a09f28989b1a2b62fc6ff8f8155def
2024-09-04 10:17:25 +02:00

8 lines
281 B
YAML

---
features:
- |
Added support for share server migrations between different physical
networks. It is achieved by creating an inactive port binding on the target
host during share server migration, then cut it over to target host during
migration-complete step.