Skip to content

Commit d9ded0d

Browse files
committed
Update 11198
1 parent a2556cf commit d9ded0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -582,7 +582,7 @@ public Answer copyVolumeFromPrimaryToSecondary(final CopyCommand cmd) {
582582
try {
583583
final String volumeName = UUID.randomUUID().toString();
584584

585-
final String destVolumeName = volumeName + "." + destFormat.getFileExtension();
585+
final String destVolumeName = volumeName + "." + ImageFormat.QCOW2.getFileExtension();
586586
final KVMPhysicalDisk volume = storagePoolMgr.getPhysicalDisk(primaryStore.getPoolType(), primaryStore.getUuid(), srcVolumePath);
587587
volume.setFormat(PhysicalDiskFormat.valueOf(srcFormat.toString()));
588588

0 commit comments

Comments
 (0)