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

Avoid parsing git remote output which is subject to translation. Stop the script if the upstream cannot be determined. Change-Id: I2f19780472838d46fcaf29d8a58003a54263defa Fixes: #3823 Signed-off-by: Frédéric Moulins

This is incomplete as of yet, and still requires the ability to actually set the hash table size via some option or another (ideally on a per fuse mount basis)....

Move bash-completion script for the `gluster` command in `/usr/share/bash-completion/completions` instead of `/etc/bash_completion.d`. Allow bash-completion to dynamically load the script only when a user tries to tab complete on the `gluster`...

**Description of problem:** `rfc.sh` doesn't determine the upstream remote when run in a non english locale. It seems to parse the `git remote` output for the word 'Fetch'. **The exact...

* posix: posix xlator does not respects storage.reserve value In a small storage environment (brick_root is < 100G) the POSIX xlator does not respects storage.reserve value.The flag value is set...

release 9

to prevent race cases that might occur when several nodes are trying to create the config file at the same time if it is non existent (first run). Fixes: #3714...

Accessing a directory can be slow when DHT has many subvolumes because all of them need to be scanned sequentially. One way to improve that is to create a special...

assigned

https://www.kernel.org/doc/html/v4.15/networking/msg_zerocopy.html has more information, looks like we can benefit from it. For some workloads (QEMU live migration as an example) there was a drastic reduction in CPU usage mainly. (alternatively...

Saves upto 8-24 bits of unnecessary allocations. Signed-off-by: black-dragon74

- [x] The default for min_file_size should not be 0 - we really should not bother with compressing files < 1K files or so. - [x] The default compression level...

FA: Performance Improvements