cleanup: avoid double markups

This commit is contained in:
Dietmar Maurer 2016-09-27 11:19:13 +02:00
parent 26ca7ff553
commit b866335909

View File

@ -178,16 +178,16 @@ locks are working.
It can be in three states: It can be in three states:
*wait for agent lock*:: wait for agent lock::
The LRM waits for our exclusive lock. This is also used as idle state if no The LRM waits for our exclusive lock. This is also used as idle state if no
service is configured. service is configured.
*active*:: active::
The LRM holds its exclusive lock and has services configured. The LRM holds its exclusive lock and has services configured.
*lost agent lock*:: lost agent lock::
The LRM lost its lock, this means a failure happened and quorum was lost. The LRM lost its lock, this means a failure happened and quorum was lost.
@ -242,16 +242,16 @@ promoted to the CRM master.
It can be in three states: It can be in three states:
*wait for agent lock*:: wait for agent lock::
The CRM waits for our exclusive lock. This is also used as idle state if no The CRM waits for our exclusive lock. This is also used as idle state if no
service is configured service is configured
*active*:: active::
The CRM holds its exclusive lock and has services configured The CRM holds its exclusive lock and has services configured
*lost agent lock*:: lost agent lock::
The CRM lost its lock, this means a failure happened and quorum was lost. The CRM lost its lock, this means a failure happened and quorum was lost.