@@ -50,6 +50,41 @@ Handling of I<kmod-xenpv> has been removed. This only applied to RHEL
50
50
3 and RHEL 4 guests being converted from very ancient versions of Xen
51
51
(Cole Robinson).
52
52
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
+
53
88
=head2 Other fixes
54
89
55
90
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.
73
108
74
109
I<-i vmx> mode now supports importing guests with SATA-emulated disks.
75
110
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
+
76
121
=head2 Build changes
77
122
78
123
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).
109
154
Phony Windows guests are now generated for several different versions
110
155
of Windows, allowing more broad testing (Cole Robinson).
111
156
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
+
112
166
=head2 Bugs fixed
113
167
114
168
=begin comment
115
169
116
170
./bugs-in-changelog.sh v2.6.0..
117
171
118
- # List below updated to 846ecb2b3840212c6f2cad6a15a6b33cd2e912bf
172
+ # List below updated to d6990738b05d91a9491e9dbfe6480033e1f4ea86
119
173
120
174
=end comment
121
175
@@ -194,6 +248,10 @@ Print blkhash of converted image in virt-v2v debugging output [10.1]
194
248
There is no nbdcopy info in v2v debug log since virt-v2v version
195
249
2.7.1-2 [rhel-9.7]
196
250
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
+
197
255
=item L<https://github.com/libguestfs/virt-v2v/issues/79>
198
256
199
257
virt-v2v 2.7.4 error: libguestfs error: you must call
0 commit comments