Displaying 3 results from an estimated 3 matches for "nfs3_srv".
2006 Oct 31
0
6331154 v_path contains old name after file is renamed
Author: jwahlig
Repository: /hg/zfs-crypto/gate
Revision: 9f34f2511765a6428f4c1a4469ab983330a1ecfc
Log message:
6331154 v_path contains old name after file is renamed
Files:
update: usr/src/uts/common/fs/nfs/nfs3_srv.c
update: usr/src/uts/common/fs/nfs/nfs4_srv.c
update: usr/src/uts/common/fs/nfs/nfs_srv.c
2006 Oct 31
0
6344186 NFSv3 needs to support .zfs (like NFSv4 already does)
...(like NFSv4 already does)
Files:
update: usr/src/cmd/fs.d/nfs/mountd/mountd.c
update: usr/src/cmd/fs.d/nfs/mountd/mountd.h
update: usr/src/cmd/fs.d/nfs/nfslog/fhtab.h
update: usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
update: usr/src/lib/libc/port/sys/nfssys.c
update: usr/src/uts/common/fs/nfs/nfs3_srv.c
update: usr/src/uts/common/fs/nfs/nfs3_xdr.c
update: usr/src/uts/common/fs/nfs/nfs4_srv_ns.c
update: usr/src/uts/common/fs/nfs/nfs4_xdr.c
update: usr/src/uts/common/fs/nfs/nfs_acl_srv.c
update: usr/src/uts/common/fs/nfs/nfs_acl_xdr.c
update: usr/src/uts/common/fs/nfs/nfs_export.c
update: u...
2009 Jan 21
6
nfsv3 provider: "failed to grab process"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
i''m trying to use the nfsv3 provider on S10U6, with the following simple
script:
#! /usr/sbin/dtrace -s
#pragma D option quiet
nfsv3:::op-read-start {
printf("%s\n", args[1]->noi_curpath);
}
however, when running it, i get the following error:
dtrace: failed to compile script ./nfs2.d: line 5: failed to grab