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


##########
plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/provider/ScaleIOHostListener.java:
##########
@@ -109,8 +107,9 @@ private String getSdcIdOfHost(HostVO host, DataStore 
dataStore) {
         if (systemId == null) {
             throw new CloudRuntimeException("Failed to get the system id for 
PowerFlex storage pool " + storagePool.getName());
         }
-        Map<String,String> details = new HashMap<>();
+        Map<String, String> details = new HashMap<>();
         details.put(ScaleIOGatewayClient.STORAGE_POOL_SYSTEM_ID, systemId);
+        populateScaleIOConfiguration(details,host.getDataCenterId());

Review Comment:
   ```suggestion
           populateScaleIOConfiguration(details, host.getDataCenterId());
   ```



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