On 2008-06-05T01:37:13, zhang july <[EMAIL PROTECTED]> wrote:

> Lars, sorry if I didn't make my questions clear to you.
> The name I use in the configration is the same one in the pengine metadata 
> and the same in crm.dtd. But the log tells me that I use the deprecated 
> names. I prefer not to use deprecated names and remove those warnings. My 
> problem is to find the real names instead of deprcated names if they exists.

> ==========config in cib.xml=============
> <nvpair name="no_quorum_policy" id="no_quorum_policy" value="stop"/>
>  ========pengine metadata results==================


> >     <parameter name="no-quorum-policy" unique="0">

The preferred spelling is "no-quorum-policy" (with hyphens). Your
spelling is "no_quorum_policy" (with underscores) in the nvpair cited
above.

The warning tells you exactly that, it matches the pengine metadata
output.

I'm not sure what more to explain. To make the warning go away, you'd
have to change the name="" entry in your nvpair to "no-quorum-policy".

This may be a language issue,I apologize.


Regards,
    Lars

-- 
Teamlead Kernel, SuSE Labs, Research and Development
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
"Experience is the name everyone gives to their mistakes." -- Oscar Wilde

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to