Skip to content

Commit 68e8c6c

Browse files
blueBlue0102wilfred-s
authored andcommitted
[YUNIKORN-2809] Fix layout of node transition diagram (#141)
Fix formatting of text to align the diagram Closes: #141 Signed-off-by: Wilfred Spiegelenburg <[email protected]>
1 parent 2e961af commit 68e8c6c

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

scheduler-interface-spec.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -548,17 +548,15 @@ message AllocationRelease {
548548
State transition of node:
549549

550550
```
551-
552-
+-----------+ +--------+ +-------+
553-
|SCHEDULABLE|+-------->|DRAINING|+---------->|REMOVED|
554-
+-----------+ +--------+ +-------+
555-
^ Asked by + Aasked by
556-
| RM to DRAIN | RM to REMOVE
557-
| |
558-
+---------------------+
559-
Asked by RM to
560-
SCHEDULE again
561-
551+
+-----------+ +--------+ +-------+
552+
|SCHEDULABLE|+-------->|DRAINING|+---------->|REMOVED|
553+
+-----------+ +--------+ +-------+
554+
^ Asked by + Asked by
555+
| RM to DRAIN | RM to REMOVE
556+
| |
557+
+---------------------+
558+
Asked by RM to
559+
SCHEDULE again
562560
```
563561

564562
See protocol below:

0 commit comments

Comments
 (0)