blob: 0b9b15d887ab44c5c7c8fe902c3912ca2fe901fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
MEATWARE Module for Linux-HA STONITH
ABOUT:
This is a port of the "meatware" stomith method found in the GFS
distribution (see http://globalfilesystem.org/) to the Linux-HA
project. It notifies operators if a node needs to be reset and
waits for confirmation.
USAGE:
The module can be used like any other stonith module. It will
syslog a message at CRIT level if it needs an operator to power-cycle
a node on its behalf.
To confirm that a manual reset has been done, execute
"meatclient -c <host>".
If you abort the confirmation, the module will report that the reset
has failed.
AUTHOR:
Gregor Binder <gbinder@sysfive.com>
|