Skip to content

Commit 8952080

Browse files
erik-bock-silvaSadiJr
authored andcommitted
Fixes !1301
1 parent aa22dc5 commit 8952080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2442,7 +2442,7 @@ private void convertTheBaseFileToSnapshot(KVMPhysicalDisk baseFile, String snaps
24422442
QemuImgFile destFile = new QemuImgFile(snapshotPath);
24432443
destFile.setFormat(PhysicalDiskFormat.QCOW2);
24442444

2445-
QemuImg q = new QemuImg(wait);
2445+
QemuImg q = new QemuImg(wait * 1000);
24462446
q.convert(srcFile, destFile, options, qemuObjects, qemuImageOpts, null, true);
24472447
}
24482448

0 commit comments

Comments
 (0)