Bug 1496202
Summary: | openshift_logging_storage_volume_size does not take effect | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Hongkai Liu <hongkliu> |
Component: | Installer | Assignee: | ewolinet |
Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.7.0 | CC: | anli, aos-bugs, ewolinet, hongkliu, jokerman, mmccomas |
Target Milestone: | --- | Keywords: | NeedsTestCase |
Target Release: | 3.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
As part of refactoring to deprecate the openshift_hosted_logging_* variables we weren't setting a sane value for the es pvc size.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-28 22:13:02 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Hongkai Liu
2017-09-26 16:11:23 UTC
@ewolinet what is the logic of parameters when we try to install logging? openshift_logging_storage_volume_size openshift_logging_es_pvc_size which one(s) have to be defined? Which one dominates the final size of pvc? I cannot really verify this right now. Because the commits before the PR merging are causing problems on certificate. I will do this when that one is fixed. openshift_logging_es_pvc_size is the final say of the pvc size we create. However if you don't provide it, it will default to what openshift_logging_storage_volume_size is set to. openshift_logging_storage_volume_size will be used to create the pv though. (In reply to ewolinet from comment #6) > openshift_logging_es_pvc_size is the final say of the pvc size we create. > However if you don't provide it, it will default to what > openshift_logging_storage_volume_size is set to. > > openshift_logging_storage_volume_size will be used to create the pv though. Thanks for the information. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3188 |