<div dir="ltr"><div dir="ltr"><div>I&#39;m very new to DRBD, so please bear with me if my terminology is wrong (or if I&#39;ve completely done everything wrong, please let me know!).  I&#39;ve not had much luck with finding this scenario in the documentation.<br></div><div><br></div><div>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).</div><div><br></div><div>System 1 (vmh1) is 10.13.119.15, System 2 (vmh2) that I have to add is 10.13.119.16.  I&#39;ve got the workload migrated to &#39;vmh1&#39; and &#39;vmh2&#39; 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&#39;t lose my workload?<br></div><div><br></div><div>in /etc/drdb.d I have:<br></div><div>file global_common.conf:<br>global {<br> usage-count no;<br>}<br>common {<br> net {<br>  protocol C;<br> }<br>}<br>

</div><div><br></div><div>file drbd0.res:<br>resource drbd0 {<br>        device /dev/drbd0;<br>        meta-disk internal;<br>        net {<br>                cram-hmac-alg sha256;<br>                shared-secret &quot;ThisIsSecret1&quot;;<br>        }<br>        on vmh1 {<br>                node-id 1;<br>                address <a href="http://10.13.119.15:7789">10.13.119.15:7789</a>;<br>                disk /dev/sdb;<br>        }<br>}<br><br>file drbd1.res:<br>resource drbd1 {<br>        device /dev/drbd1;<br>        meta-disk internal;<br>        net {<br>                cram-hmac-alg sha256;<br>                shared-secret &quot;ThisIsSecret2&quot;;<br>        }<br>        on vmh1 {<br>                node-id 1;<br>                address <a href="http://10.13.119.15:7789">10.13.119.15:7789</a>;<br>                disk /dev/sdc;<br>        }<br>}<br><br></div><div>Thank you!<br></div></div></div>