mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
doc/dev/crimson/osd: fix typo
Signed-off-by: Lorenz Bausch <info@lorenzbausch.de>
This commit is contained in:
parent
592249594f
commit
238c2bc52d
@ -15,7 +15,7 @@ osd
|
||||
active -> prestop [label = "stop()"];
|
||||
active -> preboot [label = "recv(osdmap<down>)"];
|
||||
active -> end [label = "kill(SIGINT)"];
|
||||
active -> waiting_for_healthy [label = "i am unleathy!"]
|
||||
active -> waiting_for_healthy [label = "i am unhealthy!"]
|
||||
prestop -> end [label = "recv(osdmap<down>)"];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user