Bug 1291557 - Data Tiering:File create terminates with "Input/output error" as split brain is observed
Summary: Data Tiering:File create terminates with "Input/output error" as split brain ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: disperse
Version: 3.7.6
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
Assignee: Ashish Pandey
QA Contact:
URL:
Whiteboard:
Depends On: 1275751 1286028 1286029
Blocks: 1260923 1285230 1290363 1358823
TreeView+ depends on / blocked
 
Reported: 2015-12-15 07:05 UTC by Ashish Pandey
Modified: 2016-07-21 14:39 UTC (History)
6 users (show)

Fixed In Version: glusterfs-3.7.7
Doc Type: Bug Fix
Doc Text:
Clone Of: 1286029
: 1358823 (view as bug list)
Environment:
Last Closed: 2016-04-19 07:51:02 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Comment 1 Vijay Bellur 2015-12-15 07:16:28 UTC
REVIEW: http://review.gluster.org/12968 (storage/posix: Implement .unlink directory) posted (#1) for review on release-3.7 by Ashish Pandey (aspandey)

Comment 2 Vijay Bellur 2015-12-15 07:36:55 UTC
REVIEW: http://review.gluster.org/12968 (storage/posix: Implement .unlink directory) posted (#2) for review on release-3.7 by Ashish Pandey (aspandey)

Comment 3 Vijay Bellur 2015-12-22 05:59:36 UTC
REVIEW: http://review.gluster.org/12968 (storage/posix: Implement .unlink directory) posted (#3) for review on release-3.7 by Ashish Pandey (aspandey)

Comment 4 Vijay Bellur 2016-01-13 07:16:35 UTC
REVIEW: http://review.gluster.org/12968 (storage/posix: Implement .unlink directory) posted (#4) for review on release-3.7 by Pranith Kumar Karampuri (pkarampu)

Comment 5 Vijay Bellur 2016-01-19 01:28:45 UTC
REVIEW: http://review.gluster.org/12968 (storage/posix: Implement .unlink directory) posted (#5) for review on release-3.7 by Pranith Kumar Karampuri (pkarampu)

Comment 6 Vijay Bellur 2016-01-25 02:44:59 UTC
REVIEW: http://review.gluster.org/12968 (storage/posix: Implement .unlink directory) posted (#6) for review on release-3.7 by Pranith Kumar Karampuri (pkarampu)

Comment 7 Vijay Bellur 2016-01-25 11:37:13 UTC
COMMIT: http://review.gluster.org/12968 committed in release-3.7 by Pranith Kumar Karampuri (pkarampu) 
------
commit 195548f55b09bf71db92929b7b734407b863093c
Author: Ashish Pandey <aspandey>
Date:   Thu Nov 26 14:35:49 2015 +0530

    storage/posix: Implement .unlink directory
    
    Problem: For EC volume, If a file descriptor is open and
    file has been unlinked, any further write on that fd will
    fail. When a write request comes, EC internally reads some
    blocks using anonymous fd. This read will fail as the file
    has already been unlinked.
    
    Solution: To solve this issue, we are using .unlink directory
    to keep track of unlinked file. If a file is to be unlinked
    while its fd is open, move this to .unlink directory and unlink
    it from .glusterfs and real path. Once all the fd will be closed,
    remove this entry form .unlink directory.
    
    master -
    http://review.gluster.org/#/c/12816/
    
    Change-Id: I8344edb0d340bdb883dc46458c16edbc336916b9
    BUG: 1291557
    Signed-off-by: Ashish Pandey <aspandey>
    Reviewed-on: http://review.gluster.org/12968
    Reviewed-by: Pranith Kumar Karampuri <pkarampu>
    Tested-by: Pranith Kumar Karampuri <pkarampu>
    Smoke: Gluster Build System <jenkins.com>
    CentOS-regression: Gluster Build System <jenkins.com>
    NetBSD-regression: NetBSD Build System <jenkins.org>

Comment 8 Vijay Bellur 2016-02-16 06:37:38 UTC
REVIEW: http://review.gluster.org/13449 (posix: fix posix_fgetxattr to return the correct error) posted (#1) for review on release-3.7 by Susant Palai (spalai)

Comment 9 Vijay Bellur 2016-03-21 07:28:08 UTC
REVIEW: http://review.gluster.org/13449 (posix: fix posix_fgetxattr to return the correct error) posted (#2) for review on release-3.7 by Susant Palai (spalai)

Comment 10 Mike McCune 2016-03-28 22:16:42 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 11 Kaushal 2016-04-19 07:51:02 UTC
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.7, please open a new bug report.

glusterfs-3.7.7 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] https://www.gluster.org/pipermail/gluster-users/2016-February/025292.html
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user

Comment 12 Vijay Bellur 2016-07-15 07:00:23 UTC
REVIEW: http://review.gluster.org/13449 (posix: fix posix_fgetxattr to return the correct error) posted (#3) for review on release-3.7 by Susant Palai (spalai)


Note You need to log in before you can comment on or make changes to this bug.