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-dib safe and secure diskimage-builder replacement
virt-v2v convert virtual machines to run on KVM (V2V)
virt-p2v-maker convert physical machines to run on KVM (P2V)
For enhanced features, install:
libguestfs-gfs2 adds Global Filesystem (GFS2) support
libguestfs-inspect-icons adds support for inspecting guest icons
libguestfs-rescue enhances virt-rescue shell with more tools
libguestfs-rsync rsync to/from guest filesystems
libguestfs-xfs adds XFS support
For developers:
libguestfs-devel C/C++ header files and library
libguestfs-benchmarking Benchmarking utilities
Language bindings:
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.40.2-5.el7.x86_64
[2.4 MiB] |
Changelog
by Pino Toscano (2019-06-04):
- Rebase to libguestfs 1.40.2 in RHEL 7.7.
resolves: rhbz#1621895
- v2v: uninstall the VMware Tools correctly
resolves: rhbz#1465849
resolves: rhbz#1481930
- v2v: fix VMware vCenter roles needed for conversion
resolves: rhbz#1530967
- v2v: preserve the VM Generation ID
resolves: rhbz#1598350
- Query QEMU to known whether KVM is supported
resolves: rhbz#1605071
- v2v: add --mac option
resolves: rhbz#1607274
- v2v: install ovirt-guest-agent-common on Linux guests migrated to RHV
resolves: rhbz#1619665
resolves: rhbz#1691659
- v2v: provide a way to query for the estimated size of the disks
resolves: rhbz#1622785
- Correctly inspect the newer versions of openSUSE (15, Factory, Thumbleweed)
resolves: rhbz#1634248
- p2v: add an option to Shutdown the machine after the conversion
resolves: rhbz#1642044
- v2v: fix epoch when querying installed RPM packages
resolves: rhbz#1669395
- Use a better icon for RHEL >= 7 guests
resolves: rhbz#1679482
- v2v: improve the architecture detection of Linux kernel modules
resolves: rhbz#1690574
- v2v: ship a newer version of rhev-apt.exe
resolves: rhbz#1688155
- v2v: update nbdkit information in documentation
resolves: rhbz#1605242
- v2v: warn when a guest has 'direct' network interfaces
resolves: rhbz#1151902
- v2v: use proper SELinux label for nbdkit sockets
resolves: rhbz#1698437
|