virt-v2v-release-notes-2.2(1) | Virtualization Support | virt-v2v-release-notes-2.2(1) |
virt-v2v-release-notes - virt-v2v release notes for 2.2
These are the release notes for virt-v2v 2.2. This describes the major changes since 2.0.
Virt-v2v 2.2.0 was released on Tuesday 10 January 2023.
When running virt-v2v as root, NBD Unix domain sockets in the v2v directory were openable by any user. We now set the directory owner so only qemu can access the sockets. See: https://bugzilla.redhat.com/show_bug.cgi?id=2066773 (thanks Xiaodai Wang, Dr David Gilbert, Daniel Berrangé, Laszlo Ersek).
New virt-v2v-inspector(1) tool. This tool can be used before conversion to collect facts about the source guest, such as number of disks, and to estimate the disk space required after conversion.
Add support for NVMe devices and SATA hard disks when importing from VMware VMX files (Laszlo Ersek).
Add support for importing to KubeVirt using the new experimental -o kubevirt mode.
Windows 11 guests are now supported.
Rocky Linux guest support has been added (Andrey Drobyshev).
The -o json mode was removed. It was intended to be used with KubeVirt but was never actually used there. Use -o kubevirt instead.
Fix detection of virtio-socket support in Linux guests (Laszlo Ersek). In addition, a semi-random guest CID is chosen in -o qemu mode, avoiding an error.
Allow importing OVAs where the user or group name inside the tarball contains a space (Jiří Sléžka).
Reject guests with snapshots when using -i vmx -it ssh (Laszlo Ersek).
Improve documentation for the need to enable PasswordAuthentication on the server side when importing over SSH (Laszlo Ersek).
Don't use the deprecated qemu -balloon option. This caused deprecation warnings with -o qemu mode. Use -device instead.
Rewrite device mapping in -o qemu mode, removing some strange / non-existent cases like SCSI floppies. This should result in more consistent device layout when using this mode (Laszlo Ersek).
Remove more left over open-vm-tools packages from Linux guests (Tim Kent).
In -o rhv-upload mode, do not return until the VM has been created (Tomáš Golembiovský).
Greatly improved vCPU model handling (Laszlo Ersek).
Document extra permissions needed for non-admin conversion with VMware 7 (Ming Xie).
QEMU guest agent is now installed unconditionally and where possible a virtio-serial socket is created in the guest metadata (Laszlo Ersek).
In the various RHV output modes, the number of disks is now limited to 23. RHV doesn't support anything greater and would break (Laszlo Ersek).
-oo compressed is now working again. It was temporarily broken in virt-v2v 2.0.
The documentation no longer advises you to use the dangerous global "LEGACY crypto" option, but provides more targeted advice (Laszlo Ersek).
Remove the LVM2 devices file during conversion (Laszlo Ersek).
Add support for guests using Zstandard compressed kernel modules.
Add the BOCHS DRM display driver in Linux guest initrd, to avoid a crash with some guests with graphical boot displays (Laszlo Ersek).
The UEFI fallback boot loader is now fixed up if we detect that it was broken (Laszlo Ersek).
Improve detection of guests using BIOS boot with GPT partitions so that we no longer confuse them with UEFI guests (Andrey Drobyshev).
Fix conflict between fwcfg and qemufwcfg Windows drivers (Laszlo Ersek).
Fix Windows 11 support for RHV outputs (Laszlo Ersek).
Enable malloc debugging in tests with glibc ≥ 2.34.
When using "make check-valgrind", valgrind output is no longer written to separate files under tmp/. Instead it is written to the normal test log file.
We now require ocamldep -one-line and -all options (added to ocamldep in Jan 2012).
The OCaml libvirt bindings are no longer bundled. They must be available at build time.
Updated the phony test images. The tests should all pass.
Add compatibility with OCaml 4.14.
We now require PCRE2 instead of PCRE.
New LUKS-on-LVM test added (Laszlo Ersek).
Added scripts/git.orderfile which orders files when we prepare patches.
virt-v2v(1), virt-v2v-release-notes-2.0(1), virt-v2v-release-notes-1.42(1), guestfs-release-notes-1.40(1).
Authors of virt-v2v 2.2:
Copyright (C) 2009-2023 Red Hat Inc.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
To get a list of bugs against libguestfs, use this link: https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools
To report a new bug against libguestfs, use this link: https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools
When reporting a bug, please supply:
2023-01-13 | virt-v2v-2.2.0 |