diff options
author | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-09-10 14:17:58 +0200 |
---|---|---|
committer | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-10-04 08:35:11 +0200 |
commit | 4157e8da40ce976883c5b6e51e2352732e709b52 (patch) | |
tree | f7007787a2c76d8a2999e8de63d0be6a3046d1d6 | |
parent | mdadm: add xmalloc.h (diff) | |
download | mdadm-4157e8da40ce976883c5b6e51e2352732e709b52.tar.xz mdadm-4157e8da40ce976883c5b6e51e2352732e709b52.zip |
md.man: update refference to raid5-ppl.rst
Documentation/md has moved to Documentation/driver-api/md.
Update and and rework sentence.
Remove refference to not supported kernel close to updated text.
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
-rw-r--r-- | md.4 | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -937,18 +937,12 @@ Partial parity for a write operation is the XOR of stripe data chunks not modified by the write. PPL is stored in the metadata region of RAID member drives, no additional journal drive is needed. After crashes, if one of the not modified data disks of -the stripe is missing, this updated parity can be used to recover its -data. +the stripe is missing, this updated parity can be used to recover its data. -This mechanism is documented more fully in the file -Documentation/md/raid5-ppl.rst +See Documentation/driver-api/md/raid5-ppl.rst for implementation details. .SS WRITE-BEHIND -From Linux 2.6.14, -.I md -supports WRITE-BEHIND on RAID1 arrays. - This allows certain devices in the array to be flagged as .IR write-mostly . MD will only read from such devices if there is no |