Tizen 2.1 base
[external/device-mapper.git] / man / dmeventd.8.in
1 .TH DMEVENTD 8 "DM TOOLS #VERSION#" "Red Hat Inc" \" -*- nroff -*-
2 .SH NAME
3 dmeventd \- Device-mapper event daemon
4 .SH SYNOPSIS
5 .B dmeventd
6 [\-d]
7 [\-f]
8 [\-h]
9 [\-V]
10 [\-?]
11 .SH DESCRIPTION
12 dmeventd is the event monitoring daemon for device-mapper devices.
13 Library plugins can register and carry out actions triggered when
14 particular events occur.
15 .SH
16 LVM PLUGINS
17 .TP
18 .I Mirror
19 Attempts to handle device failure automatically.  See \fBlvm.conf\fP(5).
20 .TP
21 .I Snapshot
22 Monitors how full a snapshot is becoming and emits a warning to
23 syslog when it exceeds 80% full.
24 The warning is repeated when 85%, 90% and 95% of the snapshot is filled.
25 See \fBlvm.conf\fP(5).
26 .SH OPTIONS
27 .TP
28 .I \-d
29 Repeat from 1 to 3 times (-d, -dd, -ddd) to increase the detail of
30 debug messages sent to syslog.
31 Each extra d adds more debugging information.
32 .TP
33 .I \-f
34 Don't fork, run in the foreground.
35 .TP
36 .I \-h, \-?
37 Show help information.
38 .TP
39 .I \-V
40 Show version of dmeventd.
41
42 .SH SEE ALSO
43 .BR lvm (8),
44 .BR lvm.conf (5)