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

Documentation: dm raid: define data_offset status field

Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>

authored by

Heinz Mauelshagen and committed by
Mike Snitzer
58fc4fed 11e29684

+4
+4
Documentation/device-mapper/dm-raid.txt
··· 242 242 in RAID1/10 or wrong parity values found in RAID4/5/6. 243 243 This value is valid only after a "check" of the array 244 244 is performed. A healthy array has a 'mismatch_cnt' of 0. 245 + <data_offset> The current data offset to the start of the user data on 246 + each component device of a raid set (see the respective 247 + raid parameter to support out-of-place reshaping). 248 + 245 249 246 250 Message Interface 247 251 -----------------