sureshanaparti commented on code in PR #11047:
URL: https://github.com/apache/cloudstack/pull/11047#discussion_r2165917545
##########
plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/provider/ScaleIOHostListener.java:
##########
@@ -201,8 +200,9 @@ public boolean hostDisconnected(long hostId, long poolId) {
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]