On Mon, Mar 18, 2013 at 02:27:55PM +0800, Liu Yuan wrote: > From: Liu Yuan <[email protected]> > > Sheepdog (neither quorum nor unsafe mode) will refuse to serve IO requests > when > number of alive nodes is less than that of copies specified by users. This > will > return 0x19 to QEMU client which currently doesn't recognize it. > > This patch adds an error description when QEMU client receives it, other than > plainly printing 'Invalid error code' > > Cc: MORITA Kazutaka <[email protected]> > Cc: Kevin Wolf <[email protected]> > Cc: Stefan Hajnoczi <[email protected]> > Signed-off-by: Liu Yuan <[email protected]> > --- > block/sheepdog.c | 2 ++ > 1 file changed, 2 insertions(+)
Reviewed-by: Stefan Hajnoczi <[email protected]>
