Comment 5 for bug 1819502

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

Reviewed: https://review.openstack.org/649164
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=a7a6c0acc016b7961e0cb5d388d2e0886752a4b8
Submitter: Zuul
Branch: stable/rocky

commit a7a6c0acc016b7961e0cb5d388d2e0886752a4b8
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)