Comment 1 for bug 1740816

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

Reviewed: https://review.openstack.org/530300
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=5ef160ca7511ca92d8735cfca7bd176dee8ed995
Submitter: Zuul
Branch: master

commit 5ef160ca7511ca92d8735cfca7bd176dee8ed995
Author: zengyingzhe <email address hidden>
Date: Thu Dec 28 14:23:36 2017 +0800

    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