Skip to content

Commit 4d2d924

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add logs when cannot fit numa"
2 parents ffcf04e + 97a566a commit 4d2d924

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nova/compute/claims.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ def _claim_test(self, compute_node, limits=None):
112112
self._test_pci()]
113113
reasons = [r for r in reasons if r is not None]
114114
if len(reasons) > 0:
115+
LOG.info('Failed to claim: %s', '; '.join(reasons),
116+
instance=self.instance)
115117
raise exception.ComputeResourcesUnavailable(reason=
116118
"; ".join(reasons))
117119

0 commit comments

Comments
 (0)