Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F3687133
fsm-full.dot
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
599 B
Referenced Files
None
Subscribers
None
fsm-full.dot
View Options
digraph G {
label="Booth full FSM";
fontname="Helvetica";
fontsize="11";
compound="true";
ST_INIT -> ST_CANDIDATE [label="grant"];
ST_INIT -> ST_FOLLOWER [label="HrtB|UpdE"];
ST_FOLLOWER -> ST_CANDIDATE [label="VtFr(tkt_drop)\ntkt_lost"];
ST_LEADER -> ST_FOLLOWER [label="lost_maj"];
ST_CANDIDATE -> ST_CANDIDATE [label="timeout"];
ST_CANDIDATE -> ST_LEADER [label="VtFr, timeout"];
ST_CANDIDATE -> ST_FOLLOWER [label="HrtB|UpdE\nRJC!(outd|valid)"];
ST_CANDIDATE -> ST_INIT [label="RJC!(outd+no_leader)"];
ST_LEADER -> ST_INIT [label="Revk"];
ST_FOLLOWER -> ST_INIT [label="Revk"];
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 21, 7:01 PM (22 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1655984
Default Alt Text
fsm-full.dot (599 B)
Attached To
Mode
rB Booth
Attached
Detach File
Event Timeline
Log In to Comment