https://blueprints.launchpad.net/kolla-ansible/+spec/cinder-quobyte-backend
Currently there is no option to enable the use of Quobyte as a backend for Cinder within kolla. Since there is support for Quobyte in Cinder and Nova, it should be a valid option in Kolla as well.
Quobyte is a software defined storage solution that has a Cinder driver allowing it to be used with Cinder and Nova. Currently there is no option in Kolla to enable the use of Quobyte in Cinder and Nova.
Allowing the use of a Quobyte volume as a backend for Cinder in Kolla.
- Add an
enable_cinder_backend_quobyte
option toetc/kolla/globals.yml
- If enabled, add the shared propagation to the
/var/lib/nova/mnt
bind, same as NFS. This would require extending the logic inansible/roles/nova/defaults/main.yml
to check if either NFS or Quobyte are enabled as Cinder backends. - Update documentation in
doc/source/reference/cinder-guide.rst
to include configuration of the Quobyte Cinder driver.
None
None
Patrick O'Neill <[email protected]>
- Target Milestone for completion:
- stein-1
- Create variable in globals.yml to allow Cinder Quobyte backend to be enabled.
- Define Quobyte as a valid backend option in prechecks task.
- Add shared propagation to docker bind mounts in Nova.
- Update documentation to cover Cinder and Nova driver configuration for Quobyte.
Following the cinder reference of kolla to use quobyte as cinder backend. Perform checks to ensure that the backend is functional by creating volumes in cinder and mounting volumes to instances.
doc/source/reference/cinder-guide.rst
needs to be updated to include a section
on Quobyte driver configuration.