]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
purge-cluster: do not need to check for running ceph processes
authorAndrew Schoen <aschoen@redhat.com>
Fri, 21 Apr 2017 22:12:46 +0000 (15:12 -0700)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 25 Apr 2017 18:08:40 +0000 (13:08 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 7ca2bddcce76dd505b169457fa8727b62b861756)

infrastructure-playbooks/purge-cluster.yml

index 6043146e1f283a1f64f39a3d0aae6a2911822a0c..6a7248a88d42b9a20d02983033451b5068318c79 100644 (file)
 
   tasks:
 
-  - name: check for anything running ceph
-    shell: "ps awux | grep -- /usr/bin/[c]eph-"
-    register: check_for_running_ceph
-    failed_when: check_for_running_ceph.rc == 0
-
   - name: purge ceph packages with yum
     yum:
       name: "{{ item }}"