]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/ceph: convert cluster creation to work with multiple clusters
authorJosh Durgin <jdurgin@redhat.com>
Thu, 17 Mar 2016 02:10:10 +0000 (19:10 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Mon, 9 May 2016 18:51:57 +0000 (11:51 -0700)
commita54ff597faa379c8fd369352fb924651be269f95
treecf541aa3024378c10cd9cfc8f6c4ba2b49a2fe6f
parent466678b980e0527947f5c436d83da6933b216a25
tasks/ceph: convert cluster creation to work with multiple clusters

Add a cluster option to the ceph task, and pass that through to
cluster(). Make sure monitors and clients don't collide by adding
their cluster to paths they use.

This assumes there is one ceph task per cluster, and osds from
multiple clusters do not share hosts (or else the block device
assignment won't work).

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
tasks/ceph.py