Re: [libvirt] [PATCH 0/4] Expose FSFreeze/FSThaw within the guest as commands

2014-03-04 Thread Tomoki Sekiyama
On 3/3/14 17:14 , Eric Blake ebl...@redhat.com wrote: On 11/18/2013 09:38 AM, Tomoki Sekiyama wrote: Currently FSFreeze and FSThaw are supported by qemu guest agent and they are used internally in snapshot-create command with --quiesce option. However, when users want to utilize the native

Re: [libvirt] [PATCH 0/4] Expose FSFreeze/FSThaw within the guest as commands

2014-03-04 Thread Daniel P. Berrange
On Tue, Mar 04, 2014 at 10:11:39AM -0700, Eric Blake wrote: On 03/04/2014 08:39 AM, Tomoki Sekiyama wrote: This patchset adds virDomainFSFreeze()/virDomainFSThaw() APIs and virsh domfsfreeze/domfsthaw commands to enable the users to freeze and thaw domain's filesystems cleanly.

Re: [libvirt] [PATCH 0/4] Expose FSFreeze/FSThaw within the guest as commands

2014-03-04 Thread Eric Blake
On 03/04/2014 08:39 AM, Tomoki Sekiyama wrote: This patchset adds virDomainFSFreeze()/virDomainFSThaw() APIs and virsh domfsfreeze/domfsthaw commands to enable the users to freeze and thaw domain's filesystems cleanly. Thanks. Based on previous discussion on last November, now I'm getting

Re: [libvirt] [PATCH 0/4] Expose FSFreeze/FSThaw within the guest as commands

2014-03-04 Thread Tomoki Sekiyama
On 3/4/14 12:13 , Daniel P. Berrange berra...@redhat.com wrote: On Tue, Mar 04, 2014 at 10:11:39AM -0700, Eric Blake wrote: On 03/04/2014 08:39 AM, Tomoki Sekiyama wrote: This patchset adds virDomainFSFreeze()/virDomainFSThaw() APIs and virsh domfsfreeze/domfsthaw commands to enable the

Re: [libvirt] [PATCH 0/4] Expose FSFreeze/FSThaw within the guest as commands

2014-03-03 Thread Eric Blake
On 11/18/2013 09:38 AM, Tomoki Sekiyama wrote: Currently FSFreeze and FSThaw are supported by qemu guest agent and they are used internally in snapshot-create command with --quiesce option. However, when users want to utilize the native snapshot feature of storage devices (such as LVM over

Re: [libvirt] [PATCH 0/4] Expose FSFreeze/FSThaw within the guest as commands

2013-11-25 Thread Tomoki Sekiyama
Any comments? On 11/18/13 11:38 , Tomoki Sekiyama tomoki.sekiy...@hds.com wrote: Currently FSFreeze and FSThaw are supported by qemu guest agent and they are used internally in snapshot-create command with --quiesce option. However, when users want to utilize the native snapshot feature of