]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Scheduler should not select down volume managers
authorOllie Leahy <oliver.leahy@hp.com>
Thu, 4 Jul 2013 13:58:08 +0000 (13:58 +0000)
committerOllie Leahy <oliver.leahy@hp.com>
Thu, 4 Jul 2013 16:50:59 +0000 (16:50 +0000)
commit3283ce500493d4908e91e002dc82b81e4468b26e
tree20b6888fea755b2b5109ecb3db8ad5d0ecc39741
parent3b0921fbdc9e2fdf2b35801143fddbf09a9b84e2
Scheduler should not select down volume managers

Currently volume managers that are not disabled, but are not running
may be selected by the scheduler for volume creation operations.

Change-Id: Ia06a3da8b31eef918d55aaaf71f863683c721026
Fixes: bug #1197741
cinder/scheduler/host_manager.py
cinder/tests/scheduler/test_host_manager.py