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:** Creating a raw/qcow2 on a gluster volume via libgfapi appears to be very slow compare to fuse access. ``` # time qemu-img create gluster://10.10.81.16/vstor/10G-gfapi 10G Formatting 'gluster://10.10.81.16/vstor/10G-gfapi',...

**Description of problem:** excute : gluster volume status all clients Segmentation fault version: 11.1 **The exact command to reproduce the issue**: gluster volume status all clients **The full output of...

**Description of problem:** install glusterfs server by `sudo dnf install glusterfs-server`, then I got this error ``` glibc error: malloc.c:2593 (sysmalloc): assertion failed:(old_top == init al_top (av) && old_size ==...

**Description of problem:** I randomly get errors when trying to convert a .img file to .qcow2. The .img file is on a local disk. Destination .qcow2 is on a gluster...

**Description of problem:** I am using glusterfs 6.6 version with georeplication enabled. Geo-rep uses Tar+ssh to transfer the files from primary site to secondary site. When large file are uploaded...

**Description of problem:** Randomly we'll start getting permission denied errors accompanied by strange mtimes on the fuse mount. We could not find a way to reproduce the problem, and it...

Following on from issue #1741 and #3498 , we were experiencing very slow response time accessing files on a GlusterFS 9.6 system on Ubuntu 18.04 server. The server in question...

When I use simple-quota, I found when file deleted, but fd is not released. Rename may cause statistical issue in this situation.

**Description of problem:** When I use simple-quota, I found when file deleted, but fd is not released. Rename may cause statistical issue in this situation. **The exact command to reproduce...