DAFS protocol state diagrams
[openafs.git] / doc / arch / README
index 9ae5f01..4c4690f 100644 (file)
@@ -1,7 +1,13 @@
-dafs-fsa.dot is a description of the finite-state machine for volume
-states in the Demand Attach fileserver in Dot (http://www.graphviz.org)
-format.  An invocation like:
+
+- 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
 
-will convert the description to an SVG file.
+