From 08906f1bcccd22964a2728388ca699f2bf3b1023 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 Resolves: rhbz#1372481 --- rolling_update.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rolling_update.yml b/rolling_update.yml index bb0906875..2bdf0b442 100644 --- a/rolling_update.yml +++ b/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 - roles: - ceph-common - ceph-mon -- 2.47.3