Comment 1 for bug 1819502

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

Reviewed: https://review.openstack.org/642535
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=42dd7784de8d1b22cf18a7aefbc6783efe4bd7ea
Submitter: Zuul
Branch: master

commit 42dd7784de8d1b22cf18a7aefbc6783efe4bd7ea
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