Comment 7 for bug 1293880

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

Reviewed: https://review.openstack.org/100451
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b1cde33175bc555e1af822894e8c3f981fbb8ef6
Submitter: Jenkins
Branch: master

commit b1cde33175bc555e1af822894e8c3f981fbb8ef6
Author: jichenjc <email address hidden>
Date: Thu Jun 19 17:44:31 2014 +0800

    check ephemeral disk format at libvirt before use

    Add ephemeral disk format at libvirt. There is no check before
    so it will be used directly. This patch adds valid check function
    and validate it before eph disk was used in virt layer.

    Change-Id: I1934573e79f126e725cef4848b15c11a595161c9
    Closes-Bug: #1293880