Got failed to create fsnotify watcher: too many open files ERROR during restore pvc #1790
Unanswered
sulaimanyu
asked this question in
Q&A
Replies: 1 comment
-
|
@sulaimanyu Where do you see this actual error? Is it in the volsync controller logs? VolSync does attempt to look at the pod logs which may involve fsnotify however I'd be surprised if you're getting anywhere near that limit - this is simply with one single replicationdestination? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I used volsync 0.13.1
when I tried to restore pvc with restic base volsync. I got error:
failed to create fsnotify watcher: too many open files
But I check the max_user_watches for my pod and k8s nodes. they are 1048576
How can I resolve this issue?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions