GlusterFS backend for Cinder - in Ocata release [closed]
How do I configure cinder to use glusterfs as backend. In Ocata release, glusterfs driver (GlusterfsDriver) is no longer available. What are the other options?
You could try copying the driver from an earlier release to the volume/driver directory in Cinder, for example http://git.openstack.org/cgit/opensta.... Then restart cinder-volume.
I have successfully copied earlier version of glusterfs.py to cinder/volume/drivers and it works. Thanks Bernd!