Zhi Yan Liu 89e88841fa Correct such logic in store.get() when chunk_size param provided
The change corrected the logic of image content reading function in
get() for some store drivers. if the chunk_size param provided from
outside, it means client want to read partial image content from
storage, current implementation is incomplete and has some problem.

The change didn't try to make drivers fully support random access from
backend with chunk_size (and offset) param, that stuff will be
implementated by a dedicated patch, this one only to make default logic
be correct.

Change-Id: I76fd3746a2c449e257ea2a19c2dc6118be207eec
Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
2015-03-04 05:32:17 +00:00
2014-09-13 09:24:36 +02:00
2014-09-17 16:05:17 +00:00
2015-02-19 17:25:58 +01:00
2014-02-10 10:55:11 +01:00
2014-01-24 18:30:46 +01:00
2014-10-28 18:45:21 +02:00
2014-01-24 18:30:46 +01:00
2014-01-24 18:30:46 +01:00
2015-02-26 09:58:10 +01:00
2015-02-26 09:58:10 +01:00

Glance Store Library

Glance's stores library

Description
Glance stores library
Readme 14 MiB
Languages
Python 100%