Name: | libguestfs |
---|---|
Epoch: | 1 |
Version: | 1.28.1 |
Release: | 1.55.0.1.el7_2.4 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 3378360 |
License: | LGPLv2+ |
RPM: | libguestfs-1.28.1-1.55.0.1.el7_2.4.x86_64.rpm |
Source RPM: | libguestfs-1.28.1-1.55.0.1.el7_2.4.src.rpm |
Build Date: | Thu May 12 2016 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://libguestfs.org/ |
Summary: | 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 |
- p2v: tests: Don't fail when test machine has only a single hard disk (Pino Toscano )
- virt-sysprep: Fix incorrect SELinux context on /etc/machine-id resolves: rhbz#1330644
- v2v: Copy additional disks to Glance resolves: rhbz#1316625
- virt-v2v pull dcpath from libvirt <vmware:datacenterpath> resolves: rhbz#1305526
- Fix previous commit by applying the patch this time (1243493)
- v2v: Permit libguestfs-winsupport to be used by virt-win-reg and virt-inspector (1243493)
- v2v: Error if certain options appear twice on the command line (1261242) - v2v: Add --dcpath parameter to allow dcPath to be overridden (1256823) - v2v: Partially revert: Fix OVF XML to enable qxl display (1260590) - v2v: Detect AVG Technologies as AV software (1261436) resolves: rhbz#1261281
- v2v: Warn if Group Policy or AV software may result in 7B boot failure (1260689) - v2v: Fix OVF XML to enable qxl display resolves: rhbz#1260590
- v2v: Fix handling of extra slashes in dcPath calculation resolves: rhbz#1258342 rhbz#1256823 - v2v: Fix -oa preallocation option resolves: rhbz#1251909
- v2v: * When debugging, dump OVF to stderr. * Ignore missing kernels from grub resolves: rhbz#1230412 * Calculate VMware dcPath correctly (1256823) * Map empty VMware network or bridge name to default (1257895) - p2v: * Wait for network to come online before testing connection resolves: rhbz#1256222 - Fix tests to run correctly with libguestfs-winsupport 7.2.