
25 Feb
2014
25 Feb
'14
5:23 a.m.
On 02/25/2014 10:50 AM, Wido den Hollander wrote:
The first patch improves the logging for the user. Currently the return codes from librados are not written to any logfile, which might leave a user clueless to why the storage pool is not working.
The second patch sets three timeout options in librados. These are useful for when the Ceph cluster is down. Librados will then not block for ever, but return a -ETIMEDOUT so libvirt does not block for ever.
Wido den Hollander (2): rbd: Include return statusses from librados/librbd in logging
s/statusses/statuses/
rbd: Set timeout options for librados
src/storage/storage_backend_rbd.c | 144 ++++++++++++++++++++----------------- 1 file changed, 78 insertions(+), 66 deletions(-)
ACK and pushed. Jan