gluster挂载stripe条带化failed

编程知识 行业动态 更新时间:2024-06-13 00:22:27

存储端的配置就不再赘述了
错误提示:Mounting glusterfs on /test0 failed

[root@client /]# mount -t glusterfs storage1:gv0 /test0
Mounting glusterfs on /test0 failed.

通过yum安装的,可以使用命令查看glusterfs和glusterfs-fuse版本

#可以看到版本为6.0
[root@client /]# rpm -qa glusterfs glusterfs-fuse
glusterfs-fuse-6.0-49.1.el7.x86_64
glusterfs-6.0-49.1.el7.x86_64

查看日志排错错误:

#test0是挂载点的名称
[root@client /]# cat /var/log/glusterfs/test0

[2022-03-03 14:57:36.940799] W [MSGID: 101095] [xlator.c:374:xlator_dynload] 0-xlator: /usr/lib64/glusterfs/6.0/xlator/cluster/stripe.so: cannot open shared object file: No such file or directory
[2022-03-03 14:57:36.940815] E [MSGID: 101002] [graph.y:213:volume_type] 0-parser: Volume 'gv0-stripe-0', line 58: type 'cluster/stripe' is not valid or not found on this machine

cd /usr/lib64/glusterfs/6.0/xlator/cluster可以发现没有stripe.so模块,说明已经被剔除了,type ‘cluster/stripe’ is not valid or not found on this machine表示在集群中stripe模块无效
解决:学习的话可以通过rpm安装与存储端对应版本的glusterfs和glusterfs-fuse,由于stripe条带化缺点太过于严重,多个节点提供存储,假如有一个节点出现故障则会导致数据丢失和无法读取,因此工作中并不使用

更多推荐

gluster挂载stripe条带化failed

本文发布于:2023-04-02 12:58:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/7edd464ca2a7b9618cc726e7477678ae.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:条带   挂载   gluster   failed   stripe

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!