Comment 3 for bug 1819502

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/queens)

Reviewed: https://review.openstack.org/643088
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=e2ff275ca07d8627c46f3228cbc8ea670b3ab0b2
Submitter: Zuul
Branch: stable/queens

commit e2ff275ca07d8627c46f3228cbc8ea670b3ab0b2
Author: Pierre Riteau <email address hidden>
Date: Mon Mar 11 18:26:12 2019 +0000

    Fix failure to mount cephfs

    Commit 2f6b1c6890cf7ea6b0dd33ac219646e4dcaf1fd6 changed the way the
    cephfs source path was generated and dropped the source path component,
    keeping only the list of IPs and ports. This results in failures to
    mount cephfs with the following message:

        source mount path was not specified
        failed to resolve source

    Change-Id: I94d18ec064971870264ae8d0b279564f2172e548
    Closes-Bug: #1819502
    (cherry picked from commit 42dd7784de8d1b22cf18a7aefbc6783efe4bd7ea)