openafs/doc/arch
Simon Wilkinson ca0fdd84a4 viced: Remove the LWP fileserver
*) Remove all LWP specific code from the fileserver, and make pthread
   the default
*) Build the pthreaded fileserver in the 'viced' directory, rather than
   in tviced
*) Move the DAFS specific files from tviced to viced (arguably, these
   should move into dviced, but there are currently no source files in
   that directory)
*) Remove tviced from the build

Change-Id: I6e186c9fad6d9dccd04cf1317a80c087587ef25f
Reviewed-on: http://gerrit.openafs.org/5816
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
2012-01-23 14:18:59 -08:00
..
arch-overview.h doc-doxygen-20090531 2009-05-31 17:52:46 +00: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