]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Uncouple scheduler stats from volume creation
authorGary W. Smith <gary.w.smith@hp.com>
Mon, 15 Dec 2014 22:38:26 +0000 (14:38 -0800)
committerGary W. Smith <gary.w.smith@hp.com>
Wed, 17 Dec 2014 15:45:32 +0000 (07:45 -0800)
commitb0d99edf3a241cdb87a3b4ab7b588e2aff236be5
tree4f90331aeb2ea01db14b068fa69b175921804c91
parentdc5ff9fcdd7e09e78965865ec59023d4f75a1ada
Uncouple scheduler stats from volume creation

Capture and report scheduler stats independently from volume creation.
Without this scheduler stats were not reported until the first volume
creation and were subsequently only updated each time a volume was
created.

Change-Id: Ia1a809ba10e0595e6c255fde683f7c252377ac09
Fixes-bug: 1402790
Fixes-bug: 1402806
cinder/scheduler/host_manager.py
cinder/tests/scheduler/test_host_manager.py