[Linux-HA] Element crm_config content does not follow the DTD
- help with error
Andrew Beekhof
beekhof at gmail.com
Wed Oct 11 07:19:05 MDT 2006
On 10/11/06, Chris Gallo <chrisagallo at gmail.com> wrote:
> Dan,
>
> You actually need to set the cluster_property_set. I think this is a
> recent change in 2.0.7 because the cluster I have running on 2.0.4
> doesnt need that, however my new one with 2.0.7 does. Your CRM_CONFIG
> bit should end up looking something like this
>
> <crm_config>
> <cluster_property_set id="cib-bootstrap-options">
> <attributes>
> <nvpair id="transition_idle_timeout"
> name="transition_idle_timeout" value="120s"/>
> <nvpair id="symmetric_cluster" name="symmetric_cluster"
> value="true"/>
> <nvpair id="no_quorum_policy" name="no_quorum_policy" value="stop"/>
> </attributes>
> </cluster_property_set>
> </crm_config>
>
> Also, you need to fill in the id's that heartbeat was complaning about
> below. Almost everything needs an id, 2.0.7 won't fill in the ID's for
> you anymore.
Just to explain, the reason we cant do this is that if more than one
node starts up in parallel, then they'll all assign _different_ IDs
and completely screw up your configuration.
Its annoying, but its for your own safety :-)
More information about the Linux-HA
mailing list