mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
initscripts: fix typo in clvmd initscript causing CLVMD_STOP_TIMEOUT variable to be ignored
This commit is contained in:
parent
62f3a4d2d8
commit
13e2049c32
@ -1,5 +1,6 @@
|
||||
Version 2.02.114 -
|
||||
=====================================
|
||||
Fix typo in clvmd initscript causing CLVMD_STOP_TIMEOUT variable to be ignored.
|
||||
Fix size in pvresize "Resizing to ..." verbose msg to show proper result size.
|
||||
|
||||
Version 2.02.113 - 24th November 2014
|
||||
|
@ -38,7 +38,7 @@ CLVMDOPTS="-T30"
|
||||
# allow up to $CLVMD_STOP_TIMEOUT seconds to clvmd to complete exit operations
|
||||
# default to 10 seconds
|
||||
|
||||
[ -z $CLMVD_STOP_TIMEOUT ] && CLVMD_STOP_TIMEOUT=10
|
||||
[ -z $CLVMD_STOP_TIMEOUT ] && CLVMD_STOP_TIMEOUT=10
|
||||
|
||||
LOCK_FILE="/var/lock/subsys/$DAEMON"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user