Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libguestfs - Access and modify virtual machine disk images
- Description:
Libguestfs is a library for accessing and modifying virtual machine
disk images. http://libguestfs.org
It can be used to make batch configuration changes to guests, get
disk used/free statistics (virt-df), migrate between hypervisors
(virt-p2v, virt-v2v), perform backups and guest clones, change
registry/UUID/hostname info, build guests from scratch (virt-builder)
and much more.
Libguestfs uses Linux kernel and qemu code, and can access any type of
guest filesystem that Linux and qemu can, including but not limited
to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partition
schemes, qcow, qcow2, vmdk.
Libguestfs for Red Hat Enterprise Linux is split into several subpackages.
The basic subpackages are:
libguestfs C library
libguestfs-tools virt-* tools, guestfish and guestmount (FUSE)
libguestfs-tools-c only the subset of virt tools written in C
(for reduced dependencies)
virt-v2v for migration from VMware and Xen to KVM
For enhanced features, install:
libguestfs-gfs2 adds Global Filesystem (GFS2) support
libguestfs-rescue enhances virt-rescue shell with more tools
libguestfs-rsync rsync to/from guest filesystems
libguestfs-xfs adds XFS support
Language bindings:
libguestfs-devel C/C++ header files and library
libguestfs-gobject-devel GObject bindings and GObject Introspection
libguestfs-java-devel Java bindings
lua-guestfs Lua bindings
ocaml-libguestfs-devel OCaml bindings
perl-Sys-Guestfs Perl bindings
python-libguestfs Python bindings
ruby-libguestfs Ruby bindings
Packages
libguestfs-1.28.1-1.18.el7.x86_64
[1.7 MiB] |
Changelog
by Richard W.M. Jones (2014-12-15):
- v2v: Copy graphics password from source to destination
resolves: rhbz#1174123
- p2v: Allow ports to be reused and specify source port number
resolves: rhbz#1167774
- p2v: Fix "Conversion was successful" dialog appearing on failure (1167601)
|