mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
03e208df27
It is decimal 64, not hex 64. Change-Id: Iee51f4536e8e811bd6ba7e2b86bdde5183227928 Reviewed-on: https://gerrit.openafs.org/14824 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
- 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