Author Topic: GlusterFS  (Read 1236 times)

Kynao

  • Newbie
  • *
  • Posts: 44
GlusterFS
« on: October 09, 2011, 10:16:38 PM »
Gluster storage connector for Opennode like OSConnect is for OpenStack http://gluster.com/community/documentation/index.php/OSConnect.
« Last Edit: October 12, 2011, 01:03:15 AM by Kynao »

ilja_l

  • Administrator
  • Full Member
  • *****
  • Posts: 228
Re: GlusterFS
« Reply #1 on: October 13, 2011, 01:15:00 AM »
Thank you for the suggestion! Our "storage story" is not finally decided upon, at the moment we differentiate only between local and shared storage. The exact mechanism for the shared storage is left for the system administrator.

So, any use cases are very appreciated!

Kynao

  • Newbie
  • *
  • Posts: 44
Re: GlusterFS
« Reply #2 on: October 13, 2011, 01:55:39 AM »
Regarding GlusterFS in particular, it's more a distributed parallel fault-tolerant file system than just a shared solution like GFS or OCFS2.

In the context of distributed parallel fault-tolerant file system, GlusterFS were to my mind enough interesting to suggest because it's free, mature enough, backed by a strong community and now also by redHat as it has been purchased by, it's Fuse approach make it quite simple to implement without hard constraints, it's approach correspond to a scale-out NAS file system without metadata servers, and i simply not see real competitors in its area (well, there are excellent software like XtreemFS but with a different approach, here for wide area networks), finally Pacemaker/Corosync/Glusterfs is an interesting HA cluster set.

Whatever, as you left the "shared storage" for the system administrator and you focus on the local storage, what are the kind of use cases for the storage you're thinking about ?

EDIT : i've just saw that CloudFS/HekaFS (http://fedoraproject.org/wiki/HekaFS) is based on Gluster, is sponsorised by RedHat and present in Fedora, maybe even more adapted to our context and worth to have a look on.
« Last Edit: October 13, 2011, 05:48:41 AM by Kynao »

activesys

  • Administrator
  • Full Member
  • *****
  • Posts: 171
Re: GlusterFS
« Reply #3 on: October 13, 2011, 07:08:04 PM »
Redhat now aquired GlusterFS. Actually GlusterFS is on our roadmap radar - just for now you have to add it manually.

ilja_l

  • Administrator
  • Full Member
  • *****
  • Posts: 228
Re: GlusterFS
« Reply #4 on: October 13, 2011, 07:30:17 PM »
Quote
Whatever, as you left the "shared storage" for the system administrator and you focus on the local storage, what are the kind of use cases for the storage you're thinking about ?

There are several main use cases:
  • Management of template's lifecycle. Over http/ftp/nfs/cifs/scp.
  • Snapshotting of running VMs.
  • Shared storage for live migration.
  • Thin provisioning of storage to VMs.

Hm, possibly something else, doesn't come to mind at the moment.