Lines Matching refs:raid

35 For fault tolerance and raid support (i.e. volume and stripe sets), you can
250 the recommended one to use for linear raid. But the latter is required for
251 raid level 5. For striping and mirroring, either driver should work fine.
261 Linear volume sets, i.e. linear raid, has been tested and works fine. Even
262 though untested, there is no reason why stripe sets, i.e. raid level 0, and
263 mirrors, i.e. raid level 1 should not work, too. Stripes with parity, i.e.
264 raid level 5, unfortunately cannot work yet because the current version of the
265 Device-Mapper driver does not support raid level 5. You may be able to use the
266 Software RAID / MD driver for raid level 5, see the next section for details.
326 For a linear raid the table would look like this (note all values are in
335 For a striped volume, i.e. raid level 0, you will need to know the chunk size
339 For a raid level 0 the table would look like this (note all values are in
350 Finally, for a mirrored volume, i.e. raid level 1, the table would look like
397 Linear volume sets, i.e. linear raid, as well as stripe sets, i.e. raid level
399 the MD driver with NTFS volumes" especially if you want to use linear raid).
400 Even though untested, there is no reason why mirrors, i.e. raid level 1, and
401 stripes with parity, i.e. raid level 5, should not work, too.
403 You have to use the "persistent-superblock 0" option for each raid-disk in the
408 "chunk-size 64k" option for each raid-disk, too.
414 raid-level 0
415 nr-raid-disks 2
420 raid-disk 0
422 raid-disk 1
424 For linear raid, just change the raid-level above to "raid-level linear", for
425 mirrors, change it to "raid-level 1", and for stripe sets with parity, change
426 it to "raid-level 5".
456 an odd number of sectors. This is especially important for linear raid as all
462 So when using linear raid, make sure that all your partitions have an even
465 Even better is to simply use the Device-Mapper for linear raid and then you do