[Qemu-devel] Re: [RFC PATCH v4 0/3] Sheepdog: distributed storage system for QEMU

2010-06-03 Thread MORITA Kazutaka
At Wed, 02 Jun 2010 12:49:02 +0200,
Kevin Wolf wrote:
> 
> Am 28.05.2010 04:44, schrieb MORITA Kazutaka:
> > Hi all,
> > 
> > This patch adds a block driver for Sheepdog distributed storage
> > system.  Please consider for inclusion.
> 
> Hint for next time: You should remove the RFC from the subject line if
> you think the patch is ready for inclusion. Otherwise I might miss this
> and think you only want comments on it.
> 

Thanks for the advice. I'll do so the next time.

> > MORITA Kazutaka (3):
> >   close all the block drivers before the qemu process exits
> >   block: call the snapshot handlers of the protocol drivers
> >   block: add sheepdog driver for distributed storage support
> 
> Thanks, I have applied the first two patches to the block branch, they
> look good to me. I'll send some comments for the third one (though it's
> only coding style until now).
> 

Thanks a lot.

Kazutaka



[Qemu-devel] Re: [RFC PATCH v4 0/3] Sheepdog: distributed storage system for QEMU

2010-06-02 Thread Kevin Wolf
Am 28.05.2010 04:44, schrieb MORITA Kazutaka:
> Hi all,
> 
> This patch adds a block driver for Sheepdog distributed storage
> system.  Please consider for inclusion.

Hint for next time: You should remove the RFC from the subject line if
you think the patch is ready for inclusion. Otherwise I might miss this
and think you only want comments on it.

> MORITA Kazutaka (3):
>   close all the block drivers before the qemu process exits
>   block: call the snapshot handlers of the protocol drivers
>   block: add sheepdog driver for distributed storage support

Thanks, I have applied the first two patches to the block branch, they
look good to me. I'll send some comments for the third one (though it's
only coding style until now).

Kevin