Comment 2 for bug 1571000

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

Reviewed: https://review.openstack.org/307407
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=0d6de5088882331c575f3a6e837dbddc4af4adf5
Submitter: Jenkins
Branch: master

commit 0d6de5088882331c575f3a6e837dbddc4af4adf5
Author: Rodrigo Barbieri <email address hidden>
Date: Fri Apr 15 16:57:51 2016 -0300

    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