Lines Matching refs:striped
9 unstripe a device-mapper "striped" target to access the underlying disks
37 striped target to combine the 4 devices into one. It then will use
38 the unstriped target on top of the striped device to access the
41 underlying device on the striped array::
52 DM_PARMS="0 ${RAID_SIZE} striped ${NUM} ${CHUNK}"
100 are striped across the two cores. When we unstripe this hardware RAID 0
127 unstriped on top of striped with 4 drives using 128K chunk size
132 dmsetup create raid_disk0 --table '0 512 unstriped 4 256 0 /dev/mapper/striped 0'
133 dmsetup create raid_disk1 --table '0 512 unstriped 4 256 1 /dev/mapper/striped 0'
134 dmsetup create raid_disk2 --table '0 512 unstriped 4 256 2 /dev/mapper/striped 0'
135 dmsetup create raid_disk3 --table '0 512 unstriped 4 256 3 /dev/mapper/striped 0'