mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
c6f5ebc4cf
The doc/txt directory has become the de facto home for text-based technical notes. Relocate the contents of the doc/arch directory to doc/txt. Relocate doc/examples to doc/txt/examples. Update the doc/README file to be more current and remove old work in progress comments. Change-Id: Iaa53e77eb1f7019d22af8380fa147305ac79d055 Reviewed-on: https://gerrit.openafs.org/12675 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
|
|
- 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
|
|
|
|
|