[Drbd-dev] [PATCH] more information about differences between flexible- and meta-disk

Mrten mrten+drbd at ii.nl
Thu Jul 7 17:42:29 CEST 2011


---
 documentation/drbd.conf.xml |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/documentation/drbd.conf.xml b/documentation/drbd.conf.xml
index 0248350..894694e 100644
--- a/documentation/drbd.conf.xml
+++ b/documentation/drbd.conf.xml
@@ -524,15 +524,22 @@ resource r0 {
             <option>flexible-meta-disk <replaceable>device </replaceable></option>
           </term>
           <listitem>
-            <para><indexterm significance="normal"><primary>drbd.conf</primary><secondary>meta-disk</secondary></indexterm><indexterm significance="normal"><primary>drbd.conf</primary><secondary>flexible-meta-disk</secondary></indexterm>
+            <para><indexterm significance="normal"><primary>drbd.conf</primary><secondary>meta-disk</secondary>
+            </indexterm><indexterm significance="normal"><primary>drbd.conf</primary><secondary>flexible-meta-disk</secondary></indexterm>
     Internal means that the last part of the backing device is used to store
     the meta-data. You must not use <replaceable>[index]</replaceable> with
     internal. Note: Regardless of whether you use the <option>meta-disk</option> or
     the <option>flexible-meta-disk</option> keyword, it will always be of
     the size needed for the remaining storage size.
   </para>
-            <para>   You can use a single block <replaceable>device</replaceable> to store
-   meta-data of multiple DRBD devices.
+  
+  <para>For internal, there is no difference between <option>meta-disk</option> and <option>flexible-meta-disk</option>.
+  For external, <option>meta-disk</option> always uses 128 MB of the device for the meta-data. This means that
+  the DRBD devicesize is limited to 4.0TB. This limit goes away with <option>flexible-meta-disk</option>, however, with
+  <option>flexible-meta-disk</option> you can only put one meta-disk on one device.</para>
+  
+   <para>   You can use a single block <replaceable>device</replaceable> to store
+   meta-data of multiple DRBD devices. 
    E.g. use meta-disk /dev/sde6[0]; and meta-disk /dev/sde6[1];
    for two different resources. In this case the meta-disk
    would need to be at least 256 MB in size.
-- 
1.7.0.4



More information about the drbd-dev mailing list