summaryrefslogtreecommitdiff
path: root/mdassemble.8
diff options
context:
space:
mode:
authorLuca Berra <bluca@comedia.it>2006-10-16 15:26:53 +1000
committerNeil Brown <neilb@suse.de>2006-10-16 15:26:53 +1000
commit435d4ebb2e39fec062e201d287e8f73369291522 (patch)
treee545579e6e07580ada3237aef9e9bf72bce4dc25 /mdassemble.8
parentb39827de21032f5bda931242f232ec9c3cb7da98 (diff)
Mdassemble improvements
From: Luca Berra <bluca@comedia.it> - Fix a bug where mdassemble didn't close a filedescriptor and so couldn't assembele stacked arrays. - Allow mdassemble, when run a second time, to mark all arrays as writable. This is useful if they are started read-only as is best at boot-time.
Diffstat (limited to 'mdassemble.8')
-rw-r--r--mdassemble.810
1 files changed, 8 insertions, 2 deletions
diff --git a/mdassemble.8 b/mdassemble.8
index 84479b74..3c6544f0 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -25,6 +25,13 @@ Invoking
.B mdassemble
has the same effect as invoking
.B mdadm --assemble --scan.
+.PP
+Invoking
+.B mdassemble
+a second time will make all defined arrays readwrite, this is useful if
+using the
+.B start_ro
+module parameter.
.SH OPTIONS
@@ -54,6 +61,5 @@ define.
.PP
.BR mdadm (8),
.BR mdadm.conf (5),
-.BR md (4).
-.PP
+.BR md (4),
.BR diet (1).