Comment 2 for bug 1542133

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

Reviewed: https://review.openstack.org/276977
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=c2d285e089c0f4496476062ef961b2387fcb214a
Submitter: Jenkins
Branch: master

commit c2d285e089c0f4496476062ef961b2387fcb214a
Author: zhaohua <email address hidden>
Date: Fri Feb 5 11:16:06 2016 +0800

    Three ways to set Thin/Thick Type in Huawei driver

    1.If thin_provisioning is set in the share type extra-specs,
      it will be used(thin share will be created if "capabilities:
      thin_provisioning=<is> True", thick share will be created if
      "capabilities:thin_provisioning=<is> False")
    2.If "thin_provisioning" is not present in the share_type, the config value
      of "AllocType" in the config file will be used(thin share will be created
      if "AllocType=Thin", thick share will be created if "AllocType=Thick")
    3.If two of aboves are not present, then thick share will be created by default.

    Change-Id: I8153aa79fb04a4221675d7ec2e4b24947ec6f9d7
    Closes-Bug: #1542133