Bug 1468126 - disperse seek does not correctly handle the end of file
Summary: disperse seek does not correctly handle the end of file
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: disperse
Version: 3.10
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On: 1449348
Blocks: 1468118
TreeView+ depends on / blocked
 
Reported: 2017-07-06 06:36 UTC by Pranith Kumar K
Modified: 2017-08-21 13:40 UTC (History)
4 users (show)

Fixed In Version: glusterfs-3.10.5
Clone Of: 1449348
Environment:
Last Closed: 2017-08-21 08:17:09 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Pranith Kumar K 2017-07-06 06:36:14 UTC
+++ This bug was initially created as a clone of Bug #1449348 +++

Description of problem:

A seek with SEEK_HOLE can return an offset bigger than the file size. Additionally some offsets beyond the file size do return a valid answer instead of ENXIO as they should.

Version-Release number of selected component (if applicable): mainline


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

--- Additional comment from Worker Ant on 2017-05-09 13:43:17 EDT ---

REVIEW: https://review.gluster.org/17228 (cluster/ec: correctly handle end of file for seek) posted (#1) for review on master by Xavier Hernandez (xhernandez)

--- Additional comment from Worker Ant on 2017-05-09 14:12:33 EDT ---

REVIEW: https://review.gluster.org/17228 (cluster/ec: correctly handle end of file for seek) posted (#2) for review on master by Xavier Hernandez (xhernandez)

--- Additional comment from Worker Ant on 2017-05-11 03:24:14 EDT ---

REVIEW: https://review.gluster.org/17228 (cluster/ec: correctly handle end of file for seek) posted (#3) for review on master by Xavier Hernandez (xhernandez)

--- Additional comment from Worker Ant on 2017-07-06 02:17:48 EDT ---

COMMIT: https://review.gluster.org/17228 committed in master by Pranith Kumar Karampuri (pkarampu) 
------
commit eb96dd45f8e583c6bad84bf32ca17e2bb01dd38f
Author: Xavier Hernandez <xhernandez>
Date:   Tue May 9 19:40:21 2017 +0200

    cluster/ec: correctly handle end of file for seek
    
    When a SEEK_HOLE was issued near to the end of file, sometimes an
    offset beyond the end of file was returned. Another problem was that
    using some offsets greater than the end of file returned successfully
    instead of failing with ENXIO.
    
    Change-Id: I238d2884ba02fd19a78116b0f8f8e8d6338fb3f5
    BUG: 1449348
    Signed-off-by: Xavier Hernandez <xhernandez>
    Reviewed-on: https://review.gluster.org/17228
    Smoke: Gluster Build System <jenkins.org>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    CentOS-regression: Gluster Build System <jenkins.org>
    Reviewed-by: Amar Tumballi <amarts>
    Reviewed-by: Pranith Kumar Karampuri <pkarampu>

Comment 1 Worker Ant 2017-07-06 06:37:23 UTC
REVIEW: https://review.gluster.org/17711 (cluster/ec: correctly handle end of file for seek) posted (#1) for review on release-3.10 by Pranith Kumar Karampuri (pkarampu)

Comment 2 Worker Ant 2017-07-07 07:46:46 UTC
COMMIT: https://review.gluster.org/17711 committed in release-3.10 by Raghavendra Talur (rtalur) 
------
commit 0f725500f50f386a19e33b077c7590d75bb276d8
Author: Xavier Hernandez <xhernandez>
Date:   Tue May 9 19:40:21 2017 +0200

    cluster/ec: correctly handle end of file for seek
    
    When a SEEK_HOLE was issued near to the end of file, sometimes an
    offset beyond the end of file was returned. Another problem was that
    using some offsets greater than the end of file returned successfully
    instead of failing with ENXIO.
    
     >Change-Id: I238d2884ba02fd19a78116b0f8f8e8d6338fb3f5
     >BUG: 1449348
     >Signed-off-by: Xavier Hernandez <xhernandez>
     >Reviewed-on: https://review.gluster.org/17228
     >Smoke: Gluster Build System <jenkins.org>
     >NetBSD-regression: NetBSD Build System <jenkins.org>
     >CentOS-regression: Gluster Build System <jenkins.org>
     >Reviewed-by: Amar Tumballi <amarts>
     >Reviewed-by: Pranith Kumar Karampuri <pkarampu>
     >(cherry picked from commit eb96dd45f8e583c6bad84bf32ca17e2bb01dd38f)
    
    Change-Id: I238d2884ba02fd19a78116b0f8f8e8d6338fb3f5
    BUG: 1468126
    Signed-off-by: Xavier Hernandez <xhernandez>
    Reviewed-on: https://review.gluster.org/17711
    Reviewed-by: Pranith Kumar Karampuri <pkarampu>
    Tested-by: Pranith Kumar Karampuri <pkarampu>
    Smoke: Gluster Build System <jenkins.org>
    CentOS-regression: Gluster Build System <jenkins.org>
    NetBSD-regression: NetBSD Build System <jenkins.org>

Comment 3 Shyamsundar 2017-08-21 13:40:58 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.10.5, please open a new bug report.

glusterfs-3.10.5 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://lists.gluster.org/pipermail/announce/2017-August/000079.html
[2] https://www.gluster.org/pipermail/gluster-users/


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