Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
I am trying to use drbdadm verify resources and I can only get 60Mbps data rate. I am using infiniband and my syncer rate is 500Mbps. Is there any setting that I can change for the verification to happen at the full bandwidth speed? I want to use the full bandwidth for verification. Conf file ######## global { usage-count no; } common { syncer { rate 500M; verify-alg md5; } } resource r7 { protocol C; handlers { pri-on-incon-degr "echo '!DRBD! pri on incon-degr' | wall; /etc/init.d/hearbeat stop "; outdate-peer "/usr/lib/heartbeat/drbd-peer-outdater"; } on ninja1 { device /dev/drbd7; disk /dev/loop0; address 10.0.2.150:7788; meta-disk internal; } on ninja2 { device /dev/drbd7; disk /dev/loop0; address 10.0.2.151:7788; meta-disk internal; } net { allow-two-primaries; sndbuf-size 512k; timeout 60; connect-int 10; ping-int 10; ping-timeout 5 ko-count 0; max-epoch-size 8096; } } Thanks Ravee -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20101019/419c8826/attachment.htm>