b49605945a
Share replica create API does not allow to specify share network and forces to use parent share's share network. This is problem for some use-cases, e.g. migration from one share network to another share network via replication is not possible. Fixed by allowing to pass 'share-network' option for share replica create API and make sure both parent share-network and user provided share-network will have same security service association. Partial-Bug: #1925486 Change-Id: I9049dcd418fbb16d663ab8ed27b90c765fafc5d3
8 lines
323 B
YAML
8 lines
323 B
YAML
---
|
|
fixes:
|
|
- |
|
|
`Bug #1925486 <https://bugs.launchpad.net/manila/+bug/1925486>`_
|
|
Share replica create API does not support share network option and uses
|
|
parent share's share network. Fixed it to allow any share network by providing
|
|
option ``share-network``. Added in API microversion starting with '2.72'.
|