[Kimchi-devel] [PATCH V5 0/5] Fix 'disk full' issue

Royce Lv lvroyce at linux.vnet.ibm.com
Thu Apr 3 09:16:30 UTC 2014


Reviewed-by: Royce Lv<lvroyce at linux.vnet.ibm.com>
On 2014年04月03日 04:12, Rodrigo Trujillo wrote:
> V5:
> - Fix minor issues with pep8 and commit sha
>
> V4:
> - Fix pep8 issues
>
> V3:
> - Fix issues with tests
> - Rebase with 1.2
>
> V2:
> Address Aline's comments:
> - Change error message
> - Aggregate 'if's
>
> V1:
> If the disk where objectstore (Kimchi database) is full, then a lot of
> errors will be raised without any special treatment. This can lead the
> system to an unexpected state.
> This patchset modifies kimchi in order to give the right treatment to
> exceptions, showing the error to the user or hidding when possible.
>
> Rodrigo Trujillo (5):
>    Fix 'disk full' issue: Change objectstore exception handling
>    Fix 'disk full' issue: Fix Templates db store/delete error handling
>    Fix 'disk full' issue: Fix storage volume error handling
>    Fix 'disk full' issue: Fix storagepool and asynctasks error handling
>    Fix 'disk full' issue: Fix vms/screenshot db store/delete error
>      handling
>
>   src/kimchi/asynctask.py            |  7 ++--
>   src/kimchi/i18n.py                 |  5 +++
>   src/kimchi/model/storagepools.py   |  7 ++--
>   src/kimchi/model/storagevolumes.py | 49 +++++++++++++++++----------
>   src/kimchi/model/templates.py      | 27 +++++++++++----
>   src/kimchi/model/vms.py            | 69 +++++++++++++++++++++++++++-----------
>   src/kimchi/objectstore.py          |  7 ++++
>   7 files changed, 123 insertions(+), 48 deletions(-)
>




More information about the Kimchi-devel mailing list