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

We can just save it once and restore it once, in those loops. Updates: #1000 Signed-off-by: Yaniv Kaul

release 11

…n some loops Completing a TODO from previous commits, use MALLOC instead of CALLOC as all fields are populated with values. Updates: #1000 Signed-off-by: Yaniv Kaul

DO-NOT-MERGE

**Description of problem:** When two clients simultaneously create and unlink the same file in a loop (stress testing), the client doing the unlink was hung and unresponsive to CTRL-C. On...

**gluster volume heal pool-gluster03 statistics heal-count** Gathering count of entries to be healed on volume pool-gluster03 has been successful Brick gluster05:/brick1/pool-gluster03 Number of entries: 1589 Brick gluster06:/brick1/pool-gluster03 Number of entries:...

With #3650, we now have the support for opening directories using `glfs_h_open()` in addition to `glfs_open()`. Therefore it makes sense to allow open request for snapshot directory coming via _open()_...

This issue is intended to receive updates for all the enhancements/improvements being proposed to be included in release 11.0 **Approx Release Deadlines:** **Code Freeze:** 31-Oct-2022 **RC :** 30-Nov-2022 **GA :**...

release 11

in gf_dirent structure - Check if the name length is

release 11

Change-Id: Ic03b909fe85374e575c3fdd524023934c244d20e Signed-off-by: Mohit Agrawal

Simple-quota works on the idea that each brick knows what its capacity at the directory level are. In EC, the brick doesn't have full data but reduced by a factor...

**Description of problem:** Under some circumstances, there's a deadlock in the locks xlator when there are multiple clients deleting the same directories concurrently. **Additional info:** To explain how the issue...