nvazquez commented on code in PR #6758:
URL: https://github.com/apache/cloudstack/pull/6758#discussion_r982563325
##########
engine/storage/src/main/java/org/apache/cloudstack/storage/image/deployasis/DeployAsIsHelperImpl.java:
##########
@@ -190,7 +194,7 @@ private Long retrieveTemplateGuestOsIdFromGuestOsInfo(long
templateId, String gu
}
return guestOsId;
} else {
- throw new CloudRuntimeException("Did not find a guest OS with type
" + guestOsType);
+ throw new CloudRuntimeException(String.format("Did not find a
guest OS (%s) with type \"%s\" and minimal hyperviser hardware version %s.",
guestOsDescription, guestOsType, minimumHardwareVersion));
Review Comment:
Minor typo on 'hyperviser'
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]