KernelKVM » Historique » Version 3
Laurent GUERBY, 05/11/2011 22:58
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 | 2 | Laurent GUERBY | A regarder eventuellement |
6 | 2 | Laurent GUERBY | https://github.com/facebook/flashcache/blob/master/doc/flashcache-sa-guide.txt |
7 | 2 | Laurent GUERBY | |
8 | 1 | Laurent GUERBY | h1. KVM |
9 | 1 | Laurent GUERBY | |
10 | 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 |