Comment 4 for bug 1405044

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

Reviewed: https://review.openstack.org/147411
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=8c07d429a00ee35166820c61a67618430dbb83b8
Submitter: Jenkins
Branch: stable/juno

commit 8c07d429a00ee35166820c61a67618430dbb83b8
Author: lqslan <email address hidden>
Date: Tue Dec 23 15:35:11 2014 +0800

    Add LibvirtGPFSVolumeDriver class

    Currently, GPFS use LibvirtVolumeDriver to generate the libvirt
    xml configuration when attaching a gpfs volume. But the driver
    always set the disk_type to 'block' which should be 'file' for
    GPFS volume.

    This patch create a new volume driver class for GPFS, the class
    can generate the right xml configuration for GPFS volume.

    Change-Id: Ica1cf3558baeea12b519bda50c61cea446429364
    Closes-Bug:#1405044
    (cherry picked from commit 8c62b79610cb5680a052c7a0c779a3faf4568781)