Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Wed, 11 Jun 2008, Tiago Cruz wrote: > Hello guys, > > I'm trying to use one cluster with 2 nodes, using DRDB 8.x and GFS 1.x > on RHEL 5.2 x84_64. > > The problem is: Then one machine was gone (node2) the node1 stop to work > (one simple 'ls -l' on shared mounted point) until the second machine > return. > > I'm using GFS on this way: [...] > <fencedevices> > <fencedevice name="manual" agent="fence_manual"/> > </fencedevices> Therein lies your problem. You need a proper fencing device for GFS operation to transparently continue. If you are using fence_manual, you have to run fence_ack_manual manually on the remaining node (see man page for details) to get it to allow access to GFS again. Gordan