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

hey I am a security researcher and I want to report a bug regards your web application its a critical issue so I can not post it publicly so where...

**Description of problem:** I have configured a GlusterFS setup with three storage nodes in a replica configuration. Recently, I observed unexpected behavior when two of the nodes were power cycled....

In glusterd-store.c, there are while loops like: ``` gf_store_iter_get_next(iter, &key, &value, &op_errno); while (!ret) { if (xx_condition) { do_something(); goto out; } GF_FREE(key); GF_FREE(value); key = NULL; value = NULL;...

**Description of problem:** There are potential memory leaks in glusterd. Some of the detect logs are as follows: ``` Direct leak of 11430 byte(s) in 150 object(s) allocated from: #0...

hello, recently I remove-brick from the 1×3 DHT volume. Using vdbench, which is io test tool,It was terminated because the file could not be found when remove-brick is commited at...

**Description of problem:** i already described [here](https://github.com/gluster/glusterfs/issues/4307) that i lose client-side mounted volumes from time to time. since that i implemented a monitoring system that pointed out that also memory...

glusterfs客户端目前挂载进程发生崩溃(接受系统信号6),产生core文件,版本7.0.4使用yum安装在欧拉20.03arm架构系统上,崩溃期间此机器资源使用正常,无告警,突然就崩溃了,服务端正常,其他客户端正常连接并使用,目前解决办法是umout在mount,想请问崩溃原因

Trying to start healing of a standard replica, I got "Self-heal daemon is not running. Check self-heal daemon log file". But there was nothing to be found in glfsheal-volname.log. Then...

**Description of problem:** We have a glusterfs , the data volume is 700Mo, the .glusterfs occupied 2.6 TB . How can /Could clean up the .glusterfs directory to release more...

## Bug Description The GlusterFS NFSv3 server crashes with a segmentation fault evidently during a rename where the destination GFID cannot be resolved. The NFS server log showed the following...