Re: [perf-discuss] getting filebench to open files for read only

2007-08-10 Thread Spencer Shepler
On Aug 10, 2007, at 3:16 PM, eric kustarz wrote: > Cool. > > Yeah we'll definitely take a look at your suggested fix. Just need > to see if it makes more sense/fits the framework to pass in a mode > argument instead of dup'ing functionality. We'll look to see if we > could do something ak

Re: [perf-discuss] getting filebench to open files for read only

2007-08-10 Thread eric kustarz
Cool. Yeah we'll definitely take a look at your suggested fix. Just need to see if it makes more sense/fits the framework to pass in a mode argument instead of dup'ing functionality. We'll look to see if we could do something akin to: flowop openfile name=openfile1,filesetname=bigfileset,f

[perf-discuss] getting filebench to open files for read only

2007-08-10 Thread meelap
Hello, When using filebench to test our NFS server's file delegation granting policy we need to have files opened for read only (Currently, the server only gives delegations to files that are opened RDONLY.) In flowop_library.c, I made duplicates of the flowoplib_openfile and flowoplib_openfi