mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
rename qemu-kvm to cloud-qemu-system*
This commit is contained in:
parent
0a35a8120d
commit
398d38b38c
@ -2941,9 +2941,9 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv
|
|||||||
}
|
}
|
||||||
|
|
||||||
private String getHypervisorPath() {
|
private String getHypervisorPath() {
|
||||||
File f =new File("/usr/bin/cloud-qemu-kvm");
|
File f =new File("/usr/bin/cloud-qemu-system-x86_64");
|
||||||
if (f.exists()) {
|
if (f.exists()) {
|
||||||
return "/usr/bin/cloud-qemu-kvm";
|
return "/usr/bin/cloud-qemu-system-x86_64";
|
||||||
} else {
|
} else {
|
||||||
if (_conn == null)
|
if (_conn == null)
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user