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

…g the arena) Some minor cleanups as well.

release 11

**Description of problem:** Glusterfs fail to build on Fedora 35 with warning treated as error ``` /home/jenkins/root/workspace/gh_fedora-smoke/libglusterfs/src/globals.c: In function ‘gf_thread_needs_cleanup’: 12:08:38 /home/jenkins/root/workspace/gh_fedora-smoke/libglusterfs/src/globals.c:314:11: error: ‘pthread_setspecific’ expecting 1 byte in a region...

wontfix

Perhaps instead set it after line 719, as: ``` inode->ns_inode = __inode_ref(table->root, false); ``` So you can save one cycle of lock/unlock of table->lock ? _Originally posted by @mykaul in...

FA: Performance Improvements
wontfix

As far as I can see, we have the ctx variable in the call_stack_t structure only to be able to access the measure_latency boolean. Example from create_frame(): if (frame->root->ctx->measure_latency) {...

release 11

A new framework will be implemented to abstract I/O operations so that we can easily use the existing synchronous I/O or a new infrastructure based on io_uring (or even other...

assigned

This is a meta issue to improve across the codebase - make functions that can and should be, static. It helps performance and it improves readability. Along the way, it'll...

FA: Technical Debt
Type:Enhancement
release 12

…ed functions - Remove multipls strncpy() from posix_handle_pump(), as well as an strotoul() call. - Remove redundant 'ret' variable - posix_handle_path() always gets PATH_MAX path variables, no need to pass...

posix-*.c: remove some string copies in posix_handle_pump() and related functions - Remove multipls strncpy() from posix_handle_pump(), as well as an strotoul() call. - Remove redundant 'ret' variable - posix_handle_path() always...

**Description of problem:** I beleive there is a problem with snapshot restoration that could cause thin pool overflow. When Gluster snapshot is restored, it is removed from the snapshot list,...

wontfix

**Description of problem:** When checking the gluster volume heal info command on multiple volumes and multiple bricks, we are presented with the following error on some bricks: ``` Brick virtual-machine-73.vdc.com:/var/lib/gluster/.bricks/roi-prod-files...

wontfix