mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
f3c3e4da18
update DAFS protocol state diagrams FIXES 124990 Reviewed-on: http://gerrit.openafs.org/485 Tested-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Derrick Brashear <shadow@dementia.org>
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
|
|
|
|
|