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

As Redhat has marked quotas deprecated in RHGS 3.5.3, what are the recommended alternatives for customers requiring quotas on volumes or directories?

wontfix

**Description of problem:** Create a file with O_DIRECTORY and then set for list extended attributes on that file will failed. **The exact command to reproduce the issue**: 1. A volume...

Drop `GF_DATA_TYPE_STR_OLD` dict data type and related code, prefer `GF_DATA_TYPE_STR` in volgen and serialization. Signed-off-by: Dmitry Antipov Updates: #1000

A new tool gftest has been created to automate and simplify the preparation of an environment to run tests. It can also process the full set of regression tests in...

XSync is currently using an hardcoded value of 60 seconds between syncs during the loop. So, when we configure a georep session to use xsync as change detector, it's not...

upcall notification expects the upcall data struct gf_upcall_cache_invalidation as the main argument. While AFR requires another argument to identify the child xlator who send the upcall. As of now, afr_notify...

**Description of problem:** Heal count keeps increasing. Current status after 13 days of increases is: ``` # gluster volume heal vol_name statistics heal-count Gathering count of entries to be healed...

After the move to github pages for docs.gluster.org as part of fix to issue, https://github.com/gluster/project-infrastructure/issues/141 the link to Compiling RPMS is again broken. Fixing it with this patch. Fixes: #3054...

What format has to be cluster.rsync-hash-regex partameter? perl, sed, etc? How to realize it is working properly? Nothing about it in docs.gluster.org... Any example (excluding "none" that is googled everywhere...

I use geo-replication to sync file form primary volume to secondary volume. The **1.txt** file can be synced successfully, but after I delete **1.txt** in secondary volume, I modified 1.txt...