NFS
usa o armazenamento em cache padrão do sistema de arquivos, o Native GlusterFS usa o RAM do espaço do aplicativo e é um número definido que deve ser definido.
Se você examinar a documentação
The FUSE client allows the mount to happen with a
GlusterFS
round robin
style connection. In/etc/fstab
, the name of one node is used; however, internal mechanisms allow that node to fail, and the clients will roll over to other connected nodes in the trusted storage pool. The performance is slightly slower than the NFS method based on tests, but not drastically so. The gain is automatic HA client failover, which is typically worth the effect on performance.
Então, em resumo: Depende dos requisitos. Quando há RAM suficiente disponível no sistema e o desempenho não é importante em geral, FUSE
parece ser a melhor escolha.