here is my environment
OS RHEL 9.4
Rancher RKE2 v1.30.6
Trident version 24.10.0
Did helm install
- helm install trident netapp-trident/trident-operator --set iscsiSelfHealingInterval=3m0s --set iscsiSelfHealingWaitTime=6m0s -n trident
Created backend.json (using iscsi)
Created storage class
--- now fun begins
deploying monitoring app (grafana/prometheus) and getting permission denied
volume is created on netapp side when an app is deployed
but getting permission denied when the app tries to create files...
this is exact error (for monitoring app)
caller=query_logger.go:93 level=error component=activeQueryTracker msg="Error opening query log file" file=/prometheus/queries.active err="open /prometheus/queries.active: permission denied"
I thought maybe some issue with the app, so deployed different app and have same issue with permission denied
I saw a doc where it mentioned it could possibly selinux, so to test it out; rebuilt the cluster after disabling selinux (this is on my sandbox and not prod)
but I have exact same errors.