diff options
author | NeilBrown <neilb@suse.de> | 2012-07-09 09:14:16 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2012-07-09 09:14:16 +0200 |
commit | 0ea8f5b167d3e98fa09d392079fc5e269b5a0395 (patch) | |
tree | bf4dd70cb9ad5da5f78fc45d616570e34e17aab0 /mdadm.8.in | |
parent | Remove scattered checks for malloc success. (diff) | |
download | mdadm-0ea8f5b167d3e98fa09d392079fc5e269b5a0395.tar.xz mdadm-0ea8f5b167d3e98fa09d392079fc5e269b5a0395.zip |
Assemble: allow arrays to be assembled read-only.
The option was there, but never used.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'mdadm.8.in')
-rw-r--r-- | mdadm.8.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -832,6 +832,13 @@ initial resync work faster). With will not try to be so clever. .TP +.BR \-o ", " \-\-readonly +Start the array +.B read only +rather than read-write as normal. No writes will be allowed to the +array, and no resync, recovery, or reshape will be started. + +.TP .BR \-a ", " "\-\-auto{=yes,md,mdp,part,p}{NN}" Instruct mdadm how to create the device file if needed, possibly allocating an unused minor number. "md" causes a non-partitionable array |