[ceph-devel] kvm driver

2010-03-07 Thread Christian Brunner
age is welcome, too. (see comment in the code for details) Thanks, Christian -- Christian Brunner --- qemu-kvm-0.12.3/Makefile.orig 2010-03-07 20:57:16.801084128 +0100 +++ qemu-kvm-0.12.3/Makefile2010-03-07 20:57:44.688209374 +0100 @@ -28,6 +28,7 @@ VPATH=$(SRC_PATH):$(SRC_PATH)/hw LIBS

Re: [ceph-devel] kvm driver

2010-03-09 Thread Christian Brunner
On Mon, Mar 08, 2010 at 10:18:11PM +, Sage Weil wrote: > > > > The patch for qemu-0.12.3 is attached. I would appreciate it if someone > > with a deeper understanding of the signal handling in librados and/or > > kvm could have a look. > > Yehuda is taking a look at it now. The signals are u

Re: [ceph-devel] kvm driver

2010-03-09 Thread Christian Brunner
@ +/* + * QEMU Block driver for RADOS (Ceph) + * + * Copyright (C) 2010 Christian Brunner + * + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the top-level directory. + * + */ + +#include "qemu-common.h" +#include +#include + +#include + +//

[ceph-devel] Updated kvm driver

2010-03-14 Thread Christian Brunner
image. - Ideas for a better solution are welcome. Christian -- Christian Brunner --- qemu-kvm-0.12.3.orig/block/rbd.c1970-01-01 01:00:00.0 +0100 +++ qemu-kvm-0.12.3/block/rbd.c 2010-03-14 11:37:30.490285574 +0100 @@ -0,0 +1,346 @@ +/* + * QEMU Block driver for RADOS (Ceph) + * + * Copyrig

[ceph-devel] Unexpected rmpool behavior

2010-03-14 Thread Christian Brunner
I've just noticed that "rados rmpool" does not remove the contents of the pool. I would have expected that the objects in the pool are deleted when the pool is removed. - This is probably something for the TODO list. Christian -- Ch

Re: [ceph-devel] Unexpected rmpool behavior

2010-03-16 Thread Christian Brunner
On Mon, Mar 15, 2010 at 05:29:38AM +, Gregory Farnum wrote: > Christian: > I've just tested this and it sure looks to me like deleting a pool > deletes the objects in it. It's not necessarily instantaneous, though > -- stuff won't get deleted until the OSD gets a new OSDMap. > Try writing somet