Bug 1648169
Summary: | Fuse mount would crash if features.encryption is on in the version from 3.13.0 to 4.1.5 | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Terry Cui <i_chips> |
Component: | encryption-xlator | Assignee: | bugs <bugs> |
Status: | CLOSED CANTFIX | QA Contact: | |
Severity: | urgent | Docs Contact: | |
Priority: | low | ||
Version: | mainline | CC: | atumball, bugs, pasik, vbellur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-06-20 11:58:03 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Terry Cui
2018-11-09 02:06:24 UTC
Is there someone who can help me with this issue? Thanks a lot. :-) It is still not OK for the latest version 4.1.6. The log is as below: [2018-12-05 08:37:57.234637] W [rpc-clnt.c:1753:rpc_clnt_submit] 0-test_vol-client-1: error returned while attempting to connect to host:(null), port:0 [2018-12-05 08:37:57.237496] I [rpc-clnt.c:2105:rpc_clnt_reconfig] 0-test_vol-client-1: changing port to 49152 (from 0) [2018-12-05 08:37:57.242211] W [rpc-clnt.c:1753:rpc_clnt_submit] 0-test_vol-client-1: error returned while attempting to connect to host:(null), port:0 [2018-12-05 08:37:57.242565] W [rpc-clnt.c:1753:rpc_clnt_submit] 0-test_vol-client-1: error returned while attempting to connect to host:(null), port:0 [2018-12-05 08:37:57.243600] I [MSGID: 114046] [client-handshake.c:1095:client_setvolume_cbk] 0-test_vol-client-1: Connected to test_vol-client-1, attached to remote volume '/opt/test_brick'. [2018-12-05 08:37:57.245486] I [fuse-bridge.c:4294:fuse_init] 0-glusterfs-fuse: FUSE inited with protocol versions: glusterfs 7.24 kernel 7.22 [2018-12-05 08:37:57.245512] I [fuse-bridge.c:4927:fuse_graph_sync] 0-fuse: switched to graph 0 [2018-12-05 08:37:57.247004] I [MSGID: 108031] [afr-common.c:2597:afr_local_discovery_cbk] 0-test_vol-replicate-0: selecting local read_child test_vol-client-0 [2018-12-05 08:37:57.250283] I [MSGID: 109005] [dht-selfheal.c:2342:dht_selfheal_directory] 0-test_vol-dht: Directory selfheal failed: Unable to form layout for directory / pending frames: frame : type(0) op(0) patchset: git://git.gluster.org/glusterfs.git signal received: 11 time of crash: 2018-12-05 08:37:57 configuration details: argp 1 backtrace 1 dlfcn 1 libpthread 1 llistxattr 1 setfsid 1 spinlock 1 epoll.h 1 xattr.h 1 st_atim.tv_nsec 1 package-string: glusterfs 4.1.6 /lib64/libglusterfs.so.0(+0x25940)[0x7fa7cd5b4940] /lib64/libglusterfs.so.0(gf_print_trace+0x334)[0x7fa7cd5be8a4] /lib64/libc.so.6(+0x35650)[0x7fa7cbc9e650] /lib64/libglusterfs.so.0(mem_put+0x4c)[0x7fa7cd5e017c] /lib64/libglusterfs.so.0(+0x617da)[0x7fa7cd5f07da] /lib64/libglusterfs.so.0(syncop_lookup+0x469)[0x7fa7cd5f5299] /usr/lib64/glusterfs/4.1.6/xlator/mount/fuse.so(+0x1dba9)[0x7fa7c4a2aba9] /usr/lib64/glusterfs/4.1.6/xlator/mount/fuse.so(+0x1f241)[0x7fa7c4a2c241] /usr/lib64/glusterfs/4.1.6/xlator/mount/fuse.so(+0x1f670)[0x7fa7c4a2c670] /lib64/libpthread.so.0(+0x7df5)[0x7fa7cc418df5] /lib64/libc.so.6(clone+0x6d)[0x7fa7cbd5f1ad] We have dropped support for encryption translator from codebase from glusterfs-5.x releases, as it was not maintained. Please do a `gluster volume reset test_vol features.encrypt` and then upgrading. REVIEW: https://review.gluster.org/22882 (encryption/crypt: remove from volume file) posted (#1) for review on master by Amar Tumballi REVIEW: https://review.gluster.org/22882 (encryption/crypt: remove from volume file) merged (#3) on master by Amar Tumballi |