Revision d78970ba man/mon-collector.rst

b/man/mon-collector.rst
33 33
DRBD
34 34
~~~~
35 35

  
36
| drbd [*status-file*]
36
| drbd [ [ **-s** | **\--drbd-status** ] = *status-file* ] [ [ **-p** | **\--drbd-pairing**] = *pairing-file* ]
37 37

  
38 38
Collects the information about the version and status of the DRBD kernel
39 39
module, and of the disks it is managing.
40 40

  
41
If *status-file* is specified, the status will be read from that file.
42
Otherwise, the collector will read it from /proc/drbd.
41
If *status-file* and *pairing-file* are specified, the status and the
42
instance-minor paring information will be read from those files.
43
Otherwise, the collector will read them, respectively, from /proc/drbd
44
and from the Confd server.
45

  
46
The options that can be passed to the DRBD collector are as follows:
47

  
48
-s *status-file*, \--drbd-status=*status-file*
49
  Read the DRBD status from the specified file instead of /proc/drbd.
50

  
51
-p *pairing-file*, \--drbd-pairing=*pairing-file*
52
  Read the information about the pairing between instances and DRBD minors
53
  from the specified file instead of asking the Confd servers for them.

Also available in: Unified diff