You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2017/08/29 08:51:19 UTC

[cloudstack-docs-admin] branch master updated: hosts: update hosts spec, remove deprecated global setting

This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-docs-admin.git


The following commit(s) were added to refs/heads/master by this push:
     new a9d00e9  hosts: update hosts spec, remove deprecated global setting
a9d00e9 is described below

commit a9d00e921950c7c027e2ca18a51a68bdb9b99dd4
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Tue Aug 29 10:48:52 2017 +0200

    hosts: update hosts spec, remove deprecated global setting
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 source/hosts.rst | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/source/hosts.rst b/source/hosts.rst
index d9970da..68f2e94 100644
--- a/source/hosts.rst
+++ b/source/hosts.rst
@@ -588,7 +588,7 @@ To enable you to assign VLANs to Isolated networks,
 
 
 Out-of-band Management
-~~~~~~~~~~~~~~~~~~~~~~
+----------------------
 
 CloudStack provides Root admins the ability to configure and use supported
 out-of-band management interface (e.g. IPMI, iLO, DRAC, etc.) on a physical
@@ -608,15 +608,14 @@ outofbandmanagement.action.timeout        60                              The ou
 outofbandmanagement.ipmitool.interface    lanplus                         The out of band management IpmiTool driver interface to use. Valid values are: lan, lanplus etc
 outofbandmanagement.ipmitool.path         /usr/bin/ipmitool               The out of band management ipmitool path used by the IpmiTool driver
 outofbandmanagement.ipmitool.retries      1                               The out of band management IpmiTool driver retries option -R
-outofbandmanagement.sync.interval         300                             The out of band management background sync thread interval in seconds
 outofbandmanagement.sync.poolsize         50                              The out of band management background sync thread pool size 50
 =======================================   =============================   ====================================================================================================
 
-A change in `outofbandmanagement.sync.interval` or `outofbandmanagement.sync.poolsize`
-settings requires restarting of management server(s) as the thread pool and a
-background (power state) sync thread are configured during load time when
-CloudStack management server starts. Rest of the global settings can be changed
-without requiring restarting of management server(s).
+A change in `outofbandmanagement.sync.poolsize` settings requires restarting of
+management server(s) as the thread pool and a background (power state) sync
+thread are configured during load time when CloudStack management server starts.
+Rest of the global settings can be changed without requiring restarting of
+management server(s).
 
 The `outofbandmanagement.sync.poolsize` is the maximum number of ipmitool
 background power state scanners that can run at a time. Based on the maximum

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>'].