nvazquez commented on a change in pull request #4165:
URL: https://github.com/apache/cloudstack/pull/4165#discussion_r444827857
##########
File path:
server/src/main/java/com/cloud/resource/RollingMaintenanceManagerImpl.java
##########
@@ -114,12 +115,15 @@ public boolean configure(String name, Map<String, Object>
params) throws Configu
return true;
}
- private void updateCluster(long clusterId, String state) {
+ private void updateCluster(long clusterId, String allocationState) {
Review comment:
Thanks @GabrielBrascher, looks good to me. The change needed in
RollingMaintenanceManagerImpl will be just the same as you've done below
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]