]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/ceph: only run ceph_log and valgrind_post once
authorJosh Durgin <jdurgin@redhat.com>
Tue, 29 Mar 2016 23:46:11 +0000 (16:46 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Mon, 9 May 2016 21:55:26 +0000 (14:55 -0700)
commit3203b76792e6ab7f35d465cebe602243681d5d9e
tree7caa0bdad93e7b0b964f8289cc2334f3ef5c8212
parent96e7724e2360f86bf22e5a51de19659b74db9448
tasks/ceph: only run ceph_log and valgrind_post once

These setup and parse logs on all hosts, so they should be run only
for the first cluster setup. This cluster will be torn down last, so
the cleanup happens after all clusters are shutdown as well.

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