1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-24 14:50:34 +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 779b8679fd
commit 57a38a00d9
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()