cluster FS?

Allan Jude allanjude at freebsd.org
Wed Oct 1 01:14:30 UTC 2014


On 2014-09-30 04:45, Anton Shterenlikht wrote:
> Hello
> 
> Not sure if this is the right list...
> I wanted to ask about a cluster file system.
> Is there something like this on FreeBSD?
> 
> It seems to me (just from reading the handbook)
> that none of NFS, HAST or iSCSI provide this.
> 
> My specific needs are as follows.
> I have multiple nodes and a disk array.
> Each node is connected by fibre to the disk array.
> I want to have each node read/write access
> to all disks on disk array.
> So that if any node fails, the
> data is still accessible
> via the remaining nodes.
> 
> I want to have all nodes equal, i.e. no master/slave
> or server/client model. Also, the disk array
> provides adequate RAID already, so that is not
> needed either.
> 
> In the archives I see that the demands for
> a cluster FS support on FreeBSD have been expressed
> periodically over a very long time, but seems
> there's never been any resolution.
> Some people mention GFS, but I've no idea
> if this what I'm trying to describe.
> 
> So is what I'm describing a cluster FS at all?
> Is there something like this on FreeBSD already?
> Is there someting in ports that can be used
> to achive this?
> 
> Thanks
> 
> Anton
> 
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
> 

What you are describing doesn't really seem to be a 'cluster' FS.

In a cluster, the disks would reside in multiple machines, and the 'file
system' would withstand any one of those machines going down. That is
quite a bit different than just wanting a bunch of clients to have
concurrent access to a single disk array.

If you explain your use-case in more detail, we may be able to guide you
in the right direction.

-- 
Allan Jude

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20140930/0df89090/attachment.sig>


More information about the freebsd-hackers mailing list