[Linux-cluster] PLEASE NOTE:: update in cluster.conf tags for CVS cluster products

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



GFS <= 6.0.x are not affected.


Some of the tags in cluster.conf have changed to help make parsing the xml document easier and help facilitate a GUI creation. The affected tags are:


nodes, node, fence_devices, device, and group

They have become:

clusternodes, clusternode, fencedevices, fencedevice, and resourcegroup

The documents describing the cluster.conf file should be updated with the new information (cluster.conf.5, lock_gulmd.5, usage.txt, mini-gfs.txt, rgmanager/examples/cluster.conf).

An example cluster.conf file might look like:

<?xml version="1.0"?>
<cluster name="pretty" config_version="1">

<cman>
</cman>

<dlm>
</dlm>

<clusternodes>
  <clusternode name="red" votes="4">
    <fence>
      <method name="power">
        <device name="wti" port="1"/>
      </method>
    </fence>
  </clusternode>
  <clusternode name="green" votes="3">
    <fence>
      <method name="power">
        <device name="wti" port="2"/>
      </method>
    </fence>
  </clusternode>
</clusternodes>


<fencedevices>
<fencedevice name="wti" agent="fence_wti" ipaddress="nps1" password="wti"/>
</fencedevices>


<!-- for changes to the resource group manager, see rgmanager/examples/cluster.conf -->

</cluster>


[Index of Archives]     [Corosync Cluster Engine]     [GFS]     [Linux Virtualization]     [Centos Virtualization]     [Centos]     [Linux RAID]     [Fedora Users]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Camping]

  Powered by Linux