Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glusterd: Can't run rebalance due to long unix socket | Mohit Agrawal | 2019-06-25 | 1 | -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> |