On Mon, Dec 17, 2012 at 02:17:26PM +0800, Liu Yuan wrote: > From: Liu Yuan <tailai...@taobao.com> > > For the error case such as SD_RES_NO_SPACE, we shouldn't update the inode > bitmap > to avoid the scenario that the object is allocated but wasn't created at the > server side. This will result in VM's IO error on the failed object. > > Cc: MORITA Kazutaka <morita.kazut...@lab.ntt.co.jp> > Cc: Kevin Wolf <kw...@redhat.com> > Signed-off-by: Liu Yuan <tailai...@taobao.com> > --- > block/sheepdog.c | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-)
Thanks, applied to the block tree: https://github.com/stefanha/qemu/commits/block Stefan