sureshanaparti commented on code in PR #6548:
URL: https://github.com/apache/cloudstack/pull/6548#discussion_r918759565


##########
plugins/hypervisors/vmware/src/main/java/com/cloud/storage/resource/VmwareStorageProcessor.java:
##########
@@ -3117,6 +3117,9 @@ private void removeVmfsDatastore(Command cmd, 
VmwareHypervisorHost hyperHost, St
 
     private void removeVmfsDatastore(Command cmd, VmwareHypervisorHost 
hyperHost, String datastoreName, String storageIpAddress, int storagePortNumber,
                                      String iqn, 
List<Pair<ManagedObjectReference, String>> lstHosts) throws Exception {
+        if (HypervisorHostHelper.isHostVersionEqualOrHigher(hyperHost, "6.5")) 
{

Review Comment:
   does this consider minor release version as well?



-- 
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]

Reply via email to