rohityadavcloud commented on code in PR #7761:
URL: https://github.com/apache/cloudstack/pull/7761#discussion_r1270327842


##########
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java:
##########
@@ -1879,8 +1879,8 @@ public void prepare(VirtualMachineProfile vm, 
DeployDestination dest) throws Sto
                             throw new 
StorageAccessException(String.format("Unable to grant access to volume [%s] on 
host [%s].", volToString, host));
                         }
                     } else {
-                        // This might impact other managed storages, grant 
access for PowerFlex storage pool only
-                        if (pool.getPoolType() == 
Storage.StoragePoolType.PowerFlex) {
+                        // This might impact other managed storages, grant 
access for PowerFlex and Iscsi/Solidfire storage pool only
+                        if (pool.getPoolType() == 
Storage.StoragePoolType.PowerFlex || pool.getPoolType() == 
Storage.StoragePoolType.Iscsi) {

Review Comment:
   This is to workaround the issue mentioned in the solidfire plugin, to grant 
access (that LUN is accessible to vmware).



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