DaanHoogland commented on code in PR #7398:
URL: https://github.com/apache/cloudstack/pull/7398#discussion_r1159418464
##########
framework/quota/src/main/java/org/apache/cloudstack/quota/vo/ServiceOfferingVO.java:
##########
@@ -149,6 +149,7 @@ public ServiceOfferingVO(ServiceOfferingVO offering) {
vmType = offering.getSystemVmType();
systemUse = offering.isSystemUse();
dynamicScalingEnabled = offering.isDynamicScalingEnabled();
+ diskOfferingStrictness = offering.diskOfferingStrictness;
Review Comment:
I think this file should be removed and not maintained, It pertains to the
same table as
https://github.com/apache/cloudstack/pull/7398/files#diff-bbbf939d866dbaec16b3c9ce76664ab203f7ba2a914e29772f795dd44a2cf993
and does not add value.
--
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]