Re: [libvirt] [PATCH v5 1/5] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

2014-04-25 Thread Daniel P. Berrange
On Thu, Apr 24, 2014 at 09:29:04PM +, Tomoki Sekiyama wrote: On 4/24/14 4:58 , Daniel P. Berrange berra...@redhat.com wrote: On Thu, Apr 24, 2014 at 12:16:00AM +, Tomoki Sekiyama wrote: Hi Daniel, On 4/23/14 5:55 , Daniel P. Berrange berra...@redhat.com wrote: On Tue, Apr

Re: [libvirt] [PATCH v5 1/5] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

2014-04-25 Thread Tomoki Sekiyama
On 4/25/14 5:44 , Daniel P. Berrange berra...@redhat.com wrote: On Thu, Apr 24, 2014 at 09:29:04PM +, Tomoki Sekiyama wrote: On 4/24/14 4:58 , Daniel P. Berrange berra...@redhat.com wrote: On Thu, Apr 24, 2014 at 12:16:00AM +, Tomoki Sekiyama wrote: Hi Daniel, On 4/23/14

Re: [libvirt] [PATCH v5 1/5] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

2014-04-24 Thread Daniel P. Berrange
On Thu, Apr 24, 2014 at 12:16:00AM +, Tomoki Sekiyama wrote: Hi Daniel, On 4/23/14 5:55 , Daniel P. Berrange berra...@redhat.com wrote: On Tue, Apr 22, 2014 at 06:22:18PM +, Tomoki Sekiyama wrote: Hi Daniel, thanks for your comment. On 4/22/14 11:39 , Daniel P. Berrange

Re: [libvirt] [PATCH v5 1/5] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

2014-04-24 Thread Tomoki Sekiyama
On 4/24/14 4:58 , Daniel P. Berrange berra...@redhat.com wrote: On Thu, Apr 24, 2014 at 12:16:00AM +, Tomoki Sekiyama wrote: Hi Daniel, On 4/23/14 5:55 , Daniel P. Berrange berra...@redhat.com wrote: On Tue, Apr 22, 2014 at 06:22:18PM +, Tomoki Sekiyama wrote: Hi Daniel, thanks

Re: [libvirt] [PATCH v5 1/5] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

2014-04-23 Thread Daniel P. Berrange
On Tue, Apr 22, 2014 at 06:22:18PM +, Tomoki Sekiyama wrote: Hi Daniel, thanks for your comment. On 4/22/14 11:39 , Daniel P. Berrange berra...@redhat.com wrote: On Thu, Apr 03, 2014 at 11:39:29AM -0400, Tomoki Sekiyama wrote: + +/** + * virDomainFSFreeze: + * @dom: a domain

Re: [libvirt] [PATCH v5 1/5] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

2014-04-23 Thread Tomoki Sekiyama
Hi Daniel, On 4/23/14 5:55 , Daniel P. Berrange berra...@redhat.com wrote: On Tue, Apr 22, 2014 at 06:22:18PM +, Tomoki Sekiyama wrote: Hi Daniel, thanks for your comment. On 4/22/14 11:39 , Daniel P. Berrange berra...@redhat.com wrote: On Thu, Apr 03, 2014 at 11:39:29AM -0400, Tomoki

Re: [libvirt] [PATCH v5 1/5] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

2014-04-22 Thread Daniel P. Berrange
On Thu, Apr 03, 2014 at 11:39:29AM -0400, Tomoki Sekiyama wrote: + +/** + * virDomainFSFreeze: + * @dom: a domain object + * @disks: list of disk names to be frozen + * @ndisks: the number of disks specified in @disks I realize this current patch series doesn't use the @disks parameter at

Re: [libvirt] [PATCH v5 1/5] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

2014-04-22 Thread Tomoki Sekiyama
Hi Daniel, thanks for your comment. On 4/22/14 11:39 , Daniel P. Berrange berra...@redhat.com wrote: On Thu, Apr 03, 2014 at 11:39:29AM -0400, Tomoki Sekiyama wrote: + +/** + * virDomainFSFreeze: + * @dom: a domain object + * @disks: list of disk names to be frozen + * @ndisks: the number

Re: [libvirt] [PATCH v5 1/5] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

2014-04-07 Thread Tomoki Sekiyama
On 4/4/14 8:15 , Eric Blake ebl...@redhat.com wrote: On 04/04/2014 02:51 AM, Daniel P. Berrange wrote: On Thu, Apr 03, 2014 at 11:39:29AM -0400, Tomoki Sekiyama wrote: These will freeze and thaw filesystems within guest. The APIs take @disks and @ndisks parameters to specify disks to be frozen

Re: [libvirt] [PATCH v5 1/5] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

2014-04-04 Thread Daniel P. Berrange
On Thu, Apr 03, 2014 at 11:39:29AM -0400, Tomoki Sekiyama wrote: These will freeze and thaw filesystems within guest. The APIs take @disks and @ndisks parameters to specify disks to be frozen or thawed. The parameters can be NULL and 0, then the all mounted filesystes are frozen or thawed. If

Re: [libvirt] [PATCH v5 1/5] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

2014-04-04 Thread Eric Blake
On 04/04/2014 02:51 AM, Daniel P. Berrange wrote: On Thu, Apr 03, 2014 at 11:39:29AM -0400, Tomoki Sekiyama wrote: These will freeze and thaw filesystems within guest. The APIs take @disks and @ndisks parameters to specify disks to be frozen or thawed. The parameters can be NULL and 0, then

[libvirt] [PATCH v5 1/5] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

2014-04-03 Thread Tomoki Sekiyama
These will freeze and thaw filesystems within guest. The APIs take @disks and @ndisks parameters to specify disks to be frozen or thawed. The parameters can be NULL and 0, then the all mounted filesystes are frozen or thawed. If some disks are frozen multiple times, they are not thawed until