I am going to repurpose 5 servers from their previous use as computational servers to be a KVM system. This will become my sandbox for testing patches and for testing new software, configuration changes, etc. I want to use GlusterFS to create a storage pool for the KVM guests and as a restore location to enable easier restores from tape (i.e. restore a LUN to sandbox, move over the files to production). Ultimately I plan to test how GlusterFS can fulfill our storage needs.
Reading through the different implementations on GlusterFS docs page, I have questions regarding the type of volume to set up.
Five servers are each 4 processor, 1TB RAM, 50TB SAS RAID5, 4x10G CNA. Plus a sixth smaller server that would not be part of the Gluster setup.
Two questions:
Can these servers serve as a KVM system, and have the GlusterFS underneath? Assuming, two virtual disks presented by the underlying hardware RAID system. First, a small one (two disks) for the OS and then the rest (14 disks) for Gluster. The systems are monsters, I think I can build something of a hyperconverged network from these 5.
Assuming #1 is true, how do I choose between "Dispersed Distributed" and "Dispersed"? I have RAID5 on the systems now. I may upgrade to RAID6 if the cards accept it. So the redundancy afforded by Dispersed volume is really more for protection against losing a whole server or two due to other issues.