Skip to content

Commit 0017adb

Browse files
authored
Merge branch 'libguestfs:master' into remDupPersistentRoutes
2 parents db16334 + 7c34339 commit 0017adb

File tree

1 file changed

+59
-1
lines changed

1 file changed

+59
-1
lines changed

docs/virt-v2v-release-notes-2.8.pod

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,41 @@ Handling of I<kmod-xenpv> has been removed. This only applied to RHEL
5050
3 and RHEL 4 guests being converted from very ancient versions of Xen
5151
(Cole Robinson).
5252

53+
Some options that have been deprecated since 2018 and earlier were
54+
removed:
55+
56+
=over 4
57+
58+
=item I<--compressed>
59+
60+
Use I<-oo compressed> instead.
61+
62+
=item I<--no-trim>
63+
64+
This did nothing.
65+
66+
=item I<--password-file>
67+
68+
Use I<--ip> instead.
69+
70+
=item I<--qemu-boot>
71+
72+
Use I<-oo qemu-boot> instead.
73+
74+
=item I<--vddk-*>
75+
76+
Use I<--io vddk-*> instead.
77+
78+
=item I<--vdsm-*>
79+
80+
Use I<--oo vdsm-*> instead.
81+
82+
=item I<--vmtype>
83+
84+
This did nothing.
85+
86+
=back
87+
5388
=head2 Other fixes
5489

5590
Update support page to cover RHEL 10 and Windows Server 2025.
@@ -73,6 +108,16 @@ Virt-v2v is now compatible with guests that use dnf5.
73108

74109
I<-i vmx> mode now supports importing guests with SATA-emulated disks.
75110

111+
Converting from a VMware snapshot is now possible, when using VDDK,
112+
using the I<io vddk-file=...> options (thanks Martin Necas).
113+
114+
Conversion failures when guest F</etc/resolv.conf> is immutable are
115+
common enough that we have now documented this problem in the manual
116+
(thanks Dan Clark).
117+
118+
Debug information now contains much more readable information about
119+
guest mountpoints, similar to the output of L<virt-df(1)>.
120+
76121
=head2 Build changes
77122

78123
json-c is now required. This replaces Jansson which was previously
@@ -109,13 +154,22 @@ virt-v2v installs the correct set of driver files. (Cole Robinson).
109154
Phony Windows guests are now generated for several different versions
110155
of Windows, allowing more broad testing (Cole Robinson).
111156

157+
Some deprecated autoconf macros are no longer used.
158+
159+
L<nbdkit-cacheextents-filter(1)> is no longer used, as it did not help
160+
performance now that we have switched to using L<nbdcopy(1)> (thanks
161+
Martin Kletzander).
162+
163+
Several typos and spelling mistakes in the documentation were fixed
164+
(thanks Eric Blake).
165+
112166
=head2 Bugs fixed
113167

114168
=begin comment
115169

116170
./bugs-in-changelog.sh v2.6.0..
117171

118-
# List below updated to 846ecb2b3840212c6f2cad6a15a6b33cd2e912bf
172+
# List below updated to d6990738b05d91a9491e9dbfe6480033e1f4ea86
119173

120174
=end comment
121175

@@ -194,6 +248,10 @@ Print blkhash of converted image in virt-v2v debugging output [10.1]
194248
There is no nbdcopy info in v2v debug log since virt-v2v version
195249
2.7.1-2 [rhel-9.7]
196250

251+
=item L<https://issues.redhat.com/browse/RHEL-88543>
252+
253+
virt-v2v-inspector is failing on snapshots of running VMs [rhel-9.7]
254+
197255
=item L<https://github.com/libguestfs/virt-v2v/issues/79>
198256

199257
virt-v2v 2.7.4 error: libguestfs error: you must call

0 commit comments

Comments
 (0)