commit | 0eaace110a373aef0bf0a52e352120cd470d3ca8 | [log] [tgz] |
---|---|---|
author | nidhimittalhada <nidhimittal19@gmail.com> | Thu Jul 28 12:54:37 2016 +0530 |
committer | nidhimittalhada <nidhimittal19@gmail.com> | Thu Sep 08 13:57:41 2016 +0530 |
tree | 77ef4ffdcd6ce4ab865ba4d1d07171d972aa5515 | |
parent | 33ea9005d660d56b03bee97b47be24d3fd4dd468 [diff] |
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