Bug 1369432 - IATT cache invalidation should be sent when permission changes on file
Summary: IATT cache invalidation should be sent when permission changes on file
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: upcall
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Poornima G
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1211863
TreeView+ depends on / blocked
 
Reported: 2016-08-23 12:13 UTC by Poornima G
Modified: 2017-03-27 18:19 UTC (History)
1 user (show)

Fixed In Version: glusterfs-3.9.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-27 18:19:57 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Poornima G 2016-08-23 12:13:34 UTC
Description of problem:
Currently IATT_UPDATE_FLAGS is (UP_NLINK | UP_MODE | UP_OWN | UP_SIZE | \
                                 UP_TIMES | UP_ATIME)

Where as it should be (UP_NLINK | UP_MODE | UP_OWN | UP_SIZE |  UP_TIMES | UP_ATIME | UP_PERM)

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Worker Ant 2016-08-24 04:33:48 UTC
REVIEW: http://review.gluster.org/15301 (upcall: Add permission change flag to iatt flag) posted (#1) for review on master by Poornima G (pgurusid)

Comment 2 Worker Ant 2016-08-26 06:37:22 UTC
REVIEW: http://review.gluster.org/15301 (upcall: Add permission change flag to iatt flag) posted (#2) for review on master by Poornima G (pgurusid)

Comment 3 Worker Ant 2016-08-27 06:19:19 UTC
REVIEW: http://review.gluster.org/15301 (upcall: Add permission change flag to iatt flag) posted (#3) for review on master by Poornima G (pgurusid)

Comment 4 Worker Ant 2016-08-29 12:15:18 UTC
COMMIT: http://review.gluster.org/15301 committed in master by Jeff Darcy (jdarcy) 
------
commit ff7eb311877f52a8fc543084317a537d42f496ee
Author: Poornima G <pgurusid>
Date:   Wed Aug 24 09:55:32 2016 +0530

    upcall: Add permission change flag to iatt flag
    
    Currently IATT_UPDATE_FLAGS is (UP_NLINK | UP_MODE | UP_OWN | UP_SIZE |
    UP_TIMES | UP_ATIME). But it should also have UP_PERM and permission bits
    are apart of IATT.
    
    This change will have no effect on the existing users as
    IATT_UPDATE_FLAGS is currently used only by md-cache. And the changes in
    md-cache to consume cache invalidation is not part of any release yet.
    
    Change-Id: I7efad44972add152f5f981d733fb8191dc7ef8ef
    BUG: 1369432
    Signed-off-by: Poornima G <pgurusid>
    Reviewed-on: http://review.gluster.org/15301
    NetBSD-regression: NetBSD Build System <jenkins.org>
    CentOS-regression: Gluster Build System <jenkins.org>
    Smoke: Gluster Build System <jenkins.org>
    Reviewed-by: Raghavendra G <rgowdapp>
    Reviewed-by: Prashanth Pai <ppai>
    Reviewed-by: Jeff Darcy <jdarcy>

Comment 5 Shyamsundar 2017-03-27 18:19:57 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.9.0, please open a new bug report.

glusterfs-3.9.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://lists.gluster.org/pipermail/gluster-users/2016-November/029281.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.