Hide Forgot
Description of problem: Distributed volume was mounted using FUSE and NFS. While creating file using touch command as a non privileged user got 'Input/output error' on NFS mount and on FUSE mount file creation was successful. on nfs mount:- touch: cannot touch `9/f80': Input/output error touch: cannot touch `9/f81': Input/output error touch: cannot touch `9/f82': Input/output error touch: cannot touch `9/f83': Input/output error all sub-volumes were up. unable to find any failure in nfs log for the same. Version-Release number of selected component (if applicable): 3.4.0.44rhs-1.el6rhs.x86_64 How reproducible: got this more than once but don't know exact steps to reproduce Steps to Reproduce: 1. execute touch command in loop from NFS mount for more than one files got error and when executed from FUSE mount, files were created. Actual results: got I/O error in file creation Expected results: If all sub-vols are up, NFS mount should not give I/O error Additional info:
was there enough space in bricks?
Cloning this to 3.1. To be fixed in future release.