On 11/09/2010 05:15 PM, Stuart D. Gathman wrote:
Actually, this would be an interesting driver to develop. If each server primarily works on its own LV, then there shouldn't be much
I think the existing dm raid driver would work for this; it just needs to be finished and integrated with lvm. Unlike mdadm, the dm raid driver is only activated on the physical extents of the physical volumes that make up the logical volume, rather than the whole disk or partition, so each host should be able to use the cluster locking daemon to make sure only one activates any given lv at a time. If a server goes down then another can activate the lv and take over.
It is an interesting idea to avoid a traditional SAN as a single point of failure (the switch connecting the hosts and disks would still be a single point of failure, but a switch is simpler than a SAN server). All hosts would have to be trusted.
And switches can be redundant. I understand that at least some sas drives have two redundant ports that can each be connected to a different expander and the servers can be connected to both expanders.
_______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/