manila/releasenotes/notes/bug-1661271-hnas-snapshot-readonly-4e50183100ed2b19.yaml
Alyson Rosa e824e8ba8d HNAS: Fix syntax to make shares read-only in snapshot create
Fixing driver syntax to make NFS shares read-only while snapshots
are being taken. Read/Write permission in HNAS can be added in 3
ways: rw, readwrite and read_write, all of them should be handled
by the driver.

Change-Id: Ib9ba3c1717c8000a5393ea7b8d731d66f7237b2e
Closes-Bug: #1661271
2017-02-02 17:24:08 -02:00

6 lines
111 B
YAML

---
fixes:
- Fixed HNAS driver creating snapshots of NFS shares
without first changing it to read-only.