]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/ceph_deploy: fix for multiple mons
authorJohn Spray <jspray@redhat.com>
Wed, 29 Apr 2015 18:53:59 +0000 (19:53 +0100)
committerJohn Spray <jspray@redhat.com>
Wed, 29 Apr 2015 18:59:27 +0000 (19:59 +0100)
commitdbe2ad24212b9ff9a183d931402a49b544307e00
treebc2486ba228dc7cefa0249a6afa8c6f0d108a05f
parent0c27c90240c1e526e02f327c4fce193e44b0084d
tasks/ceph_deploy: fix for multiple mons

Now that service IDs are modified during run, we have
to avoid repeatedly evaluating first_mon for where
to run ceph_deploy, as the answer will change.

Fixes: #11495
Signed-off-by: John Spray <john.spray@redhat.com>
tasks/ceph_deploy.py