Bug 969403

Summary: DHT - while renaming file, got 'Remote I/O error' (all bricks where up and peers are in connected state)
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Rachana Patel <racpatel>
Component: distributeAssignee: Nithya Balachandran <nbalacha>
Status: CLOSED DEFERRED QA Contact: Matt Zywusko <mzywusko>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.0CC: mzywusko, rhs-bugs, rwheeler, spalai, vbellur
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1286086 (view as bug list) Environment:
Last Closed: 2015-11-27 10:41:19 UTC Type: Bug
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:    
Bug Blocks: 1286086    

Description Rachana Patel 2013-05-31 11:23:22 UTC
Description of problem:
DHT - while renaming file, got 'Remote I/O error' (all bricks where up and peers are in connected state)

Version-Release number of selected component (if applicable):
3.3.0.10rhs-1.el6.x86_64

How reproducible:
not always

Steps to Reproduce:
1.had a peer of 3 cluster and DHt volume having 4 bricks. executed remove-brick start  on RHS server and from mount point executed rename operation for multiple files.


[root@rhsauto027 dist-nfs]# for i in {1..30}; do for j in {1..100}; do mv d$j/file$i d$j/d$j/file1new$i; done; mv f$i filenew$i ; done
...
mv: cannot stat `d99/file5': No such file or directory
mv: cannot stat `d100/file5': No such file or directory
mv: cannot stat `f5': No such file or directory
mv: cannot move `d1/file6' to `d1/d1/file1new6': Remote I/O error              <-----------------
...

[root@rhsauto027 dist-nfs]# ls -l d1/file6
-rw-r--r--. 1 root root 1048576 May 31  2013 d1/file6
[root@rhsauto027 dist-nfs]# ls -l d1/d1/file6
ls: cannot access d1/d1/file6: No such file or directory

Actual results:
got 'Remote I/O error' for one file. (all bricks where up and peers were in connected state)

Expected results:


Additional info: