Site menu:

Sponsored by

Bitcube Ltd.  Expert Linux Consultancy

Categories

Meta

Site search

 

December 2008
M T W T F S S
« Nov   Jan »
1234567
891011121314
15161718192021
22232425262728
293031  

Archives

Links:

Archive for December 9th, 2008

KVM tweaks

KVM is coming along nicely. Today’s finding is from virsh: “shutdown gracefully shutdown a domain” Only it doesn’t – it just nukes the VM. How to fix this? First of all you must add this to your VM’s libvirt config: <features> <acpi/> </features> That will not make shutdown work, but it will stop it nuking [...]