Comment 2 for bug 1649782

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

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

commit 7a7c182e35fd2f1142903a22c0c599c9425ae807
Author: wlhc <email address hidden>
Date: Wed Dec 14 21:05:49 2016 -0500

    Fix ``exportfs -u`` usage in generic driver.

    When the generic driver extends or shrinks a share it disables access
    to the share by removing its export. Currently it uses the command
    ``exportfs -u local_path`` to do so, but this fails with current nfs
    packages.

    Fix the error by calling ``exportfs -u host:local_path`` instead.

    Change-Id: Ic489a1607bf82964bf2859e89b3da1f572436d17
    Closes-Bug: #1649782