]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
infra: Fix ceph.conf creation when taking over existing cluster 2034/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 20 Jun 2017 16:34:46 +0000 (12:34 -0400)
committerFlorian Haas <florian@hastexo.com>
Wed, 11 Oct 2017 21:21:32 +0000 (23:21 +0200)
commit2e111221c1b6ad261608e7b2173d32dd31d45753
tree3617fe4a488b6e3b546e893250c3a9db87b2581d
parentfb9fa6c65f4f09e77d10e06c9ae7102415ba845c
infra: Fix ceph.conf creation when taking over existing cluster

Fixes bug introduced in https://github.com/ceph/ceph-ansible/pull/1330

The "stat ceph.conf" task was basically using the stat module on a
string instead of the ceph.conf filename.  This caused the "generate
ceph configuration file" task to fail.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1463382
Signed-off-by: David Galloway <dgallowa@redhat.com>
infrastructure-playbooks/take-over-existing-cluster.yml