]> git.apps.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>
Fri, 21 Apr 2017 22:12:46 +0000 (15:12 -0700)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
infrastructure-playbooks/purge-cluster.yml

index 73d9ee787aae2a1fd506acc5fbec585a9310871d..141c66e394980a5a015bbb497fcd7ae8076655a2 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 }}"