]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rolling updates: remove mon compact command ceph-ansible-1.0.5-33
authorSébastien Han <seb@redhat.com>
Tue, 13 Sep 2016 08:09:07 +0000 (10:09 +0200)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 21 Sep 2016 18:10:57 +0000 (12:10 -0600)
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>
Resolves: rhbz#1372481

rolling_update.yml

index bb0906875c985ce32a1fcfac8e25e81abaacab01..2bdf0b4421ca88f4634b150100a0b382c7cf45df 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
-
   roles:
     - ceph-common
     - ceph-mon