From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWkVN-0002pj-Il for qemu-devel@nongnu.org; Tue, 22 May 2012 04:31:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWkVL-0001Gl-48 for qemu-devel@nongnu.org; Tue, 22 May 2012 04:31:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWkVK-0001GZ-SF for qemu-devel@nongnu.org; Tue, 22 May 2012 04:31:43 -0400 Message-ID: <4FBB4EE9.9090406@redhat.com> Date: Tue, 22 May 2012 10:31:37 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1337287349-7664-1-git-send-email-josh.durgin@inktank.com> In-Reply-To: <1337287349-7664-1-git-send-email-josh.durgin@inktank.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] rbd: hook up cache options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Josh Durgin Cc: qemu-devel@nongnu.org Am 17.05.2012 22:42, schrieb Josh Durgin: > Writeback caching was added in Ceph 0.46, and writethrough will be in > 0.47. These are controlled by general config options, so there's no > need to check for librbd version. > > Signed-off-by: Josh Durgin Thanks, applied to the block-next branch for 1.2. Kevin