I did some configration change for cib.xml by cibadmin command, but I got 
warnings in the log. The detailed warning log and part of cib.xml configuration 
is shown below.
   
  I am using HA 2.1.3. From the warnings, it seems that option names are no 
longer supported by the HA. I cannot figoure out the cause. Are those name 
changes in this new version? Can someone point me to the place where I can find 
the up-to-date option names?
   
  Any help will be very appreciated!
   
   
  ===============Warning Log=============
[14820]: WARN: cluster_option: Using deprecated name 'no_quorum_policy' for 
cluster option 'no-quorum-policy'
 [14820]: WARN: cluster_option: Using deprecated name 'symmetric_cluster' for 
cluster option 'symmetric-cluster'
[14820]: WARN: cluster_option: Using deprecated name 'stonith_enabled' for 
cluster option 'stonith-enabled'
 [14820]: WARN: cluster_option: Using deprecated name 
'default_resource_stickiness' for cluster option 'default-resource-stickiness'
 [14820]: WARN: cluster_option: Using deprecated name 'is_managed_default' for 
cluster option 'is-managed-default'
WARN: cluster_option: Using deprecated name 'stop_orphan_resources' for cluster 
option 'stop-orphan-resources'
 WARN: cluster_option: Using deprecated name 'stop_orphan_actions' for cluster 
option 'stop-orphan-actions'
   
   
  =========== configration updated==========
  <cluster_property_set id="default-options">
  <attributes>
    <nvpair id="symmetric_cluster" name="symmetric_cluster" value="true"/>
    <nvpair id="no_quorum_policy" name="no_quorum_policy" value="ignore"/>
    <nvpair id="default_resource_stickiness" name="default_resource_stickiness" 
value="0"/>
    <nvpair id="stonith_enabled" name="stonith_enabled" value="false"/>
    <nvpair id="stop_orphan_resources" name="stop_orphan_resources" 
value="true"/>
    <nvpair id="stop_orphan_actions" name="stop_orphan_actions" value="true"/>
    <nvpair id="is_managed_default" name="is_managed_default" value="true"/>
  </attributes>
</cluster_property_set>

       
---------------------------------
 雅虎邮箱,您的终生邮箱!
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to