]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
LeftHand driver is ignoring reserved_percentage
authorKurt Martin <kurt.f.martin@hp.com>
Tue, 18 Aug 2015 23:15:28 +0000 (16:15 -0700)
committerKurt Martin <kurt.f.martin@hp.com>
Tue, 18 Aug 2015 23:55:38 +0000 (16:55 -0700)
commitfe77c32fcacb997bb2a08c03e6f17f9b1de92724
treecb6aff0b094f3826d65abe167c9eb00b89969374
parent2aa5c07602ec3c7c1923a6c5f2328ac943a71872
LeftHand driver is ignoring reserved_percentage

The LH driver was hard coding the reserved_percentage parameter to 0.
The LeftHand driver should be reading this value from the cinder
configuration file as it's used in the capacity filter for calculating
capacities.

DocImpact

Change-Id: Ib76c191f75300f9607811727b0f08ed09deb06c0
Closes-Bug: 1486267
cinder/tests/unit/test_hplefthand.py
cinder/volume/drivers/san/hp/hp_lefthand_rest_proxy.py