sureshanaparti commented on a change in pull request #4640:
URL: https://github.com/apache/cloudstack/pull/4640#discussion_r572624018
##########
File path:
plugins/hypervisors/vmware/src/main/java/com/cloud/storage/resource/VmwareStorageProcessor.java
##########
@@ -997,9 +1004,12 @@ private void createLinkedOrFullClone(TemplateObjectTO
template, VolumeObjectTO v
_fullCloneFlag = volume.getSize() > template.getSize() ||
_fullCloneFlag;
}
if (!_fullCloneFlag) {
+ if (_diskProvisioningStrictness) {
+ throw new CloudRuntimeException("Unable to create linked
clones with strict disk provisioning enabled");
Review comment:
same as above.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]