karuturi commented on a change in pull request #1832: CLOUDSTACK-9652 Job
framework - Cancelling async jobs
URL: https://github.com/apache/cloudstack/pull/1832#discussion_r115656830
##########
File path: server/src/com/cloud/server/ManagementServerImpl.java
##########
@@ -2793,6 +2795,8 @@ public long getMemoryOrCpuCapacityByHost(final Long
hostId, final short capacity
cmdList.add(UpdateIsoCmd.class);
cmdList.add(UpdateIsoPermissionsCmd.class);
cmdList.add(ListAsyncJobsCmd.class);
+ cmdList.add(ListLongRunningAsyncJobsCmd.class);
+ cmdList.add(ListQueuedUpAsyncJobsCmd.class);
Review comment:
its in asyncjobmanagerimpl
----------------------------------------------------------------
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