]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Implement public API for virDomainGetFSInfo
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>
Sat, 22 Nov 2014 01:27:25 +0000 (20:27 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 24 Nov 2014 15:02:08 +0000 (10:02 -0500)
commit612e037b4c6f27a1d01b67d63e70c7ee4e71bec2
tree31a5fb9b1cb04acbdcea2b9bbaac3eb296adbcc3
parentb29f2436ac80030f77428dcac746ccfa4e95f6cb
Implement public API for virDomainGetFSInfo

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-off-by: Tomoki Sekiyama <tomoki.sekiyama@hds.com>
include/libvirt/libvirt-domain.h
src/driver-hypervisor.h
src/libvirt.c
src/libvirt_public.syms