dcavalca / rpms / mdadm

Forked from rpms/mdadm 3 years ago
Clone

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

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