<div dir="ltr">Did you fixed the typo that Peter mentioned on his last post ? That should be &quot;internal&quot; and not &quot;inetrnal&quot;. Then must copy the resource file on all 3 nodes.<div><blockquote type="cite" style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><span class="gmail-im" style="color:rgb(80,0,80)"><blockquote type="cite" class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><pre style="white-space:pre-wrap"><br>&gt;&gt;  meta-disk       inetrnal; </pre></blockquote><div> </div></span></blockquote>

After fixing that you should be able to create the metadata and initialize  the stacked device by:</div><div><br></div><div>On trk-kvm-01 (assuming that this is the primary node):</div><div>drbdadm create-md --stacked convirt-U<br></div><div><br></div><div>On trk-kvm-03:</div><div>drbdadm create-md convirt-U    #this will create the required metadata on the underlying device (i.e /dev/trk-kvm-03-vg/convirt). No need to transfer metadata manually from trk-kvm-01)<br></div><div><br></div><div>On trk-kvm-01:</div><div>drbdadm --stacked adjust convirt-U</div><div><br></div><div>On trk-kvm-03:</div><div>drbdadm adjust convirt-U</div><div><br></div><div>On trk-kvm-01:</div><div>drbdadm --stacked -- --overwrite-data-of-peer primary convirt-U<br></div><div>cat /proc/drbd  </div><div><br></div><div><br></div><div><br></div><div>Y</div><div><br></div></div>