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

Use `gf_path_strip_trailing_slashes()` and avoid substring copying in `index_dir_create()`. This tweak also fixes the following warning from gcc-12: ``` index.c: In function 'index_dir_create': index.c:282:9: warning: 'strncpy' output truncated before terminating nul...

**Description of problem:** Hi, We noticed that recent CI builds are failing on the s390x builder ([https://build.gluster.org/job/centos8-s390-regression/6/consoleFull](https://build.gluster.org/job/centos8-s390-regression/6/consoleFull)). It took more than 7 hours to build and run the regression test...

At least on my Fedora, the issue with this test not working properly was due to rpcbind not running. Signed-off-by: Yaniv Kaul

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 examining, it...

The ./tests/bugs/posix/bug-1651445.t is getting failed continuously while running test suite. The test case is failing after reaching a situation while brick is throwing an ENOSPC error and after cleanup, as...

Updates: https://github.com/gluster/glusterfs/issues/2717 Sponsored-By: iXsystems, Inc https://www.ixsystems.com/ Signed-off-by: Shree Vatsa N

Introduce `gf_rebalance_thread_count()` and use it both in DHT and glusterd, related cleanups as usual. Signed-off-by: Dmitry Antipov Updates: #1000

Introduce `gf_uuid_dup()` and prefer host UUID in binary form, adjust nearby code. This is mostly intended to avoid redundant calls to `uuid_utoa()`, drop related variables and slightly reduce the memory...

I'm getting it for every connection. I don't think it's needed, at least on Linux the default is zero anyway. Example: ``` [2022-08-10 11:52:29.839596]:++++++++++ G_LOG:tests/000-flaky/basic_mount-nfs-auth.t: TEST: 317 1 is_nfs_export_available ++++++++++...

This commit fixes an option of serving volume files through brick processes. While this feature is not a required feature for any deployments using `glusterd`, it would be very useful...