mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-01 04:20:39 +00:00
storcon: add PauseForRestart node scheduling policy
This commit is contained in:
@@ -145,6 +145,7 @@ impl Node {
|
||||
NodeSchedulingPolicy::Draining => MaySchedule::No,
|
||||
NodeSchedulingPolicy::Filling => MaySchedule::Yes(score),
|
||||
NodeSchedulingPolicy::Pause => MaySchedule::No,
|
||||
NodeSchedulingPolicy::PauseForRestart => MaySchedule::No,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user