Skip to content

Commit

Permalink
Fix FATE#323392, describe drbdmon (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr authored Jun 18, 2018
1 parent 640cfbf commit 4bcf0ef
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
Binary file added images/src/png/drbd-drbdmon-bad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/src/png/drbd-drbdmon-ok.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions xml/ha_drbd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,34 @@ resource r0-U {
</step>
</procedure>
</sect1>

<sect1 xml:id="sec.ha.drbd.monitor">
<title>Monitoring DRBD Devices</title>
<para>DRBD comes with the utility <command>drbdmon</command> which offers
realtime monitoring. It shows all the configured resources and their
problems.
</para>
<figure>
<title>Showing a Good Connection by <command>drbdmon</command></title>
<mediaobject>
<imageobject>
<imagedata fileref="drbd-drbdmon-ok.png" width="70%"/>
</imageobject>
</mediaobject>
</figure>

<para>In case of problems, <command>drbdadm</command> shows an error message:
</para>
<figure>
<title>Showing a Bad Connection by <command>drbdmon</command></title>
<mediaobject>
<imageobject>
<imagedata fileref="drbd-drbdmon-bad.png" width="70%"/>
</imageobject>
</mediaobject>
</figure>
</sect1>

<sect1 xml:id="sec.ha.drbd.tuning">
<title>Tuning DRBD</title>

Expand Down

0 comments on commit 4bcf0ef

Please sign in to comment.