Error in deployment on Redhat Openshift #2868
Unanswered
edwardspaulg
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Have you tried using the unprivileged containers
https://hub.docker.com/layers/qdrant/qdrant/v1.6.1-unprivileged/images/sha256-fb2ef5a7b1d33649a8875446fd3dad806741d9deddffbb5901d99881725698e8?context=explore
…On Mon, Oct 23, 2023 at 11:54 AM edwardspaulg ***@***.***> wrote:
Hi
Looking for help in where to look for further information to resolve this
error when Qdrant starts up in a pod:
Panic occurred in file lib/storage/src/content_manager/toc/mod.rs at line
88: Can't create Snapshots directory: Os { code: 13, kind:
PermissionDenied, message: "Permission denied" }
I am delploying in a Redhat Openshift K8S cluster. I am creating a
persistent volume claim then mounting it
volumeMounts:
- name: qdrant-storage
mountPath: /qdrant/storage
volumes:
- name: qdrant-storage
persistentVolumeClaim:
claimName: qdrant-pvc
The pvc is good, but seems like i need additional permissions, but not
sure what else it needs.
—
Reply to this email directly, view it on GitHub
<#2868>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKWZQZPWJYPB7ISDGO62C3YA24OZAVCNFSM6AAAAAA6MRBIIKVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVG43DSMZVGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Just map the /qdrant/snapshots to a PVC. It worked for me.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Looking for help in where to look for further information to resolve this error when Qdrant starts up in a pod:
Panic occurred in file lib/storage/src/content_manager/toc/mod.rs at line 88: Can't create Snapshots directory: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
I am delploying in a Redhat Openshift K8S cluster. I am creating a persistent volume claim then mounting it
The pvc is good, but seems like i need additional permissions, but not sure what else it needs.
Beta Was this translation helpful? Give feedback.
All reactions