> In a no-reschedules-by-nova world, if a deploy fails on host 1, how does > the orchestrator (whatever that may be) ask nova to deploy in such a way > that it'll still try to find a good host, but *avoid* host 1? If host 1 > was an attractive candidate the first time around, wouldn't it be likely > to remain high on the list the second time?
Well, (a) today you can't really externally retry a single instance build without just creating a new one. The new one could suffer the same fate, but that's why we just did the auto-disable feature for nova-compute. Thing (b) is that if we fix rebuild so it works on a failed shell-of-an-instance from a boot operation, we could easily exclude the host it failed on, but it'd require some additional logic. --Dan _______________________________________________ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators