1c8fb911e6
- Update for latest mdadm-4.1+ patches, this is required by jsc#SLE-10078 and jsc#SLE-9348. Mostly the purpose is for latest Intel IMSM raid support. The following patches also include previous patches with new re-ordered prefix numbers. - Makefile: install mdadm_env.sh to /usr/lib/mdadm (bsc#1111960) 0000-Makefile-install-mdadm_env.sh-to-usr-lib-mdadm.patch - Assemble: keep MD_DISK_FAILFAST and MD_DISK_WRITEMOSTLY flag (jsc#SLE-10078, jsc#SLE-9348) 0001-Assemble-keep-MD_DISK_FAILFAST-and-MD_DISK_WRITEMOST.patch - Document PART-POLICY lines (jsc#SLE-10078, jsc#SLE-9348) 0002-Document-PART-POLICY-lines.patc - policy: support devices with multiple paths. (jsc#SLE-10078, jsc#SLE-9348) 0003-policy-support-devices-with-multiple-paths.patch - mdcheck: add systemd unit files to run mdcheck. (bsc#1115407) 0004-mdcheck-add-systemd-unit-files-to-run-mdcheck.patch - Monitor: add system timer to run --oneshot periodically (bsc#1115407) 0005-Monitor-add-system-timer-to-run-oneshot-periodically.patch - imsm: update metadata correctly while raid10 double (jsc#SLE-10078, jsc#SLE-9348) 0006-imsm-update-metadata-correctly-while-raid10-double-d.patch - Assemble: mask FAILFAST and WRITEMOSTLY flags when finding (jsc#SLE-10078, jsc#SLE-9348) 0007-Assemble-mask-FAILFAST-and-WRITEMOSTLY-flags-when-fi.patch - Grow: avoid overflow in compute_backup_blocks() (jsc#SLE-10078, jsc#SLE-9348) 0008-Grow-avoid-overflow-in-compute_backup_blocks.patch - Grow: report correct new chunk size. (jsc#SLE-10078, jsc#SLE-9348) 0009-Grow-report-correct-new-chunk-size.patch OBS-URL: https://build.opensuse.org/request/show/781064 OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=181
49 lines
1.5 KiB
Diff
49 lines
1.5 KiB
Diff
From 4431efebabd0dd39f33dc1dd8ada312b8da1c9d8 Mon Sep 17 00:00:00 2001
|
|
From: Blazej Kucman <blazej.kucman@intel.com>
|
|
Date: Thu, 16 Jan 2020 09:34:44 +0100
|
|
Subject: [PATCH] imsm: Update grow manual.
|
|
Git-commit: 4431efebabd0dd39f33dc1dd8ada312b8da1c9d8
|
|
Patch-mainline: mdadm-4.1+
|
|
References: jsc#SLE-10078, jsc#SLE-9348
|
|
|
|
Update --grow option description in manual, according to
|
|
the supported grow operations by IMSM.
|
|
|
|
Signed-off-by: Blazej Kucman <blazej.kucman@intel.com>
|
|
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
|
|
Signed-off-by: Coly Li <colyli@suse.de>
|
|
|
|
---
|
|
mdadm.8.in | 8 ++------
|
|
1 file changed, 2 insertions(+), 6 deletions(-)
|
|
|
|
diff --git a/mdadm.8.in b/mdadm.8.in
|
|
index 6b63bb4..ca02a33 100644
|
|
--- a/mdadm.8.in
|
|
+++ b/mdadm.8.in
|
|
@@ -481,9 +481,7 @@ still be larger than any replacement.
|
|
This value can be set with
|
|
.B \-\-grow
|
|
for RAID level 1/4/5/6 though
|
|
-.B CONTAINER
|
|
-based arrays such as those with IMSM metadata may not be able to
|
|
-support this.
|
|
+DDF arrays may not be able to support this.
|
|
If the array was created with a size smaller than the currently
|
|
active drives, the extra space can be accessed using
|
|
.BR \-\-grow .
|
|
@@ -2759,9 +2757,7 @@ container format. The number of devices in a container can be
|
|
increased - which affects all arrays in the container - or an array
|
|
in a container can be converted between levels where those levels are
|
|
supported by the container, and the conversion is on of those listed
|
|
-above. Resizing arrays in an IMSM container with
|
|
-.B "--grow --size"
|
|
-is not yet supported.
|
|
+above.
|
|
|
|
.PP
|
|
Notes:
|
|
--
|
|
2.25.0
|
|
|