<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I've moved the meta disk to a RAID1 partition of ~500MB and it's
working much better, the only limiter now is no doubt the 100mbit modem
- i'll work on getting a crossover cable sorted!<br>
<br>
I have this in my config, is it correct or should I be using [0] for
both meta disks????<br>
<br>
on alpha {<br>
    device     /dev/drbd0;<br>
    disk       /dev/md4;<br>
    address    192.168.69.150:7788;<br>
    meta-disk  /dev/md5[0];<br>
<br>
  }<br>
<br>
  on beta {<br>
    device    /dev/drbd0;<br>
    disk      /dev/md4;<br>
    address   192.168.69.155:7788;<br>
    meta-disk /dev/md5[1];<br>
  }<br>
<br>
<br>
Thanks,<br>
<br>
Henri<br>
<br>
<br>
Stefan Seifert wrote:
<blockquote cite="mid:200808091851.46439.nine@detonation.org"
 type="cite">
  <pre wrap="">On Saturday, 09. August 2008, Henri Cook wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Dear all,

I've just configured a 1.8TB DRBD shared device on a pair of machines
connected to the same fairly standard home router (the documentation is
_excellent_ by the way!)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I hope that home router at least has Gigabit., though the best connection for 
DRBD would be a simple cable without any switch in between.
  </pre>
</blockquote>
<br>
<br>
<br>
<blockquote cite="mid:200808091851.46439.nine@detonation.org"
 type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">The two devices are synchronising now but worryingly very slowly and i'm
not sure if it's a RAID5 issue or what? Here's an example of /proc/drbd.
Eventually I want to go for a Primary/Primary setup
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Are the RAID devices themselves even synchronized yet? What does 
cat /proc/mdstat say?

Also: never put a drbd meta disk on a MD RAID 5. Its painfully slow (and may 
be a reason for what you see). RAID 1 should be ok.

  </pre>
</blockquote>
<br>
<br>
<br>
<blockquote cite="mid:200808091851.46439.nine@detonation.org"
 type="cite">
  <pre wrap="">Regards,
Stefan
_______________________________________________
drbd-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a>
<a class="moz-txt-link-freetext" href="http://lists.linbit.com/mailman/listinfo/drbd-user">http://lists.linbit.com/mailman/listinfo/drbd-user</a>
  </pre>
</blockquote>
</body>
</html>