Bug 855306
Summary: | geo-replication with large number of small static files will have E2BIG errors in logs. | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Vijaykumar Koppad <vkoppad> |
Component: | geo-replication | Assignee: | Csaba Henk <csaba> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | mainline | CC: | aavati, bbandari, csaba, gluster-bugs, rhs-bugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
Too many arguments passed to rsync under heavy load
Consequence:
Random gysncd crashes; on some scenarios this was seen to accumulate to a critical mass and render the setup in a non-syncing state.
Fix:
Pass file list to rsync on stdin, not as arguments.
Result:
Works fine.
|
Story Points: | --- |
Clone Of: | 855303 | Environment: | |
Last Closed: | 2013-03-19 07:34:13 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: | |
Embargoed: | |||
Bug Depends On: | 855303, 859173 | ||
Bug Blocks: |
Description
Vijaykumar Koppad
2012-09-07 10:18:38 UTC
Fixed by http://review.gluster.org/3917 |