2019-02-19 02:58:43 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2019-02-19 02:58:43 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2012-10-01 08:42:44 -0500 | 回答问题 | Graceful scheduler with real hints I still need an answer, thanks. |
2012-09-11 16:52:00 -0500 | 回答问题 | Graceful scheduler with real hints Any thoughts about this one? |
2012-08-23 16:48:46 -0500 | 问了问题 | Graceful scheduler with real hints Hi, I use the following scheduler filters scheduler_default_filters=AvailabilityZoneFilter,DifferentHostFilter,RamFilter,ComputeFilter Is there any way to make scheduler more graceful? e.g. when DifferentHostFilter filters out all available host, scheduler should try to launch instance anywhere. Right now, instance is going into ERROR state during scheduling ('Failed to schedule_run_instance: No valid host was found.'). In current implementation, os:scheduler_hints hash is a bit misleading, because strictly speaking these are not hints but filters. Is writing own scheduler a good idea? Do you plan making more graceful scheduler? |