Search

E.2. Enabling Gluster Block Storage as Backend for Logging

download PDF
Follow the tasks mentioned below to enable Gluster Block Storage as backend for logging:
  1. The openshift_logging_es_pvc_dynamic ansible variable has to be set to true.
    [OSEv3:vars] openshift_logging_es_pvc_dynamic=true
    For example, a sample set of variables for openshift_logging_ are listed below.
    openshift_logging_es_pvc_dynamic=true
    openshift_logging_es_pvc_size=5G
    openshift_logging_es_cluster_size=3
    openshift_logging_es_memory_limit=4G
    openshift_logging_es_number_of_replicas=2
    openshift_logging_es_nodeselector={'region' : 'infra'}
    openshift_logging_curator_nodeselector={'region' : 'infra'}
    openshift_logging_kibana_nodeselector={'region' : 'infra'}
  2. To verify, execute the following command:
    # oc get pods -n openshift-logging
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.