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:** We use glusterfs in production, recently we frequently received issue reports from a specific customer, that his application got stuck at "D" state. We were able to...

The key can be a pointer, pointing to the xattr, instead of copying it. Updates: #1000 Signed-off-by: Yaniv Kaul

DO-NOT-MERGE

Seen when running regression tests (https://build.gluster.org/job/gh_centos7-regression/3404/console , part of https://github.com/gluster/glusterfs/pull/4363 ). I don't think the crash has anything to do with the change, the test fails (without crashing) consistently locally...

Hello `glusterfs-common` from https://launchpad.net/~gluster/+archive/ubuntu/glusterfs-11 cannot be installed on Ubuntu 24.04 (noble). `glusterfs-common` depends on `libaio1`, but this package doesn't exist on 24.04 anymore. `libaio1t64` does exist though. So I guess...

Make it more readable Remove unused parameters Reduce redunandat work Don't query errno if not needed Updates: #1000 Signed-off-by: Yaniv Kaul

release 12

1. Micro-optimization to test faster if a UUID is the root uuid 2. Call uuid_utoa() when needed. Updates: #1000

release 12

In some cases, we can return early - when iatt structure is NULL. Specifically, this happens when we call those functions in part of MAKE_INODE_HANDLE() macro - which in some...

release 12

Newer mkfs.xfs, such as in Fedora 40, complain and abort mkfs.xfs on too small partitions. It needs to be larger than 300MB.

cli/src/cli-cmd-parser.c's config_parse was calling strftime with a struct tm that may have tm_year that is out of range for strftime, yielding unspecified and/or undefined behavior. Fix this by using mktime...

**Description of problem:** In cli/src/cli-cmd-parserlc, config_parse uses strftime's %s format in an unportable way. It calls strftime %s with a struct tm that may have out-of-range values, which has unspecified...