From 21356c653f051cdae63a2b1b6d9fc03dcc64682e Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 13 Sep 2016 10:09:07 +0200 Subject: [PATCH] rolling updates: remove mon compact command MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- infrastructure-playbooks/rolling_update.yml | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.5