manila/releasenotes/notes/fix-huawei-driver-cifs-mount-issue-2d7bff5a7e6e3ad6.yaml
zengyingzhe 5ef160ca75 Change a parameter key for CIFS mounting command
While Huawei driver mounting CIFS filesystem, the username parameter
key passed to the mount command is by the form of "user=***", which's
compatible as "username=***" in Ubuntu. However, for some other
systems, such as Redhat, it is not valid.

This patch changes it to the more compatible form "username=***".

Change-Id: Ifa2ca7bcdceef2d47e2841a27ddf51d86f1ef63c
Closes-Bug: #1740816
2018-03-02 09:07:02 +08:00

6 lines
146 B
YAML

---
fixes:
- |
Change the CIFS mounting parameter of Huawei driver from form "user=" to
"username=", which is compatible in various OS.