]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rolling updates: remove mon compact command 975/head
authorSébastien Han <seb@redhat.com>
Tue, 13 Sep 2016 08:09:07 +0000 (10:09 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 13 Sep 2016 08:09:07 +0000 (10:09 +0200)
Users have reported this task to hang. Since this command is not
required to perform the upgrade, we remove it.

Signed-off-by: Sébastien Han <seb@redhat.com>
infrastructure-playbooks/rolling_update.yml

index c070baca8b62194fccd3241e559dabd25237d150..6c112d06000cfd7258f66ca934e3e627bb83ef39 100644 (file)
     upgrade_ceph_packages: True
     mon_group_name: mons
 
-  pre_tasks:
-    - name: compress the store as much as possible
-      command: ceph tell mon.{{ ansible_hostname }} compact --cluster {{ cluster }}
-
   roles:
     - ceph-common
     - ceph-mon