manila/releasenotes/notes/fix-creating-from-snapshot-server-limit-7b575c7cbf081efc.yaml
Felipe Rodrigues 3bd8fe3cfe Fix Create From Snapshot with Server Limits
Share Server limits must be ignored in case the new share is
from a snapshot and same host as the parent, since they must
be in the same server.

Closes-bug: #1918845
Change-Id: I1c611f4a7f3590b571f75ceca17c2fc3d8f3ad7a
2022-09-14 23:31:09 -03:00

8 lines
313 B
YAML

---
fixes:
- |
Fix creating from snapshot operation with server limits. If the new share
and parent are in the same host, the share server must be resued, so the
limits must be ignored. For more details, please refer to
`launchpad bug #1918845 <https://bugs.launchpad.net/manila/+bug/1918845>`_