flamegraphs: Move demo of flamegraph earlier
[libguestfs-talks.git] / 2013-centos-dojo / notes.txt
blobd2d41636fb1b85ad8c2f3e66d32d5b06fa3c139d
1 *** BEFORE THE TALK ***
3 ./cleanup
4 ./run
6 *** 1000 guests installed on my laptop for testing ***
8 virsh list .. showing guests
10 virsh dumpxml ... showing individual guests
12 XML vs the world?
14 *** 2000 create an overlay disk ***
16 Because I don't want to change my test guests ...
18 Create overlay disk
19   diagram
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
28 Run 'shutdown' inside the guest.
30   qemu-img info /tmp/f18.qcow2
31 #  virsh undefine temp
33 *** 2200 differences between backing and overlay disk ***
35   differences between guests
37 *** 2300 sysprep overlay disk ***
39   sysprep it
41 *** 2400 set root password ***
43   set root password using some perl
45 *** 6000 Mention some other things we can do with libvirt ... ***
47 *** 7000 with libguestfs ... ***
49 *** 8000 with Open Stack ... ***
51   mostly equivalent in features to Amazon EC2
53 *** 9000 with oVirt ... ***
55   comparable to Virtual Center
57 *** 9900 Q&A ***
59 --- If there are no immediate questions, then:
61 * How many people are using virtualization at all?
63 * How many people have virtualized some of their servers?
65 * How many people are using Amazon EC2 or another public cloud?
67 * How many people are running a public VPS or public cloud?
69 * How many people are running a private cloud or cloud-like service
70   within their company?
72 * How many people are running VMware?
74 * How many people are running Xen?
76 * How many people are running KVM?
78 * What would stop you from moving away from VMware?
80 * What would stop you from moving to libvirt?
82 * What would stop you from moving to Open Stack or oVirt?