Many thanks! The problem is fixed. I was too focuse on words instead of symbols.:P
----- 原始邮件 ---- 发件人: Lars Marowsky-Bree <[EMAIL PROTECTED]> 收件人: General Linux-HA mailing list <[email protected]> 已发送: 2008/6/4(周三), 下午2:27:00 主题: Re: 回复: 回复: 回复: [Linux-HA] HA 2.1.3--How to get ride of warning logs about "Using Deprecated name..." for cluster options 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 [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems ___________________________________________________________ 雅虎邮箱,您的终生邮箱! http://cn.mail.yahoo.com/ _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
