trm asn
2011-11-26 21:49:35 UTC
Dear List,
I have one HA NFS setup with DRBD. Primary is NFS1 server & secondary is
NFS2 server.
Please help me out to configure the auto recovery from split-brain.
Below is my config & package details.
Packages:
kmod-drbd83-8.3.8-1.el5.centos
drbd83-8.3.8-1.el5.centos
/etc/drbd.conf [ same one both the box]
common { syncer { rate 100M; al-extents 257; } }
resource main {
protocol C;
handlers { pri-on-incon-degr "halt -f"; }
disk { on-io-error detach; }
startup { degr-wfc-timeout 60; wfc-timeout 60; }
on NFS1 {
address 10.20.137.8:7789;
device /dev/drbd0;
disk /dev/sdc;
meta-disk internal;
}
on NFS2 {
address 10.20.137.9:7789;
device /dev/drbd0;
disk /dev/sdc;
meta-disk internal;
}
}
I have one HA NFS setup with DRBD. Primary is NFS1 server & secondary is
NFS2 server.
Please help me out to configure the auto recovery from split-brain.
Below is my config & package details.
Packages:
kmod-drbd83-8.3.8-1.el5.centos
drbd83-8.3.8-1.el5.centos
/etc/drbd.conf [ same one both the box]
common { syncer { rate 100M; al-extents 257; } }
resource main {
protocol C;
handlers { pri-on-incon-degr "halt -f"; }
disk { on-io-error detach; }
startup { degr-wfc-timeout 60; wfc-timeout 60; }
on NFS1 {
address 10.20.137.8:7789;
device /dev/drbd0;
disk /dev/sdc;
meta-disk internal;
}
on NFS2 {
address 10.20.137.9:7789;
device /dev/drbd0;
disk /dev/sdc;
meta-disk internal;
}
}