Bug 1096578
Summary: | "rm -rf" failed to remove directory complained "directory not empty" from fuse mount | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Susant Kumar Palai <spalai> |
Component: | posix | Assignee: | Susant Kumar Palai <spalai> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | pre-release | CC: | bugs, gluster-bugs, nsathyan, racpatel, rhinduja, rhs-bugs, rwheeler, spalai, spandura, vagarwal, vbellur, wduffee |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.6.0beta1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 960910 | Environment: | |
Last Closed: | 2014-11-11 08:32:16 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: | 960910 | ||
Bug Blocks: | 966848 |
Comment 1
Anand Avati
2014-05-12 05:06:15 UTC
REVIEW: http://review.gluster.org/7733 (Posix/readdirp : Avoid filling wrong stat info for dentry in readdirp) posted (#2) for review on master by susant palai (spalai) REVIEW: http://review.gluster.org/7733 (Posix/readdirp : Avoid filling wrong stat info for dentry in readdirp) posted (#3) for review on master by susant palai (spalai) COMMIT: http://review.gluster.org/7733 committed in master by Vijay Bellur (vbellur) ------ commit 58b9edee87bba3ffe812cf15f171926be017575b Author: Susant Palai <spalai> Date: Fri May 9 00:39:10 2014 -0400 Posix/readdirp : Avoid filling wrong stat info for dentry in readdirp Problem: Upon no entry found for a dentry, posix_readdirp_fill used to fill the stat for the current entry with the previous one. Solution: Continue with other entries if lstat failed for current one Change-Id: Ic96b5900451ed6c8de59acf9fee2e116649d3cdb BUG: 1096578 Signed-off-by: Susant Palai <spalai> Reviewed-on: http://review.gluster.org/7733 Reviewed-by: Raghavendra G <rgowdapp> Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Vijay Bellur <vbellur> A beta release for GlusterFS 3.6.0 has been released. Please verify if the release solves this bug report for you. In case the glusterfs-3.6.0beta1 release does not have a resolution for this issue, leave a comment in this bug and move the status to ASSIGNED. If this release fixes the problem for you, leave a note and change the status to VERIFIED. Packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update (possibly an "updates-testing" repository) infrastructure for your distribution. [1] http://supercolony.gluster.org/pipermail/gluster-users/2014-September/018836.html [2] http://supercolony.gluster.org/pipermail/gluster-users/ 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.6.1, please reopen this bug report. glusterfs-3.6.1 has been announced [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://supercolony.gluster.org/pipermail/gluster-users/2014-November/019410.html [2] http://supercolony.gluster.org/mailman/listinfo/gluster-users |