Hi All,
After some consecutive raid-controller failures on different servers, we decided to switch to software RAID instead of hardware cards to get rid of any possible single point of failure.
It's not possible to use software RAID from the standard Proxmox VE installation. However, following the howto that Dominic Pratt shared here (at http://forum.proxmox.com/threads/14299-German-HowTo-Proxmox-VE-3-0-with-Software-RAID) it is possible to "migrate" an existing installation and use this setup.
After experimenting for a while with migrated installations, I built a simple shell script that automatise the procedure. It is intended to be executed just after a fresh installation of Proxmox VE (that should be done on /dev/sda, the first available disk), and it accepts an optional parameter to have a specific raid type for the "data" raidset, while it will always generate a very small raid1 configuration on multiple disks for /boot, too.If not specified, the raid type that involves the rest of the disks space will be 1, 5 or 10 depending on the number of available volumes.
Feel free to try it out: I hope it can be useful for somebody else, too! For simplicity, I did put it on my home server, and it's downloadable at the following address: http://bomboniera.nl/pve_software_raid.gz
Cheers,
--
Davide Lucchesi
After some consecutive raid-controller failures on different servers, we decided to switch to software RAID instead of hardware cards to get rid of any possible single point of failure.
It's not possible to use software RAID from the standard Proxmox VE installation. However, following the howto that Dominic Pratt shared here (at http://forum.proxmox.com/threads/14299-German-HowTo-Proxmox-VE-3-0-with-Software-RAID) it is possible to "migrate" an existing installation and use this setup.
After experimenting for a while with migrated installations, I built a simple shell script that automatise the procedure. It is intended to be executed just after a fresh installation of Proxmox VE (that should be done on /dev/sda, the first available disk), and it accepts an optional parameter to have a specific raid type for the "data" raidset, while it will always generate a very small raid1 configuration on multiple disks for /boot, too.If not specified, the raid type that involves the rest of the disks space will be 1, 5 or 10 depending on the number of available volumes.
Feel free to try it out: I hope it can be useful for somebody else, too! For simplicity, I did put it on my home server, and it's downloadable at the following address: http://bomboniera.nl/pve_software_raid.gz
Cheers,
--
Davide Lucchesi