mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
ca0fdd84a4
*) 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> |
||
---|---|---|
.. | ||
arch-overview.h | ||
dafs-fsa.dot | ||
dafs-overview.txt | ||
dafs-vnode-fsa.dot | ||
fssync.txt | ||
README |
- 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