Updated openstack/openstack

Project: openstack/nova  d403bf7649db22bf8904439a89a829a3d861b357

Add logging when filtering returns nothing.

When hosts are filtered for a request, and no host passes all the
filters, operators can only see the last filter run; they have no
visibility into which filter removed which host. This attempts to
improve this situation by tracking the hosts remaining after each
filter is run and the number of hosts removed. If no host is left, to
log that information along with the reservation ID and instance UUID
of the request. Since that can be a lot of information, it will call
LOG.info with just the counts for all but the final filter, which
will contain the last deleted host names; LOG.debug will output the
full record of each filter and the hosts remaining after each step.
This will better enable operators to determine why a particular host
was not selected.

Change-Id: I6173274a03bd8712eb4d63c7a998bb02abdecf4b
Blueprint: no-valid-host-reporting
This commit is contained in:
Jenkins 2015-08-24 12:27:11 +00:00 committed by Gerrit Code Review
parent 2e592e84df
commit 923768d2d2
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit 4abb4753279b861dac776a8d755cb34163112cd7
Subproject commit d403bf7649db22bf8904439a89a829a3d861b357