Bug 2480773
| Summary: | The /run/gluster/metrics directory should be defined as %ghost | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rostislav Krasny <rostiprodev> |
| Component: | glusterfs | Assignee: | Benson Muite <benson_muite> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 44 | CC: | amarts, anoopcs, benson_muite, congxueyang, jonathansteffan, ndevos, sanjay.ankur |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-11.2-8.fc44 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-06-14 04:30:38 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Rostislav Krasny
2026-05-22 17:18:35 UTC
Following is my pull request with proposed fix. Please review and merge. I don't have permissions to merge by myself. https://src.fedoraproject.org/rpms/glusterfs/pull-request/11 My PR removes following line:
mkdir -p %{buildroot}%{_rundir}/gluster/metrics
Maybe this is not a fully correct change and instead of removing it should be changed to the following one:
mkdir -p %{buildroot}%{_rundir}/gluster
(In reply to Rostislav Krasny from comment #2) Yes, that remove of the "mkdir -p" line was incorrect and the automatic build of the PR failed. I've amended my commit in my PR. Thanks for the pull request. Have merged it. Will also incorporate changes in: https://github.com/gluster/glusterfs/pull/4597 FEDORA-2026-eea04834e4 (glusterfs-11.2-8.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2026-eea04834e4 Thank you very much Benson! I will test FEDORA-2026-eea04834e4 soon. I think it's worth porting this to Fedora 43 as well. FEDORA-2026-eea04834e4 has been pushed to the Fedora 44 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-eea04834e4` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-eea04834e4 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2026-eea04834e4 (glusterfs-11.2-8.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report. |