]> sourceware.org Git - lvm2.git/commitdiff
Add man page for dmeventd
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 17 Jun 2010 12:14:43 +0000 (12:14 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 17 Jun 2010 12:14:43 +0000 (12:14 +0000)
(inspired by patch from Danny Rawlins, monster.romster at gmail dot com)

WHATS_NEW
man/Makefile.in
man/dmeventd.8.in [new file with mode: 0644]

index 5a5c0b81bd7c6eece7846686075bd52a79bcddca..3c27b5857be6a8f60decafadbdd59d2777f587f7 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.68 -
 ===============================
+  Add dmeventd man page.
   Update lvresize/extend/reduce manpages with --nofsck, --resizefs options.
   Fix lvm2cmd example in documentation.
   Allow use of lvm2app and lvm2cmd headers in C++ mode.
index eef1982a36f1edc78e65bf5b0dcc3bcc59ce05cd..1106117def8f9716121c98637d2ec73a8e9adbfd 100644 (file)
@@ -22,6 +22,12 @@ else
 FSADMMAN =
 endif
 
+ifeq ("@DMEVENTD@", "yes")
+DMEVENTDMAN = dmeventd.8
+else
+DMEVENTDMAN =
+endif
+
 MAN5=lvm.conf.5
 MAN8=lvchange.8 lvconvert.8 lvcreate.8 lvdisplay.8 lvextend.8 lvm.8 \
        lvmchange.8 lvmdiskscan.8 lvmdump.8 \
@@ -30,7 +36,7 @@ MAN8=lvchange.8 lvconvert.8 lvcreate.8 lvdisplay.8 lvextend.8 lvm.8 \
        pvresize.8 pvs.8 pvscan.8 vgcfgbackup.8 vgcfgrestore.8 vgchange.8 \
        vgck.8 vgcreate.8 vgconvert.8 vgdisplay.8 vgexport.8 vgextend.8 \
        vgimport.8 vgimportclone.8 vgmerge.8 vgmknodes.8 vgreduce.8 vgremove.8 \
-       vgrename.8 vgs.8 vgscan.8 vgsplit.8 $(FSADMMAN)
+       vgrename.8 vgs.8 vgscan.8 vgsplit.8 $(FSADMMAN) $(DMEVENTDMAN)
 
 ifneq ("@CLVMD@", "none")
   MAN8CLUSTER=clvmd.8
@@ -45,8 +51,8 @@ MAN8DM=dmsetup.8
 MAN5DIR=$(mandir)/man5
 MAN8DIR=$(mandir)/man8
 
-CLEAN_TARGETS=$(MAN5) $(MAN8) $(MAN8CLUSTER) $(FSADMMAN) $(MAN8DM)
-DISTCLEAN_TARGETS=fsadm.8 clvmd.8 cmirrord.8
+CLEAN_TARGETS=$(MAN5) $(MAN8) $(MAN8CLUSTER) $(FSADMMAN) $(DMEVENTDMAN) $(MAN8DM)
+DISTCLEAN_TARGETS=fsadm.8 clvmd.8 cmirrord.8 dmeventd.8
 
 include $(top_builddir)/make.tmpl
 
diff --git a/man/dmeventd.8.in b/man/dmeventd.8.in
new file mode 100644 (file)
index 0000000..956982e
--- /dev/null
@@ -0,0 +1,42 @@
+.TH DMEVENTD 8 "DM TOOLS #VERSION#" "Red Hat Inc" \" -*- nroff -*-
+.SH NAME
+dmeventd \- Device-mapper event daemon
+.SH SYNOPSIS
+.B dmeventd
+[\-V]
+[\-d]
+[\-f]
+[\-h]
+[\-?]
+.SH DESCRIPTION
+dmeventd is the event monitoring daemon for device-mapper devices.
+Plugins are supported.
+
+.br
+LVM plugins:
+.TP
+Snapshot: monitor the filling of snapshot and emits a warning through 
+syslog, when the use of snapshot exceedes 80%.
+The warning is repeated when 85%, 90% and 95% of the snapshot are filled.
+(see \fBlvm.conf\fP)
+.TP
+Mirror: attempts to recover from failures (see \fBlvm.conf\fP).
+.SH OPTIONS
+.TP
+.I \-V
+Show version of dmeventd.
+.TP
+.I \-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
+.I \-f
+Don't fork, run in the foreground.
+.TP
+.I \-h, \-?
+Show help information.
+
+.SH SEE ALSO
+.BR lvm (8),
+.BR lvm.conf (5)
This page took 0.050659 seconds and 5 git commands to generate.