]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Improve logging to debug invalid "extra_specs" entries
authorEric Harney <eharney@redhat.com>
Wed, 3 Feb 2016 19:54:38 +0000 (14:54 -0500)
committerEric Harney <eharney@redhat.com>
Mon, 8 Feb 2016 15:16:11 +0000 (10:16 -0500)
commitd36762fcf98774560fe82b32b2d64d2eba1ec72b
tree8e53b03567c2fb190fe57fb0f330f6064e66b6ba
parentd3fe19cd3b6ae78c81b4c317c49e8e8d579714b1
Improve logging to debug invalid "extra_specs" entries

When volume creation fails due to invalid extra_specs entry,
it's hard to find a mismatch between extra_specs and capabilities
exposed by multiple hosts. This additional log printing will
help to detect a root cause of the failure.

See-Also: Ibca56c8ad4cc473ad35f1c79e9892acbf08bf5f1
Co-Authored-By: Sergey Gotliv <sgotliv@redhat.com>
Change-Id: I921a8df18684221c424570882e7b932fc648acb1
cinder/scheduler/filters/capabilities_filter.py