Hi all,
It seems a user managed to create files dated Oct 16, 2057, from a Linux distro
that mounted by NFS the volumes on an x2100 server running S10U5, with ZFS
volumes.
The problem is, those files are completely unreachable on the S10 server:
# ls -l .gtk-bookmarks
.gtk-bookmarks: Value too large for defined data type
# more .gtk-bookmarks
.gtk-bookmarks: Value too large for defined data type
# cp .gtk-bookmarks /tmp
cp: cannot access .gtk-bookmarks
# touch .gtk-bookmarks
touch: .gtk-bookmarks cannot stat
# rm .gtk-bookmarks
.gtk-bookmarks: Value too large for defined data type
A truss shows this:
lstat64(".gtk-bookmarks", 0x08046A60) Err#79 EOVERFLOW
>From a RHEL 4 NFS mount, it shows:
$ ls -l .gtk-bookmarks
-rw-r--r--+ 1 user opc 0 oct 16 2057 .gtk-bookmarks
Is that a ZFS bug or an lstat() one?
TIA,
Laurent
--
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss