Bug 1734370

Summary: atime/mtime is not restored after healing for entry self heals
Product: [Community] GlusterFS Reporter: Ravishankar N <ravishankar>
Component: replicateAssignee: Ravishankar N <ravishankar>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: mainlineCC: bugs, nchilaka
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1572163
: 1741041 1741044 (view as bug list) Environment:
Last Closed: 2019-08-14 06:30:38 UTC Type: ---
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: 1572163    
Bug Blocks: 1741041, 1741044    

Description Ravishankar N 2019-07-30 11:34:15 UTC
+++ This bug was initially created as a clone of Bug #1572163 +++

Description of problem:

atime/mtime is not restored after healing for entry self heals

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

Build : glusterfs-3.12.2-8.el7rhgs.x86_64

How reproducible:

Always

Steps to Reproduce:

1) create 1 * 3  volume
2) create a 'dir' from mount
3) kill one brick
4) touch 'dir/file'
5) bring back brick after some time
6) after healing, mtime and ctime of 'dir' will be different, while it should be same.

Actual results:

After healing time is not same as orginal atime/ctime of the dir

From N1:

# ls -lrt /bricks/brick2/b0/
total 0
drwxr-xr-x. 2 root root 18 Apr 26 03:16 dir
#


From N2:

# ls -lrt /bricks/brick2/b1
total 0
drwxr-xr-x. 2 root root 18 Apr 26 02:47 dir
# 

Expected results:

mtime/atime should be same from all the bricks.

Comment 1 Worker Ant 2019-07-30 11:42:14 UTC
REVIEW: https://review.gluster.org/23132 (afr: restore timestamp of parent dir during entry-heal) posted (#1) for review on master by Ravishankar N

Comment 2 Worker Ant 2019-08-14 06:30:38 UTC
REVIEW: https://review.gluster.org/23132 (afr: restore timestamp of parent dir during entry-heal) merged (#5) on master by Pranith Kumar Karampuri