GitHub user mike-tutkowski reopened a pull request:
https://github.com/apache/cloudstack/pull/653
Reduce the lowest hypervisor snapshot reserve value from 50% to 10%
If the admin specifies a hypervisor snapshot reserve value that is below a
particular number, we want to just use that number.
For example, if the admin specifies 5% for hypervisor snapshot reserve, we
want to use - at least - 10% now (it used to be 50%, but that can make the
backend volume overly large in certain situations).
This only impacts the SolidFire storage plug-in.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-tutkowski/cloudstack master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/653.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #653
----
commit 2cbc1688220b6af086ea4a367f2132d892a97cb9
Author: Mike Tutkowski <[email protected]>
Date: 2015-08-05T21:47:57Z
The lowest the hypervisor snapshot reserve value can be is 10 (down from
50).
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---