[Linux-cluster] Filesystem (GFS) availability

Maykel Moya moya at infomed.sld.cu
Wed Sep 7 14:51:23 UTC 2005


I have a two node GFS setup. When one of the nodes (B) goes down, the
other one (A) is unable to access the fs.

A, nevertheless, "notes" that B went down and removes it from the
cluster, but any access to the GFS locks.

Any clues?

My cluster.conf is:

<?xml version="1.0"?>
<cluster name="cluster1" config_version="1">
  <cman two_node="1" expected_votes="1">
  </cman>
  <clusternodes>
    <clusternode name="varela1" votes="1">
      <fence>
        <method name="single">
          <device name="human" ipaddr="x.j.h.b"/>
        </method>
      </fence>
    </clusternode>
    <clusternode name="varela2" votes="1">
      <fence>
        <method name="single">
          <device name="human" ipaddr="x.y.z.h"/>
        </method>
      </fence>
    </clusternode>
  </clusternodes>
  <fence_devices>
    <device name="human" agent="fence_manual"/>
  </fence_devices>
</cluster>

Regards,
maykel





More information about the Linux-cluster mailing list