Projet

Général

Profil

KernelKVM » Historique » Version 5

Version 4 (Laurent GUERBY, 12/11/2011 15:14) → Version 5/23 (Laurent GUERBY, 13/11/2011 02:09)

h1. Kernel



TODO: hardware details, info on debian install, custom kernel,



http://www.debian.org/releases/stable/i386/ch08s06.html.en

</pre>
La version 3.0 est dans wheezy, le plus simple c'est d'ajouter les
dépôts wheezy, et si tu ne veux pas passer en testing tu peux ajouter ça
dans /etc/apt/preferences:

Package: *
Pin: release a=testing
Pin-priority: 10
</pre>



A regarder eventuellement

https://github.com/facebook/flashcache/blob/master/doc/flashcache-sa-guide.txt



h1. KVM



/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