Description of problem: This bug is for capturing all the required technical informations, steps, guidance, etc for testing and qualifying "Openshift logging/metrics support with Gluster store" Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Parameters to be tweaked Ansible Variables :: ------------------------------------------------------------- [OSEv3:vars] openshift_hosted_logging_deploy=true [OSEv3:vars] openshift_hosted_logging_storage_kind=dynamic openshift_hosted_logging_elasticsearch_cluster_size=3 openshift_logging_fluentd_nodeselector={"logging":"true"} openshift_logging_es_nodeselector={"role":"infra"} openshift_logging_kibana_nodeselector={"role":"infra"} openshift_logging_curator_nodeselector={"role":"infra"} openshift_logging_use_ops=true openshift_logging_es_ops_pvc_dynamic=true openshift_logging_es_ops_cluster_size=3 openshift_logging_es_ops_nodeselector={"role":"infra"} openshift_logging_kibana_ops_nodeselector={"role":"infra"} openshift_logging_curator_ops_nodeselector={"role":"infra"} OpenShift Cluster Operations :: ------------------------------------------- oc get storageclass If gluster block is not default , change the default storage class to gluster block oc patch storageclass gluster-block -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}' List the pvc :: oc get pvc Verify the provisioner is pointing to gluster block:: oc get pvc logging-es-0 -o yaml Refer to the Google Doc
Logging and metrics for openshift is now configurable with gluster-block providing pvc. verified in build - cns-deploy-5.0.0-34.el7rhgs.x86_64 Moving the bug to verified.
doc text looks good to me
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/RHEA-2017:2878