Bug 1054847
Summary: | rpm doesnt create all directories in /var/lib/glusterd | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Johan Huysmans <johan.huysmans> |
Component: | build | Assignee: | Kaleb KEITHLEY <kkeithle> |
Status: | CLOSED EOL | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5.0 | CC: | bugs, johan.huysmans, kkeithle, ndevos |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-06-17 16:24:25 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
Johan Huysmans
2014-01-17 15:23:43 UTC
This is not an error, it is the intended behaviour. Most of these directories are created on-demand, and most of the files they contain can not be constructed before there is a configuration available. These directories and files are marked as %ghost in the rpm package, which means that the files belong to the package in case they exist, but there is no requirement for their existence. It would be a problem if a package verification complains about the missing file. Which, for all I can see, it does not: # rpm --verify glusterfs-server I'll close this as NOTABUG now, but in case you disagree, please reopen this bug an explain the problem you are facing. Thanks, Niels FWIW, I just installed 3.4.2 on fedora20 and the %ghosted directories are indeed created! Then I installed 3.5.0-0.3.beta1 (after erasing 3.4.2 and ensuring that /var/lib/glusterd was removed) and the %ghosted directories were created again. What linux dist. did this occur on? This happened on a centOS 6.4 system. Confirming that what Johan saw on 6.4 also occurs on my CentOS 6.5 vm. I'm not sure how much we would consider this a hard bug though considering we think that the dirs should not be created by the RPM install (they should be created by glusterd at run-time) and the actual bug is that they are created. This bug is getting closed because the 3.5 is marked End-Of-Life. There will be no further updates to this version. Please open a new bug against a version that still receives bugfixes if you are still facing this issue in a more current release. |