| Summary: | Disperse Volume: Slow performance at root of the mount when geo-replication is started | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Neha <nerawat> |
| Component: | disperse | Assignee: | Ashish Pandey <aspandey> |
| Status: | CLOSED DUPLICATE | QA Contact: | Nag Pavan Chilakam <nchilaka> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.1 | CC: | amukherj, asrivast, chrisw, csaba, jcall, khiremat, mflanner, mzywusko, nlevinki, olim, pkarampu, rcyriac, rhs-bugs, storage-qa-internal |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-21 10:09:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Neha
2016-02-12 10:06:00 UTC
Issue is re-creatable on the reported version and later.
Observation on glusterfs 3.8.4:
1. Before starting geo-replication on a EC volume.
[root@rhs-cli-16 test]# time ls
real 0m0.005s
user 0m0.000s
sys 0m0.002s
[root@rhs-cli-16 test]# gluster volume get ec-src all | grep eager
cluster.eager-lock on
disperse.eager-lock on
[root@rhs-cli-16 test]#
2. After starting geo-replication on a EC volume.
[root@rhs-cli-16 test]# time ls
real 0m6.739s
user 0m0.001s
sys 0m0.001s
[root@rhs-cli-16 test]# gluster volume set ec-src disperse.eager-lock off
volume set: success
[root@rhs-cli-16 test]# gluster volume get ec-src all | grep eager
cluster.eager-lock on
disperse.eager-lock off
[root@rhs-cli-16 test]# time ls
real 0m0.006s
user 0m0.000s
sys 0m0.003s
[root@rhs-cli-16 test]#
Turning eager lock off fixes the issue. We have option to enable/disable eager lock on v3.7.9-2 and above.
|