Hide Forgot
I am running replicate on 2 servers on a single machine (Node 1 bangalore cluster), no performance translators on both client and server. rsync command run: rsync -aHKAX /usr . du error messages (When du is run in a loop to check the sizes repeatedly): du: `usr/lib64/games': No such file or directory du: `usr/lib64/sse2': No such file or directory du: `usr/var': No such file or directory du: `usr/logs': No such file or directory 895M usr 895M total 971M usr 971M total 1.1G usr 1.1G total du: `usr/var': No such file or directory du: `usr/logs': No such file or directory 1.1G usr 1.1G total The vol files and the logs can be found on /share/tickets (Bangalore clusters)
Need to check if the bug exists still in the 2.0.x and 3.0.x branches.
PATCH: http://patches.gluster.com/patch/3030 in master (fix utimes)
PATCH: http://patches.gluster.com/patch/2969 in release-3.0 (fix posix_utimes)
The patch listed here are for another similar issue. Still need to verify that the bug is seen with 3.0.x version.
Checked with 3.0.4. It works fine.
Verified with 3.0.5rc2 (with command rsync -aHKA /usr /glfs_mnt_pt)