manila/manila/scheduler/filters
Clinton Knight 209fdeebb1 Capacity filter should check free space if total space is unknown
The Manila capacity filter accepts values of 'unknown' for both
total and free space in a pool. If free space is unknown, then
the scheduler always allows a create (as it should). But the
scheduler also always allows a create if total space is unknown,
even if free space is known; in this case, the filter should
compare the request against the available free space before
allowing the create.

Change-Id: Iad357f2472da1db493df42484c90cacf688608f8
Closes-Bug: 1490364
2015-09-09 14:56:13 +00:00
..
__init__.py Address H104 File contains nothing but comments 2014-07-14 10:19:15 +02:00
capacity_filter.py Capacity filter should check free space if total space is unknown 2015-09-09 14:56:13 +00:00
consistency_group_filter.py Scheduler changes for consistency groups 2015-09-05 18:21:17 -04:00
retry_filter.py Use oslo_log lib 2015-02-08 10:42:40 +00:00