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

These were spotted trying to better understand the readdir code. They are trivial and frankly, will save only a handful of cycles.

**Description of problem:** Slow performance ... as usual :). **The exact command to reproduce the issue**: None. **Mandatory info:** **- The output of the `gluster volume info` command**: ``` uriel...

Just like other counters, I think it's the wrong approach. Count when you dump. All those 'inode->table->active_size++;' and 'inode->table->active_size--;' are not needed - as we take a lock when dumping...

Type:Enhancement

I am using - Rocky Linux 9.2 x86_64 - GlusterFS 11.0 - zfs version 2.1.11-2 My brick is a ZFS dataset and here is the gluster volume: ``` $ gluster...

``` ykaul@ykaul:~/github/glusterfs$ grep -Frisn in_lru_list libglusterfs/src/glusterfs/inode.h:118: bool in_lru_list; /* Set if inode is in table lru list */ libglusterfs/src/inode.c:414: GF_ASSERT(!inode->in_lru_list); libglusterfs/src/inode.c:417: inode->in_lru_list = _gf_true; libglusterfs/src/inode.c:557: GF_ASSERT(inode->in_lru_list); libglusterfs/src/inode.c:559: inode->in_lru_list = _gf_false;...

Type:Enhancement

## Description of problem: We have configured a GlusterFS cluster with three peers and utilized six SSD drives for improved performance. The GlusterFS volume is mounted on a client using...

The mount scripts validate hostnames by checking that they are less than 64 characters long. Host names on many cloud environments are generally much longer than this, but are still...

In certain situations, smaller files will report I/O errors when accessed from NFS using Gluster NFS. With our settings, files up to 170M could report this in some cases. It...

In certain situations, smaller files will report I/O errors when accessed from NFS using Gluster NFS. With our settings, files up to 170M could report this in some cases. It...

During the first rpc clnt submission we take the rpc reference and register the call_bail function for the timer thread. The timer thread call call_bail function every 10s basis. In...