Bug 1404654
Summary: | io-stats miss statistics when fh is not newly created | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | dengjin <cheneydeng88> |
Component: | io-stats | Assignee: | bugs <bugs> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | atumball, bugs, srangana |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.gluster.org/pipermail/gluster-devel/2016-December/051702.html | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-05-09 20:30:27 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: |
Description
dengjin
2016-12-14 11:16:12 UTC
I think it's hard to save the "ios_fd" in the fd_t's ctx because not all the procedures pass "fd" to subvolumes,means statistics on a fd granularity needs more code to do.While it is possible to do statistics in the inode in the mechanism now,the loc_t will carry inode ctx through all the xlators. dengjin, it is complex with anon-fd feature of gluster (specially used for gNFS), and hence i would currently mark it as WONTFIX. We will revisit it when we decide to make gNFS fully supported component. |