dcavalca / rpms / mdadm

Forked from rpms/mdadm 3 years ago
Clone

Blame SOURCES/manpage-badblock-support-for-IMSM.patch

2c1b57
From 8fac4a54cbafdd8e0a6a0c0b3ce87f1bcdef3d9d Mon Sep 17 00:00:00 2001
2c1b57
From: Tomasz Majchrzak <tomasz.majchrzak@intel.com>
2c1b57
Date: Thu, 18 May 2017 15:14:49 +0200
2c1b57
Subject: [RHEL7.5 PATCH 146/169] manpage: bad block support for IMSM
2c1b57
2c1b57
Signed-off-by: Tomasz Majchrzak <tomasz.majchrzak@intel.com>
2c1b57
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
2c1b57
---
2c1b57
 mdadm.8.in | 4 ++--
2c1b57
 1 file changed, 2 insertions(+), 2 deletions(-)
2c1b57
2c1b57
diff --git a/mdadm.8.in b/mdadm.8.in
2c1b57
index 388e0ed..ecfe9da 100644
2c1b57
--- a/mdadm.8.in
2c1b57
+++ b/mdadm.8.in
2c1b57
@@ -2211,8 +2211,8 @@ option. In any case space for a bitmap will be reserved so that one
2c1b57
 can be added later with
2c1b57
 .BR "\-\-grow \-\-bitmap=internal" .
2c1b57
 
2c1b57
-If the metadata type supports it (currently only 1.x metadata), space
2c1b57
-will be allocated to store a bad block list.  This allows a modest
2c1b57
+If the metadata type supports it (currently only 1.x and IMSM metadata),
2c1b57
+space will be allocated to store a bad block list.  This allows a modest
2c1b57
 number of bad blocks to be recorded, allowing the drive to remain in
2c1b57
 service while only partially functional.
2c1b57
 
2c1b57
-- 
2c1b57
2.7.4
2c1b57