mirror of https://github.com/apache/cloudstack.git
KVM: removes check for 'snapshot' text in qemu-img --help output
Signed-off-by: Edison Su <sudison@gmail.com>
This commit is contained in:
parent
436960d2aa
commit
653889dc4d
|
|
@ -4304,7 +4304,7 @@ public class LibvirtComputingResource extends ServerResourceBase implements
|
|||
|
||||
/* online snapshot supported by enhanced qemu-kvm */
|
||||
private boolean isSnapshotSupported() {
|
||||
String result = executeBashScript("qemu-img --help|grep convert |grep snapshot");
|
||||
String result = executeBashScript("qemu-img --help|grep convert");
|
||||
if (result != null) {
|
||||
return false;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue