diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2011-05-16 13:59:53 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2011-05-16 14:00:58 +0000 |
commit | d44c14790917243e49797896a79c6fefc9a9b94d (patch) | |
tree | 37dd46ddaf26c9c2d68002a7b711f0503c22c3e6 /main/libvirt/libvirt.confd | |
parent | d95f46d8f7ee391376b9870c16918227a7311b90 (diff) | |
download | aports-d44c14790917243e49797896a79c6fefc9a9b94d.tar.bz2 aports-d44c14790917243e49797896a79c6fefc9a9b94d.tar.xz |
testing/libvirt: move to main
Diffstat (limited to 'main/libvirt/libvirt.confd')
-rw-r--r-- | main/libvirt/libvirt.confd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/main/libvirt/libvirt.confd b/main/libvirt/libvirt.confd new file mode 100644 index 0000000000..d51bdb99d1 --- /dev/null +++ b/main/libvirt/libvirt.confd @@ -0,0 +1,27 @@ +# /etc/conf.d/libvirtd + +# You may want to add '--listen' to have libvirtd listen for tcp/ip connections +# if you want to use libvirt for remote control + +# Please consult 'libvirtd --help' for more options + +#LIBVIRTD_OPTS="--listen" + +# Valid options: +# * shutdown - Sends an ACPI shutdown (think when you tap the power button +# on your machine and it begins a graceful shutdown). If your +# VM ignores this, it will have the power yanked out from under +# it in LIBVIRTD_KVM_SHUTDOWN_MAXWAIT seconds. +# * managedsave - Performs a state save external to the VM. qemu-kvm will stop +# stop the CPU and save off all state to a separate file. When +# the machine is started again, it will resume like nothing ever +# happened. This is guarenteed to always successfully stop your +# machine and restart it. However it may take some time to finish. +# * none - No attempts will be made to stop any VMs. If you are restarting your +# machine the qemu-kvm process will be simply killed, which may result +# in your VMs having disk corruption. +LIBVIRTD_KVM_SHUTDOWN="managedsave" + +# Timeout in seconds until stopping libvirtd and "pulling the plug" on the +# remaining VM's still in a running state +#LIBVIRTD_KVM_SHUTDOWN_MAXWAIT="500" |