redhat-performance / odf-grafana

Playbook and dashboards to help with ODF performance analysis
GNU General Public License v3.0
5 stars 11 forks source link

Use selinux labelling on Prometheus volume #22

Closed mulbc closed 10 months ago

mulbc commented 10 months ago

Solves permission issues inside Prometheus pod

mulbc commented 10 months ago

Tested on my machine and worked:

➜ odf-grafana git:(main) podman -v podman version 4.7.2 ➜ odf-grafana git:(main) cat /etc/redhat-release Fedora release 38 (Thirty Eight) ➜ odf-grafana git:(main) ansible --version ansible [core 2.14.11] config file = /home/cblum/work/odf-grafana/ansible.cfg configured module search path = ['/home/cblum/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.11/site-packages/ansible ansible collection location = /home/cblum/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible python version = 3.11.6 (main, Oct 3 2023, 00:00:00) [GCC 13.2.1 20230728 (Red Hat 13.2.1-1)] (/usr/bin/python3) jinja version = 3.0.3 libyaml = True

pcuzner commented 10 months ago

Thanks Chris!