I found this 

http://docs.openstack.org/admin-guide-cloud/blockstorage-driver-filter-weigh
ing.html

And this 

https://blueprints.launchpad.net/cinder/+spec/filtering-weighing-with-driver
-supplied-functions

From:  Brent Troge <brenttroge2...@gmail.com>
Date:  Thursday 25 February 2016 at 16:17
To:  "openstack@lists.openstack.org" <openstack@lists.openstack.org>
Subject:  [Openstack] Cinder Multiple Backends - Filter On Tenant

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.

 
_______________________________________________ Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to     :
openstack@lists.openstack.org Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to