Skip to content

Commit eba54df

Browse files
committed
Fix notes
1 parent 3aa5570 commit eba54df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/adminguide/management.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,9 +624,9 @@ cluster.heartbeat.threshold Threshold (in milliseconds) before self-
624624
======================================= ========================
625625

626626
.. note::
627-
Every 60 seconds (configuable via management.server.stats.interval setting) each management server collects its statistics and publishs to all other management server peers. When other management server receives the published stats, it will set the peer state (owner is the receiver and peer is the sender) to Up.
628-
Every 1.5 seconds (configurable via cluster.heartbeat.interval), each management server writes heartbeat to CloudStack database, and check the stats of other management servers.
629-
If in the past 150 seconds (configurable via cluster.heartbeat.threshold), a management server does not write heartbeat and its peer states, its state and peer states will be set to Down by other management servers.
627+
- Every 60 seconds (configuable via management.server.stats.interval setting) each management server collects its statistics and publishs to all other management server peers. When other management server receives the published stats, it will set the peer state (owner is the receiver and peer is the sender) to Up.
628+
- Every 1.5 seconds (configurable via cluster.heartbeat.interval), each management server writes heartbeat to CloudStack database, and check the stats of other management servers.
629+
- If in the past 150 seconds (configurable via cluster.heartbeat.threshold), a management server does not write heartbeat and its peer states, its state and peer states will be set to Down by other management servers.
630630

631631
.. |management-servers-list.png| image:: /_static/images/management-servers-list.png
632632
:alt: List of management servers

0 commit comments

Comments
 (0)