Resize some of the slides for final screen.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 13 Feb 2021 10:23:57 +0000 (10:23 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 13 Feb 2021 10:23:57 +0000 (10:23 +0000)
2021-pipelines/1000-introduction.html
2021-pipelines/3200-sparsification-1.svg
2021-pipelines/3200-sparsification.html

index b017d70..dbd239a 100644 (file)
@@ -28,16 +28,10 @@ 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
index 2987553..b487e22 100644 (file)
      inkscape:pageopacity="0.0"
      inkscape:pageshadow="2"
      inkscape:zoom="1.4142136"
-     inkscape:cx="419.68511"
+     inkscape:cx="480.6368"
      inkscape:cy="201.87787"
      inkscape:document-units="mm"
      inkscape:current-layer="layer1"
          x="113.19865"
          y="61.988869"
          style="stroke-width:0.264583">&quot;sparsification&quot;</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-size:4.93889px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;stroke-width:0.264583"
+       x="114.01455"
+       y="69.826561"
+       id="text2819"><tspan
+         sodipodi:role="line"
+         id="tspan2817"
+         x="114.01455"
+         y="69.826561"
+         style="font-size:4.93889px;stroke-width:0.264583">fstrim</tspan><tspan
+         sodipodi:role="line"
+         x="114.01455"
+         y="76.000175"
+         style="font-size:4.93889px;stroke-width:0.264583"
+         id="tspan2821">virt-sparsify --in-place</tspan></text>
   </g>
 </svg>
index c638bb8..dcb469b 100644 (file)
@@ -6,12 +6,3 @@
 
 <img src="3200-sparsification-1.svg"
      width="80%"/>
-
-<br/>
-<br/>
-
-<pre>
-ioctl(fd, FITRIM, ...)
-fstrim
-virt-sparsify --in-place
-</pre>