Hi.<div><br></div><div>I have my DRBD device setup with:</div><div><br></div><div><div>resource dirvish01-data {</div><div>&nbsp;&nbsp;device &nbsp; &nbsp; &nbsp; &nbsp;/dev/drbd11;</div><div>&nbsp;&nbsp;disk &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/dev/datavg/dirvish01-data;</div><div>&nbsp;&nbsp;flexible-meta-disk internal;</div>
<div><br></div><div>on [insert &quot;on&quot; clauses&quot;]</div><div>}</div><div><br></div><div>I added 20GB to the LVM LV with:</div><div><br></div><div>&nbsp;&nbsp;lvextend -L +20G /dev/datavg/dirvish01-data</div><div><br></div>
<div>on both hosts. &nbsp;On the primary host:</div><div><br></div><div>&nbsp;&nbsp;drbdadm adjust dirvish01-data</div><div><br></div><div>Then, I mounted /dev/drbd11 on /mnt and did:</div><div><br></div><div>&nbsp;&nbsp;xfs_growfs /mnt</div><div>
<br></div><div>First problem: &nbsp;The xfs_growfs only grew the filesystem by about 10GB, not the full 20GB.</div><div><br></div><div>Second problem: &nbsp;Upon doing a &quot;drbdadm down dirvish01-data ; drbdadm up dirvish01-data&quot;, I get:</div>
<div><br></div><div><div>/dev/drbd11: Failure: (119) No valid meta-data signature found.</div><div><br></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;==&gt; Use &#39;drbdadm create-md res&#39; to initialize meta-data area. &lt;==</div><div><br></div>
<div>Command &#39;drbdsetup /dev/drbd11 disk /dev/datavg/dirvish01-data /dev/datavg/dirvish01-data internal --set-defaults --create-device --on-io-error=detach&#39; terminated with exit code 10</div><div><br></div><div>Obviously, this is bad ... Now I can&#39;t start my device and get access to my data.</div>
<div><br></div><div>This is on Ubuntu 8.04LTS (Hardy) with kernel&nbsp;2.6.18.8-xen-x64-20080924 (custom build, but growing the DRBD devices has worked previously). &nbsp;DRBD version&nbsp;version: 8.2.6 (api:88/proto:86-88)&nbsp;GIT-hash: 3e69822d3bb4920a8c1bfdf7d647169eba7d2eb4 build by root@xen-80-31-00, 2008-09-25 01:10:05.</div>
<div><br></div><div>How can I convince DRBD to get my data back? &nbsp;I was under the impression that the &quot;flexible-meta-disk internal&quot; would handle the &quot;drbdadm adjust&quot; properly. &nbsp;Doing the suggested &quot;drbdadm create-md dirvish01-data&quot; indicates I will loose my data, so I have not run that command as of yet.</div>
<div><br></div><div>Thanks,</div><div>Sam</div></div></div>