First cut at 8000- slides to match notes.
[libguestfs-talks.git] / 2019-kvm-forum / 8000-resize-overview.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <h1>Using qcow2 with NBD</h1>
6
7 <p>
8   Filler - need to demonstrate:
9
10   <pre>
11   qemu -> (raw) -> qemu-nbd -> (qcow2) -> image.qcow2
12   qemu -> (qcow2) -> qemu-nbd -> (raw) -> image.qcow2
13   </pre>
14
15   maybe a table of pro/con for each
16
17 <p>
18   Exposing qcow2 over NBD is too risky without resize, forcing
19   existing documentation to favor raw over NBD, even though this loses
20   out on the other benefits of qcow2.
21 </p>