Re: [Qemu-devel] [PATCH] sheepdog: show error message for halt status

2013-03-18 Thread Kevin Wolf
Am 18.03.2013 um 07:27 hat Liu Yuan geschrieben: > From: Liu Yuan > > 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 recogn

Re: [Qemu-devel] [PATCH] sheepdog: show error message for halt status

2013-03-18 Thread Stefan Hajnoczi
On Mon, Mar 18, 2013 at 02:27:55PM +0800, Liu Yuan wrote: > From: Liu Yuan > > 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

Re: [Qemu-devel] [PATCH] sheepdog: show error message for halt status

2013-03-18 Thread MORITA Kazutaka
At Mon, 18 Mar 2013 14:27:55 +0800, Liu Yuan wrote: > > From: Liu Yuan > > 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

[Qemu-devel] [PATCH] sheepdog: show error message for halt status

2013-03-17 Thread Liu Yuan
From: Liu Yuan 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 re