1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Add option to /etc/sysconfig/cluster to select cluster type for clvmd.

This commit is contained in:
Christine Caulfield 2009-02-10 11:53:33 +00:00
parent 2095de1af2
commit d3e282c9d8
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.45 -
===================================
Add option to /etc/sysconfig/cluster to select cluster type for clvmd.
Allow clvmd to start up if its lockspace already exists.
Separate PV label attributes which do not need parse metadata when reporting.
Remove external dependency on the 'cut' command in fsadm.

View File

@ -26,6 +26,8 @@ CLVMDOPTS="-T20"
[ -f /etc/sysconfig/cluster ] && . /etc/sysconfig/cluster
[ -n "$CLVMD_CLUSTER_IFACE" ] && CLVMDOPTS="$CLVMDOPTS -I $CLVMD_CLUSTER_IFACE"
LOCK_FILE="/var/lock/subsys/$DAEMON"
start()