Comment 6 for bug 1293880

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

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

commit 89cd2f9a4dc4c12aaf0ce2ed2c492ad60fd1f6d7
Author: jichenjc <email address hidden>
Date: Mon Jun 9 04:13:18 2014 +0800

    Add supported file system type check at virt layer

    Currently nova doesn't check whether the file system type is supported
    by virt layer(hypervisor) before use it. This patch adds current
    support file system type definition then create a default check
    function at virt layer. Following patches will do the real check
    in different driver such as libvirt.

    Change-Id: Ie4d876a48b36c1a53b171dd521bdeef868a31486
    Partial-Bug: #1293880