Live data from Hacker News

BeeGFS, the Parallel Cluster File System

beegfs.com

21–30 of 47 posts

Re: BeeGFS, the Parallel Cluster File System

#21
post #5

http://www.beegfs.com/docs/BeeGFS_EULA.txt Umm, how is this compatible with GPL v2? It seems more restrictive (enterprise features, parts that would be better enforced by a trademark policy).

It appears that only the "client module" is GPLv2.

Re: BeeGFS, the Parallel Cluster File System

#22
post #19

Actually there isn't a easy file system which spans 3 computers and scales to thousand and is eay to install. There are only one's which are hard to install, or needing more than 3 computers, etc..

http://www.ceph.com/

pretty hard to install (ceph-deploy makes it easier) but I've seen some pretty spiffy claims like really easy scaling and provisioning.

Re: BeeGFS, the Parallel Cluster File System

#23
post #19

Actually there isn't a easy file system which spans 3 computers and scales to thousand and is eay to install. There are only one's which are hard to install, or needing more than 3 computers, etc..

Honest question: how does GlusterFS not meet these goals? I know that it's easy to install, and can easily run on three computers. And I believe it can scale to thousands.

Gluster provides files storage but not block storage.

Re: BeeGFS, the Parallel Cluster File System

#24

This doesn't fill the huge gap for Cloud NAS. GlusterFS is hugely complicated and a fragile install, SoftNAS has (anecdotally) poor performance on high-io... but it's closer. Amazon hasn't launched their EFS product to General Availability Yet. So wtf do we do when we need a 5TB shared storage platform across some EC2 nodes?

At this time you will need to use an EC2 instance serving NFS over a big EBS volume.

Re: BeeGFS, the Parallel Cluster File System

#25
post #19

Actually there isn't a easy file system which spans 3 computers and scales to thousand and is eay to install. There are only one's which are hard to install, or needing more than 3 computers, etc..

http://www.ceph.com/ pretty hard to install (ceph-deploy makes it easier) but I've seen some pretty spiffy claims like really easy scaling and provisioning.

I've run a ceph deployment for about 18 months now, it's good. ops-wise it's like anything, a few quirks to learn - but it's very solid. I played around with a couple of puppet modules and ended up on ceph-deploy as well, makes life quite easy.

Re: BeeGFS, the Parallel Cluster File System

#26
post #23

Earlier quoted context omitted.

Honest question: how does GlusterFS not meet these goals? I know that it's easy to install, and can easily run on three computers. And I believe it can scale to thousands.

Gluster provides files storage but not block storage.

True enough, thanks!

Re: BeeGFS, the Parallel Cluster File System

#29
post #4

Earlier quoted context omitted.

Still seems a bit weird though? Probably enough to put a lot of people off checking it out.

Yeah, sounds like they would be better off putting up the sources on a public git repo and then develop it in the open. Closed FS development for Linux at least does not seem to work well based on history. They can always have paid support but the closed development part doesn't bode well.

Given that they would like to keep copyrights on the contributions of third-parties, I doubt many outsiders will contribute.

Shame though...

Re: BeeGFS, the Parallel Cluster File System

#30
post #19

Actually there isn't a easy file system which spans 3 computers and scales to thousand and is eay to install. There are only one's which are hard to install, or needing more than 3 computers, etc..

Honest question: how does GlusterFS not meet these goals? I know that it's easy to install, and can easily run on three computers. And I believe it can scale to thousands.

Actually GlusterFS is close to my needs, however the "easy to install" and actually bad performance on many small files is a road blocker for us. However it runs well, even on just 3 servers.
Post reply on HN