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