Bug 1791154
| Summary: | xlators/features/quota/src/quota.c:quota_log_usage | |||
|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | JinyuXi <xijinyu0811> | |
| Component: | quota | Assignee: | bugs <bugs> | |
| Status: | CLOSED NEXTRELEASE | QA Contact: | ||
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 7 | CC: | bugs | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | --- | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1792707 (view as bug list) | Environment: | ||
| Last Closed: | 2020-02-10 07:37:14 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: | ||||
REVIEW: https://review.gluster.org/24018 (Fix possible resource leaks.) posted (#1) for review on master by xijinyu REVIEW: https://review.gluster.org/24067 (Fix possible resource leaks.) posted (#2) for review on release-7 by Sunny Kumar REVIEW: https://review.gluster.org/24067 (Fix possible resource leaks.) merged (#3) on release-7 by Rinku Kothiya |
//The quota_log_helper() function applies memory for path through inode_path(), no free. if (DID_REACH_LIMIT(ctx->soft_lim, ctx->size, cur_size)) { quota_log_helper(&usage_str, cur_size, inode, &path, &cur_time); gf_msg(this->name, GF_LOG_ALERT, 0, Q_MSG_CROSSED_SOFT_LIMIT, "Usage crossed soft limit: " "%s used by %s", usage_str, path); gf_event(EVENT_QUOTA_CROSSED_SOFT_LIMIT, "Usage=%s;volume=%s;" "path=%s", usage_str, priv->volume_uuid, path); ctx->prev_log = cur_time; }