summaryrefslogtreecommitdiff
path: root/mdadm.conf.5
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-03-29 02:57:48 +0000
committerNeil Brown <neilb@suse.de>2006-03-29 02:57:48 +0000
commit7ef02d01432952ee677beca7b0f90b653b3d336b (patch)
treea3288a38053ede6c2a24051f53cb115f3a1813cb /mdadm.conf.5
parent2ae555c3d97336365063b5f6937646818667c482 (diff)
Support 'bitmap=' in mdadm.conf for auto-assembling arrays with write-intent bitmaps in separate files.
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'mdadm.conf.5')
-rw-r--r--mdadm.conf.512
1 files changed, 12 insertions, 0 deletions
diff --git a/mdadm.conf.5 b/mdadm.conf.5
index 09e91327..91814650 100644
--- a/mdadm.conf.5
+++ b/mdadm.conf.5
@@ -151,6 +151,18 @@ also have a number appended to indicate how many partitions to create
device files for, e.g.
.BR auto=mdp5 .
The default is 4.
+
+.TP
+.B bitmap=
+The option specifies a file in which a write-intent bitmap should be
+found. When assembling the array,
+.I mdadm
+will provide this file to the
+.B md
+driver as the bitmap file. This has the same function as the
+.B --bitmap-file
+option to
+.BR --assemble .
.RE
.TP