Skip to content

Commit 7fdc82b

Browse files
review
1 parent a4c479b commit 7fdc82b

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/KVMPhysicalDisk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public static void checkQcow2File(String path) {
9999
try {
100100
Qcow2Inspector.validateQcow2File(path);
101101
} catch (RuntimeException e) {
102-
throw new CloudRuntimeException("The volume file at path " + path + " is not a valid QCOW2");
102+
throw new CloudRuntimeException("The volume file at path " + path + " is not a valid QCOW2. Error: " + e.getMessage());
103103
}
104104
}
105105
}

0 commit comments

Comments
 (0)