Bug 1747414
Summary: | EIO error on check_and_dump_fuse_W call | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Stam <stam.bardis> | ||||
Component: | libglusterfsclient | Assignee: | bugs <bugs> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | |||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 5 | CC: | bugs, pasik, vpolakis, yoann.laissus | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-03-12 12:14:34 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: | |||||||
Attachments: |
|
This bug is moved to https://github.com/gluster/glusterfs/issues/847, and will be tracked there from now on. Visit GitHub issues URL for further details |
Created attachment 1609823 [details] Fuse client logs Description of problem: After massively create/rename/delete file operations on a volume we are getting EIO failure (fuse-bridge.c:219:check_and_dump_fuse_W). Version-Release number of selected component (if applicable): gluster --version glusterfs 5.6 cat /proc/version Linux version 4.4.179-1.el7.elrepo.x86_64 (mockbuild@Build64R7) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Sat Apr 27 08:29:04 EDT 2019 Volume Name: oam Type: Replicate Status: Started Snapshot Count: 0 Number of Bricks: 1 x 3 = 3 Transport-type: tcp Options Reconfigured: cluster.consistent-metadata: on performance.lazy-open: on performance.strict-o-direct: off performance.open-behind: on performance.quick-read: on performance.io-cache: on performance.readdir-ahead: on performance.write-behind: on performance.read-ahead: on performance.stat-prefetch: on diagnostics.brick-log-level: INFO diagnostics.client-log-level: ERROR diagnostics.brick-sys-log-level: INFO cluster.server-quorum-type: server cluster.quorum-type: auto transport.address-family: inet nfs.disable: on performance.client-io-threads: off cluster.server-quorum-ratio: 51% How reproducible: Script that does the following operations in a massive way: create-rename-delete a file on a single thread. Actual results: Debug logs from FUSE client attached