rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332679087
##########
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/VmwareServerDiscoverer.java:
##########
@@ -117,15 +117,15 @@ public VmwareServerDiscoverer() {
if (podId == null) {
if (logger.isInfoEnabled())
- logger.info("No pod is assigned, assuming that it is not for
vmware and skip it to next discoverer");
+ logger.info("No pod is assigned, assuming that it is not for
VMWare and skip it to next discoverer");
return null;
}
boolean failureInClusterDiscovery = true;
String vsmIp = "";
ClusterVO cluster = _clusterDao.findById(clusterId);
if (cluster == null || cluster.getHypervisorType() !=
HypervisorType.VMware) {
if (logger.isInfoEnabled())
- logger.info("invalid cluster id or cluster is not for VMware
hypervisors");
+ logger.info("Invalid cluster id or cluster is not for VMWare
hypervisors");
Review Comment:
'ID'
--
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]