Comment 13 for bug 1870367

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

Reviewed: https://review.opendev.org/725805
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=57892623dee9d64c0ac52e2830ff28b866f10d65
Submitter: Zuul
Branch: master

commit 57892623dee9d64c0ac52e2830ff28b866f10d65
Author: Silvan Kaiser <email address hidden>
Date: Wed May 6 11:10:49 2020 +0200

    Disallow extension of attached volumes for NFS & Quobyte drivers

    NFS and Quobyte drivers no longer allow extension of an attached
    volume. The extend operation raises an ExtendVolumeError
    in the Cinder Volume service in case the volume to be extended
    is currently attached.

    This should be reverted once a a more capable solution for
    bug #1870367 has been found.

    Partial-bug: #1870367

    Change-Id: Ib2a7c1cdf269b4907ff8adff1b9d900072eedde2