piyush5netapp commented on code in PR #13578:
URL: https://github.com/apache/cloudstack/pull/13578#discussion_r3558471491
##########
plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/service/StorageStrategy.java:
##########
@@ -251,6 +263,7 @@ public Volume createStorageVolume(String volumeName, Long
size) {
volumeRequest.setAggregates(List.of(aggr));
volumeRequest.setSize(size);
volumeRequest.setNas(nas);
+ volumeRequest.setGuarantee(new
Volume.Guarantee(Volume.Guarantee.TypeEnum.NONE));
Review Comment:
Yes, thick provisioning is one of the future support we are aiming for but
for now we have defaulted it to thin. In future, that will become a user input
of choosing between these options.
--
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]