Skip to content
Discussion options

You must be logged in to vote

You can, but I would very strongly advise against it. NFS is a bad idea as storage for any database, because it guarantees neither the ordering nor the completion of writes. This can cause database corruption, on etcd or any other transactional database.

There are specific NFS stacks that fix these problems, but unless you know that you're using one of those, steer clear.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmhbnz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #19394 on February 13, 2025 19:18.