]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-deploy: implement keep_running
authorLoic Dachary <ldachary@redhat.com>
Thu, 27 Aug 2015 21:20:25 +0000 (23:20 +0200)
committerLoic Dachary <ldachary@redhat.com>
Thu, 27 Aug 2015 21:20:25 +0000 (23:20 +0200)
commitb1817831660d673bb50eb3634e6fcf8987075018
tree23ec5fd3788c0e8c545352e584039d2f90e2013c
parente5db657e86253f8d7759ff128df481968d944ffe
ceph-deploy: implement keep_running

When keep_running is true, do not shutdown the cluster, leave it as it
is for other workunits or tasks to use. This effectively allows the
ceph-deploy task to be used as a helper to deploy clusters.

The call to build_ceph_cluster is simplified by giving it the whole
configuration dictionary instead of re-building one with selected arguments.

Signed-off-by: Loic Dachary <loic@dachary.org>
tasks/ceph_deploy.py