<div dir="ltr"><div><div>I need the cinder filter to support directing volumes to a specific backend based on tenant id and volume size.<br></div></div><div><br></div><div>Something like:<br><br></div><div># tenant specific backend<br></div><div>[backend-1]<br></div><div>filter = (volume_size > 100G) && (tenant_id == abc123)<br><br> # all others<br><div>[backend-2]<br></div>filter = (volume_size < 100G)<br><br><br></div><div><br></div><div>Is this possible with the current set of kilo stable cinder filters ? <br></div><div><br></div><div>Thanks in advance.<br></div><div><br> <br></div></div>