Bug 1559749
Summary: | [CephFS]: IO is hanging while doing rsync | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Persona non grata <nobody+410372> |
Component: | CephFS | Assignee: | Patrick Donnelly <pdonnell> |
Status: | CLOSED ERRATA | QA Contact: | Persona non grata <nobody+410372> |
Severity: | high | Docs Contact: | Aron Gunn <agunn> |
Priority: | high | ||
Version: | 3.0 | CC: | agunn, anharris, ceph-eng-bugs, ceph-qe-bugs, edonnell, hnallurv, jlayton, john.spray, kdreyer, nobody+410372, pdonnell, rperiyas, vshankar, zyan |
Target Milestone: | z3 | ||
Target Release: | 3.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | RHEL: ceph-12.2.4-10.el7cp Ubuntu: ceph_12.2.4-14redhat1xenial | Doc Type: | Bug Fix |
Doc Text: |
.Reducing the number of active MDS daemons on CephFS no longer causes kernel client's I/O to hang
Previously, reducing the number of active Metadata Server (MDS) daemons on a Ceph File System (CephFS) would cause kernel client's I/O to hang. When this happens, kernel clients were unable to connect to MDS ranks greater than or equal to `max_mds`. This issue has been fixed in this release.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-05-15 18:20:31 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: | |||
Bug Blocks: | 1557269 |
Description
Persona non grata
2018-03-23 08:20:03 UTC
looks like ceph_mdsc_open_export_target_session(mdsc, target) return error. the function only return -ENOMEM (unlikely in this case) and -EINVAL. It return -EINVAL when "target >= mdsmap->m_max_mds". did you change max_mds from 2 to 1 during the test? (In reply to Yan, Zheng from comment #16) > looks like ceph_mdsc_open_export_target_session(mdsc, target) return error. > the function only return -ENOMEM (unlikely in this case) and -EINVAL. It > return -EINVAL when "target >= mdsmap->m_max_mds". did you change max_mds > from 2 to 1 during the test? Yes,for previous test cleanup 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-2018:1563 *** Bug 1594760 has been marked as a duplicate of this bug. *** |