Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
>If rate is used like this:
>common {
> syncer {
> rate 20M;
> [...]
> }
> [...]
>}
>It it a global bandwidth limitation for all resources ?
http://www.drbd.org/users-guide/re-drbdconf.html
That's what common means...
>resource r2
> syncer {
> rate 15M;
> [...]
> }
> [...]
>}
>Is it a per resource limitation ?
That's not common, but resource specific, so yes.
>What about using both ?
Why, what would that accomplish?