glusterfs icon indicating copy to clipboard operation
glusterfs copied to clipboard

Gluster Filesystem : Build your distributed storage in minutes

Results 351 glusterfs issues
Sort by recently updated
recently updated
newest added

**Description of problem:** **The exact command to reproduce the issue**: tc qdisc add dev enp0s3 root netem delay 100ms (add delay for simulate distance to servers) dd if=/dev/random of=/mnt/gluster-fuse/tmp/test.txt bs=1k...

version 10.1 I think we must call fd_close in glfs_close. Otherwise it leads to indefinitely increase open_count in open-behind and caching don't work in nfs-ganesha.

**Description of problem:** quotad process tends to saturate RAM and swap **The exact command to reproduce the issue**: Just ler Gluster servers run for some time. Currently quotad is using...

I created a replicate volume with three copies, and due to various reasons, two of the bricks went offline. I tried to restart the gluster application, but the bricks did...

**Description of problem:** The handle 'fd_ctx->bad_object->dir' is created at syscall.c:149 by calling function 'sys_opendir' at bit-rot-stub.c:2690 https://github.com/gluster/glusterfs/blob/929d71b084e1e7f995d3a2884d16438108f6f621/xlators/features/bit-rot/src/stub/bit-rot-stub.c#L2690 and lost at bit-rot-stub.c:2698. Do we need to add `sys_closedir(fd_ctx->bad_object.dir);` https://github.com/gluster/glusterfs/blob/929d71b084e1e7f995d3a2884d16438108f6f621/xlators/features/bit-rot/src/stub/bit-rot-stub.c#L2698 This is...

Good day! During the statistical analysis, a situation was found where the lock remained open. Testing was carried out on Linux Debian 11. A LOCK(&cache->gc_lock) is created in the file...

**Description of problem:** We have a three server glusterfs setup. When starting glusterd the service frequently fails to start with the following error logged: `C [gf-io-uring.c:612:gf_io_uring_cq_process_some] (-->/lib/x86_64-linux-gnu/libglusterfs.so.0(+0x7ff76) [0x7f194fc22f76] -->/lib/x86_64-linux-gnu/libglusterfs.so.0(+0x8bf15) [0x7f194fc2ef15]...

**Description of problem:** In newer versions of ZFS, certain prefixes for xattr (extended attribute) names are restricted. Specifically, the 'trusted' prefix used by GlusterFS is now prohibited in ZFS, leading...

Hi, I wanna report a critical bug we've been experienced in production, which lead to the cluster not being able to write files to disk anymore. Apparently, it was related...

**Description of problem:** If I create a symbolic link to a file on Glusterfs that has a long enough filepath it results in a link that does not point anywhere....