[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267378#comment-15267378
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9299:
--------------------------------------------

Github user jburwell commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1502#discussion_r61793974
  
    --- Diff: server/src/com/cloud/server/StatsCollector.java ---
    @@ -251,8 +262,9 @@ public boolean start() {
         }
     
         private void init(Map<String, String> configs) {
    -        _executor = Executors.newScheduledThreadPool(4, new 
NamedThreadFactory("StatsCollector"));
    +        _executor = Executors.newScheduledThreadPool(6, new 
NamedThreadFactory("StatsCollector"));
    --- End diff --
    
    ``6`` seems like a magic value.  How was this value determined?


> Out-of-band Management for CloudStack
> -------------------------------------
>
>                 Key: CLOUDSTACK-9299
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9299
>             Project: CloudStack
>          Issue Type: New Feature
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>            Reporter: Rohit Yadav
>            Assignee: Rohit Yadav
>             Fix For: 4.9.0, Future
>
>
> Support access to a host’s out-of-band management interface (e.g. IPMI, iLO, 
> DRAC, etc.) to manage host power operations (on/off etc.) and querying 
> current power state.
> FS: 
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Out-of-band+Management+for+CloudStack



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to