>>> On 5/29/2010 at 04:54 AM, Mozafar Roshany <[email protected]> wrote: > I've a mail system with two active/passive nodes using Heartbeat; these two > servers use an ext3 partition on SAN storage for mailboxes. I want that > partition always be mounted on the active node. I mean when node switch > occurs for any reason, the partition be mounted/unmounted on > new-active/pre-active server automatically. I saw the Filesystem resource;
Filesystem is the right one. If you're using EXT3, you'll also want to look at tune2fs to ensure that you don't have an extended unplanned outage as ext spends time with fsck if it hasn't been run lately. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
