You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/05/10 05:38:12 UTC

[GitHub] karuturi commented on a change in pull request #1832: CLOUDSTACK-9652 Job framework - Cancelling async jobs

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:
users@infra.apache.org


With regards,
Apache Git Services