>> > This smells of name resolution delays somewhere. > >[...] >> I think you've misunderstood something here, perhaps in the way I've tried >> to explain it. > >No, I was just offering a hunch. Writing files into a directory checks >access permissions for that directory, and that involves name services. >It is unlikely but not impossible that your top-level directory triggers >some name service delay. I thought it worth checking.
Access permissions checks do not use name service. Checks uses the permission bits in the inode and the uid of the process and the directory. At that point in the kernel, no-one knows your name, only your uid). (Not even, I think, if you're using CIFS with Windows UUID) Casper _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss