Bug 786733

Summary: Unable to remove file which were created on the master of the geo-replication set up[3.3.0qa20]
Product: [Community] GlusterFS Reporter: Vijaykumar Koppad <vkoppad>
Component: geo-replicationAssignee: Venky Shankar <vshankar>
Status: CLOSED WORKSFORME QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: pre-releaseCC: bbandari, gluster-bugs, vbellur
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-03 13:49:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Vijaykumar Koppad 2012-02-02 09:18:59 UTC
Description of problem:
I has set up geo-replication between two volume master: Distribute-replicate 
slave: striped-replicate. When i tried to delete the files create on the master 
i got this error.

rm: cannot remove `file4.txt': Invalid argument

In the brick log file i got following error messages.

[2012-02-02 14:27:13.289700] E [posix.c:192:posix_stat] 0-doa-posix: null gfid for path /file4.txt
[2012-02-02 14:27:13.289803] E [posix.c:198:posix_stat] 0-doa-posix: lstat on (null) failed: Invalid argument
[2012-02-02 14:27:13.289850] I [server3_1-fops.c:963:server_unlink_cbk] 0-doa-server: 1848: UNLINK /file4.txt (d0840068-15c3-422d-b576-16aa3ba078ed) ==> -1 (Invalid argument)
[2012-02-02 14:29:04.879976] E [posix.c:192:posix_stat] 0-doa-posix: null gfid for path /file4.txt
[2012-02-02 14:29:04.880076] E [posix.c:198:posix_stat] 0-doa-posix: lstat on (null) failed: Invalid argument
[2012-02-02 14:29:04.880124] I [server3_1-fops.c:963:server_unlink_cbk] 0-doa-server: 1859: UNLINK /file4.txt (d0840068-15c3-422d-b576-16aa3ba078ed) ==> -1 (Invalid argument)
[2012-02-02 14:29:54.129793] E [posix.c:192:posix_stat] 0-doa-posix: null gfid for path /file4.txt
[2012-02-02 14:29:54.129906] E [posix.c:198:posix_stat] 0-doa-posix: lstat on (null) failed: Invalid argument
[2012-02-02 14:30:14.514036] I [server3_1-fops.c:963:server_unlink_cbk] 0-doa-server: 1866: UNLINK /file4.txt (d0840068-15c3-422d-b576-16aa3ba078ed) ==> -1 (Invalid argument)
[2012-02-02 14:30:15.867349] E [posix.c:192:posix_stat] 0-doa-posix: null gfid for path /file4.txt
[2012-02-02 14:30:15.867467] E [posix.c:198:posix_stat] 0-doa-posix: lstat on (null) failed: Invalid argument
Version-Release number of selected component (if applicable):


How reproducible:always

Comment 1 Vijaykumar Koppad 2012-04-03 13:49:07 UTC
At that time , marker was not working properly, it might have resulted into this. 
Now its not happening. I'll reopen if it is reproduced.