commit | 52bb1f9bed796127e8b446b12e5b834026241cdd | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <ilya.dryomov@inktank.com> | Wed Jul 23 17:11:20 2014 +0400 |
committer | Ilya Dryomov <ilya.dryomov@inktank.com> | Fri Jul 25 13:15:44 2014 +0400 |
tree | 82dd5d22f374c7039ca1485b7eeffc97bebbf271 | |
parent | 0407759971cdbd302e0efcb03ff9435a0d3db3ab [diff] |
rbd: harden rbd_dev_refresh() and callers a bit Recently discovered watch/notify problems showed that we really can't ignore errors in anything refresh related. Alas, currently there is not much we can do in response to those errors, except print warnings. Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com> Reviewed-by: Alex Elder <elder@linaro.org>