加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Linux > 正文

我应该将GlusterFS挂载为NFS还是FUSE?

发布时间:2020-12-14 02:26:11 所属栏目:Linux 来源:网络整理
导读:我正在将GlusterFS用于文件存储群集和我的Web应用程序. 我有两卷,存储和网络. 目前我将Web安装为NFS,因为FUSE太慢了. 现在我想知道是否有任何重大缺点,如果我也应该将存储装载为NFS. 解决方法 NFS使用标准文件系统缓存,Native GlusterFS使用应用程序空间RAM,
我正在将GlusterFS用于文件存储群集和我的Web应用程序.

我有两卷,存储和网络.

目前我将Web安装为NFS,因为FUSE太慢了.

现在我想知道是否有任何重大缺点,如果我也应该将存储装载为NFS.

解决方法

NFS使用标准文件系统缓存,Native GlusterFS使用应用程序空间RAM,并且是必须定义的硬件编号.

source

如果你看看documentation

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.

总而言之:这取决于要求.当系统上有足够的RAM并且性能不是很重要时,FUSE似乎是更好的选择.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读