summaryrefslogtreecommitdiffstats
path: root/tests/bugs/glusterd/bug-1720566.t
Commit message (Collapse)AuthorAgeFilesLines
* glusterd: Can't run rebalance due to long unix socketMohit Agrawal2019-06-251-0/+50
Problem: glusterd populate unix socket file name based on volname and if volname is lengthy socket system call's are failed due to breach maximum length is defined in the kernel. Solution:Convert unix socket name to hash to resolve the issue Change-Id: I5072e8184013095587537dbfa4767286307fff65 fixes: bz#1720566 Signed-off-by: Mohit Agrawal <moagrawal@redhat.com>