Correcting thin provisioning behavior
Currently, if thin provisioning is enabled and
max_over_subscription_ratio <= 1, the code will not go through the
thin-provisioning aware code, thereby ignoring any limits from
max_over_subscription_ratio. The intended behavior of setting
max_over_subscription_ratio = 1 is to disable over-provisioning.
Fixed help string to state minimum of 1.0 for
max_over_subscription_ratio.
Change-Id: I0ac265905e0613691238e7fcd60853c838118fcc
Closes-Bug: #
1537162
Co-Authored-By: Siva Mullapudi <scmullap@us.ibm.com>