* patch: unified diff dmeventd.8 man page
@ 2010-06-02 13:51 Danny Rawlins
0 siblings, 0 replies; only message in thread
From: Danny Rawlins @ 2010-06-02 13:51 UTC (permalink / raw)
To: lvm-devel
diff --git a/man/Makefile.in b/man/Makefile.in
index eef1982..1106117 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -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 -u /dev/null dmeventd.8.in
--- /dev/null 2010-06-01 10:26:33.543001381 +1000
+++ dmeventd.8.in 2010-06-02 23:35:11.000000000 +1000
@@ -0,0 +1,32 @@
+.TH CLVMD 8 "LVM TOOLS #VERSION#" "Red Hat Inc" \" -*- nroff -*-
+.SH NAME
+dmeventd \- dm event LVM daemon
+.SH SYNOPSIS
+.B dmeventd
+[\-V]
+[\-h]
+[\-d|dd|ddd]
+[\-d]
+[\-f]
+.SH DESCRIPTION
+dmeventd is the daemon that monitors active mapped devices.
+This sends messages to syslog when an event occures.
+.br
+For snapshots that reach 80% full with further warnings at 85%, 90% and
95%.
+.br
+For mirrored Logical Volumes it sends messages like flush, sync and
read failures.
+.SH OPTIONS
+.TP
+.I \-V]
+Show version of dmeventd.
+.TP
+.I \-h]
+Show help information.
+.TP
+.I \-d|dd|ddd]
+Log debug messages to syslog (-d, -dd, -ddd). Each extra d adds more
debugging information.
+.TP
+.I \-f]
+Don't fork, run in the foreground.
+.SH SEE ALSO
+.BR lvm (8)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-02 13:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 13:51 patch: unified diff dmeventd.8 man page Danny Rawlins
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.