resource freepbx {
on FPB01 {
device /dev/drbd0;
disk /dev/sda6;
meta-disk internal;
address 10.10.10.1:7788;
}
on FPB02 {
device /dev/drbd0;
disk /dev/sda6;
meta-disk internal;
address 10.10.10.2:7788;
}
net {
protocol C;
#max-epoch-size 20000;
#verify-alg crc32c;
# max-buffers 36k;
# sndbuf-size 1024k ;
# rcvbuf-size 2048k;
}
disk {
resync-rate 2000M;
on-io-error detach;
no-disk-flushes ;
no-disk-barrier;
c-plan-ahead 0;
c-fill-target 24M;
c-min-rate 80M;
c-max-rate 720M;
}
}
Comments
Post a Comment