Bug 1731223 - Inventory file options for metrics configuration needs to be changed in the deployment guide
Summary: Inventory file options for metrics configuration needs to be changed in the d...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: doc-Container_Native_Storage_with_OpenShift
Version: ocs-3.11
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: OCS 3.11.z Batch Update 4
Assignee: Anjana KD
QA Contact: RamaKasturi
URL:
Whiteboard:
Depends On:
Blocks: 1709460
TreeView+ depends on / blocked
 
Reported: 2019-07-18 17:00 UTC by RamaKasturi
Modified: 2019-11-04 15:45 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-11-04 15:45:03 UTC
Embargoed:


Attachments (Terms of Use)
Attaching screenshot for section44 (242.36 KB, image/png)
2019-10-18 05:50 UTC, RamaKasturi
no flags Details
Attaching screenshot for section45 (242.89 KB, image/png)
2019-10-18 05:50 UTC, RamaKasturi
no flags Details
Attaching screenshot for section 54 (240.64 KB, image/png)
2019-10-18 05:52 UTC, RamaKasturi
no flags Details

Description RamaKasturi 2019-07-18 17:00:10 UTC
Description of problem:
with the recent introduced as part of the bug fix [1] and due to this inventory file parameters for configuring metrics has to be changed as below otherwise pvc will always be in pending state and customer / user will see the error below.

Type    Reason         Age                From                         Message
  ----    ------         ----               ----                         -------
  Normal  FailedBinding  3m (x908 over 3h)  persistentvolume-controller  no persistent volumes available for this claim and no storage class is set


[1] https://github.com/openshift/openshift-ansible/pull/11586#issuecomment-512073674

# metrics
openshift_metrics_install_metrics=true
openshift_metrics_cassandra_storage_type=pv
openshift_metrics_hawkular_nodeselector={"node-role.kubernetes.io/infra": "true"}
openshift_metrics_cassandra_nodeselector={"node-role.kubernetes.io/infra": "true"}
openshift_metrics_heapster_nodeselector={"node-role.kubernetes.io/infra": "true"}
openshift_metrics_storage_volume_size=20Gi
openshift_metrics_cassandra_pvc_storage_class_name="glusterfs-registry-block"


Version-Release number of selected component (if applicable):
OCS3.11

How reproducible:
Always

Steps to Reproduce:
1. Use -   openshift-ansible-3.11.123-1.git.0.11838de.el7.noarch.rpm to install metrics with old inventory file as suggested in the doc.
2.
3.

Actual results:
pvc for metrics does not get bounded.

Expected results:
pvc for metrics should get bounded.

Additional info:

Comment 6 RamaKasturi 2019-10-18 05:50:14 UTC
Created attachment 1627082 [details]
Attaching screenshot for section44

Comment 7 RamaKasturi 2019-10-18 05:50:54 UTC
Created attachment 1627083 [details]
Attaching screenshot for section45

Comment 8 RamaKasturi 2019-10-18 05:52:42 UTC
Created attachment 1627084 [details]
Attaching screenshot for section 54


Note You need to log in before you can comment on or make changes to this bug.