You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an indexer is starting it mounts pvc volumes which have big size up to 64TB
Sometimes when indexers restart they don't succeed to mount these pvc volumes
We have this error below :
Unable to attach or mount volumes: unmounted volumes=[pvc-var], unattached volumes=[], failed to process volumes=[]: timed out waiting for the condition
Expected behavior
Indexers succeed to mount their pvc volumes quickly
Like you already done for operator
(
without that feature, in case the PVC is large (with lots of file), the PVC mounting process is very very slow
So it will be very efficient and gain of time to have this feature up and running
Please select the type of request
Feature Request
Tell us more
Describe the request
Sometimes when indexers restart they don't succeed to mount these pvc volumes
We have this error below :
Expected behavior
Like you already done for operator
(
splunk-operator/docs/ChangeLog.md
Line 41 in 219d89c
We would like to have the same for indexers
k8s by default forces persmissions. ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#configure-volume-permission-and-ownership-change-policy-for-pods
Define a security context for indexers,
crd has default value for fsGroupChangePolicy = "OnRootMismatch"
The text was updated successfully, but these errors were encountered: