[DRBD-user] RE: speed issues

Radu Spineanu radus at smartpost.ro
Mon Mar 20 20:38:36 CET 2006

Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.


Gary W. Smith wrote:
> Did you change the default throttle rate in the config file?  I use
> VMWare on some large 30gb partitions and it works fine (~25mb/sec).
> 

I didn't modify the throttle rate. Here is my config:

resource r0 {
  protocol C;
  incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep 60 ; halt
-f";
  startup {
  }

  disk {
    on-io-error   detach;
  }

  net {
  }

  syncer {
    rate 10M;
    group 1;
    al-extents 257;
  }

  on sarge1 {
    device     /dev/drbd0;
    disk       /dev/sdb1;
    address    192.168.1.128:7788;
    meta-disk  internal;

  }

  on sarge2 {
    device    /dev/drbd0;
    disk      /dev/sdb1;
    address   192.168.1.129:7788;
    meta-disk internal;
  }
}






More information about the drbd-user mailing list