Re: [Qemu-devel] [PATCH v2] qga: Add 'mountpoints' argument to guest-fsfreeze-freeze command

2014-05-21 Thread Tomoki Sekiyama
Hi Eric, thank you for the comments. On 5/20/14 18:46 , Eric Blake ebl...@redhat.com wrote: On 05/20/2014 04:01 PM, Tomoki Sekiyama wrote: The patch below is for the command to get filesystems list. === From: Tomoki Sekiyama tomoki.sekiy...@hds.com You'll want to resend it as a series of

Re: [Qemu-devel] [PATCH v2] qga: Add 'mountpoints' argument to guest-fsfreeze-freeze command

2014-05-20 Thread Tomoki Sekiyama
Any comments for this patch? Thanks, Tomoki Sekiyama On 4/28/14 11:25 , Tomoki Sekiyama tomoki.sekiy...@hds.com wrote: Hi, This is v2 patch for qemu-ga to add argument to specify which filesystems to be frozen by guest-fsfreeze-freeze command. Changes to v1: added documentation of the new

Re: [Qemu-devel] [PATCH v2] qga: Add 'mountpoints' argument to guest-fsfreeze-freeze command

2014-05-20 Thread Eric Blake
On 04/28/2014 09:25 AM, Tomoki Sekiyama wrote: When an array of mount point paths is specified as 'mountpoints' argument of guest-fsfreeze-freeze, qemu-ga with this patch will only freeze the file systems mounted on specified paths in Linux. How does the management application learn the set of

Re: [Qemu-devel] [PATCH v2] qga: Add 'mountpoints' argument to guest-fsfreeze-freeze command

2014-05-20 Thread Tomoki Sekiyama
On 04/28/2014 09:25 AM, Tomoki Sekiyama wrote: When an array of mount point paths is specified as 'mountpoints' argument of guest-fsfreeze-freeze, qemu-ga with this patch will only freeze the file systems mounted on specified paths in Linux. How does the management application learn the set

Re: [Qemu-devel] [PATCH v2] qga: Add 'mountpoints' argument to guest-fsfreeze-freeze command

2014-05-20 Thread Tomoki Sekiyama
On 04/28/2014 09:25 AM, Tomoki Sekiyama wrote: When an array of mount point paths is specified as 'mountpoints' argument of guest-fsfreeze-freeze, qemu-ga with this patch will only freeze the file systems mounted on specified paths in Linux. How does the management application learn the set

Re: [Qemu-devel] [PATCH v2] qga: Add 'mountpoints' argument to guest-fsfreeze-freeze command

2014-05-20 Thread Eric Blake
On 05/20/2014 04:01 PM, Tomoki Sekiyama wrote: The patch below is for the command to get filesystems list. === From: Tomoki Sekiyama tomoki.sekiy...@hds.com You'll want to resend it as a series of patches as a top-level thread; not everyone notices a patch buried as a reply. qga: Add

[Qemu-devel] [PATCH v2] qga: Add 'mountpoints' argument to guest-fsfreeze-freeze command

2014-04-28 Thread Tomoki Sekiyama
Hi, This is v2 patch for qemu-ga to add argument to specify which filesystems to be frozen by guest-fsfreeze-freeze command. Changes to v1: added documentation of the new field (v1: http://lists.gnu.org/archive/html/qemu-devel/2014-04/msg04085.html) --- Tomoki Sekiyama (1): qga: Add

[Qemu-devel] [PATCH v2] qga: Add 'mountpoints' argument to guest-fsfreeze-freeze command

2014-04-28 Thread Tomoki Sekiyama
When an array of mount point paths is specified as 'mountpoints' argument of guest-fsfreeze-freeze, qemu-ga with this patch will only freeze the file systems mounted on specified paths in Linux. This would be useful when the host wants to create partial disk snapshots. Signed-off-by: Tomoki