Add afsload
[openafs.git] / src / libuafs / afsload / examples / simple.conf
1 nodeconfig
2         node    *       afsconfig       "-fakestat -cachedir /tmp/afsload/cache.$RANK"
3         node    *       logfile "/tmp/afsload/log.$RANK"
4 step
5         node    *       chdir   "/afs/.localcell/afsload"
6 step
7         node    0       creat   foo     "foo contents"
8 step
9 name "read newly created file"
10         node    *       read    foo     "foo contents"
11 step
12         node    1       truncwrite foo  "different contents"
13 step
14         node    0       unlink  foo
15 step
16         node    *       fail    ENOENT  access_r        foo