Slides 3000.
[libguestfs-talks.git] / 2021-pipelines / 3300-sparsification-snapshot.html
diff --git a/2021-pipelines/3300-sparsification-snapshot.html b/2021-pipelines/3300-sparsification-snapshot.html
new file mode 100644 (file)
index 0000000..1e59edf
--- /dev/null
@@ -0,0 +1,13 @@
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
+<h1>Sparsifying into a snapshot</h1>
+
+<pre>
+┌───────────────┐ssh ┌────────────┐
+│ fedora-33.img │───▶│ qcow2 file │◀─── virt-sparsify --in-place
+└───────────────┘    └────────────┘                           ┌───────────┐
+                                   ───▶ qemu-img convert ────▶│ local.img │
+                                                              └───────────┘
+</pre>