Add note about benchmarking.
[libguestfs-talks.git] / 2021-pipelines / 7000-virt-v2v-pipelines.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>Virt-v2v pipelines: input</h1>
6
7 <pre>
8                                  nbdkit
9 ┌─────────────┐VDDK┌─────────────┐    ┌─────────────┐NBD ┌───────┐
10 │ VMware ESXi │───▶│ vddk plugin │───▶│ rate-filter │───▶│ qcow2 │...
11 └─────────────┘    └─────────────┘    └─────────────┘    └───────┘
12 </pre>
13
14 <pre>
15                                  nbdkit
16 ┌───────────┐    ┌───────────────┐    ┌─────────────┐NBD ┌───────┐
17 │ OVA file  │───▶│ tar-filter    │───▶│ rate-filter │───▶│ qcow2 │...
18 └───────────┘    └───────────────┘    └─────────────┘    └───────┘
19 </pre>
20
21 <pre>
22                                  nbdkit
23 ┌────────────┐ssh ┌──────────────┐    ┌─────────────┐NBD ┌───────┐
24 │ RHEL 5 Xen │───▶│ ssh plugin   │───▶│ rate-filter │───▶│ qcow2 │...
25 └────────────┘    └──────────────┘    └─────────────┘    └───────┘
26 </pre>
27
28 <pre>
29                                        ┌────────────┐    ┌───────┐
30                                        │ disk image │───▶│ qcow2 │...
31                                        └────────────┘    └───────┘
32 </pre>