Comment 3 for bug 1216122

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/43807
Committed: http://github.com/openstack/cinder/commit/ccfc7e96ff6c2e56c5f94a8634c9d4270a5b07ce
Submitter: Jenkins
Branch: master

commit ccfc7e96ff6c2e56c5f94a8634c9d4270a5b07ce
Author: John Griffith <email address hidden>
Date: Tue Aug 27 00:52:02 2013 +0000

    Fix except in lvm.py

    Consolidation of brick exceptions into a single
    brick exception.py file neglected to updated files
    that were using it:
        (see change I577d403f02c2fd0d727d2694776008e1e9791453)

    The result is the lvm driver was doing an except on lvm.VolumeGroupNotFound
    which didn't exist anymore as it's in brick/exception now.

    We still need to clean up exceptions all through here, and this still
    isn't handled by service init anyway, but at least with this we are
    raising a valid exception.

    Change-Id: I588e9ac6548823b291d284f68f6133879bf3dfbf
    Fixes: bug 1216122