Re: [SSI-users] Debian Lenny OpenSSI with LVM and RAID 1
Brought to you by:
brucewalker,
rogertsang
|
From: John H. <jo...@Ca...> - 2010-08-11 11:17:07
|
Cumberland, Lonnie wrote: > Now I am looking at the disk drives that are located on each node for mapping into a single filespace so that all space appears to be a single drive to the users. You can't really do this. What you could do is have each node mount its disk on a different directory - possibly under /cluster/nodeX/ - then you'd have a whole mass of space available to all nodes. The downside would be that each node would then be a single point of failure. You could reduce the chances of failure by using pairs of nodes, setting up DRBD between pairs, then making failover CFS configurations. Better have a lot of bandwidth between the nodes. |