more polish to 5000* demo
[eblake-techtalks.git] / 4210-libvirt-checkpoints.html
blob3a353cd4f496557ea92d97f7b3b7f815afb743ac
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>
5 <h1>Mixing backups with external snapshots</h1>
7 <ul>
8 <li>managing disabled bitmaps in libvirt proved to be too complex</li>
9 <li>each checkpoint creates a new bitmap, but all bitmaps are left active</li>
10 <li>bitmaps are copied or merged alongside block job tasks</li></li>
11 </ul>
13 <p>Full backup
14 <table>
15 <tr>
16 <td style="vertical-align: top;">
17 <p style="font-size:20px;">Base.qcow2</p>
18 <table class="disk">
19 <tr>
20 <th style="visibility:hidden;">b0</th>
21 <th>A</th><th>-</th><th>A</th><th>A</th>
22 <th>-</th><th>A</th><th>-</th><th>-</th>
23 </tr>
24 <tr>
25 <td style="font-style: italic;">b0</td>
26 <td>-</td><td>-</td><td>-</td><td>-</td>
27 <td>-</td><td>-</td><td>-</td><td>-</td>
28 </tr>
29 </table>
30 </td>
31 <td style="vertical-align: top;">
32 <p style="font-size:20px;">FullBackup.qcow2</p>
33 <table class="disk">
34 <tr>
35 <th>A</th><th>-</th><th>A</th><th>A</th>
36 <th>-</th><th>A</th><th>-</th><th>-</th>
37 </tr>
38 </table>
39 </td>
40 </tr>
41 </table>
42 </p>