You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.3 KiB
45 lines
1.3 KiB
6 years ago
|
From 8a70632fc2f9026e0f4895f5348cc7cd20d9fbb3 Mon Sep 17 00:00:00 2001
|
||
|
From: Zhilong Liu <zlliu@suse.com>
|
||
|
Date: Wed, 12 Apr 2017 16:36:38 +0800
|
||
|
Subject: [RHEL7.5 PATCH 073/169] mdadm/manpage:update manpage for readonly
|
||
|
parameter
|
||
|
|
||
|
update readonly in manpage:
|
||
|
Currently both the readwrite and readonly are worked well,
|
||
|
update the readonly section.
|
||
|
One commit in linux/driver/md. Cleared "MD_CLOSING bit" to
|
||
|
Fixes: af8d8e6f0315 ("md: changes for MD_STILL_CLOSED flag")
|
||
|
|
||
|
Signed-off-by: Zhilong Liu <zlliu@suse.com>
|
||
|
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
|
||
|
---
|
||
|
mdadm.8.in | 5 +++--
|
||
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/mdadm.8.in b/mdadm.8.in
|
||
|
index 744c12b..f10a8b8 100644
|
||
|
--- a/mdadm.8.in
|
||
|
+++ b/mdadm.8.in
|
||
|
@@ -925,7 +925,8 @@ will not try to be so clever.
|
||
|
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.
|
||
|
+array, and no resync, recovery, or reshape will be started. It works with
|
||
|
+Create, Assemble, Manage and Misc mode.
|
||
|
|
||
|
.TP
|
||
|
.BR \-a ", " "\-\-auto{=yes,md,mdp,part,p}{NN}"
|
||
|
@@ -2232,7 +2233,7 @@ be in use.
|
||
|
|
||
|
.TP
|
||
|
.B \-\-readonly
|
||
|
-start the array readonly \(em not supported yet.
|
||
|
+start the array in readonly mode.
|
||
|
|
||
|
.SH MANAGE MODE
|
||
|
.HP 12
|
||
|
--
|
||
|
2.7.4
|
||
|
|