nvazquez commented on a change in pull request #3494: Fix hardcoded max data
volumes when VM has been created but not started before
URL: https://github.com/apache/cloudstack/pull/3494#discussion_r304049203
##########
File path:
engine/schema/src/main/java/com/cloud/hypervisor/dao/HypervisorCapabilitiesDaoImpl.java
##########
@@ -106,4 +107,16 @@ public Boolean isVmSnapshotEnabled(HypervisorType
hypervisorType, String hypervi
HypervisorCapabilitiesVO result = getCapabilities(hypervisorType,
hypervisorVersion);
return result.getVmSnapshotEnabled();
}
+
+ @Override
+ public List<HypervisorType> getHypervisorsWithDefaultEntries() {
Review comment:
Thanks @anuragaw, have refactored it to invoke this only once
----------------------------------------------------------------
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]
With regards,
Apache Git Services