flamegraphs: Improve the title page
[libguestfs-talks.git] / 2013-centos-dojo / notes.txt
1 *** BEFORE THE TALK ***
2
3 ./cleanup
4 ./run
5
6 *** 1000 guests installed on my laptop for testing ***
7
8 virsh list .. showing guests
9
10 virsh dumpxml ... showing individual guests
11
12 XML vs the world?
13
14 *** 2000 create an overlay disk ***
15
16 Because I don't want to change my test guests ...
17
18 Create overlay disk
19   diagram
20
21   qemu-img create -f qcow2 -b /dev/fedora/f18x64 /tmp/f18.qcow2
22   qemu-img info /tmp/f18.qcow2
23   virt-install --import --disk path=/tmp/f18.qcow2,bus=virtio,format=qcow2 -n temp -r 2048
24   virt-viewer --connect qemu:///session temp
25   virsh list
26   virsh dumpxml temp
27
28 Run 'shutdown' inside the guest.
29
30   qemu-img info /tmp/f18.qcow2
31 #  virsh undefine temp
32
33 *** 2200 differences between backing and overlay disk ***
34
35   differences between guests
36
37 *** 2300 sysprep overlay disk ***
38
39   sysprep it
40
41 *** 2400 set root password ***
42
43   set root password using some perl
44
45 *** 6000 Mention some other things we can do with libvirt ... ***
46
47 *** 7000 with libguestfs ... ***
48
49 *** 8000 with Open Stack ... ***
50
51   mostly equivalent in features to Amazon EC2
52
53 *** 9000 with oVirt ... ***
54
55   comparable to Virtual Center
56
57 *** 9900 Q&A ***
58
59 --- If there are no immediate questions, then:
60
61 * How many people are using virtualization at all?
62
63 * How many people have virtualized some of their servers?
64
65 * How many people are using Amazon EC2 or another public cloud?
66
67 * How many people are running a public VPS or public cloud?
68
69 * How many people are running a private cloud or cloud-like service
70   within their company?
71
72 * How many people are running VMware?
73
74 * How many people are running Xen?
75
76 * How many people are running KVM?
77
78 * What would stop you from moving away from VMware?
79
80 * What would stop you from moving to libvirt?
81
82 * What would stop you from moving to Open Stack or oVirt?