
dejanmm at fastmail
Nov 9, 2009, 4:55 AM
Post #2 of 2
(435 views)
Permalink
|
|
Re: [PATCH] IPaddr2: Invalid default value for OCF_RESKEY_clusterip_hash (bnc#553753)
[In reply to]
|
|
Hi Tim, Applied. Cheers, Dejan On Mon, Nov 09, 2009 at 11:55:59AM +0100, Tim Serong wrote: > # HG changeset patch > # User Tim Serong <tserong [at] novell> > # Date 1257764064 -3600 > # Node ID 73c0732bafd69f7679197179144334bc342a4ffe > # Parent 303955555f34c166b5ed00da7a0074db00e8dfdc > IPaddr2: Invalid default value for OCF_RESKEY_clusterip_hash (bnc#553753) > > diff -r 303955555f34 -r 73c0732bafd6 heartbeat/IPaddr2 > --- a/heartbeat/IPaddr2 Thu Nov 05 14:24:15 2009 +0100 > +++ b/heartbeat/IPaddr2 Mon Nov 09 11:54:24 2009 +0100 > @@ -278,7 +278,7 @@ > > IP_INC_GLOBAL=${OCF_RESKEY_CRM_meta_clone_max:-1} > IP_INC_NO=`expr ${OCF_RESKEY_CRM_meta_clone:-0} + 1` > - IP_CIP_HASH="${OCF_RESKEY_clusterip_hash:-'sourceip-sourceport'}" > + IP_CIP_HASH="${OCF_RESKEY_clusterip_hash:-sourceip-sourceport}" > > if [ $LVS_SUPPORT -gt 0 ] && [ $IP_INC_GLOBAL -gt 1 ]; then > ocf_log err "LVS and load sharing do not go together well" > _______________________________________________________ > Linux-HA-Dev: Linux-HA-Dev [at] lists > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > Home Page: http://linux-ha.org/ _______________________________________________________ Linux-HA-Dev: Linux-HA-Dev [at] lists http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
|