* [Drbd-dev] [PATCH] more information about differences between flexible- and meta-disk
@ 2011-07-07 15:42 Mrten
2011-07-08 6:43 ` Florian Haas
0 siblings, 1 reply; 2+ messages in thread
From: Mrten @ 2011-07-07 15:42 UTC (permalink / raw)
To: drbd-dev
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-08 12:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-07 15:42 [Drbd-dev] [PATCH] more information about differences between flexible- and meta-disk Mrten
2011-07-08 6:43 ` Florian Haas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.