On Jun 14, 2010, at 3:27 AM, Michael Schwartzkopff wrote:
>>>>>
>>>>> If it does not work, it seems to be a bug.
>>>>
>>>> It doesn't
>>>
>>> http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>>
>> Should be linux-ha/Resource Agents.
>>
>> This feature has been implemented in 2008. How did it ever work?
>>
>> Thanks,
>>
>> Dejan
>
> Don't know. I implemented the "normal" way. I don't know who did the
> unique_clone_address attribute and if it ever was tested.
I submitted the bug under linux-ha/Resource Agents.
And mercurial has a command to find out who to "blame":
hg blame -u IPaddr2
abeekhof: case "$OCF_RESKEY_unique_clone_address" in
abeekhof: true|TRUE|True|yes|YES|Yes|1)
abeekhof: prefix=`echo $OCF_RESKEY_ip | awk -F. '{print $1"."$2"."$3}'`
abeekhof: suffix=`echo $OCF_RESKEY_ip | awk -F. '{print $4}'`
abeekhof: suffix=`expr ${OCF_RESKEY_CRM_meta_clone:-0} + $suffix`
abeekhof: OCF_RESKEY_ip="$prefix.$suffix"
abeekhof: ;;
abeekhof: *) ;;
abeekhof: esac
Vadym
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems