Re: [libvirt] [PATCH v2 1/5] Implement public API for virDomainGetFSInfo

2014-11-20 Thread Tomoki Sekiyama
On 11/20/14, 14:09 , "Eric Blake" wrote: >On 11/17/2014 04:26 PM, Tomoki Sekiyama wrote: >> virDomainGetFSInfo returns a list of filesystems information mounted in >>the >> guest, which contains mountpoints, device names, filesystem types, and >> device aliases named by libvirt. This will be usef

Re: [libvirt] [PATCH v2 1/5] Implement public API for virDomainGetFSInfo

2014-11-20 Thread Eric Blake
On 11/17/2014 04:26 PM, Tomoki Sekiyama wrote: > virDomainGetFSInfo returns a list of filesystems information mounted in the > guest, which contains mountpoints, device names, filesystem types, and > device aliases named by libvirt. This will be useful, for example, to > specify mountpoints to fsfr

Re: [libvirt] [PATCH v2 1/5] Implement public API for virDomainGetFSInfo

2014-11-19 Thread John Ferlan
On 11/17/2014 06:26 PM, Tomoki Sekiyama wrote: > virDomainGetFSInfo returns a list of filesystems information mounted in the > guest, which contains mountpoints, device names, filesystem types, and > device aliases named by libvirt. This will be useful, for example, to > specify mountpoints to fs

[libvirt] [PATCH v2 1/5] Implement public API for virDomainGetFSInfo

2014-11-17 Thread Tomoki Sekiyama
virDomainGetFSInfo returns a list of filesystems information mounted in the guest, which contains mountpoints, device names, filesystem types, and device aliases named by libvirt. This will be useful, for example, to specify mountpoints to fsfreeze when taking snapshot of a part of disks. Signed-o