2010-06-17 16:14:43 +04:00
.TH DMEVENTD 8 "DM TOOLS #VERSION#" "Red Hat Inc" \" -*- nroff -*-
.SH NAME
dmeventd \- Device-mapper event daemon
.SH SYNOPSIS
.B dmeventd
2011-12-22 19:50:38 +04:00
.RB [ \- d " [" -d " [" -d ]]]
.RB [ \- f ]
.RB [ \- h ]
.RB [ \- R ]
.RB [ \- V ]
.RB [ \- ? ]
2010-06-17 16:14:43 +04:00
.SH DESCRIPTION
dmeventd is the event monitoring daemon for device-mapper devices.
2010-06-21 19:56:57 +04:00
Library plugins can register and carry out actions triggered when
particular events occur.
.SH
LVM PLUGINS
2010-06-17 16:14:43 +04:00
.TP
2010-06-21 19:56:57 +04:00
.I Mirror
2010-06-22 11:34:34 +04:00
Attempts to handle device failure automatically. See \fB lvm.conf\fP (5).
2010-06-17 16:14:43 +04:00
.TP
2011-12-22 19:50:38 +04:00
.I Raid
Attempts to handle device failure automatically. See \fB lvm.conf\fP (5).
.TP
2010-06-21 19:56:57 +04:00
.I Snapshot
Monitors how full a snapshot is becoming and emits a warning to
syslog when it exceeds 80% full.
The warning is repeated when 85%, 90% and 95% of the snapshot is filled.
2010-06-22 11:34:34 +04:00
See \fB lvm.conf\fP (5).
2011-12-22 19:50:38 +04:00
.TP
.I Thin
Monitors how full a thin pool is becoming and emits a warning to
syslog when it exceeds 80% full.
The warning is repeated when 85%, 90% and 95% of the thin pool is filled.
See \fB lvm.conf\fP (5).
2010-06-17 16:14:43 +04:00
.SH OPTIONS
.TP
2011-12-22 19:50:38 +04:00
.B \- d
2010-06-17 16:14:43 +04:00
Repeat from 1 to 3 times (-d, -dd, -ddd) to increase the detail of
debug messages sent to syslog.
Each extra d adds more debugging information.
.TP
2011-12-22 19:50:38 +04:00
.B \- f
2010-06-17 16:14:43 +04:00
Don't fork, run in the foreground.
.TP
2011-12-22 19:50:38 +04:00
.BR \- h ", " \- ?
Show help information.
.TP
.B \- R
2011-03-02 15:49:13 +03:00
Replace a running dmeventd instance. The running dmeventd must be version
2.02.77 or newer. The new dmeventd instance will obtain a list of devices and
events to monitor from the currently running daemon.
.TP
2011-12-22 19:50:38 +04:00
.B \- V
2010-06-21 19:56:57 +04:00
Show version of dmeventd.
2010-06-17 16:14:43 +04:00
.SH SEE ALSO
.BR lvm (8),
.BR lvm.conf (5)