Bug 762738 (GLUSTER-1006) - [3.0.5rc3 stripe] ls on link files gives EINVAL
Summary: [3.0.5rc3 stripe] ls on link files gives EINVAL
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: GLUSTER-1006
Product: GlusterFS
Classification: Community
Component: stripe
Version: 3.0.4
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: shishir gowda
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-17 13:38 UTC by Anush Shetty
Modified: 2015-12-01 16:45 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

Description Anush Shetty 2010-06-17 13:38:51 UTC
[root@RHEL-Server kernel]# touch dot
[root@RHEL-Server kernel]# ln -s dot dot2
[root@RHEL-Server kernel]# ls dot2
ls: dot2: Invalid argument
[root@RHEL-Server kernel]# ls dot2
ls: dot2: Invalid argument
[root@RHEL-Server kernel]# ls dot2

Comment 1 Amar Tumballi 2010-07-15 04:31:59 UTC
Issue is with client protocol returning EINVAL for the cases where remote-inode is not available..

Comment 2 Anand Avati 2010-07-15 07:19:04 UTC
PATCH: http://patches.gluster.com/patch/3631 in release-3.0 (return ENOENT instead of EINVAL in client-protocol)


Note You need to log in before you can comment on or make changes to this bug.