[libvirt] [PATCH v7 1/6] Introduce virDomainFSFreeze() and virDomainFSThaw() public API

Eric Blake eblake at redhat.com
Tue May 6 23:41:53 UTC 2014


On 05/02/2014 03:48 AM, Daniel P. Berrange wrote:
> On Thu, May 01, 2014 at 08:05:48PM -0400, Tomoki Sekiyama wrote:
>> These will freeze and thaw filesystems within guest specified by
>> @mountpoints parameters. The parameters can be NULL and 0, then the all

s/the all/all/

>> mounted filesystems are frozen or thawed. @flags parameter, which are
>> currently not used, is for future extensions.
>>
>> Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama at hds.com>
>> ---
>>  include/libvirt/libvirt.h.in |   10 +++++
>>  src/driver.h                 |   14 ++++++
>>  src/libvirt.c                |   93 ++++++++++++++++++++++++++++++++++++++++++
>>  src/libvirt_public.syms      |    6 +++
>>  4 files changed, 123 insertions(+)

> 
> + * may be required depending on hypervisor used). If @mountpoints is NULL or
> + * @nmountpoints is 0, every mounted filesystem on the guest is frozen.

s/or/and/ (since the code requires both or neither to be 0)

> + * support mountpoints argument), @mountpoints may be ignored.

s/be ignored/need to be NULL/

> 
> ACK

Pushed.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140506/4a0e2761/attachment-0001.sig>


More information about the libvir-list mailing list