<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello<br><br>I build next system.<br>DRBD 8.3.15 under CentOS5.9 (x86_64)<br>I conected 2 X 39TB Raid System under each DRBD system.<br>These Raid system has gpt partion.<br>(partition1 135MB partion2 39TB)<br>These meta-data are external.<br>/etc/drbd.conf is next.<br><br>#<br># please have a a look at the example configuration file in<br># /usr/share/doc/drbd82/drbd.conf<br>#<br>resource r0 {<br>&nbsp; protocol C;<br><br>&nbsp;net {<br>&nbsp;&nbsp; sndbuf-size 512K;<br>&nbsp;&nbsp; ping-int 10;<br>&nbsp;&nbsp; ping-timeout 10;<br>&nbsp;&nbsp; connect-int 10;<br>&nbsp;&nbsp; timeout 80;<br>&nbsp;&nbsp; ko-count 0;<br>&nbsp;&nbsp; max-buffers 8000;<br>&nbsp;&nbsp; max-epoch-size 8000;<br>&nbsp; }<br><br>syncer {<br>&nbsp; rate 3000K;<br>&nbsp; verify-alg md5;<br>&nbsp; csums-alg md5;<br>&nbsp; al-extents 3389;<br>}<br>&nbsp; on centos581 {<br>&nbsp;&nbsp;
 device&nbsp;&nbsp;&nbsp;&nbsp; /dev/drbd0;<br>&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/sdb12<br>&nbsp;&nbsp; address&nbsp;&nbsp;&nbsp; 192.1681.56:7790;<br>&nbsp;&nbsp; flexible-meta-disk /dev/sdc1;<br>&nbsp; }<br>&nbsp; on centos582 {<br>&nbsp;&nbsp; device&nbsp;&nbsp;&nbsp;&nbsp; /dev/drbd0;<br>&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/sdb2;<br>&nbsp;&nbsp; address&nbsp;&nbsp;&nbsp; 192.168.1.57:7790;<br>&nbsp;&nbsp; flexible-meta-disk /dev/sdc1;<br>&nbsp; }<br>}<br><br>I ran drbd deamon. I checked /proc/drbd. It was fine.<br><br>I setup tgt(iscsi) .DRBD setup ISCSI tartget deviice.<br><br><pre class="COMMAND">tgtadm --lld iscsi --op new --mode target --tid 1 --targetname iqn.2010-09.com.hoge.alpha:testdevs<br>tgtadm --lld iscsi --op new --mode logicalunit --tid 1 --lun 1 --backing-store /dev/drbd0<br>tgtadm --lld iscsi --op bind --mode target --tid 1 --initiator-address=ALL<br><br>Next I use iscsi initiator under
 Windows2008R2.<br>Windows2008R2 and DRBD connected.<br>But Windows2008R2 detected DRBD iscsi target next.<br><br>Windows2008R detected DRBD iscsi target MBR device.<br>and Windows200R2 detected this DRBD iscsi target has 4patition.<br>Parition 1 800GB Partition1 258GB Partition2 258GB Patition3 12MB.<br>But This device using gpt partition and 2 patitions.<br>Partition 1 135MB Partion2 39TB<br><br>Please advice me.<br></pre></td></tr></table>