manila/releasenotes/notes/bug-1649782-fixed-incorrect-exportfs-exportfs.yaml
wlhc 7a7c182e35 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
2017-01-17 22:42:40 -05:00

5 lines
113 B
YAML

---
fixes:
- Fixed incorrect exportfs command used while extending and shrinking
shares on Generic driver.