Add missing shutdown state from combinations
This commit is contained in:
@ -53,6 +53,10 @@ node_state_combinations = [
|
||||
"init,flush",
|
||||
"init,flushed",
|
||||
"init,unflush",
|
||||
"shutdown,ready",
|
||||
"shutdown,flush",
|
||||
"shutdown,flushed",
|
||||
"shutdown,unflush",
|
||||
"stop,ready",
|
||||
"stop,flush",
|
||||
"stop,flushed",
|
||||
|
Reference in New Issue
Block a user