Comment 3 for bug 1173266

Revision history for this message
Alexander Sheredin (alexander-sheredin) wrote :

Actually, the test would pass even with exception.VolumeTypeNotFoundByName(volume_type_name=name), but the main problem is:
cinder.scheduler.filters.capacity_filter: ERROR: Free capacity not set: volume node info collection broken.
cinder.scheduler.manager: ERROR: Failed to schedule_create_volume: No valid host was found.

The 'bug' is introduced in this commit:

commit a1deb1cdb0bc5e0af800f2e30be57e13d80d4b0e
Merge: 90971cd d17cc23
Author: Jenkins <email address hidden>
Date: Fri Feb 15 21:38:33 2013 +0000

    Merge "Allow create_volume() to retry when exception happened"

Before this commit the test was passing despite VolumeTypeNotFoundByName exception.