From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPvGF-0004h9-Rr for qemu-devel@nongnu.org; Thu, 03 May 2012 08:35:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPvG9-0003fX-PA for qemu-devel@nongnu.org; Thu, 03 May 2012 08:35:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPvG9-0003fL-Dy for qemu-devel@nongnu.org; Thu, 03 May 2012 08:35:49 -0400 Message-ID: <4FA27B9B.1070207@redhat.com> Date: Thu, 03 May 2012 14:35:39 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1335990367-18749-1-git-send-email-morita.kazutaka@gmail.com> In-Reply-To: <1335990367-18749-1-git-send-email-morita.kazutaka@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] sheepdog: switch to writethrough mode if cluster doesn't support flush List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: namei.unix@gmail.com, hch@lst.de, qemu-devel@nongnu.org Am 02.05.2012 22:26, schrieb MORITA Kazutaka: > This is necessary for qemu to work with the older version of Sheepdog > which doesn't support SD_OP_FLUSH_VDI. > > Signed-off-by: MORITA Kazutaka Thanks, applied to the block branch. Kevin