Shwetha Acharya
Shwetha Acharya
Problem: From Fedora 34 it is mandatory to use valid ip instead of localhost, 127.0.0.1 or loopback address (0.0.0.0 to 0.255.255.255). Solution: use $hostname -I | awk '{print $1}' instead...
Description of problem: Tracker for the release 9.6
On checking configured options, nfs.mount-rmtab is not set, thus `gluster volume get patchy nfs.mount-rmtab` fails [root@localhost glusterfs]# gluster volume get patchy all | grep nfs performance.nfs.flush-behind on (DEFAULT) performance.nfs.write-behind-window-size 1MB...
* 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...
Description of problem: Tracker for the release 10.3
* 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...
…suite (#3696) 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...
…suite (#3696) 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...
22:32:37 -rw-r--r--. 1 root root 917504 Sep 8 17:02 /mnt/glusterfs/0/a 22:32:37 not ok 13 [ 29/ 3] < 38> '45ac83802de716114306d9fa1c459380 echo f7b8dc6cb30514bd61cd5dad49023c31' -> 'Got "f7b8dc6cb30514bd61cd5dad49023c31" instead of "45ac83802de716114306d9fa1c459380"' 22:32:37 ok...
As MD5 function has been marked as deprecated in OpenSSL 3.0, this change uses EVP (Envelope) API to compute the MD5 checksum. Reference: https://www.openssl.org/docs/man1.0.2/man3/EVP_md5.html Fixes: #4243