In message <[EMAIL PROTECTED]>,"Douglas E. Engert" writes: >Solaris 9 and 10 show the same thing. But only on Solaris 10 is there >a problem with renaming of subdirectories of this directory.
i took a quick look at this using dtrace. see the vfs dtrace script at http://blogs.sun.com/roller/page/rmc/Weblog/tracing_the_solaris_10_file?catname=. anyway, it looks like getcwd is walking up the tree to the root inode, and then stops when it hits the bad mountpoint: ... fop_getattr - /afs/cmf/users/chas/sounds - 0 0 fop_getattr - /afs/cmf/users/chas/x - 0 0 fop_getattr - /afs/cmf/users/chas/sounds - 0 0 fop_inactive - /afs/cmf/users/chas/sounds - 0 0 fop_lookup - /afs/cmf/users/chas/t.pl - 0 0 fop_getattr - /afs/cmf/users/chas/x - 0 0 fop_getattr - /afs/cmf/users/chas/t.pl - 0 0 fop_getattr - /afs/cmf/users/chas/x - 0 0 fop_getattr - /afs/cmf/users/chas/t.pl - 0 0 fop_inactive - /afs/cmf/users/chas/t.pl - 0 0 fop_lookup - /afs/cmf/users/chas/badmount - 0 0 fop_inactive - /afs/cmf/users/chas - 0 0 _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
