rhtyd commented on a change in pull request #1960: [4.11/Future]
CLOUDSTACK-9782: Host HA and KVM HA provider
URL: https://github.com/apache/cloudstack/pull/1960#discussion_r135765061
##########
File path:
api/src/org/apache/cloudstack/api/command/admin/host/PrepareForMaintenanceCmd.java
##########
@@ -108,4 +108,8 @@ public void execute() {
throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, "Failed
to prepare host for maintenance");
}
}
+
+ public void setHostId(final Long hostId) {
+ id = hostId;
Review comment:
Fixed @DaanHoogland please see, turns out we dont' need this method.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services