From: Sébastien Han Date: Tue, 13 Sep 2016 08:09:07 +0000 (+0200) Subject: rolling updates: remove mon compact command X-Git-Tag: v1.0.6~2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F975%2Fhead;p=ceph-ansible.git rolling updates: remove mon compact command 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 --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index c070baca8..6c112d060 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -60,10 +60,6 @@ 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