[Pacemaker] About updated attribute value output in the DC node

Andrew Beekhof andrew at beekhof.net
Mon Jul 4 23:09:52 EDT 2011


On Tue, Jul 5, 2011 at 12:36 PM, Yoshihiko SATO
<satoyoshi at intellilink.co.jp> wrote:
> Hi Andrew,
>
> Thank you for advice.
>
>>
>> In this case I'd just append " $name=$value"
>>
> Sorry, I don't understand..
> Your meaning is checking the attribute name and value that are null or not?

I mean to the log message.
If its TYPE(reason) == nvpair, then add " %s=%s" to the string to
display the name and value.

		do_crm_log(log_level,
			   "%s:%d - Triggered transition abort (complete=%d, tag=%s, id=%s,
magic=%s) : %s",
			   fn, line, transition_graph->complete, TYPE(reason), ID(reason),
magic?magic:"NA", abort_text);


Makes sense?

(Weird being in the same timezone :-)

>
>
> Regards,
> Yoshihiko SATO
>
> (2011/07/05 10:39), Andrew Beekhof wrote:
>>
>> On Mon, Jul 4, 2011 at 8:05 PM, Yoshihiko SATO
>> <satoyoshi at intellilink.co.jp>  wrote:
>>>
>>> Hi Andrew,
>>>
>>> Thanks for your comment.
>>>
>>> Do you mean that the output logic is branched by some conditions?
>>
>> Right
>>
>>> If my understanding is correct, What conditions should we judge?
>>> "tag"(TYPE(reason)), "abort_text" or otherwise?
>>>
>>>  - TYPE(reason) == "nvpair"
>>>       Is it all right judging as attribute update?
>>
>> Correct
>>
>>>  - abort_text == "Transient attribute: update"
>>>       I am concerned about changing contents of strings.
>>
>> In this case I'd just append " $name=$value"
>>
>> _______________________________________________
>> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>
>> Project Home: http://www.clusterlabs.org
>> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>> Bugs:
>> http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>>
>
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs:
> http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>




More information about the Pacemaker mailing list