Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / txt / README
... / ...
CommitLineData
1
2- dafs-fsa.dot is a description of the finite-state machine for volume
3states in the Demand Attach fileserver
4- dafs-vnode-fsa.dot is a description of the finite-state machine
5for vnodes in the Demand Attach fileserver.
6
7Both diagrams are in Dot (http://www.graphviz.org) format,
8and can be converted to graphics formats via an
9an invocation like:
10
11 dot -Tsvg dafs-fsa.dot > dafs-fsa.svg
12
13