|
|
8e8941 |
From 4431efebabd0dd39f33dc1dd8ada312b8da1c9d8 Mon Sep 17 00:00:00 2001
|
|
|
8e8941 |
From: Blazej Kucman <blazej.kucman@intel.com>
|
|
|
8e8941 |
Date: Thu, 16 Jan 2020 09:34:44 +0100
|
|
|
8e8941 |
Subject: [RHEL8.2 PATCH 59/61] imsm: Update grow manual.
|
|
|
8e8941 |
|
|
|
8e8941 |
Update --grow option description in manual, according to
|
|
|
8e8941 |
the supported grow operations by IMSM.
|
|
|
8e8941 |
|
|
|
8e8941 |
Signed-off-by: Blazej Kucman <blazej.kucman@intel.com>
|
|
|
8e8941 |
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
|
|
|
8e8941 |
---
|
|
|
8e8941 |
mdadm.8.in | 8 ++------
|
|
|
8e8941 |
1 file changed, 2 insertions(+), 6 deletions(-)
|
|
|
8e8941 |
|
|
|
8e8941 |
diff --git a/mdadm.8.in b/mdadm.8.in
|
|
|
8e8941 |
index 6b63bb4..ca02a33 100644
|
|
|
8e8941 |
--- a/mdadm.8.in
|
|
|
8e8941 |
+++ b/mdadm.8.in
|
|
|
8e8941 |
@@ -481,9 +481,7 @@ still be larger than any replacement.
|
|
|
8e8941 |
This value can be set with
|
|
|
8e8941 |
.B \-\-grow
|
|
|
8e8941 |
for RAID level 1/4/5/6 though
|
|
|
8e8941 |
-.B CONTAINER
|
|
|
8e8941 |
-based arrays such as those with IMSM metadata may not be able to
|
|
|
8e8941 |
-support this.
|
|
|
8e8941 |
+DDF arrays may not be able to support this.
|
|
|
8e8941 |
If the array was created with a size smaller than the currently
|
|
|
8e8941 |
active drives, the extra space can be accessed using
|
|
|
8e8941 |
.BR \-\-grow .
|
|
|
8e8941 |
@@ -2759,9 +2757,7 @@ container format. The number of devices in a container can be
|
|
|
8e8941 |
increased - which affects all arrays in the container - or an array
|
|
|
8e8941 |
in a container can be converted between levels where those levels are
|
|
|
8e8941 |
supported by the container, and the conversion is on of those listed
|
|
|
8e8941 |
-above. Resizing arrays in an IMSM container with
|
|
|
8e8941 |
-.B "--grow --size"
|
|
|
8e8941 |
-is not yet supported.
|
|
|
8e8941 |
+above.
|
|
|
8e8941 |
|
|
|
8e8941 |
.PP
|
|
|
8e8941 |
Notes:
|
|
|
8e8941 |
--
|
|
|
8e8941 |
2.7.5
|
|
|
8e8941 |
|