2010-06-17 16:14:43 +04:00
.TH DMEVENTD 8 "DM TOOLS #VERSION#" "Red Hat Inc" \" -*- nroff -*-
2015-10-12 12:35:53 +03:00
.
2010-06-17 16:14:43 +04:00
.SH NAME
2015-10-12 12:35:53 +03:00
.
2014-06-11 13:06:30 +04:00
dmeventd \(em Device-mapper event daemon
2015-10-12 12:35:53 +03:00
.
2010-06-17 16:14:43 +04:00
.SH SYNOPSIS
2015-10-12 12:35:53 +03:00
.
2010-06-17 16:14:43 +04:00
.B dmeventd
2014-06-11 13:06:30 +04:00
.RB [ \- d
.RB [ \- d
.RB [ \- d ]]]
2011-12-22 19:50:38 +04:00
.RB [ \- f ]
.RB [ \- h ]
2015-10-13 16:14:11 +03:00
.RB [ \- l ]
2011-12-22 19:50:38 +04:00
.RB [ \- R ]
.RB [ \- V ]
.RB [ \- ? ]
2015-10-12 12:35:53 +03:00
.
2010-06-17 16:14:43 +04:00
.SH DESCRIPTION
2015-10-12 12:35:53 +03:00
.
2010-06-17 16:14:43 +04:00
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.
2015-10-12 12:35:53 +03:00
.
.SH LVM PLUGINS
.
.HP
.IR Mirror
.br
Attempts to handle device failure automatically. See
.BR lvm.conf (5).
.
.HP
.IR Raid
.br
Attempts to handle device failure automatically. See
.BR lvm.conf (5).
.
.HP
.IR Snapshot
.br
2010-06-21 19:56:57 +04:00
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.
2015-10-12 12:35:53 +03:00
See
.BR lvm.conf (5).
Snapshot which runs out of space gets invalid and when it is mounted,
it gets umounted if possible.
.
.HP
.IR Thin
.br
Monitors how full a thin pool data and metadata is becoming and emits
a warning to syslog when it exceeds 80% full.
2011-12-22 19:50:38 +04:00
The warning is repeated when 85%, 90% and 95% of the thin pool is filled.
2015-10-12 12:35:53 +03:00
See
.BR lvm.conf (5).
If the thin-pool runs out of space, thin volumes are umounted if possible.
.
2010-06-17 16:14:43 +04:00
.SH OPTIONS
2015-10-12 12:35:53 +03:00
.
.HP
.BR \- d
.br
2014-06-11 13:06:30 +04:00
Repeat from 1 to 3 times (
.BR \- d ,
.BR \- dd ,
.BR \- ddd
) to increase the detail of
2010-06-17 16:14:43 +04:00
debug messages sent to syslog.
Each extra d adds more debugging information.
2015-10-12 12:35:53 +03:00
.
.HP
.BR \- f
.br
2010-06-17 16:14:43 +04:00
Don't fork, run in the foreground.
2015-10-12 12:35:53 +03:00
.
.HP
.BR \- h
.br
2011-12-22 19:50:38 +04:00
Show help information.
2015-10-12 12:35:53 +03:00
.
.HP
2015-10-13 16:14:11 +03:00
.BR \- l
.br
Log through stdout and stderr instead of syslog.
This option works only with option \- f, otherwise it is ignored.
.
.HP
2015-10-12 12:35:53 +03:00
.BR \- ?
.br
Show help information on stderr.
.
.HP
.BR \- R
.br
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.
2015-10-12 12:35:53 +03:00
.
.HP
.BR \- V
.br
2010-06-21 19:56:57 +04:00
Show version of dmeventd.
2015-10-12 12:35:53 +03:00
.
2010-06-17 16:14:43 +04:00
.SH SEE ALSO
2015-10-12 12:35:53 +03:00
.
2010-06-17 16:14:43 +04:00
.BR lvm (8),
.BR lvm.conf (5)