From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv8vX-0004ZX-EJ for qemu-devel@nongnu.org; Wed, 08 Feb 2012 09:55:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rv8vR-00026N-Kp for qemu-devel@nongnu.org; Wed, 08 Feb 2012 09:55:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv8vR-000262-AG for qemu-devel@nongnu.org; Wed, 08 Feb 2012 09:55:13 -0500 Message-ID: <4F328CCB.30004@redhat.com> Date: Wed, 08 Feb 2012 15:55:07 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <73865e0ce364c40e0eb65ec6b22b819d@mail.gmail.com> <4F31153E.9010205@codemonkey.ws> <4F311839.9030709@redhat.com> <4F311BBA.8000708@codemonkey.ws> <4F312FD3.5020206@zerto.com> <4F3137DB.1040503@redhat.com> <4F3139CE.4040103@zerto.com> <4F314798.8010009@redhat.com> <4F3211D0.3070502@zerto.com> <4F326E99.7030904@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH] replication agent module List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , =?UTF-8?B?16rXldee16gg15HXnyDXkNeV16g=?= , =?UTF-8?B?16LXldeT15Mg16fXk9ed?= , dlaor@redhat.com, qemu-devel@nongnu.org, Ori Mamluk , Yair Kuszpet On 02/08/2012 03:39 PM, Stefan Hajnoczi wrote: > >> > What about taking the existing Ceph/RBD driver in QEMU and changing it to >> > support arbitrary image formats rather than just raw? That sounds much much >> > easier. The main advantage is that Ceph has a user-space library for use in >> > the replication hub. It also supports snapshots. > I missed how Ceph/RBD helps. Can you explain how we would use it? Ceph supports replication, you would just put images in a Ceph store rather than in a "normal" filesystem. Paolo