Bug 1191413
| Summary: | Geo-Replication : shows faulty with lots of error messages "ssh> tar: .gfid/<real GFID>: Cannot open: Structure needs cleaning" | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Kotresh HR <khiremat> |
| Component: | geo-replication | Assignee: | Kotresh HR <khiremat> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | mainline | CC: | aavati, asrivast, avishwan, bkunal, bugs, csaba, gluster-bugs, mmuir, nbalacha, nlevinki, nsathyan, rgowdapp, smanjara, storage-qa-internal, vbellur, vumrao |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-3.7.0beta1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1186705 | Environment: | |
| Last Closed: | 2015-05-14 17:26:28 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: | 1181410, 1186705 | ||
| Bug Blocks: | |||
|
Comment 1
Kotresh HR
2015-02-11 09:52:21 UTC
REVIEW: http://review.gluster.org/9634 (feature/gfid-access: Send a named lookup before trying to create a file.) posted (#1) for review on master by Kotresh HR (khiremat) REVIEW: http://review.gluster.org/9634 (feature/gfid-access: Send a named lookup before trying to create a file.) posted (#2) for review on master by Kotresh HR (khiremat) REVIEW: http://review.gluster.org/9634 (feature/gfid-access: Send a named lookup before trying to create a file.) posted (#3) for review on master by Kotresh HR (khiremat) COMMIT: http://review.gluster.org/9634 committed in master by Raghavendra G (rgowdapp) ------ commit e04039092d28dde70a9a394010cd04cf0a12726a Author: Kotresh HR <khiremat> Date: Tue Feb 10 16:43:50 2015 +0530 feature/gfid-access: Send a named lookup before trying to create a file. Normally a named-lookup is done by the kernel on an entry before it issues a dentry creation fop like create/mknod etc. This will enable cluster translators like dht to maintain internal consistency like deleting a linkto file if no corresponding datafile is present etc. While handling file creation on auxiliary gfid mounts, we issue dentry creation fop without issuing a lookup. If there are stale-linkto files, creation would fail with EEXIST, however access would fail since there is no datafile. A named lookup would cleanup the linkto file allowing create to succeed. Change-Id: I2932107296adac710dd179df7d0946b8697a497a BUG: 1191413 Signed-off-by: Kotresh HR <khiremat> Reviewed-on: http://review.gluster.org/9634 Reviewed-by: Raghavendra G <rgowdapp> Tested-by: Raghavendra G <rgowdapp> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.0, please open a new bug report. glusterfs-3.7.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.0, please open a new bug report. glusterfs-3.7.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.0, please open a new bug report. glusterfs-3.7.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |