RAID stands for Redudant Array of Inexpensive Disks, it can be incredibly useful for backing up your data, increaseing your disk speed and size, or both!
There are different types of RAID arrays, for more information consult this wiki
There are more types of raid than these, but these are the different types I used.
'file:/xen/domains/vm11/disk_1.img,xvda3,w',
'file:/xen/domains/vm11/disk_2.img,xvda4,w',
'file:/xen/domains/vm11/disk_3.img,xvda5,w',
'file:/xen/domains/vm11/disk_4.img,xvda6,w',
'file:/xen/domains/vm11/disk_5.img,xvda7,w',
'file:/xen/domains/vm11/disk_6.img,xvda8,w',
'file:/xen/domains/vm11/disk_7.img,xvda9,w',
'file:/xen/domains/vm11/disk_8.img,xvda10,w',
/xen/domains/vm11
if=/dev/zero of=disk_1.img bs=1M count=1024
modprobe raid0
modprobe raid1
modprobe raid5
modprobe raid6
modprobe raid01
modprobe raid10
-To create the virtual raid do the following..