summaryrefslogtreecommitdiffstats
path: root/mdadm.8
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2008-10-27 10:10:08 +1100
committerNeilBrown <neilb@suse.de>2008-10-27 10:10:08 +1100
commitb01b06bda8dce132e6eb3c3826ad0f4b94ebdf43 (patch)
tree6344c839508876df740b6fd7326ef2323c6f8142 /mdadm.8
parent4abe6b708687f9982bfbc0629e1070bf49714fa3 (diff)
parentb3d3195538e315b3863235731112eee7398d4340 (diff)
downloadmdadm-b01b06bda8dce132e6eb3c3826ad0f4b94ebdf43.tar.gz
mdadm-b01b06bda8dce132e6eb3c3826ad0f4b94ebdf43.tar.xz
mdadm-b01b06bda8dce132e6eb3c3826ad0f4b94ebdf43.zip
Merge branch 'master' into devel-3.0
Conflicts: Create.c Manage.c
Diffstat (limited to 'mdadm.8')
-rw-r--r--mdadm.811
1 files changed, 11 insertions, 0 deletions
diff --git a/mdadm.8 b/mdadm.8
index 88aa6f7..9f62b01 100644
--- a/mdadm.8
+++ b/mdadm.8
@@ -905,6 +905,17 @@ the system to be marked as failed. It can then be removed.
same as
.BR \-\-fail .
+.TP
+.BR \-\-write\-mostly
+Subsequent devices that are added or re-added will have the 'write-mostly'
+flag set. This is only valid for RAID! and means that the 'md' driver
+will avoid reading from these devices if possible.
+.TP
+.BR \-\-readwrite
+Subsequent devices that are added or re-added will have the 'write-mostly'
+flag cleared.
+
+
.P
Each of these options require that the first device listed is the array
to be acted upon, and the remainder are component devices to be added,