manila/releasenotes/notes/error-share-set-size-ff5d4f4ac2d56755.yaml
nidhimittalhada e8d2b34dd7 share-size not set to 1 with 'manage_error' state
Currently, when we set share-state to 'manage-error', share-size
is set to 1 at all places except this one. Which results in error
logged during delete-share, w.r.t quota.

This fix sets share-size to 1 when share state is
set to 'manage_error'.

Change-Id: I96343ffd4f273b01c0376713717cdc89ea9a873a
Closes-Bug: #1587636
2016-09-08 13:57:41 +05:30

6 lines
187 B
YAML

---
fixes:
- Any errors that may occur during 'managing' a share into manila will
result in the share's size being set to 1, aside from transitioning
the status to 'manage_error'.