<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>What does node-id do?  I have never used it and it's not listed
      in "Configuring your resource" <a moz-do-not-send="true"
href="https://docs.linbit.com/docs/users-guide-8.4/#s-configure-resource">https://docs.linbit.com/docs/users-guide-8.4/#s-configure-resource</a></p>
    <p>My set up looks more like the example here: <br>
    </p>
    <pre>resource r0 {
  on alice {
    device    /dev/drbd1;
    disk      /dev/sda7;
    address   10.1.1.31:7789;
    meta-disk internal;
  }
  on bob {
    device    /dev/drbd1;
    disk      /dev/sda7;
    address   10.1.1.32:7789;
    meta-disk internal;
  }
}</pre>
    <div class="moz-signature">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <title></title>
      <p>Is it a drbd 9.0.x / Linstore thing?  I'm using 8.9.6<br>
      </p>
      <p><b>Paul O'Rorke</b><br>
        <b>Tracker Software Products (Canada) Limited </b><br>
        <a href="http://www.tracker-software.com/">www.tracker-software.com</a><br>
        Tel:
        +1 (250) 324 1621<br>
        Fax: +1 (250) 324 1623<br>
        <br>
        <a href="http://www.tracker-software.com/"> <img
src="https://www.tracker-software.com/fckfiles/image/images/resellers/logo/TrackerSofwareProducts_Logo_330x100.png"
            name="image.png" width="198" height="60" border="0"
            align="bottom">
        </a>
        <br>
        <br>
        Support:
        <br>
        <a href="http://www.tracker-software.com/support">http://www.tracker-software.com/support
        </a><br>
        Download latest Releases
        <br>
        <a href="http://www.tracker-software.com/downloads/">http://www.tracker-software.com/downloads/</a></p>
      <p><br>
        <br>
      </p>
      <p style="margin-bottom: 0cm; line-height: 100%"><br>
      </p>
    </div>
    <div class="moz-cite-prefix">On 2019-01-17 1:19 a.m., Roland
      Kammerer wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20190117091955.lsy7o2ympofvzskl@rck.sh">
      <pre class="moz-quote-pre" wrap="">On Wed, Jan 16, 2019 at 09:47:05AM -0500, Shawn Southern wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">I'm very new to DRBD, so please bear with me if my terminology is wrong (or
if I've completely done everything wrong, please let me know!).  I've not
had much luck with finding this scenario in the documentation.

Initially, I only had a single system I could configure.  The other
identical system was running Hyper-V, so I had to get a system up with
CentOS, KVM &amp; DRBD then migrate the workloads, then reformat the Hyper-V
box as CentOS, KVM &amp; DRBD).

System 1 (vmh1) is 10.13.119.15, System 2 (vmh2) that I have to add is
10.13.119.16.  I've got the workload migrated to 'vmh1' and 'vmh2' is now
reinstalled with CentOS, KVM &amp; DRBD.  What I need to know is how do I
safely add the sdb &amp; sdc in vmh2 to the existing single node DRBD so that
it safely replicates the data and I don't lose my workload?
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
On both sides you change the res file like this:

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">
in /etc/drdb.d I have:
file global_common.conf:
global {
 usage-count no;
}
common {
 net {
  protocol C;
 }
}

file drbd0.res:
resource drbd0 {
        device /dev/drbd0;
        meta-disk internal;
        net {
                cram-hmac-alg sha256;
                shared-secret "ThisIsSecret1";
        }
        on vmh1 {
                node-id 1;
                address 10.13.119.15:7789;
                disk /dev/sdb;
        }
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
^^ you add a "on vmh2" section with a different node-id;

^^ you add a "connection-mesh" section naming both nodes.

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">}
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Then you:
- "drbdadm create-md" meta data on the second host
- "drbdadm adjust" on both.

Regards, rck
_______________________________________________
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>