Bug 822121

Summary: In geo-rep mount-broker setup , the stat info is not properly synced for regular files
Product: [Community] GlusterFS Reporter: Vijaykumar Koppad <vkoppad>
Component: geo-replicationAssignee: Csaba Henk <csaba>
Status: CLOSED CURRENTRELEASE QA Contact: Saurabh <saujain>
Severity: high Docs Contact:
Priority: high    
Version: mainlineCC: bbandari, gluster-bugs, mzywusko, vbellur
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 17:18:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: 3.3.0qa45 Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 817967    

Description Vijaykumar Koppad 2012-05-16 11:58:38 UTC
Description of problem: In geo-rep mount-broker setup , the group info and the creation time of the regular files are not getting synced properly on the slave.


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


How reproducible:always


Steps to Reproduce:
1.Create a geo-rep mount-broker setup.(master: dist-rep, slave:dist-repl)    
2.Create some regular files and directories on the master 
3.Check the ls -ln on both master and slave 
  
Actual results: The group info is not same in slave as master 


Expected results: All the stat info should be same both in the master ans slave 


Additional info:
###############################################################
ls -ln output on the master 
##############################################################

drwxr-xr-x. 2 0 0      8192 May 16 06:44 dir
-rw-r--r--. 1 0 0         0 May 16 06:44 file
-rw-r--r--. 1 0 0     10240 May 16 07:19 file1
-rw-r--r--. 1 0 0 104857600 May 16 07:20 file_100M
-rw-r--r--. 1 0 0   1048576 May 16 07:20 file_2M
-rw-r--r--. 1 0 0        34 May 16 07:30 file.txt
-rw-r--r--. 1 0 0         0 May 16 07:45 kon
lrwxrwxrwx. 1 0 0         4 May 16 06:45 sym -> file
lrwxrwxrwx. 1 0 0         3 May 16 06:45 sym_dir -> dir

###################################################################
ls -ln output on the slave 
#####################################################################
drwxr-xr-x. 2 0   0        12 May 16 00:38 dir
-rw-r--r--. 1 0 501         0 May 16  2012 file
-rw-r--r--. 1 0 501     10240 May 16  2012 file1
-rw-r--r--. 1 0 501 104857600 May 16  2012 file_100M
-rw-r--r--. 1 0 501   1048576 May 16  2012 file_2M
-rw-r--r--. 1 0 501        34 May 16  2012 file.txt
-rw-r--r--. 1 0 501         0 May 16  2012 kon
lrwxrwxrwx. 1 0   0         4 May 16 01:40 sym -> file
lrwxrwxrwx. 1 0   0         3 May 16 01:40 sym_dir -> dir