Details
-
Question/Request
-
Resolution: Cannot Reproduce
-
Major
-
None
-
Lustre 2.5.3
-
None
-
- Scientific Linux release 6.6
- ZFS based MDTs and OSTs
- DNE Phase 1 with two MDS nodes
- Re-exported via Samba
-
9223372036854775807
Description
Hello,
Occasionally certain files or directories will result in this error on one client.
$ sudo ls -l /RSF1/Data/UVic
ls: /RSF1/Data/UVic/co-workers: Input/output error
ls: /RSF1/Data/UVic/industries: Input/output error
ls: /RSF1/Data/UVic/equipment and software purchase: Input/output error
An strace shows
lgetxattr("/RSF1/Data/UVic/equipment and software purchase", "system.posix_acl_default", 0x0, 0) = -1 EIO (Input/output error)
On another client this works without issue.
The correct the problem we mv the file to a new name and mv back to the original name.
Is this perhaps a bug?