summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Kozina <okozina@redhat.com>2015-10-20 13:33:29 +0200
committerOndrej Kozina <okozina@redhat.com>2015-10-20 15:45:21 +0200
commitc15649b3af94e4af573ada0f30e35f7d1fee5321 (patch)
treea7de91e36d62a0462c233524c505019a1b7fb1d9
parentf67a52677bdc95209c7adfa4575c833bed1659f1 (diff)
downloadlvm2-c15649b3af94e4af573ada0f30e35f7d1fee5321.tar.gz
lvmetad.8.in: update man page with timeout info
-rw-r--r--man/lvmetad.8.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/lvmetad.8.in b/man/lvmetad.8.in
index cdaf198ca..2acfd8be5 100644
--- a/man/lvmetad.8.in
+++ b/man/lvmetad.8.in
@@ -10,6 +10,8 @@ lvmetad \(em LVM metadata cache daemon
.IR pidfile_path ]
.RB [ \-s
.IR socket_path ]
+.RB [ \-t
+.IR timeout_value ]
.RB [ \-f ]
.RB [ \-h ]
.RB [ \-V ]
@@ -97,6 +99,10 @@ Path to the socket file. This overrides both the built-in default
\fBLVM_LVMETAD_SOCKET\fP. To communicate successfully with lvmetad,
all LVM2 processes should use the same socket path.
.TP
+.B \-t \fItimeout_value
+The daemon may shutdown after being idle for the given time (in seconds). When the
+option is omitted or the value given is zero the daemon never shutdowns on idle.
+.TP
.B \-V
Display the version of lvmetad daemon.
.SH ENVIRONMENT VARIABLES