Execute the convert command

Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/67ecff4a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/67ecff4a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/67ecff4a

Branch: refs/heads/qemu-img
Commit: 67ecff4a5f67787ce159be9e6a85014e361dd382
Parents: 9a9cf3a
Author: Wido den Hollander <[email protected]>
Authored: Sat Feb 16 16:06:28 2013 +0100
Committer: Wido den Hollander <[email protected]>
Committed: Sat Feb 16 16:06:28 2013 +0100

----------------------------------------------------------------------
 .../org/apache/cloudstack/utils/qemu/QemuImg.java  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/67ecff4a/utils/src/org/apache/cloudstack/utils/qemu/QemuImg.java
----------------------------------------------------------------------
diff --git a/utils/src/org/apache/cloudstack/utils/qemu/QemuImg.java 
b/utils/src/org/apache/cloudstack/utils/qemu/QemuImg.java
index 0bcbf70..ae865a5 100644
--- a/utils/src/org/apache/cloudstack/utils/qemu/QemuImg.java
+++ b/utils/src/org/apache/cloudstack/utils/qemu/QemuImg.java
@@ -104,6 +104,7 @@ public class QemuImg {
         s.add(destFile.getFormat().toString());
         s.add(srcFile.getFileName());
         s.add(destFile.getFileName());
+        s.execute();
     }
 
     public void convert(QemuImgFile srcFile, QemuImgFile destFile) {

Reply via email to