Replies: 1 comment
-
Unfortunately no, due to the limitation of the the current design of Longhorn. |
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
-
由于NFS没有对元数据进行缓存,导致在处理大量小文件时非常影响性能。咱们目前已经实现了多个副本的一致性同步,能否在使用ReadWriteMany模式时,每个pod挂载时使用各自节点上的副本,给一种不采用NFS的方式。
Due to NFS not caching metadata, it greatly affects performance when dealing with a large number of small files. We have already implemented consistent synchronization of multiple replicas. Is it possible that when using the ReadWriteMany mode, each pod mounts its own replica on the respective node, providing a method that does not rely on NFS?
Beta Was this translation helpful? Give feedback.
All reactions