[Openstack] Cinder Multiple Backends - Filter On Tenant

Brent Troge brenttroge2016 at gmail.com
Thu Feb 25 14:17:56 UTC 2016


I need the cinder filter to support directing volumes to a specific backend
based on tenant id and volume size.

Something like:

# tenant specific backend
[backend-1]
filter = (volume_size > 100G) && (tenant_id == abc123)

# all others
[backend-2]
filter = (volume_size < 100G)



Is this possible with the current set of kilo stable cinder filters ?

Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160225/e90b8262/attachment.html>


More information about the Openstack mailing list