Comment 2 for bug 1217118

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

Reviewed: https://review.openstack.org/44151
Committed: http://github.com/openstack/cinder/commit/953c9e8a1ce52b181d4489bc50c3e0f7c9b17603
Submitter: Jenkins
Branch: master

commit 953c9e8a1ce52b181d4489bc50c3e0f7c9b17603
Author: Kurt Martin <email address hidden>
Date: Wed Aug 28 14:08:49 2013 -0700

    Add missing LH SAN driver features for Havana

    The LeftHand driver did not support snapshot or extend volume.
    The following features are part of the minimum driver features
    that should be implemented in every cinder driver. This patch
    adds the following missing features;
    create snapshot
    delete snapshot
    create volume from snapshot
    extend volume
    It also fixes the DocStrings in the unit test so they pass the
    checks.

    Change-Id: Icda790fcddf4ea11782a8d6ec57b1e8f871eb167
    Fixes: bug 1217118