Merge pull request #900 from ceph/rhbz-1339576

purge-cluster: remove -q flag from grep to prevent broken pipes
pull/929/head
Leseb 2016-08-10 11:50:30 +02:00 committed by GitHub
commit 1460d668b4
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@
rbdmirror_group_name in group_names rbdmirror_group_name in group_names
- name: check for anything running ceph - name: check for anything running ceph
shell: "ps awux | grep -v grep | grep -q -- ceph-" shell: "ps awux | grep -- [c]eph-"
register: check_for_running_ceph register: check_for_running_ceph
failed_when: check_for_running_ceph.rc == 0 failed_when: check_for_running_ceph.rc == 0