wido commented on a change in pull request #2983: KVM live storage migration
intra cluster from NFS source and destination
URL: https://github.com/apache/cloudstack/pull/2983#discussion_r229228131
##########
File path:
plugins/hypervisors/kvm/src/main/java/org/apache/cloudstack/utils/qemu/QemuImg.java
##########
@@ -30,8 +31,13 @@
/* The qemu-img binary. We expect this to be in $PATH */
public String _qemuImgPath = "qemu-img";
+ private String cloudQemuImgPath = "cloud-qemu-img";
Review comment:
This binary does not exist on Ubuntu/Debian. Why the name change?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services