Bug 1360679
| Summary: | Bricks doesn't come online after reboot [ Brick Full ] | |||
|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Ashish Pandey <aspandey> | |
| Component: | posix | Assignee: | Ashish Pandey <aspandey> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | mainline | CC: | bugs, ksandha, mzywusko, pkarampu, rcyriac, rhinduja | |
| Target Milestone: | --- | Keywords: | ZStream | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 3.10.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 1336764 | |||
| : | 1364354 1364365 (view as bug list) | Environment: | ||
| Last Closed: | 2017-03-08 08:32:01 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: | 1336764 | |||
| Bug Blocks: | 1364354, 1364365 | |||
|
Comment 1
Ashish Pandey
2016-07-27 10:25:52 UTC
REVIEW: http://review.gluster.org/15030 (posix: Do not move and recreate .glusterfs/unlink directory) posted (#1) for review on master by Ashish Pandey (aspandey) REVIEW: http://review.gluster.org/15030 (posix: Do not move and recreate .glusterfs/unlink directory) posted (#2) for review on master by Ashish Pandey (aspandey) REVIEW: http://review.gluster.org/15030 (posix: Do not move and recreate .glusterfs/unlink directory) posted (#3) for review on master by Ashish Pandey (aspandey) REVIEW: http://review.gluster.org/15030 (posix: Do not move and recreate .glusterfs/unlink directory) posted (#4) for review on master by Ashish Pandey (aspandey) REVIEW: http://review.gluster.org/15030 (posix: Do not move and recreate .glusterfs/unlink directory) posted (#5) for review on master by Ashish Pandey (aspandey) REVIEW: http://review.gluster.org/15030 (posix: Do not move and recreate .glusterfs/unlink directory) posted (#6) for review on master by Ashish Pandey (aspandey) REVIEW: http://review.gluster.org/15030 (posix: Do not move and recreate .glusterfs/unlink directory) posted (#7) for review on master by Ashish Pandey (aspandey) COMMIT: http://review.gluster.org/15030 committed in master by Pranith Kumar Karampuri (pkarampu) ------ commit a432e7bc80dee70a48ccc5f04f5574cdce18a3a5 Author: Ashish Pandey <aspandey> Date: Wed Jul 27 15:49:25 2016 +0530 posix: Do not move and recreate .glusterfs/unlink directory Problem: At the time of start of a volume, it is checked if .glusterfs/unlink exist or not. If it does, move it to landfill and recreate unlink directory. If a volume is mounted and we write data on it till we face ENOSPC, restart of that volume fails as it will not be able to create unlink dir. mkdir will fail with ENOSPC. This will not allow volume to restart. Solution: If .glusterfs/unlink directory exist, don't move it to landfill. Delete all the entries inside it. Change-Id: Icde3fb36012f2f01aeb119a2da042f761203c11f BUG: 1360679 Signed-off-by: Ashish Pandey <aspandey> Reviewed-on: http://review.gluster.org/15030 Reviewed-by: Pranith Kumar Karampuri <pkarampu> Tested-by: Pranith Kumar Karampuri <pkarampu> Smoke: Gluster Build System <jenkins.org> NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> |