Lars, It&#39;d be nice to see this well-documented (setting up the low-level device with internal meta-data)<br><br>Perhaps a step-by-step (command by command) example of how to properly set one up.<br><br>Since so many people get this wrong, what&#39;s wrong with putting up a small example, keep it simple?<br>
<br>Say you have a whole drive you want to dedicate (eg: /dev/sdb1 ) and want to use internal meta-data.<br>You want to use as much as possible for the data, and reserve only enough for the meta-data<br><br>What exact commands (for drbd v8) should a person use to set it up?<br>
Something like this (please correct if wrong (using /data as example) --<br><br>/etc/init.d/drbd start<br>mkdir /data<br>drbdadm create-md all<br>drbdadm up all<br>mkfs -t reiserfs /dev/drbd0<br>mount -t rieserfs /dev/drbd0 /data<br>
<br>Notice, no underlying partition created. Is this correct?<br><br>Dan.<br><br><div class="gmail_quote">On Thu, Feb 14, 2008 at 8:32 AM, Lars Ellenberg &lt;<a href="mailto:lars.ellenberg@linbit.com">lars.ellenberg@linbit.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Wed, Feb 13, 2008 at 07:29:47AM -0800, yoyo64 wrote:<br>
&gt;<br>
&gt; Hi<br>
&gt;<br>
&gt; I use internal metadata, for my resources<br>
<br>
&gt; Is it the best choice for big amount of datas ?<br>
<br>
</div>depends on your definition of &quot;best&quot;. :)<br>
depends on what your storage subsystem is.<br>
<br>
if you have some good raid,<br>
the difference is more administratively.<br>
<br>
on good raid, it should not differ<br>
that much performance wise/technically.<br>
<br>
&gt; What is the limit ?<br>
<br>
depends on a lot of factors, mainly what kernel,<br>
what architecture, and the amount of RAM.<br>
<br>
&gt; Why to choice external ?<br>
<br>
drbd external meta data makes resizing much easier.<br>
<br>
it also avoids any issues with the file system being<br>
smaller than the lower level device, because you have<br>
to leave room for the drbd meta data.<br>
many people got this one wrong.<br>
<div class="Ih2E3d"><br>
<br>
&gt; How do I do for transfering my devices from internal to external ?<br>
<br>
</div>in theory:<br>
 &nbsp;drbdadm dump-md<br>
 &nbsp;# reconfigure<br>
 &nbsp;drbdadm restore-md<br>
<font color="#888888"><br>
--<br>
: Lars Ellenberg &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.linbit.com" target="_blank">http://www.linbit.com</a> :<br>
: DRBD/HA support and consulting &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sales at <a href="http://linbit.com" target="_blank">linbit.com</a> :<br>
: LINBIT Information Technologies GmbH &nbsp; &nbsp; &nbsp;Tel +43-1-8178292-0 &nbsp;:<br>
: Vivenotgasse 48, A-1120 Vienna/Europe &nbsp; &nbsp; Fax +43-1-8178292-82 :<br>
__<br>
please use the &quot;List-Reply&quot; function of your email client.<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
drbd-user mailing list<br>
<a href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a><br>
<a href="http://lists.linbit.com/mailman/listinfo/drbd-user" target="_blank">http://lists.linbit.com/mailman/listinfo/drbd-user</a><br>
</div></div></blockquote></div><br>