]> git.pld-linux.org Git - packages/ganeti.git/blame - fix-no-kvm.patch
- added Requires
[packages/ganeti.git] / fix-no-kvm.patch
CommitLineData
554d0f8c
JR
1Author: Iustin Pop <iustin@debian.org>
2Description: Fix obsolete -disable-kvm usage
3 This is already a bug upstream, but pending proper fixing (per version keying,
4 etc.), let's just use the correct version that will be shipped in Wheezy.
5Bug: https://code.google.com/p/ganeti/issues/detail?id=250
6Last-Update: 2012-07-26
7--- a/lib/hypervisor/hv_kvm.py
8+++ b/lib/hypervisor/hv_kvm.py
9@@ -554,7 +554,7 @@
10 if hvp[constants.HV_KVM_FLAG] == constants.HT_KVM_ENABLED:
11 kvm_cmd.extend(["-enable-kvm"])
12 elif hvp[constants.HV_KVM_FLAG] == constants.HT_KVM_DISABLED:
13- kvm_cmd.extend(["-disable-kvm"])
14+ kvm_cmd.extend(["-no-kvm"])
15
16 if boot_network:
17 kvm_cmd.extend(["-boot", "n"])
This page took 0.035229 seconds and 4 git commands to generate.