KernelKVM » Historique » Version 5
Laurent GUERBY, 13/11/2011 02:09
1 | 1 | Laurent GUERBY | h1. Kernel |
---|---|---|---|
2 | 1 | Laurent GUERBY | |
3 | 1 | Laurent GUERBY | TODO: hardware details, info on debian install, custom kernel, |
4 | 1 | Laurent GUERBY | |
5 | 4 | Laurent GUERBY | http://www.debian.org/releases/stable/i386/ch08s06.html.en |
6 | 4 | Laurent GUERBY | |
7 | 5 | Laurent GUERBY | </pre> |
8 | 5 | Laurent GUERBY | La version 3.0 est dans wheezy, le plus simple c'est d'ajouter les |
9 | 5 | Laurent GUERBY | dépôts wheezy, et si tu ne veux pas passer en testing tu peux ajouter ça |
10 | 5 | Laurent GUERBY | dans /etc/apt/preferences: |
11 | 5 | Laurent GUERBY | |
12 | 5 | Laurent GUERBY | Package: * |
13 | 5 | Laurent GUERBY | Pin: release a=testing |
14 | 5 | Laurent GUERBY | Pin-priority: 10 |
15 | 5 | Laurent GUERBY | </pre> |
16 | 5 | Laurent GUERBY | |
17 | 2 | Laurent GUERBY | A regarder eventuellement |
18 | 2 | Laurent GUERBY | https://github.com/facebook/flashcache/blob/master/doc/flashcache-sa-guide.txt |
19 | 2 | Laurent GUERBY | |
20 | 1 | Laurent GUERBY | h1. KVM |
21 | 1 | Laurent GUERBY | |
22 | 3 | Laurent GUERBY | /usr/bin/kvm -name www.tetaneutral.net -m 512 -smp 2 -pidfile /var/run/ganeti/kvm-hypervisor/pid/www.tetaneutral.net -daemonize -balloon virtio -boot c -drive file=/var/run/ganeti/instance-disks/www.tetaneutral.net:0,format=raw,if=virtio,boot=on,cache=none -nographic -monitor unix:/var/run/ganeti/kvm-hypervisor/ctrl/www.tetaneutral.net.monitor,server,nowait -serial unix:/var/run/ganeti/kvm-hypervisor/ctrl/www.tetaneutral.net.serial,server,nowait -netdev type=tap,id=netdev0,fd=10 -device virtio-net-pci,mac=52:54:10:00:00:06,netdev=netdev0 |