Skip to content

Commit 743d0ce

Browse files
author
SadiJr
committed
Merge branch 'fix-snapshot-timeout' into '4.20.0.0-scclouds'
Fixes !1301 See merge request scclouds/scclouds!1321
2 parents f15a24a + 8952080 commit 743d0ce

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)