Skip to content

Commit

Permalink
[YUNIKORN-2809] Fix layout of node transition diagram (#141)
Browse files Browse the repository at this point in the history
Fix formatting of text to align the diagram

Closes: #141

Signed-off-by: Wilfred Spiegelenburg <[email protected]>
  • Loading branch information
blueBlue0102 authored and wilfred-s committed Aug 27, 2024
1 parent 2e961af commit 68e8c6c
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions scheduler-interface-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,17 +548,15 @@ message AllocationRelease {
State transition of node:

```
+-----------+ +--------+ +-------+
|SCHEDULABLE|+-------->|DRAINING|+---------->|REMOVED|
+-----------+ +--------+ +-------+
^ Asked by + Aasked by
| RM to DRAIN | RM to REMOVE
| |
+---------------------+
Asked by RM to
SCHEDULE again
+-----------+ +--------+ +-------+
|SCHEDULABLE|+-------->|DRAINING|+---------->|REMOVED|
+-----------+ +--------+ +-------+
^ Asked by + Asked by
| RM to DRAIN | RM to REMOVE
| |
+---------------------+
Asked by RM to
SCHEDULE again
```

See protocol below:
Expand Down

0 comments on commit 68e8c6c

Please sign in to comment.