MooseFS as storage backend

Asked by JuanFra Rodriguez Cardoso

Hi:

Has Glance team considered to add a new shared storage backend (i.e. MooseFS, GlusterFS...).
I know Ceph RBD altenative for Glance, but we are interested in a file-oriented system.

How could I contribute to Glance community? Do I need to register a blueprint with the suggestion?

Thanks.

Best regards,
JuanFra.

Question information

Language:
English Edit question
Status:
Solved
For:
Glance Edit question
Assignee:
No assignee Edit question
Solved by:
Tom Fifield
Solved:
Last query:
Last reply:
Revision history for this message
Best Tom Fifield (fifieldt) said :
#1

Hi,

Glance has the ability to use a filesystem as a storage backend, so if you can mount it you might be able to use that:
http://docs.openstack.org/trunk/openstack-image-service/admin/content/configuring-the-filesystem-storage-backend.html

If you want to make a new backend, instructions on how to contribute are found here: http://wiki.openstack.org/HowToContribute

You might like to discuss your ideas on the developer mailing list as well as making a blueprint.

Revision history for this message
JuanFra Rodriguez Cardoso (juanfra-rc) said :
#2

Ok Tom.

We will mount /var/lib/glance/images as a MooseFS path. Glance images will be stored in shared storage unlike default local file system.

Thanks!

Revision history for this message
JuanFra Rodriguez Cardoso (juanfra-rc) said :
#3

Thanks Tom Fifield, that solved my question.