manila/releasenotes/notes/fix-hds-hnas-unconfined-09b79f3bdb24a83c.yaml
Rodrigo Barbieri 0d6de50888 Fix HNAS error with unconfined filesystems
Unconfined filesystems created through CLI in HNAS caused driver's
parser to break. It was found that the command breaking could be
replaced by another, already used command, which also retrieves
filesystem information, and it is preferred, so previous command
has been replaced.

Additionally, administrator may not want to automatically mount
an unmounted filesystem in DHSS=False mode, which may be unmounted
for maintenance, so changed behavior to not mount automatically.

Change-Id: I69e7a51ed4485783868c44e58b93bc69b58c8ac2
Closes-bug: #1571000
2016-05-06 09:00:33 -03:00

6 lines
171 B
YAML

---
fixes:
- Crash when using unconfined filesystems in HDS HNAS driver using
SSH backend.
- HDS HNAS Driver no longer mounts unmounted filesystems automatically.