diff options
author | Karol Lewandowski <k.lewandowsk@samsung.com> | 2024-01-23 12:58:00 +0100 |
---|---|---|
committer | Karol Lewandowski <k.lewandowsk@samsung.com> | 2024-01-23 12:58:00 +0100 |
commit | cbab226a74fbaaa43220dee80e8435555c6506ce (patch) | |
tree | 1bbd14ec625ea85d0bcc32232d51c1f71e2604d2 /man/dmeventd.8.in | |
parent | 44a3c2255bc480c82f34db156553a595606d8a0b (diff) | |
download | device-mapper-sandbox/klewandowski/upstream_2.03.22.tar.gz device-mapper-sandbox/klewandowski/upstream_2.03.22.tar.bz2 device-mapper-sandbox/klewandowski/upstream_2.03.22.zip |
Imported Upstream version 2.03.22upstream/libdevmapper-1.02.196upstream/2.03.22upstreamsandbox/klewandowski/upstream_2.03.22
Diffstat (limited to 'man/dmeventd.8.in')
-rw-r--r-- | man/dmeventd.8.in | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/man/dmeventd.8.in b/man/dmeventd.8.in deleted file mode 100644 index e742a61..0000000 --- a/man/dmeventd.8.in +++ /dev/null @@ -1,59 +0,0 @@ -.TH DMEVENTD 8 "DM TOOLS #VERSION#" "Red Hat Inc" \" -*- nroff -*- -.SH NAME -dmeventd \- Device-mapper event daemon -.SH SYNOPSIS -.B dmeventd -.RB [ \-d " [" -d " [" -d ]]] -.RB [ \-f ] -.RB [ \-h ] -.RB [ \-R ] -.RB [ \-V ] -.RB [ \-? ] -.SH DESCRIPTION -dmeventd is the event monitoring daemon for device-mapper devices. -Library plugins can register and carry out actions triggered when -particular events occur. -.SH -LVM PLUGINS -.TP -.I Mirror -Attempts to handle device failure automatically. See \fBlvm.conf\fP(5). -.TP -.I Raid -Attempts to handle device failure automatically. See \fBlvm.conf\fP(5). -.TP -.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. -See \fBlvm.conf\fP(5). -.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 \fBlvm.conf\fP(5). -.SH OPTIONS -.TP -.B \-d -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 -.B \-f -Don't fork, run in the foreground. -.TP -.BR \-h ", " \-? -Show help information. -.TP -.B \-R -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 -.B \-V -Show version of dmeventd. - -.SH SEE ALSO -.BR lvm (8), -.BR lvm.conf (5) |