openafs/doc/arch
Jason Edgecombe 54e4133873 DOXYGEN: Move the protocol and architecture docs into their own modules
Change-Id: I1021d99c2479f9157e5c5b1fef10e5d975b35f86
Reviewed-on: http://gerrit.openafs.org/8130
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
2012-09-26 04:53:24 -07:00
..
arch-overview.h DOXYGEN: Move the protocol and architecture docs into their own modules 2012-09-26 04:53:24 -07:00
dafs-fsa.dot demand-attach-docs-20080314 2008-03-14 18:05:00 +00:00
dafs-overview.txt viced: Remove the LWP fileserver 2012-01-23 14:18:59 -08:00
dafs-vnode-fsa.dot DAFS protocol state diagrams 2009-09-22 01:53:02 -07:00
fssync.txt DAFS: Maintain viced volume group hierarchy cache 2010-02-17 09:33:18 -08:00
README DAFS protocol state diagrams 2009-09-22 01:53:02 -07:00

- dafs-fsa.dot is a description of the finite-state machine for volume
states in the Demand Attach fileserver
- dafs-vnode-fsa.dot is a description of the finite-state machine
for vnodes in the Demand Attach fileserver.

Both diagrams are in Dot (http://www.graphviz.org) format,
and can be converted to graphics formats via an
an invocation like:

    dot -Tsvg dafs-fsa.dot > dafs-fsa.svg