Comment 6 for bug 1328881

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

Reviewed: https://review.openstack.org/110168
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=c2401c2b8f28129b5e063e6c8050d3868ba5c02d
Submitter: Jenkins
Branch: master

commit c2401c2b8f28129b5e063e6c8050d3868ba5c02d
Author: Dmitry Borodaenko <email address hidden>
Date: Mon Jul 28 16:39:25 2014 -0700

    create /root/ceph.conf symlink on all ceph nodes

    We need /root/ceph.conf to link to /etc/ceph/ceph.conf on all ceph nodes, not
    just primary monitor. With ceph-deploy 1.3+, if Puppet modifies
    /etc/ceph/ceph.conf and makes it differ from /root/ceph.conf (e.g. change host
    for radosgw), all subsequent ceph-deploy commands will fail.

    Change-Id: I6254c35f546cd22837d29e952b8632759d5b40f8
    Closes-Bug: #1328881