deb-cinder/cinder/scheduler/filters
Vipin Balachandran efdeaf1cb6 Rename free_virtual in capacity filter
Capacity filter uses free_virtual capacity to filter out a host if
thin provisioning is enabled and over-subscription ratio is less
than or equal to max_oversubscription_ratio. The current formula
for free_virtual is not calculating the real free virtual capacity.
Rather it computes "adjusted" free virtual capacity which is the
current free capacity (after taking into account of reserved space)
we can over-subscribe. This patch adds necessary documentation and
renames free_virtual to adjusted_free_virtual to clarify this.

Change-Id: I4c2b32ade09583497cf670f6504b8e929e961293
2015-08-18 16:43:27 +05:30
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
affinity_filter.py Use oslo.log instead of oslo-incubator 2015-03-11 21:45:04 -05:00
capacity_filter.py Rename free_virtual in capacity filter 2015-08-18 16:43:27 +05:30
driver_filter.py DriverFilter: don't check volume_backend_name 2015-06-04 23:27:46 +00:00
instance_locality_filter.py Use oslo.log instead of oslo-incubator 2015-03-11 21:45:04 -05:00