e8d2b34dd7
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
6 lines
187 B
YAML
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'.
|