<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 25/08/2013 15:06, Walter Robert
      Ditzler wrote:<br>
    </div>
    <blockquote cite="mid:007701cea19c$49f44b40$dddce1c0$@gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:EN-US">Hi,<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:EN-US"
            lang="EN-US">to me here your question confuses a bit. About
            what RAID you talk about? RAID0, RAID1 or RAID5? With RAID0
            you have twice read performance in best case. But DRBD does
            RAID1 over TCP/IP what means mirroring two disk/disk set. If
            one fails the other one comes into operation.<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:EN-US"
            lang="EN-US"><o:p>&nbsp;</o:p></span></p>
      </div>
    </blockquote>
    RAID1 gives you potentially twice the read performance of a single
    disk, because the data is stored on two disks and both are available
    for reads.<br>
    <br>
    So the question should have said: "if I have a DRBD mirrored pair,
    can I configure it to do reads from both the primary and the
    secondary?"<br>
    <br>
    I think the answer is probably "no", but I could be mistaken.
    Running DRBD on top of two iSCSI volumes is a pretty unusual
    configuration to say the least. In any case, access to the remote
    copy would be slower than access to the local copy (since it would
    involve going over the DRBD-DRBD link).<br>
    <br>
    With iSCSI you could simply attach the two iSCSI volumes onto the
    same host, and use MD mirroring. No need for DRBD then (even if the
    two iSCSI volumes are on different storage servers, you could attach
    them both to the same host). And in this case you *would* have both
    volumes available for reads.<br>
    <blockquote cite="mid:007701cea19c$49f44b40$dddce1c0$@gmail.com"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:EN-US"
            lang="EN-US">Next I don&#8217;t understand, when you got iSCSI
            then you don&#8217;t need DRBD!</span></p>
      </div>
    </blockquote>
    Why not? iSCSI is about remote access to a block storage device.
    DRBD is about data replication. They are two different things.<br>
    <blockquote cite="mid:007701cea19c$49f44b40$dddce1c0$@gmail.com"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:EN-US"
            lang="EN-US"> In my mind iSCSI devices are all connected to
            the same host</span></p>
      </div>
    </blockquote>
    Why? You can have multiple iSCSI targets on the same storage server,
    or on different servers.<br>
    <br>
  </body>
</html>