Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Lustre 1.8.7
-
None
-
Client: 1.8.7-wc1, 2.6.32-131.12.1.el6.x68_64
Server: 1.8.4
-
3
-
6442
Description
mount lustre on /mnt
ls /mnt (works)
cd /mnt/blah (works)
ls
ls: cannot open directory .: Permission denied
ls foo (works)
ls /mnt/blah (fails)
ls /mnt/blah/foo (works)
Running strace on ls, I get permission denied opening '.', regardless of directory permissions.
Attachments
Issue Links
- Trackbacks
-
Lustre 1.8.x known issues tracker While testing against Lustre b18 branch, we would hit known bugs which were already reported in Lustre Bugzilla https://bugzilla.lustre.org/. In order to move away from relying on Bugzilla, we would create a JIRA
server kernel version is 2.6.18-194.3.1.0.1.el5 and Lustre 1.8.4
Formatted with that kernel/Lustre version.
8 OSTs, default striping.
Steps on the client are exactly as you describe, mount, mkdir, ls.
Disabling selinux on the client fixed the ls issue.