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>