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 <brenttroge2016 at gmail.com> Date: Thursday 25 February 2016 at 16:17 To: "openstack at lists.openstack.org" <openstack at 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 at lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160225/3c8518b6/attachment.html>