Blame SOURCES/mdadm-manpage-update-manpage-for-readonly-parameter.patch

b7f731
From 8a70632fc2f9026e0f4895f5348cc7cd20d9fbb3 Mon Sep 17 00:00:00 2001
b7f731
From: Zhilong Liu <zlliu@suse.com>
b7f731
Date: Wed, 12 Apr 2017 16:36:38 +0800
b7f731
Subject: [RHEL7.5 PATCH 073/169] mdadm/manpage:update manpage for readonly
b7f731
 parameter
b7f731
b7f731
update readonly in manpage:
b7f731
Currently both the readwrite and readonly are worked well,
b7f731
update the readonly section.
b7f731
One commit in linux/driver/md. Cleared "MD_CLOSING bit" to
b7f731
Fixes: af8d8e6f0315 ("md: changes for MD_STILL_CLOSED flag")
b7f731
b7f731
Signed-off-by: Zhilong Liu <zlliu@suse.com>
b7f731
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
b7f731
---
b7f731
 mdadm.8.in | 5 +++--
b7f731
 1 file changed, 3 insertions(+), 2 deletions(-)
b7f731
b7f731
diff --git a/mdadm.8.in b/mdadm.8.in
b7f731
index 744c12b..f10a8b8 100644
b7f731
--- a/mdadm.8.in
b7f731
+++ b/mdadm.8.in
b7f731
@@ -925,7 +925,8 @@ will not try to be so clever.
b7f731
 Start the array
b7f731
 .B read only
b7f731
 rather than read-write as normal.  No writes will be allowed to the
b7f731
-array, and no resync, recovery, or reshape will be started.
b7f731
+array, and no resync, recovery, or reshape will be started. It works with
b7f731
+Create, Assemble, Manage and Misc mode.
b7f731
 
b7f731
 .TP
b7f731
 .BR \-a ", " "\-\-auto{=yes,md,mdp,part,p}{NN}"
b7f731
@@ -2232,7 +2233,7 @@ be in use.
b7f731
 
b7f731
 .TP
b7f731
 .B \-\-readonly
b7f731
-start the array readonly \(em not supported yet.
b7f731
+start the array in readonly mode.
b7f731
 
b7f731
 .SH MANAGE MODE
b7f731
 .HP 12
b7f731
-- 
b7f731
2.7.4
b7f731