Talk:Glusterfs

From ArchWiki
Latest comment: 3 July 2020 by Feedc0de in topic Missing stripe.so

Missing stripe.so

Whenever I try to mount a glusterfs volume with stripes, I get the following errors in the log file:

[2020-07-03 12:12:25.439014] I [MSGID: 100030] [glusterfsd.c:2865:main] 0-/usr/bin/glusterfs: Started running /usr/bin/glusterfs version 7.6 (args: /usr/bin/glusterfs --log-level=INFO --log-file=/var/log/gluster2.log --process-name fuse --volfile-server=homecloud00 --volfile-id=/stripe_test /mnt/stripe_test) 
[2020-07-03 12:12:25.439826] I [glusterfsd.c:2593:daemonize] 0-glusterfs: Pid of current running process is 262258
[2020-07-03 12:12:25.443956] I [MSGID: 101190] [event-epoll.c:679:event_dispatch_epoll_worker] 0-epoll: Started thread with index 0 
[2020-07-03 12:12:25.443992] I [MSGID: 101190] [event-epoll.c:679:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1 
[2020-07-03 12:12:25.446464] W [MSGID: 101095] [xlator.c:373:xlator_dynload] 0-xlator: /usr/lib/glusterfs/7.6/xlator/cluster/stripe.so: cannot open shared object file: No such file or directory 
[2020-07-03 12:12:25.446480] E [MSGID: 101002] [graph.y:211:volume_type] 0-parser: Volume 'stripe_test-stripe-0', line 58: type 'cluster/stripe' is not valid or not found on this machine 
[2020-07-03 12:12:25.446491] E [MSGID: 101019] [graph.y:321:volume_end] 0-parser: "type" not specified for volume stripe_test-stripe-0 
[2020-07-03 12:12:25.446535] E [MSGID: 100026] [glusterfsd.c:2655:glusterfs_process_volfp] 0-: failed to construct the graph 
[2020-07-03 12:12:25.446695] W [glusterfsd.c:1595:cleanup_and_exit] (-->/usr/bin/glusterfs(mgmt_getspec_cbk+0x7f5) [0x55e68adbbba5] -->/usr/bin/glusterfs(glusterfs_process_volfp+0x288) [0x55e68adb41b8] -->/usr/bin/glusterfs(cleanup_and_exit+0x56) [0x55e68adafe06] ) 0-: received signum (-1), shutting down 
[2020-07-03 12:12:25.446718] I [fuse-bridge.c:6964:fini] 0-fuse: Unmounting '/mnt/stripe_test'.
[2020-07-03 12:12:25.446887] I [fuse-bridge.c:6968:fini] 0-fuse: Closing fuse connection to '/mnt/stripe_test'.
[2020-07-03 12:12:25.446958] W [glusterfsd.c:1595:cleanup_and_exit] (-->/usr/lib/libpthread.so.0(+0x9422) [0x7f2483a16422] -->/usr/bin/glusterfs(glusterfs_sigwaiter+0xcd) [0x55e68adaff8d] -->/usr/bin/glusterfs(cleanup_and_exit+0x56) [0x55e68adafe06] ) 0-: received signum (15), shutting down 

But when I create a volume with replication for example, it works just as expected. Where can I get this missing stripe.so? Why is it not part of the package glusterfs? Feedc0de (talk) 16:04, 3 July 2020 (UTC)Reply[reply]