GabrielBrascher commented on a change in pull request #4165:
URL: https://github.com/apache/cloudstack/pull/4165#discussion_r443795260
##########
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:
@nvazquez can you please take a look at it?
I changed API parameter handling from separate parameters on the method call
to an object of UpdateClusterCmd class. Therefore, I needed to change this tiny
piece of RollingMaintenanceManagerImpl.
----------------------------------------------------------------
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]