Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Doc: dm raid: Fix typo in dm-raid.txt

This patch fix spelling typos in Documentation/device-mapper/dm-raid.txt.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Masanari Iida and committed by
Jonathan Corbet
5ac9baf4 7058763b

+4 -4
+4 -4
Documentation/device-mapper/dm-raid.txt
··· 17 17 raid0 RAID0 striping (no resilience) 18 18 raid1 RAID1 mirroring 19 19 raid4 RAID4 with dedicated last parity disk 20 - raid5_n RAID5 with dedicated last parity disk suporting takeover 20 + raid5_n RAID5 with dedicated last parity disk supporting takeover 21 21 Same as raid4 22 22 -Transitory layout 23 23 raid5_la RAID5 left asymmetric ··· 36 36 - rotating parity N (right-to-left) with data continuation 37 37 raid6_n_6 RAID6 with dedicate parity disks 38 38 - parity and Q-syndrome on the last 2 disks; 39 - laylout for takeover from/to raid4/raid5_n 39 + layout for takeover from/to raid4/raid5_n 40 40 raid6_la_6 Same as "raid_la" plus dedicated last Q-syndrome disk 41 41 - layout for takeover from raid5_la from/to raid6 42 42 raid6_ra_6 Same as "raid5_ra" dedicated last Q-syndrome disk ··· 137 137 device removal (negative value) or device addition (positive 138 138 value) to any reshape supporting raid levels 4/5/6 and 10. 139 139 RAID levels 4/5/6 allow for addition of devices (metadata 140 - and data device tupel), raid10_near and raid10_offset only 141 - allow for device addtion. raid10_far does not support any 140 + and data device tuple), raid10_near and raid10_offset only 141 + allow for device addition. raid10_far does not support any 142 142 reshaping at all. 143 143 A minimum of devices have to be kept to enforce resilience, 144 144 which is 3 devices for raid4/5 and 4 devices for raid6.