Displaying 1 result from an estimated 1 matches for "aad06ead0".
2017 Dec 07
1
[PATCH] v2v: -o null: Use the qemu null device driver.
...ing g#disk_create to try to create
+ * the null device.
+ *)
+ method disk_create ?backingfile ?backingformat ?preallocation ?compat
+ ?clustersize path format size =
+ ()
end
let output_null () = new output_null
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index aad06ead0..4ac44988e 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -1901,10 +1901,6 @@ This temporarily places a full copy of the output disks in C<$TMPDIR>.
You must ensure there is sufficient space in the output directory for
the converted guest.
-=item I<-o null>
-
-This temporar...