Bug 1490814
| Summary: | [Ceph-Fuse]: fuse service stopped and mount become unavailable during client IO's. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Ramakrishnan Periyasamy <rperiyas> | ||||||
| Component: | CephFS | Assignee: | Patrick Donnelly <pdonnell> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Ramakrishnan Periyasamy <rperiyas> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 3.0 | CC: | bniver, ceph-eng-bugs, hnallurv, john.spray, kdreyer, rperiyas, zyan | ||||||
| Target Milestone: | rc | ||||||||
| Target Release: | 3.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | RHEL: ceph-12.2.1-16.el7cp Ubuntu: ceph_12.2.1-18redhat1 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2017-12-05 23:42:56 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: |
|
||||||||
|
Description
Ramakrishnan Periyasamy
2017-09-12 09:45:48 UTC
Looks like some kind of leak or runaway cache. We need the debug logs for the client to diagnose. Created attachment 1325770 [details]
Client logs.
Attaching Client logs.
I reproduced this locally. The reason it that fio does 1 byte random writes, ceph-fuse adds 1 byte data to object cacher. Size of data structures that used for tracking the 1 byte dirty data are tens of bytes. By default, max size of object cacher is configured to 200M, the actual memory usage is amplified to tens of times. @Zheng - are we saying this behavior is just a function of the test? yes, writing 1 byte is function of the test. the test reveals flaw of memory management of object cacher @Zheng, @Patrick - please decide for sure, and then move BZ to Rados, if that's the correct target. Moving this bug to Verified state. Verified in ceph version 12.2.1-20.el7cp (a545c917eb9f08c5e8dec406dac5e123accea3a3) luminous (stable) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:3387 |