Slide 1.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 12 Feb 2021 12:08:03 +0000 (12:08 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 12 Feb 2021 12:11:39 +0000 (12:11 +0000)
2021-pipelines/1000-introduction.html
2021-pipelines/pipes3.png

index 00d492f..b017d70 100644 (file)
@@ -22,7 +22,29 @@ body {
   </p>
 
   <p class="abstract">
-    ABSTRACT ABSTRACT
+
+<a href="https://libguestfs.org/virt-v2v.1.html">Virt-v2v</a> is a
+project for <a href="https://konveyor.io/"><q>lifting and shifting</q>
+workloads</a> from VMware to open source management platforms like
+oVirt/RHV, OpenStack and KubeVirt.  To do this we have to copy vast
+amounts of data quickly, modifying it in flight.
+
+<br/>
+<br/>
+
+Nearly everything we have to copy is a virtual machine <b>disk
+image</b>.  There are techniques you can use to copy disk images very
+efficiently:
+
+<br/>
+
+<ul>
+<li> without copying zeroes or deleted data
+<li> without making temporary copies
+<li> without touching the originals
+<li> and modifying the contents in flight
+</ul>
+
   </p>
 
 </div>
index 37f1698..57dda61 100644 (file)
Binary files a/2021-pipelines/pipes3.png and b/2021-pipelines/pipes3.png differ